Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created June 3, 2017 07:04
Show Gist options
  • Select an option

  • Save mishazawa/11d00e5bf5e93a7922445faa8d167b74 to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/11d00e5bf5e93a7922445faa8d167b74 to your computer and use it in GitHub Desktop.
mp4 -> webm
ffmpeg -i input-file.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis output-file.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment