Static binaries for ffprobe.
npm install ffprobe-staticffprobe-static
====
Static binaries for ffprobe.
Based on
Binaries are from
Usage
----
``js`
var ffprobe = require('ffprobe-static');
console.log(ffprobe.path);
Version Notes
----
Currently supports Mac OS X (64-bit), Linux (32 and 64-bit) and Windows
(32 and 64-bit).
Currently version 4.0.2` is installed for Mac, Windows and Linux.
I pulled the versions from the ffmpeg static build pages linked from the
official ffmpeg site. Namely:
* 64 bit Mac OSX
* 64 bit Linux
* 32 bit Linux
* 64 bit Windows
* 32 bit Windows
Acknowledgements
----
Special thanks to eugeneware for