How to compress gif effectively to reduce size?
问题 We use gifs for our blog extensively. We used to embed tenor nano gifs(90px height maintaining aspect ratio, used for GIF previews and shares on mobile) in it. Now we wanted to create our own gifs and are using the following command to convert mp4 to gif while maintaining the properties of tenor's nano gif. using ffmpeg version 4.1.4 But we observed a huge difference in size between the gif we created and the one created using tenor. ffmpeg -i input.mp4 -filter_complex "[0:v]fps=10,scale=-1