Reply on a separate page (no auto-refresh)
So I noticed this site allows you to upload argb webp. I'm not super technical like many of you, I'm just using GIMP, so maybe you guys can achieve better compression. That said I'm really liking the results so far. It's so retarded that we still use GIF for animated pixel art despite how much better argb webp is.
Any reliable ffmpeg script to convert gif to animated webp?
>>162 (OP) Nice art. Did you make it? Also, why is webp a better format? I don't like it personally. I also had an anon tell me that it has some sort of security flaw, but I never looked into it.
>>434 libwebp takes fairly straightforward arguments. ` ffmpeg -hide_banner -i "source.gif" -quality 90 -compression_level 6 -loop 0 "output.webp" `
>>436 It's clearly more efficient. Look at the filesizes. What don't you like about it? I see no appreciable difference between the 2 images in the OP.
>>162 (OP) .....you can animate webps?
You might need to specify. -c:v libwebp_anim To preserve transparency.