Images to animated GIF offline and FLOSS ( Linux )

SpongeB0B@programming.dev to Free and Open Source Software@beehaw.org – 14 points –

Hi,

I was a very long time I didn't need to created a animated gif... I had a program before to take a static images (.jpg, .png etc..) and convert then into an animated gif..

All the web search engine push for online (aka SaaSS) tool 🤮

Do you know a program that do that ( Linux )

Thanks.

6

ffmpeg is my go to for things like this but I can never remember the necessary incantation on the command line. Fortunately ChatGPT tends to get you most of the way there a lot of the time, I would normally asks something like the following and start from there:

How to convert a folder of png images into a gif using ffmpeg?