ac-ffmpeg 0.18.1

Simple and safe Rust interface for FFmpeg libraries.
Documentation
//! Media container handling.

pub mod demuxer;
pub mod io;
pub mod muxer;
pub mod stream;