↧
Answer by Chloe for How do I resize an animated GIF and keep transparency?
I upgraded from 3.4.1 to 4.0.2 and it worked. However, I got better results with >ffmpeg -hide_banner -v warning -i logo.gif -filter_complex "[0:v] scale=320:-1:flags=lanczos,split [a][b]; [a]...
View ArticleHow do I resize an animated GIF and keep transparency?
I tried to resize an animated GIF with transparency, but it turned the background a solid white. How do I keep the transparency?I read https://superuser.com/a/556031/130929 and tried>set...
View Article