Skip to content

Releases: quietvoid/dovi_tool

1.3.0

29 Nov 03:27
55c2454
Compare
Choose a tag to compare

Added --drop-hdr10plus flag

  • Ignore HDR10+ metadata when writing the output HEVC.

 

Added parsing for ST2094-10 ITU T.35 SEI parsing in dolby_vision crate.

1.2.1

16 Nov 14:26
093268a
Compare
Choose a tag to compare

Some bug fixes:

  • The crop flag now works properly when the mode is not set.

  • Fixed inputs not working when the name contains mkv anywhere.

Some new features:

Added a profile 8.1 to profile 7 MEL conversion, which can be done with --mode 1.

  • The conversion from profile 7 MEL to 8.1, and then back to MEL is lossless.

Added drop_l5 option to the editor's active_area config, which allows removing L5 metadata blocks.

1.2.0

06 Nov 01:55
ceb3360
Compare
Choose a tag to compare

Created a C API for using the dolby_vision crate through C/C++.
Example available.

Refactored things, no other user facing changes.

1.1.3

19 Oct 04:01
Compare
Choose a tag to compare

Implements #57: Add support for editing Level 6 metadata blocks
Edited when already existing, created when not.
 

Add support for madVR flags=3 measurement files, to use target nits per frame.
Use the --use-custom-targets flag when generating.

  • The target nits are used as L1 peak nits per frame, but they are not as smooth as per-shot metadata.
  • The scene cuts and average nits are dynamic per-shot.

1.1.2

08 Oct 16:31
Compare
Choose a tag to compare

Fix madVR measurement file frame average brightness.

1.1.1

07 Oct 21:45
Compare
Choose a tag to compare

Bug fix for XML to actually use per-shot trim metadata.

1.1.0

07 Oct 03:27
Compare
Choose a tag to compare

Fix serialization for the exported JSON to be as before.

Add metadata generation derived from madVR measurement files.

1.0.0

06 Oct 02:22
Compare
Choose a tag to compare

Create dolby_vision crate.

Add L5 metadata support for XML generation.

  • Requires --canvas-width and --canvas-height to be set.
  • Example: dovi_tool generate -x metadata.xml --canvas-width 3840 --canvas-height 2160

0.5.0

27 Aug 03:29
Compare
Choose a tag to compare

Add partial generation from CMv2.9 & CMv4.0 XML metadata (#43)

0.4.1

24 Aug 17:41
Compare
Choose a tag to compare

Add export subcommand, allows exporting a binary RPU to JSON.

Add experimental hdr10plus-json option to generate subcommand.

  • Allows generating L1 metadata from HDR10+ JSON metadata. Scene information required for scene cut flags.

Add level2 param to generate JSON config, to set specific static L2 trim passes.