# 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.