Skip to content

Releases: mmguero/cleanvid

v1.5.7

02 May 03:36
cc69d88
Compare
Choose a tag to compare

A few minor changes:

  • Added --re-encode-audio boolean option, see #31
  • Added --threads <int>, --threads-input <int> and --threads-encoding <int> options to pass through to ffmpeg's -threads arguments (see #30); --threads-input and --threads-encoding take priority, but --threads will be used for either one of the others that isn't specified
  • minor tweak to swears.txt

v1.5.6

19 Dec 04:36
Compare
Choose a tag to compare
fix issue with getting channels

v1.5.5

22 Oct 14:09
Compare
Choose a tag to compare

Pull from :6.0 rather than :latest image for ffmpeg binaries.

v1.5.4

02 Oct 17:33
Compare
Choose a tag to compare

Make padding a floating-point value (e.g., 1.5 seconds).

v1.5.3

27 Aug 14:03
Compare
Choose a tag to compare
restore pairwise for older python 3 versions

v1.5.2

26 Aug 19:36
Compare
Choose a tag to compare

Removed a leftover volume filter that should have been removed when I added the afade stuff for #13.

v1.5.1

26 Aug 16:06
Compare
Choose a tag to compare

Default pad to "0" and set both fade in and out times to 10ms

v1.5.0

17 Aug 17:18
Compare
Choose a tag to compare

Attempt at fixing #13, using afade filter instead of volume on/off filter

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.