Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Created December 3, 2019 09:01
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 fuqunaga/0b991246a8d21f105c3d2ac64b4ae643 to your computer and use it in GitHub Desktop.
Save fuqunaga/0b991246a8d21f105c3d2ac64b4ae643 to your computer and use it in GitHub Desktop.
ffmpeg gif
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