Crate av_ivf

Crate av_ivf 

Source
Expand description

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

§Example

[wip] look at test in mux/demux

§About Ivf

Refer to the specification.

§Relies on rust-av

This projects relies on rust-av toolkit

Modules§

common
demuxer
Implement the demuxer trait from av-format and expose all the correct abstraction to handle them. Refer to the Demuxer trait for more info.
muxer
Implement the muxer trait from av-format and expose all the correct abstraction to handle them. Refer to the Muxer trait for more info.