Skip to content

2.1.0

Compare
Choose a tag to compare
@quietvoid quietvoid released this 07 Oct 13:47
· 34 commits to main since this release

Bug fixes

  • It is now possible to read RPU files that are over 250M in size. (#233, fixes #221)
  • Fixed RPU generation from HDR10+ generated by Resolve when the timeline starts at 86400 seconds.

Features

  • Improved export subcommand to allow specifying what data to export. (#256, implements #223)
    • -d, --data: List of key-value export parameters formatted as key=output,key2...
      • all - Exports the list of RPUs as a JSON file
      • scenes - Exports the frame indices at which scene_refresh_flag is set to 1
      • level5 - Exports the video's L5 metadata in the form of an editor config JSON
    • See README section for details and examples.
  • Added remove subcommand, which outputs only the base layer HEVC file. (#257, fixes #232)

 
Full Changelog: 2.0.3...2.1.0