ffmpeg: Transform to mp4 and resize to width=300px ffmpeg -i input.webm -filter:v scale="300:trunc(ow/a/2)*2" -vcodec h264 -an output.mp4 -an means no sound