Open sevku opened 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?
results in:
which can be solved with:
maybe it would be possible to do this automatically?