Quantcast
Channel: How do I quickly generate low quality animated GIFs with ffmpeg? - Super User
Browsing latest articles
Browse All 3 View Live

Answer by Rjak for How do I quickly generate low quality animated GIFs with...

I was tasked with reducing the amount of time it took to generate an animated GIF as close as possible to 30 frames in length at 150 pixels width. Most of the sequences we generate are under 1000...

View Article



Answer by slhck for How do I quickly generate low quality animated GIFs with...

Your use of the palettegen/paletteuse filters is making the command run slower. The simple way to achieve a lower-quality GIF would be:ffmpeg -f image2 -i "frames.%04d.jpg" output.gifWith additional...

View Article

How do I quickly generate low quality animated GIFs with ffmpeg?

We generate a lot of thumbnail GIFs whose quality does not matter nearly as much as the time it takes to generate them. Generating high quality GIFs with ffmpeg is very well covered, but I'm not having...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images