Skip to content

Instantly share code, notes, and snippets.

@drzhnn
Created November 26, 2013 19:49
Show Gist options
  • Save drzhnn/7664970 to your computer and use it in GitHub Desktop.
Save drzhnn/7664970 to your computer and use it in GitHub Desktop.
Convert video to MJPEG
ffmpeg -i input.avi -c:v mjpeg -q:v 1 -c:a copy output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment