mirror of
https://github.com/alfg/mp4-rust.git
synced 2024-12-23 04:26:27 +00:00
18 lines
211 B
Markdown
18 lines
211 B
Markdown
# mp4.rs
|
|
MP4 Reader in Rust
|
|
|
|
## Development
|
|
|
|
#### Requirements
|
|
* [Rust](https://www.rust-lang.org/)
|
|
|
|
#### Build
|
|
```
|
|
cargo build
|
|
```
|
|
|
|
#### Run Examples
|
|
* `mp4info`
|
|
```
|
|
cargo run --example mp4info <movie.mp4>
|
|
```
|