luigi-agosti / ffprobe-static

Static binaries for ffprobe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffprobe-static

Static binaries for ffprobe. OSX only at the moment, please send a PR if you would like to help with adding support for other platforms.

Based on https://github.com/eugeneware/ffmpeg-static.

Binaries are from http://ffmpeg.zeranoe.com/builds/

Usage

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 3.1 is installed for Mac and Linux, and 3.0.1 for Windows.

I pulled the versions from the ffmpeg static build pages linked from the official ffmpeg site. Namely:

Acknowledgements

Special thanks to eugeneware for https://github.com/eugeneware/ffmpeg-static, which this is based upon.

About

Static binaries for ffprobe

License:MIT License


Languages

Language:JavaScript 100.0%