Skip to content

dovi_tool

currentMigrated from docs/utilities/dovi_tool.mdx at 37c3317fd058; modified for Encode Wiki · CC BY-SA 4.0

dovi_tool is a command line tool written in Rust combining multiple utilities for working with Dolby Vision.

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.

Terminal window
git clone https://github.com/quietvoid/dovi_tool.git
cd dovi_tool
RUSTFLAGS="-C target-cpu=native" cargo build --release
General usage
dovi_tool [OPTIONS] <SUBCOMMAND>
Get more options for a subcommand
dovi_tool <SUBCOMMAND> --help