Skip to content

Instantly share code, notes, and snippets.

@underscorebrody
Created June 9, 2017 12:56
Show Gist options
  • Save underscorebrody/2cf24c3ef6c26b1e3ce20285a5866f9f to your computer and use it in GitHub Desktop.
Save underscorebrody/2cf24c3ef6c26b1e3ce20285a5866f9f to your computer and use it in GitHub Desktop.
Convert mov to gif
ffmpeg -i affix.mov -s 1968x1128 -pix_fmt rgb24 -r 15 -f gif - | gifsicle --optimize=3 --delay=3 > affix.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment