Skip to content

Instantly share code, notes, and snippets.

@ElectronicWar
Last active October 18, 2017 09:47
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 ElectronicWar/81aa606c4e5812938820daa2984d57ac to your computer and use it in GitHub Desktop.
Save ElectronicWar/81aa606c4e5812938820daa2984d57ac to your computer and use it in GitHub Desktop.
Create GIF from image sequence with ffmpeg
ffmpeg -i image-%%02d.png -vf palettegen palette.png
ffmpeg -i image-%%02d.png -i palette.png -lavfi "paletteuse,setpts=6*PTS" -y out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment