Convert animated gif to animated webp using FFmpeg

Solution 1:

I'm not sure if you were able to figure this one out, but I was able to get this to work by setting pixel format to yuv420p.

ffmpeg -i transparent.gif -vcodec webp -loop 0 -pix_fmt yuv420p transparent.webp