Skip to content

Instantly share code, notes, and snippets.

@rameyrobo
Created June 13, 2019 00:33
Show Gist options
  • Save rameyrobo/a5c454d352e10dc0f06276dddae06236 to your computer and use it in GitHub Desktop.
Save rameyrobo/a5c454d352e10dc0f06276dddae06236 to your computer and use it in GitHub Desktop.
Convert .mp4 to .webm in ffmpeg
ffmpeg -i Video_Title.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis Video_Title.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment