I am trying to convert a mov with alpha transparency to webm with alpha transparency, as seen here. I followed the steps explained here to
Try
ffmpeg -i input.mov -c:v libvpx -pix_fmt yuva420p out.webm