Skip to content

1.5.1

Compare
Choose a tag to compare
@quietvoid quietvoid released this 02 May 01:42
· 129 commits to main since this release
0be7db5

Bug fixes

  • mux: Fixed repeating EOS NALUs by default. Fixes #146.
    • This only affected the default muxing options. If using --eos-before-el, the output file was correct.
  • Corrected --edit-config, which wasn't used at all for convert, demux, extract-rpu
    • edit: Still present with mux in this release, it is fixed in main.

Features

  • Added positional argument inputs to all subcommands that require a single primary input file/stream.
    • For example, it is now possible to do dovi_tool info RPU.bin -f 0 instead of having to use -i RPU.bin
  • Added regression/integration tests.