Releases: quietvoid/dovi_tool
Releases · quietvoid/dovi_tool
0.3.6
Update hevc_parser
version (fixes #31, #32)
Fix incorrect validation (#33)
0.3.5
Add progress bar for frame indices computation in inject-rpu
(closes #27)
Fix inject-rpu
rpu-in
argument to match documentation (closes #28)
Fix RPU parsing inconsistencies where actual data would be confused as a start code.
0.3.4
Remove & duplicate metadata in editor (#26)
0.3.3
Bugfix release with updated hevc_parser
to properly decode profile tier level.
Fixes #22
0.3.2
Support handling profile 4 files.
Add info
subcommand.
0.3.1
Fix RPU interleaving (#17)
Add experimental editor RPU conversion from profile 5 to 8.1.
0.3.0
Add editor command (#13)
Add convert command (#14)
Add inject-rpu command (#15)
0.2.0
Reorder RPU metadata for frame display output order. Fixes #9
Add a --crop
flag to set active offset areas to zero for cropped transcodes.
0.1.2
Improves parsing performance by 3-4x.
Fixes logic bug, #5
0.1.1-fix
Fixes incorrect write_se
and adds a test to avoid the issue.
Handles RPUs at the end of file situations.
Closes #3