Skip to content

9.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Feb 09:40
· 11 commits to master since this release

Changelog:

  • better reduce paths feature
    • add prefix path hash to avoid naming conflicts
    • generate ReducePathMap.log file in the output directory to record the mapping of hash and prefix paths
    • choose whether or not to enable the feature in the settings
  • support tvbr mode in qaac encoding
    • follow the example below to specify the target quality of tvbr via Quality
    • note that it cannot be used at the same time as Bitrate
"AudioTracks" : [{
    "OutputCodec" : "aac",
    "Quality" : 95
}]