Hi, I have a suggestion for GIF encoding. Currently gifine uses imagemagick's convert to produce GIFs. Convert seems to try to load all raw images into memory. That often makes my system run out of memory and freeze (with 16GB of RAM).
Instead there are options for ffmpeg to produce GIFs with a reasonable quality, speed and memory usage. Here is an example how ffmpeg can be used: https://github.com/lukechilds/gifgen/blob/master/gifgen#L71
Would it be possible to add it as an encoding option?
Hi, I have a suggestion for GIF encoding. Currently gifine uses imagemagick's convert to produce GIFs. Convert seems to try to load all raw images into memory. That often makes my system run out of memory and freeze (with 16GB of RAM).
Instead there are options for ffmpeg to produce GIFs with a reasonable quality, speed and memory usage. Here is an example how ffmpeg can be used: https://github.com/lukechilds/gifgen/blob/master/gifgen#L71
Would it be possible to add it as an encoding option?