Skip to content

Releases: alexheretic/ab-av1

v0.7.14

10 Feb 03:03
Compare
Choose a tag to compare
  • Fix bash completions of some filenames.

v0.7.13

20 Jan 14:20
Compare
Choose a tag to compare
  • Use a single ffmpeg process to calculate VMAF replacing multi process piping.
  • Exclude subtitle tracks from samples.
  • Add --keep option for crf-search & auto-encode.

v0.7.12

13 Jan 10:37
Compare
Choose a tag to compare
  • Improve eta stability.

v0.7.11

05 Jan 07:45
Compare
Choose a tag to compare
  • Fix sample-encode caching to consider vmaf args.

v0.7.10

08 Dec 14:03
Compare
Choose a tag to compare
  • Fix validation preventing use of svt args starting with "-i", "-b".

v0.7.9

10 Nov 08:14
Compare
Choose a tag to compare
  • Fix validation preventing use of ffmpeg --enc args starting with "-i", e.g. "-init_hw_device".

v0.7.8

24 Aug 19:48
Compare
Choose a tag to compare
  • Fix ETA calculation overflow panic scenario.

v0.7.7

15 Apr 09:45
Compare
Choose a tag to compare
  • Add --video-only option for encode & auto-encode.

v0.7.6

31 Mar 23:01
Compare
Choose a tag to compare
  • Fix nested temp directories not being cleaned properly.
  • Temp directories will now start with "." and be created in the working dir instead of the input parent
    (unless setting --temp-dir).

v0.7.5

24 Mar 16:57
Compare
Choose a tag to compare
  • Add -e librav1e support. Map --crf to ffmpeg -qp (default max 255), --preset to -speed (0-10).
  • Disallow --enc svtav1-params= usage. libsvtav1 params should instead be set with --svt.