Skip to content

Instantly share code, notes, and snippets.

@lettergram
Created September 19, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lettergram/405c242f09854a51a5ae60a0a9be1571 to your computer and use it in GitHub Desktop.
Save lettergram/405c242f09854a51a5ae60a0a9be1571 to your computer and use it in GitHub Desktop.
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