Parser for ISO Base Media Format aka video/mp4 written in Rust.

Ralph Giles b7ff49057b Basic file opening and magic stream marker check. il y a 8 ans
flac2mp4 b7ff49057b Basic file opening and magic stream marker check. il y a 8 ans
mp4parse 36107c6c50 Update flac parser for the 0.0.2 draft specification. il y a 8 ans
mp4parse_capi cf1a08267f Add tests for FLAC support. il y a 8 ans
.gitignore 44d00bf577 Fixup .gitignore. il y a 8 ans
.travis.yml 78cda9ddd2 travis: Run C++ test program for mp4parse_capi. il y a 8 ans
LICENSE c40bbde6f9 Add MPLv2 license text. il y a 9 ans
README.md 1179840e3b Build and upload documentation on travis runs. il y a 8 ans

README.md

This is an mp4 track metadata parser.

Latest crate version Travis build status

Our primary interest is writing a pure-rust replacement for the track metadata parser needed by Firefox.

API documentation

To enable it on Firefox builds, add ac_add_options --enable-rust to your mozconfig.