I'm looking for a way compress a quicktime .mov in animation format with alpha to VP9. I've tried the following:
ffmpeg -i Elephant_01.mov -vcodec libvpx-vp9 -pix_fmt yuva444p output3.webm
but I get an incompatible pixel format...
error.
any suggestions, as far as I can tell VP9 -should- support the yuva444p format. Or is there another tool that works?