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

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

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.