Releases: quietvoid/dovi_tool
Releases · quietvoid/dovi_tool
1.4.6
1.4.5
1.4.4
Migrated to clap
v3, replacing structopt
for handling CLI arguments.
Bug fixes
- The
dolby_vision
lib now handles variable length metadata blocks correctly.- This can be used by
L8
,L9
, andL10
metadata levels. - Implements fixes for #104 and #105.
- Thanks to @saindriches for figuring out most of it.
- This can be used by
- When generating a CM v4.0 RPU, a default
L9
metadata block is added to conform to Dolby spec. - It is now possible to inject RPUs into a video file that already contains Dolby Vision RPUs. Fixes #108.
- In that case, the existing RPUs are ignored and replaced.
- Corrected
L3
metadata values from XML.
Features
- RPU generation from XML now supports
L10
andL11
metadata. As well as fixes for variable lengthL8
andL9
.- L10 metadata is derived from the target displays in the metadata, and can support custom primaries.
- Added a way to edit the existing
L9
metadata in RPUs. Only supports preset primaries, refer to documentation.
1.4.3
Moved the documentation to a separate docs
directory.
Added more examples for use with generate
subcommand.
Bug fixes
- Issue #91: Fixed regression to allow users adding L2 metadata when generating.
- Issue #97 (fix by @nekno): Improved output file name when using
convert
subcommand to reflect the presence of EL/RPU better. - Improved generator config JSON default values to not error unnecessarily.
Features
- Added the possibility to specify any default metadata block levels to be used for the whole sequence when generating RPUs.
- Added a way to edit per-shot/per-frame metadata even when generating from HDR10+ or madVR measurement files.
1.4.2
1.4.1
1.4.0
Big feature/breaking release to implement support for DM v2/CM v4.x metadata.
Now properly parses/writes metadata blocks for both display management metadata versions.
Supported metadata levels:
- DM v1 (CM v2.9):
L1
,L2
,L4
,L5
,L6
- DM v2 (CM v4.x):
L3
,L8
,L9
,L10
,L11
,L254
Important changes:
Generator
- Implemented proper support for
L3
,L8
andL9
metadata for RPU generation from XML. - Improved the template to allow more flexibility. Now allows specifying shots (with per-shot or per-frame metadata blocks).
- Refer to documentation and example.
Editor
- Added
convert_to_cmv4
option to convert an existing RPU to DM v2, defaulting to addingL11
metadata. - It is now possible to remove polynomial/MMR mapping from the RPU using
remove_mapping
- Refer to documentation and examples.
- For
L11
, see convert_to_cmv4 example.
Exported JSON from info
or export
now have DM metadata split in two objects:
cmv29_metadata
andcmv40_metadata
, which have the same structure: a number of blocks, and list of blocks.