Skip to content

Version 1.6.4

Choose a tag to compare

@Adam-Kay Adam-Kay released this 25 Dec 23:57
· 37 commits to main since this release

Changes:

  • 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.