Skip to content

Instantly share code, notes, and snippets.

@danhett
Created November 4, 2016 08:56
Show Gist options
  • Save danhett/ed1e312229381b45c63cb017ff27d0c3 to your computer and use it in GitHub Desktop.
Save danhett/ed1e312229381b45c63cb017ff27d0c3 to your computer and use it in GitHub Desktop.
ffmepg -i input.mp4 -codec:v libvpx -cpu-used 0 -b:v 700k -qmin 10 -qmax 42 -maxrate 500k -bufsize 1000k -threads 4 -vf scale=iw*.5:ih*.5 -codec:a libvorbis -b:a 128k output.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment