rffmpeg
currently supports ffmpeg 6.1 - 8.0
Documentation:
Installation
As a general note take a look on the build.yml for a better reference on how to build the library.
Windows
- download the version you want from ffmpeg-builds (only shared builds are supported)
- extract and set
FFMPEG_DIRFFMPEG_INCLUDE_DIRandFFMPEG_LIB_DIRenvironment variables to the extracted directory
Linux
- download the version you want from ffmpeg-builds (only shared builds are supported)
- add these paths (change to fit your needs) to env
MacOS
- run
brew install ffmpeg pkg-config - good to go