https://github.com/rust-av/ivf-rs
Ivf file mux/demux
https://github.com/rust-av/ivf-rs
aom ivf rust-av vpx
Last synced: 8 months ago
JSON representation
Ivf file mux/demux
- Host: GitHub
- URL: https://github.com/rust-av/ivf-rs
- Owner: rust-av
- License: mit
- Created: 2018-09-12T14:44:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T16:59:59.000Z (about 3 years ago)
- Last Synced: 2025-09-01T18:52:07.886Z (9 months ago)
- Topics: aom, ivf, rust-av, vpx
- Language: Rust
- Size: 74.2 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ivf-rs
[](https://docs.rs/av-ivf)
[](https://crates.io/crates/av-ivf)
[](https://github.com/rust-av/ivf-rs/blob/master/LICENSE)
[](https://github.com/rust-av/ivf-rs/actions)
This is a simple implementation of muxer/demuxer for Ivf file format.
## Example
Look into the [examples](./examples) directory to see an example.
## About Ivf
Refer to the [specification](https://wiki.multimedia.cx/index.php/IVF).
## Relies on rust-av
This projects relies on [rust-av](https://github.com/rust-av/rust-av) toolkit.