Convert mov with Alpha to VP9 Webm with Alpha Using ffmpeg
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 no avail. From this answer I was able to remove all the black in the video, thus making it transparent but this is not what I need as I already have a transparent mov and would like to convert that to transparent webm format. ffmpeg -i input.mp4 -c:v libvpx -vf "colorkey=0x000000:0.1:0.1,format=yuva420p" out.webm This is the ffprobe output of the video I would like to convert to webm with transparency. built with Apple LLVM version 7.0.2 (clang-700.1.81)