Dynamically downloads the FFMPEG static binaries.
Unlike other packages, this one detects the OS + architecture and downloads only the required files.
- Windows
- win32 ia32
- win32 x64
- Linux / Android
- linux ia32 (i386)
- linux x64 (x86_64)
- linux arm (armel)
- linux arm64 (aarch64)
- macOS
- darwin x64
ffmpeg-downloader downloads ffmpeg during npm install
const ffmpegPath = require('ffmpeg-downloader').path
node downloader darwin x64
Even if you're on a windows platform, will download the OSX binary for fetching purposes. Useful for making builds of your app for different systems than the one you're on.