30 Mar 2017
If you want to convert .webm to .mp4, you can use ffmpeg:
ffmpeg -i input.webm -qscale 0 output.mp4