1.1.0 • Published 2 years ago

@scrollmotiongit/ffprobe-static v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ffprobe-static

Note: fork of joshwnj for the purpose of providing temporary arm64 support.


Static binaries for ffprobe.

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);

Binaries

Acknowledgements

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