Skip to content

Instantly share code, notes, and snippets.

@gardner
Created December 1, 2023 11:05
Show Gist options
  • Save gardner/9760e52201ae9673f8b6c8935ee95619 to your computer and use it in GitHub Desktop.
Save gardner/9760e52201ae9673f8b6c8935ee95619 to your computer and use it in GitHub Desktop.
Create "animated gif" mp4
ffmpeg -i demo.mov \
-vf "fps=5,scale=1280:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \
-y demo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment