ff-encode 0.14.0

Video and audio encoding - the Rust way
Documentation
1
2
3
4
//! Image encoding module.
pub mod builder;
mod encoder_inner;
pub use builder::{ImageEncoder, ImageEncoderBuilder};