Rsmpeg
A Rust crate that exposes FFmpeg's power as much as possible
...The library is designed to balance performance with safety by leveraging Rust’s ownership model and memory management features. It supports handling of containers, codecs, and frames, enabling fine-grained control over media workflows. rsmpeg is suitable for building high-performance multimedia applications that require precise control over processing pipelines. It also integrates well with other Rust libraries, enabling complex system development. Overall, it serves as a bridge between FFmpeg and modern Rust applications.