Created
February 6, 2015 21:40
-
-
Save montmanu/3f660c35f2d392498704 to your computer and use it in GitHub Desktop.
mp4 to ogv
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
# -q 5 sets the desired quality. | |
ffmpeg -i input.mp4 -q 5 -pix_fmt yuv420p -acodec libvorbis -vcodec libtheora output.ogv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment