dolby_vision 1.3.1

Dolby Vision metadata parsing and writing
Documentation

Library to read & write Dolby Vision metadata.
Comes as a Rust crate and C compatible library.

See changelog for API changes.

 

Toolchain

For use as a Rust crate, Rust 1.51.0 can be used.
To build the C-API library, the minimum Rust version is 1.55.0.

 

Building the C-API

To build and install it you can use cargo-c:

cargo install cargo-c
cargo cinstall --release

Running the C-API example

cd examples
gcc capi.c -ldovi -o capi_example.o
./capi_example.o