
zip for Lambda, you will need to exclude the other platforms' builds from your archive. Note that if you are compressing your project into a. compiling a Linux version to upload to AWS Lambda from MacOS), you can use npm install -force (substituting linux-圆4 with whatever platform you need). If you need to install a version of ffmpeg that differs than your current platform (e.g. As a workaround, if you use Asar, you can do something like this: const ffmpegPath = require( 'app.asar', '') Ĭompiling ffmpeg for platforms other than your own It's a known issue that Asar breaks native paths. See issue #21 Wrong path under Electron with Asar enabled npmrc file with the following: unsafe-perm=true If you get permissions issues, try adding a. This currently outputs warnings in the console, an issue that is tracked by the npm team here. To automatically choose the binary to install, optionalDependencies are used. Process.spawn() const ffmpegPath = require( spawn = require( 'child_process').spawn įluent-ffmpeg const ffmpegPath = require( ffmpeg = require( 'fluent-ffmpeg') Install npm install -save examples const ffmpeg = require( ffmpeg.version) See also "Warnings during install", below.

Supports Linux, Windows and Mac OS/X.Ī combination of package.json fields optionalDependencies, cpu, and os let's the installer only download the binary for the current platform. Installs a binary of ffmpeg for the current platform and provides a path and version. Useful for tools that should "just work" on multiple environments. Platform independent binary installer of FFmpeg for node projects.
