#ffmpeg #multimedia-video #video #audio-video #audio

ffmpeg-the-third

Safe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)

10 stable releases

2.0.1+ffmpeg-7.0 May 6, 2024
1.2.2+ffmpeg-6.0 Mar 8, 2023
1.1.2+ffmpeg-5.1.2 Feb 6, 2023
1.1.0+ffmpeg-5.1.2 Jan 25, 2023

#19 in Multimedia

Download history 588/week @ 2024-01-22 854/week @ 2024-01-29 636/week @ 2024-02-05 1127/week @ 2024-02-12 601/week @ 2024-02-19 687/week @ 2024-02-26 318/week @ 2024-03-04 362/week @ 2024-03-11 526/week @ 2024-03-18 583/week @ 2024-03-25 437/week @ 2024-04-01 412/week @ 2024-04-08 248/week @ 2024-04-15 572/week @ 2024-04-22 735/week @ 2024-04-29 633/week @ 2024-05-06

2,271 downloads per month
Used in 8 crates (6 directly)

WTFPL license

580KB
16K SLoC

crates.io docs.rs build

This is a fork of the abandoned ffmpeg-next crate which is a fork of the abandoned ffmpeg crate.

Currently supported FFmpeg versions: 4.x, 5.x, 6.x.

Build instructions can be found on the wiki.

Documentation:

See CHANGELOG.md for other information on version upgrades.

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.61.0 or higher. Increases in MSRV will result in a semver MINOR version increase.

If you are having issues compiling this crate on your version of Rust, there are two tools you can use to help find MSRV-compatible dependency versions:

  • Install a nightly Rust toolchain and run cargo +nightly update -Zmsrv-policy. This will automatically resolve dependencies to versions that are compatible with the rust-version in Cargo.toml.
  • Check the Cargo.lock.MSRV in this repository. It contains dependency versions that are known to compile on the MSRV. In the simplest case, you can just cp Cargo.lock.MSRV Cargo.lock. For more complex dependency graphs, you might need to manually select compatible versions from the Cargo.lock.MSRV.

Dependencies

~0.4–6MB
~70K SLoC