Skip to content

Instantly share code, notes, and snippets.

@joeswann
Last active June 14, 2018 00:57
Show Gist options
  • Save joeswann/051350e6e1fbd30ca6ec to your computer and use it in GitHub Desktop.
Save joeswann/051350e6e1fbd30ca6ec to your computer and use it in GitHub Desktop.
[ffmpeg_gif_from_jpg.sh] Create a smooth gif using ffmpeg
convert -dispose none -delay 1.5 *.jpg -coalesce a.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment