Last active
January 30, 2023 22:39
-
-
Save YohannParis/7d95ef649cdae46d68a483ab3568cf78 to your computer and use it in GitHub Desktop.
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
# Really simple using ffmeg | |
ffmpeg -i video.mov -filter_complex "[0:v] fps=12,scale=960:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" -f gif video.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment