av-ivf 0.4.1

IVF muxer and demuxer
Documentation
# ivf-rs

[![docs.rs](https://img.shields.io/docsrs/av-ivf?style=for-the-badge)](https://docs.rs/av-ivf)
[![Crates.io](https://img.shields.io/crates/v/av-ivf?style=for-the-badge)](https://crates.io/crates/av-ivf)
[![LICENSE](https://img.shields.io/crates/l/av-ivf?style=for-the-badge)](https://github.com/rust-av/ivf-rs/blob/master/LICENSE)
[![Actions Status](https://github.com/rust-av/ivf-rs/workflows/ivf/badge.svg)](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.