Created
January 9, 2019 13:31
-
-
Save vinzdef/9029a9302a8b7026e35ac78d864a2c84 to your computer and use it in GitHub Desktop.
togif - quickly convert video to hq gif with 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
ffmpeg -i $1 -filter_complex "[0:v] fps=40,scale=800:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" ${1%.*}.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks GIPHY!