Parser for ISO Base Media Format aka video/mp4 written in Rust.
Ralph Giles b7ff49057b Basic file opening and magic stream marker check. | hace 8 años | |
---|---|---|
flac2mp4 | hace 8 años | |
mp4parse | hace 8 años | |
mp4parse_capi | hace 8 años | |
.gitignore | hace 8 años | |
.travis.yml | hace 8 años | |
LICENSE | hace 9 años | |
README.md | hace 8 años |
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
.