ffmpeg-path
v5.5.5
Published
Static binaries for ffmpeg.
Downloads
176
Readme
ffmpeg-binary
Node.js module providing path of ffmpeg binary for various platforms.
This project install binary dependencies for the current platform using the optionalDependencies, cpu, and os fields of the package.json file.
The project is currently using the ffmpeg 6.0 release, and the list of supported platforms is as follows.
- Windows x64
- Windows x86
- Linux x64
- Linux x86
- Linux ARM
- Linux ARM64
- macOS x64
- macOS ARM64
Installation
npm install ffmpeg-path
Usage
import ffmpeg from 'ffmpeg-path';
console.log(ffmpeg); // [Project]/node_modules/ffmpeg-path/[Platforms]-[Architecture]/ffmpeg
Sources of the binaries
- Windows x64: https://www.gyan.dev/ffmpeg/builds/
- Windows x86: https://github.com/sudo-nautilus/FFmpeg-Builds-Win32
- Linux x64 / Linux x86 / Linux ARM / Linux ARM64: https://johnvansickle.com/ffmpeg/
- macOS x64: https://evermeet.cx/ffmpeg/
- macOS ARM64: https://www.osxexperts.net