dovi_tool
dovi_tool is a command line tool written in Rust combining multiple utilities for working with Dolby Vision.
Installationâ
- Linux & macOS
- Windows
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.git
cd dovi_tool
RUSTFLAGS="-C target-cpu=native" cargo build --release
You 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.git
cd dovi_tool
set RUSTFLAGS=-C target-cpu=native
cargo build --release
Usageâ
General usage
dovi_tool [OPTIONS] <SUBCOMMAND>
Get more options for a subcommand
dovi_tool <SUBCOMMAND> --help