dovi_tool
dovi_tool is a command line tool written in Rust combining multiple utilities for working with Dolby Vision.
Installation
You can download official pre-built binaries for Linux & macOS from the GitHub Releases, or you may compile the tool yourself via the instructions below.
Ensure you have Rust installed.
git clone https://github.com/quietvoid/dovi_tool.gitcd dovi_toolRUSTFLAGS="-C target-cpu=native" cargo build --releaseYou can download official pre-built binaries for Windows from the GitHub Releases, or you may compile the tool yourself via the instructions below.
Ensure you have Rust installed.
git clone https://github.com/quietvoid/dovi_tool.gitcd dovi_toolset RUSTFLAGS=-C target-cpu=nativecargo build --releaseUsage
dovi_tool [OPTIONS] <SUBCOMMAND>dovi_tool <SUBCOMMAND> --help