Skip to content

Instantly share code, notes, and snippets.

@spencerdodd
Last active October 10, 2018 00:46
Show Gist options
  • Save spencerdodd/a9f85d02d1f35527f688b3e6fa1a03c5 to your computer and use it in GitHub Desktop.
Save spencerdodd/a9f85d02d1f35527f688b3e6fa1a03c5 to your computer and use it in GitHub Desktop.
optimized gif from mov
ffmpeg -y -i file.mp4 -vf palettegen palette.png
ffmpeg -y -i file.mp4 -i palette.png -filter_complex paletteuse -r 10 -s 320x480 file.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment