Skip to content

Instantly share code, notes, and snippets.

@glippi
Created February 11, 2019 11:57
Show Gist options
  • Save glippi/ada9db8197817a3c72ee0436fe17b940 to your computer and use it in GitHub Desktop.
Save glippi/ada9db8197817a3c72ee0436fe17b940 to your computer and use it in GitHub Desktop.
Create gif from .mov
ffmpeg -ss 00:00:00.000 -i screencast.mov -pix_fmt rgb24 -r 10 -s 1000x400 -t 00:00:00.000 output.gif | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment