rffmpeg

Crates.iorffmpeg
lib.rsrffmpeg
version7.1.0
created_at2025-06-12 11:01:00.638869+00
updated_at2025-06-12 11:01:00.638869+00
descriptionSafe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg crate)
homepagehttps://github.com/nrbnlulu/rffmpeg#readme
repositoryhttps://github.com/nrbnlulu/rffmpeg
max_upload_size
id1709690
size539,706
ניר (nrbnlulu)

documentation

https://docs.rs/rffmpeg

README

rffmpeg

crates.io docs.rs build

currently supports ffmpeg 6.1 - 7.1

Build instructions can be found on the wiki.

Documentation:

Installation

As a general note take a look on the build.yml for a better reference on how to build the library.

Windows

  1. download the version you want from ffmpeg-builds (only shared builds are supported)
  2. extract and set FFMPEG_DIR FFMPEG_INCLUDE_DIR and FFMPEG_LIB_DIR environment variables to the extracted directory

Linux

  1. download the version you want from ffmpeg-builds (only shared builds are supported)
  2. extract and set FFMPEG_DIR FFMPEG_INCLUDE_DIR and FFMPEG_LIB_DIR environment variables to the extracted directory

MacOS

  1. run brew install ffmpeg pkg-config
  2. good to go
Commit count: 603

cargo fmt