3.2.2 • Published 7 years ago

ffplay-static v3.2.2

Weekly downloads
16
License
GPL-3.0
Repository
github
Last release
7 years ago

ffplay-static

ffplay static binaries for Windows and macOS

Installation

Use NPM to install this module:

$ npm install --save ffplay-static

Usage

This module supports Windows (32-bit and 64-bit) and macOS (64-bit).

var ffplay = require('ffplay-static');
console.log('ffplay'); // /path/to/ffplay

Static Binaries

The static binaries are downloaded from the official FFmpeg website.

License

This repository is open source and distributed under the GPL-3.0 License.