Skip to content

Instantly share code, notes, and snippets.

@denovo
Last active July 21, 2017 16:46
Show Gist options
  • Select an option

  • Save denovo/1df16db3f0a33b1ef17d09f80d30477d to your computer and use it in GitHub Desktop.

Select an option

Save denovo/1df16db3f0a33b1ef17d09f80d30477d to your computer and use it in GitHub Desktop.
convert mp4 to mpeg using FFMPEG
# run cmd in terminal if FFMPEG is installed globally
$ ffmpeg -i mp4videoname.mp4 -c:v libvpx -crf 4 -minrate 1M -b:v 1.5M -c:a libvorbis webmvideoname.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment