You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.