rsmpeg 0.3.0

A Rust crate that exposes FFmpeg's power as much as possible.
Documentation
1
2
3
4
//! Everything related to `libavfilter`.
mod avfilter;

pub use avfilter::*;