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
Shortened the output from FFmpeg to relevant info only.
The output from FFmpeg often took up the whole screen and displays lots of information which is not useful in most cases, so now by default it will only show the bottom-most line, which contains relevant information to the current encode.
If you'd like to see all the detailed information as previously, you can use the new --verbose launch argument.
Fixes:
Fixed a problem that sometimes occurred if ffmpeg.exe was in a folder that contained a space
Fixed a problem where occasionally the file length check would fail if the encoded file ended up being a few milliseconds longer or shorter. Now instead, if it is within 1 second of the length of the original file, the encode is deemed successful.