1.0.0 • Published 5 years ago

mkvmerge-static v1.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

mkvmerge-static

Static binaries for mkvmerge.

Usage

var mkvmerge = require('mkvmerge-static');
console.log(mkvmerge.path);

Version Notes

Currently supports Mac OS X (64-bit) and Windows (32 and 64-bit).

Currently version 35.0.0 is installed for Mac and Windows, Linux not supported yet.

I pulled the versions from the mkvmerge build page.

Acknowledgements

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