Skip to content

v0.7.2

Compare
Choose a tag to compare
@alexheretic alexheretic released this 11 Feb 02:18
· 110 commits to main since this release
  • Print failing ffmpeg stderr output.
  • Preserve all input file streams (e.g. audio, subs, attachments) into output.
  • Support concurrent running processes out of the box by segregating temp-dirs & fixing cache access.
  • Improve vmaf accuracy in some cases by forcing 24fps & synchronizing the presentation timestamp.
  • Automatically workaround ffmpeg "Can't write packet with unknown timestamp" sample generation failures
    (typically encountered with old avi files) by using `-fflags +genpts`.