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’ #9

Closed ryanmjacobs closed 9 years ago

ryanmjacobs commented 9 years ago

Running:

$ gifify movie.mp4 -o movie.gif

Generates the error:

gifsicle: unrecognized option ‘--lossy=80’
Usage: gifsicle [OPTION | FILE | FRAME]...
Try 'gifsicle --help' for more information.
norpol commented 9 years ago

See https://github.com/vvo/gifify#requirements you need https://github.com/pornel/giflossy and not the gifsicle which you've probably installed with a package manager. (I might be wrong, but if I remember correctly this was the nitpick)

ryanmjacobs commented 9 years ago

Oh I see. I wish they would hurry up and merge https://github.com/kohler/gifsicle/pull/16 into the upstream.

vvo commented 9 years ago

Thanks @norpol

fdile commented 7 years ago

Does any of you installed giflossy on raspberry pi?

vvo commented 7 years ago

@fdile You should open an issue on the giflossy/gifsicle repository directly.