2.1.2 • Published 9 months ago
ffmpeg-static-electron-updated v2.1.2
ffmpeg-static-electron-updated
This is an updated version of the module, which can be found here
ffmpeg static binaries for Mac OSX and Linux and Windows
Installation
This module is installed via npm:
$ npm install ffmpeg-static-electron-updatedExample Usage
Returns the path of a statically linked ffmpeg binary on the local filesystem.
var ffmpeg = require('ffmpeg-static-electron-updated');
console.log(ffmpeg.path);
// /Users/eugeneware/Dropbox/work/ffmpeg-static/bin/darwin/x64/ffmpegCurrently supports Mac OS X (64-bit), Linux (32 and 64-bit) and Windows (32 and 64-bit).
Currently version 6.0 is installed for Mac, 6.1 Windows (64 bit), 3.0.1 for Windows (32 bit), 6.1 for Linux (64 bit), and 3.1 for Linux (32 bit)
Windows.
I pulled the versions from the ffmpeg static build pages linked from the official ffmpeg site. Namely: