Hello, you need to change the gif
ffmpeg -i 1.gif -vf scale=800:-1 -y 2.gif
hyphal from the original 2mb turns into 8mb
The most interesting thing is that I decode both gifs in the hymn I save one frame at a time and one frame weighs under 100kb, only 75 frames, respectively, and it turns out in size ~ 8mb. I can not understand why the original gif weighs only 2 MB and how to achieve the same magic?
The same effect with convert and gifsicle
convert 1.gif -resize '800x<' 2.gif gifsicle --resize-fit-width 800 -i 1.gif > 2.gif