Last active
June 14, 2018 00:57
-
-
Save joeswann/051350e6e1fbd30ca6ec to your computer and use it in GitHub Desktop.
[ffmpeg_gif_from_jpg.sh] Create a smooth gif using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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