Skip to content

Instantly share code, notes, and snippets.

@chrisknepper
Created May 6, 2015 20:34
Show Gist options
  • Save chrisknepper/4ce61f4a00cbf433c529 to your computer and use it in GitHub Desktop.
Save chrisknepper/4ce61f4a00cbf433c529 to your computer and use it in GitHub Desktop.
Convert MP4 to WebM with FFMPEG
ffmpeg -i frontpage.mp4 -qmax 25 -threads 2 myvideo.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment