Skip to content

larksuite/rsmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsmpeg

Doc Crates.io CI Ask DeepWiki

rsmpeg is a thin and safe layer above the FFmpeg's Rust bindings, its main goal is to safely expose FFmpeg inner APIs in Rust as much as possible.

Taking advantage of Rust's language design, you can build robust multi-media projects even quicker than using FFmpeg's C API.

Dependency requirements

Supported FFmpeg versions are 6.*, 7.*.

Minimum Supported Rust Version is 1.81.0(stable channel).

Getting started

Windows users

macOS, Linux users

Advanced usage

  1. Advanced FFmpeg linking: refer to rusty_ffmpeg's documentation for how to use environment variables to statically or dynamically link FFmpeg. rsmpeg also mirrors rusty_ffmpeg's link_system_ffmpeg and link_vcpkg_ffmpeg features for you to use ffmpeg installed by package manager (e.g., apt, brew, vcpkg).

  2. rsmpeg examples: Check out the tests/ffmpeg_examples folder, which partially mirrors ffmpeg examples.

Contributors

Thanks for your contributions!

About

A Rust crate that exposes FFmpeg's power as much as possible.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 11