Created
November 4, 2016 08:56
-
-
Save danhett/ed1e312229381b45c63cb017ff27d0c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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