Skip to content

Instantly share code, notes, and snippets.

@cbracco
Created March 11, 2015 02:43
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbracco/7ec99d9da5e2a8ac8ed8 to your computer and use it in GitHub Desktop.
Save cbracco/7ec99d9da5e2a8ac8ed8 to your computer and use it in GitHub Desktop.
Convert MP4 to WEBM & OGV using ffmpeg on OSX
ffmpeg -i app/_assets/videos/bg-home-team.mp4 -an -qmax 25 -threads 2 app/_assets/videos/bg-home-team.webm
ffmpeg -i app/_assets/videos/bg-home-team.mp4 -an -c:v libtheora -q:v 7 -threads 2 app/_assets/videos/bg-home-team.ogv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment