1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-09 12:02:52 +00:00
🎥 MP4 reader and writer library in Rust! 🦀
Go to file
2020-01-12 19:33:26 -08:00
examples Change main.rs to lib.rs and create example mp4info project. Update readme and license. 2020-01-12 19:33:26 -08:00
src Change main.rs to lib.rs and create example mp4info project. Update readme and license. 2020-01-12 19:33:26 -08:00
.gitignore Basic example of parsing mp4 atom boxes in rust. 2020-01-07 21:34:01 -08:00
Cargo.lock parse ftyp box 2020-01-09 22:26:08 -08:00
Cargo.toml Change main.rs to lib.rs and create example mp4info project. Update readme and license. 2020-01-12 19:33:26 -08:00
LICENSE Change main.rs to lib.rs and create example mp4info project. Update readme and license. 2020-01-12 19:33:26 -08:00
README.md Change main.rs to lib.rs and create example mp4info project. Update readme and license. 2020-01-12 19:33:26 -08:00

mp4.rs

MP4 Reader in Rust

Development

Requirements

Build

cargo build

Run Examples

  • mp4info
cargo run --example mp4info <movie.mp4>