ff-encode 0.14.1

Video and audio encoding - the Rust way
Documentation
1
2
3
4
5
6
//! Stream-copy trimming — cut a media file to a time range without re-encoding.

mod trim_inner;
mod trimmer;

pub use trimmer::{StreamCopyTrim, StreamCopyTrimmer};