handbrake-bin
HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. More at https://handbrake.fr/
What is this?
This is a wrapper to install HandBrake as a local dependency through npm.
Install
$ npm install handbrake-bin --save
Linux users may need to run with sudo
Usage
const execFile = execFile;const handBrake = ; ;
Or you could pull object-to-spawn-args
and use like this:
;; const options = input: 'input.mkv' output: 'output.mp4' ;
CLI
$ npm install --global handbrake-bin
$ handbrake --help
Credits
All the credits goes to https://github.com/HandBrake/HandBrake and its contributors for their hard work on building HandBrake.