MP4 Reader in Rust
ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc)
cargo build
mp4info
cargo run --example mp4info <movie.mp4>
Thanks to the following resources used when learning Rust: * https://github.com/mozilla/mp4parse-rust * https://github.com/pcwalton/rust-media * https://github.com/alfg/mp4
MIT