1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-20 01:08:06 +00:00
mp4-rust/README.md

19 lines
211 B
Markdown
Raw Normal View History

2020-01-08 06:53:15 +00:00
# mp4.rs
MP4 Reader in Rust
## Development
#### Requirements
* [Rust](https://www.rust-lang.org/)
#### Build
2020-01-08 06:53:15 +00:00
```
cargo build
```
#### Run Examples
* `mp4info`
```
cargo run --example mp4info <movie.mp4>
2020-01-08 06:53:15 +00:00
```