Parser for ISO Base Media Format aka video/mp4 written in Rust.
Ralph Giles d885312f3c Add minimal updates for FLAC support to capi. | 8 years ago | |
---|---|---|
mp4parse | 8 years ago | |
mp4parse_capi | 8 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 8 years ago | |
LICENSE | 9 years ago | |
README.md | 8 years ago |
This is an mp4 track metadata parser.
Our primary interest is writing a pure-rust replacement for the track metadata parser needed by Firefox.
To enable it on Firefox builds, add ac_add_options --enable-rust
to your mozconfig
.