Skip to content

Instantly share code, notes, and snippets.

@mberizzo
Created January 27, 2017 18:53
Show Gist options
  • Save mberizzo/5636ecb2dc10af52e46bb456248fff00 to your computer and use it in GitHub Desktop.
Save mberizzo/5636ecb2dc10af52e46bb456248fff00 to your computer and use it in GitHub Desktop.
Convert webm video to mp4
ffmpeg -i output.webm -r 10 -cpu-used 5 -c:v libx264 -crf 20 -c:a aac -strict experimental -loglevel error output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment