Created
April 18, 2020 13:06
-
-
Save andreagalle/46f7ae27043a817903dbed991e6b7a5a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ffmpeg -i $1.mp4 -vf "fps=10,scale=320:-1:flags=lanczos" -c:v pam -f image2pipe - | convert -delay 10 - -loop 0 -layers optimize $1.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment