30 Mar 2017

Konvertieren von .webm nach mp4

If you want to convert .webm to .mp4, you can use ffmpeg:

ffmpeg -i input.webm -qscale 0 output.mp4