Hello,
ffmpeg -i "in.mp4" -vf scale=680:-2 "out.gif"
Tell me how to keep the original WxH when gif is less than 680px?
Ie to achieve the same effect:
gifsicle -O3 --resize-fit-width 680 -i in.gif > out.gif convert in.gif -resize "680x>" out.gif
If not how, then how to get a grain effect with a gifsicle like in ffmpeg. Such a gif weighs significantly less.