neoffmpeg-rs 1.0.2

Safe FFmpeg wrapper (fork of rust-ffmpeg formerly known as ffmpeg-next)
Documentation
1
2
3
4
5
6
7
8
mod context;
pub use self::context::Context;

mod source;
pub use self::source::Source;

mod sink;
pub use self::sink::Sink;