Skip to content

Releases: quietvoid/dovi_tool

0.1.1-fix

27 Nov 04:01
Compare
Choose a tag to compare

Fixes incorrect write_se and adds a test to avoid the issue.
Handles RPUs at the end of file situations.
Closes #3

0.1.0-fix

21 Nov 22:07
Compare
Choose a tag to compare

Commands

demux: Demuxes single track dual layer Dolby Vision into Base layer and Enhancement layer files.
extract-rpu: Extracts Dolby Vision RPU from an HEVC encoded file.

Modes

  • -m, --mode
    • 0 - Parses the RPU, rewrites it untouched.
    • 1 - Converts the RPU to be MEL compatible.
    • 2 - Converts the RPU to be profile 8.1 compatible.

Fix for way too big stack allocations.