Skip to content

Releases: mmguero/cleanvid

v1.4.0

17 Aug 05:55
Compare
Choose a tag to compare

Several improvements:

  • fix bug where the last subtitle entry would be lost
  • ignore -d/--downmix downmix if the audio track(s) are already just stereo
  • fix extraction of srt file embedded in video (and allow specifying index e.g., with -l eng:3 vs just -l eng)
  • reduce verbosity of output of internally-executed ffmpeg commands

v1.3.1

19 Jan 04:47
Compare
Choose a tag to compare

Added --json option to write a JSON file with information about input, output and edits.

v1.3.0

19 Jan 04:07
Compare
Choose a tag to compare

Added -d/--downmix option to control downmixing to stereo

v1.2.1

28 Nov 22:56
Compare
Choose a tag to compare
minor tweak to defaults

v1.2.0

06 Jul 00:16
Compare
Choose a tag to compare

Added option to create JSON files for PlexAutoSkip, see mdhiggins/PlexAutoSkip#18.

v1.1.2

05 May 21:18
Compare
Choose a tag to compare

Added --offline mode that won't attempt to download subtitles. If subtitles aren't specified or extractable from the video file, cleanvid will fail with something like FileNotFoundError: [Errno 2] Input subtitle file unspecified or not found (No such file or directory): ''

v1.1.1

02 Feb 23:04
Compare
Choose a tag to compare

Fixed embedding of subtitles.

v1.1.0

01 Jan 20:00
Compare
Choose a tag to compare

added --edl option to generate MPlayer-style EDL files; also, don't generate video file if we're doing subtitles/EDL only

Full Changelog: v1.0.1...v1.1.0

v1.0.1

31 Dec 15:12
Compare
Choose a tag to compare

Updated supporting scripts and README.

v1.0.0

31 Dec 06:23
Compare
Choose a tag to compare

Initial GitHub release tag with corresponding PyPI release.