Skip to content

Instantly share code, notes, and snippets.

@zerolab
Created September 2, 2010 13:02
Show Gist options
  • Save zerolab/562254 to your computer and use it in GitHub Desktop.
Save zerolab/562254 to your computer and use it in GitHub Desktop.
convert OGV to h264
ffmpeg -i input.ogv -vcodec libx264 -vpre fast -crf 22 -threads 2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment