📦 ffmpeg-builds is an automation workflow that produces static builds of FFmpeg for an array of different platforms. You can find ready to download assets for each target in the releases of this repository.
| Windows | Linux | macOS | |
|---|---|---|---|
arm64 / aarch64 |
✅ | ✅ | ✅ |
x64 / x86_64 / amd64 |
✅ | ✅ | ✅ |
x86 / i386 |
✅ | ✅ | ❌ |
Builds are performed using vcpkg. For a list of enabled FFmpeg features, see the manifest file.
To programmatically fetch a specific release, use the following URL pattern:
https://github.com/boul2gom/ffmpeg-builds/releases/download/${VERSION}/ffmpeg-${OS}-${ARCH}.zip