Created
December 3, 2019 09:01
-
-
Save fuqunaga/0b991246a8d21f105c3d2ac64b4ae643 to your computer and use it in GitHub Desktop.
ffmpeg gif
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 input.mov -filter_complex "[0:v] split [a][b];[a] palettegen [p];[b][p] paletteuse" output-palette.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment