Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 802 Bytes

ivf-rs

docs.rs Crates.io LICENSE Actions Status

This is a simple implementation of muxer/demuxer for Ivf file format.

Example

Look into the examples directory to see an example.

About Ivf

Refer to the specification.

Relies on rust-av

This projects relies on rust-av toolkit.