This crate contains a mp4 parser ported from shaka-player project. Also, some optional features are added for parsing subtitles and PSSH
boxes.
Add this to your Cargo.toml file.
toml
[dependencies]
vsd-mp4 = "0.1.0"
Or add from command line.
bash
$ cargo add vsd-mp4
See docs and examples to know how to use it.
Dual Licensed