Skip to content

Instantly share code, notes, and snippets.

@esmerino
Last active November 18, 2019 15:27
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 esmerino/36df38ef767c700e5f290f5dbeba4a41 to your computer and use it in GitHub Desktop.
Save esmerino/36df38ef767c700e5f290f5dbeba4a41 to your computer and use it in GitHub Desktop.
ffmpeg -i $(ls *.mov) -pix_fmt rgb8 -r 10 output.gif && gifsicle -O3 output.gif -o output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment