Skip to content

8.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 06:20
· 72 commits to master since this release

Warning: this release contains known issues, please use 8.5.0 instead.

Changelog:

  • RPC now checks UV planes as well, with hardcoded PSNR 40dB threshold. RPChecker.exe updated to v1.0.7.1.
    • RPChecker.exe should also be able to find VS bundled with OKEGui.
    • RPChecker.exe supports both previous Y-only and new YUV *.rpc files.
  • Support specifying chapter language for custom chapter files (e.g. 00001.jpn.txt).
  • Support renumbering chapters (also affects custom chapter files!) via "RenumberChapters": true flag in json.
  • Properly set the default-track flags for each track in mkv output files:
    • Video track: always true.
    • Audio track: only the first track is set to true in mkv. In mka files, all tracks are false.
    • Subtitle track: all tracks are false.
  • Support reordering audio & subtitle tracks: set "Order" field in AudioTrack and SubtitleTrack (default is maximum allowed value). The muxer will do a stable sort and lay out the tracks by ascending Order field. (To put it simply, set "Order":0 for the track you want to be first in the output.)
  • Removed m2ts 0x47 workaround, requires lsmas vA3.j or later.
  • Better VFR support and also add an example project and script.
  • Initial SVT-AV1 Support (SVT-AV1 encoder is not bundled). Set "EncoderType": "svtav1" and specify path to SvtAv1EncApp.exe as "Encoder".
  • Fixed mpls empty chapter bug.
  • Merged most of dependent DLLs into the main executable. Also removed unused libmp4v2.dll.
  • Fix remaining time display for >1 day (used to only show the hours not counted as part of days.)

Known issues:

  • Chapters from MKV inputs are not recognized. There is no workaround, must upgrade to 8.5.0.