2.1.2 • Published 5 months ago

ffmpeg-static-electron-updated v2.1.2

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
5 months ago

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 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:

2.1.2

5 months ago

2.1.1

5 months ago

2.1.0

8 months ago