$ 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?