Skip to content

Instantly share code, notes, and snippets.

@YohannParis
Last active January 30, 2023 22:39
Show Gist options
  • Save YohannParis/7d95ef649cdae46d68a483ab3568cf78 to your computer and use it in GitHub Desktop.
Save YohannParis/7d95ef649cdae46d68a483ab3568cf78 to your computer and use it in GitHub Desktop.
# Really simple using ffmeg
ffmpeg -i video.mov -filter_complex "[0:v] fps=12,scale=960:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" -f gif video.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment