ffmpeg-static-electron-updated
v2.1.0
Published
Updated ffmpeg static binaries for Mac OSX and Linux and Windows
Downloads
58
Maintainers
Readme
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-updated
Example 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/ffmpeg
Currently supports Mac OS X (64-bit), Linux (32 and 64-bit) and Windows (32 and 64-bit).
Currently version 7.1
is installed for Mac and Windows (64 bit), 3.0.1
for Windows (32 bit), 7.0.2
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: