Skip to content

Instantly share code, notes, and snippets.

@sidisinsane
Created March 30, 2020 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidisinsane/111aa3b72ae7ea3e8f990eebc0a5caa5 to your computer and use it in GitHub Desktop.
Save sidisinsane/111aa3b72ae7ea3e8f990eebc0a5caa5 to your computer and use it in GitHub Desktop.
Convert MP4 to OGV with FFmpeg
ffmpeg -i source.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 target.ogv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment