Parser for ISO Base Media Format aka video/mp4 written in Rust.
Ralph Giles d885312f3c Add minimal updates for FLAC support to capi. | пре 8 година | |
---|---|---|
mp4parse | пре 8 година | |
mp4parse_capi | пре 8 година | |
.gitignore | пре 8 година | |
.travis.yml | пре 8 година | |
LICENSE | пре 9 година | |
README.md | пре 8 година |
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
.