ffmpeg를 통해 mp4파일을 webm 파일로 변환하기
콘솔창에서 경로를 맞추고 실행하면
ffmpeg -i input.mp4 -c:v libvpx-vp9 -b:v 1M -c:a libvorbis output.webm
변환된다