Last active
July 14, 2020 17:10
-
-
Save embs/c45a5c8041b98d30f41a3053b5f4b72b to your computer and use it in GitHub Desktop.
Mp4 to GIF
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
mkdir frames | |
ffmpeg -i screencast.mp4 -r 5 'frames/frame-%03d.jpg' | |
cd frames | |
convert -delay 20 -loop 0 -layers Optimize *.jpg myimage.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://askubuntu.com/questions/648603/create-gif-animated-image-from-mp4-video/648604#648604?newreg=bf4f560d0f0f4299af5030f45320b9bf