This is a fork of the abandoned ffmpeg-next crate which is a fork of the abandoned ffmpeg crate.
Currently supported FFmpeg versions: 4.2 - 8.0.
Versions that are considered old and unmaintained by FFmpeg like 5.0 or 6.0 usually work, but are not actively tested during development.
Usage
Build instructions can be found on the wiki. API documentation for this crate can be found on docs.rs.
See CHANGELOG.md for information on version upgrades.
FFmpeg documentation
Contributing
Issues and PRs are welcome.
If you have significant, demonstrable experience in Rust and multimedia-related programming, please let me know, I'll be more than happy to invite you as a collaborator.
Minimum supported Rust version (MSRV)
Both ffmpeg-the-third and ffmpeg-sys-the-third currently require a Rust version of 1.71.0 or higher. Increases in MSRV will result in a semver MINOR version increase.
Note that Rust versions 1.84 and newer will automatically resolve dependencies to versions that are compatible with the rust-version in Cargo.toml.