Releases: mmguero/cleanvid
Releases · mmguero/cleanvid
v1.4.0
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
v1.3.0
v1.2.1
v1.2.0
Added option to create JSON files for PlexAutoSkip, see mdhiggins/PlexAutoSkip#18.
v1.1.2
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
v1.1.0
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