vvo / gifify

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

How to convert sequence of PNGs #106

Closed hyperknot closed 6 years ago

hyperknot commented 6 years ago

I'd like to convert a sequence of PNG files, showing each for 2 seconds. I prefer not to export to an mp4 file temporarily, as that'd ruin quality.

How is it possible to do this in gifify in the best possible quality?

vvo commented 6 years ago

I think you will have more chances just using ffmpeg, search for your question on google or stackoverflow.

gifify goal is to turn mp4 into gifs that's it.

thanks!