Skip to main content

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.git
cd dovi_tool
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