Created
September 19, 2019 04:53
-
-
Save lettergram/405c242f09854a51a5ae60a0a9be1571 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 <input video> -vf palettegen palette.png | |
ffmpeg -i <input video> -i palette.png -filter_complex paletteuse -r 8 <ouput gif> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment