Static ffmpeg/ffprobe binaries for macOS, Linux, Windows.
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). The ffmpeg version currently used is 6.1.1.
The binaries download script downloads binaries from these locations:
- Windows x64 builds
- Windows x86 builds
- Linux x64/x86/ARM/ARM64 builds
- macOS x64 (Intel) & ARM64 (Apple Silicon) builds
The script extracts build information and (when possible) the license file from the downloaded package or the distribution server. Please consult the individual build's project site for exact source versions, which you can locate based on the version information included in the README file.
The npm packages include statically linked binaries that are produced by the following individuals, who have been doing this for many years. Please consider supporting and donating to them:
- Linux builds: John Van Sickle
- macOS builds: Helmut K. C. Tessarek
Because this project uses npm workspaces, and because it generates the ffmpeg-static/ffprobe-static workspaces (a.k.a. sub-packages) dynamically in the build script, the prodecure to get them running are a bit unusual:
npm install # install dependencies
npm run build # generate workspaces
npm install --workspaces # install workspaces' dependencies & run scriptsYou need curl to download the ffmpeg binaries.
You need unzip, tar & 7z/7zr/7zz to extract them. On macOS, run brew install gnu-tar xz p7zip to install them.