ff-remux 0.18.1

Stream-copy remuxing (trim, audio replace/extract/add) over FFmpeg
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};