Skip to content

Instantly share code, notes, and snippets.

@omgmog
Created May 28, 2014 14:28
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save omgmog/33ec177eea6b78adbaf3 to your computer and use it in GitHub Desktop.
Save omgmog/33ec177eea6b78adbaf3 to your computer and use it in GitHub Desktop.
Convert an m4v to gif with ffmpeg
ffmpeg -i input.m4v -pix_fmt rgb24 -r 10 -y -s [width]x[height] output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment