dovi_tool
currentMigrated from docs/utilities/dovi_tool.mdx at
37c3317fd058; modified for Encode Wiki · CC BY-SA 4.0dovi_tool
Section titled “dovi_tool”dovi_tool is a command line tool written in Rust combining multiple utilities for working with Dolby Vision.
Installation
Section titled “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 --releasedovi_tool [OPTIONS] <SUBCOMMAND>dovi_tool <SUBCOMMAND> --help