vvo / gifify

😻 Convert any video file to an optimized animated GIF.
ISC License
6.21k stars 314 forks source link

requirement not automatically installed #118

Open sevku opened 3 years ago

sevku commented 3 years ago
$ gifify in.mp4 -o out.gif

results in:

Could not find gifsicle. Is it installed?

More info: https://github.com/vvo/gifify#requirements

which can be solved with:

$ sudo npm install -g gifsicle

maybe it would be possible to do this automatically?