Skip to content

Instantly share code, notes, and snippets.

@montmanu
Created February 6, 2015 21:40
Show Gist options
  • Save montmanu/3f660c35f2d392498704 to your computer and use it in GitHub Desktop.
Save montmanu/3f660c35f2d392498704 to your computer and use it in GitHub Desktop.
mp4 to ogv
# -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