kieran bdc65868e7
Some checks failed
build / Windows - FFmpeg 4.4 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 5.0 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 5.1 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 6.0 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 6.1 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 4.3 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 4.2 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 4.4 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 5.1 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 6.1 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 7.0 - build, test and lint (push) Has been cancelled
build / Linux - FFmpeg 7.1 - build, test and lint (push) Has been cancelled
build / macOS - FFmpeg 4 - build, test and lint (push) Has been cancelled
build / macOS - FFmpeg 5 - build, test and lint (push) Has been cancelled
build / macOS - FFmpeg 6 - build, test and lint (push) Has been cancelled
build / macOS - FFmpeg 7 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 7.0 - build, test and lint (push) Has been cancelled
build / Windows - FFmpeg 7.1 - build, test and lint (push) Has been cancelled
build / msrv (push) Has been cancelled
fix versions for sws/swr/avfi
2024-11-21 14:25:09 +00:00
2024-10-18 00:06:01 -04:00
2024-11-01 11:02:46 -04:00
2024-05-06 02:20:01 -04:00
2016-04-03 17:32:34 +02:00
2024-11-06 07:37:03 -05:00

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.2 - 7.1.

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.65.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.
Description
No description provided
Readme WTFPL 1.1 MiB
Languages
Rust 100%