vvo / gifify

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

gifsicle: unrecognized option ‘--lossy=80’ #18

Closed ttback closed 9 years ago

ttback commented 9 years ago

just trying to run a simple `gifify vid.mp4 -o screencast.gif and ran into

gifsicle: unrecognized option ‘--lossy=80’
Usage: gifsicle [OPTION | FILE | FRAME]...

Not sure why...

vvo commented 9 years ago

You need giflossy: https://github.com/vvo/gifify#requirements

have fun

ttback commented 9 years ago

@vvo Thanks. :)