>>478
I typically use the following ffmpeg options to make webms:
ffmpeg -i "in.mp4" -c:v libvpx-vp9 -vbr on -crf 25 -b:v 0 "out.webm"
Can add -an if you need to strip the audio and increase the crf if you need a smaller file at the expense of quality.