Skip to content

Instantly share code, notes, and snippets.

@mfirmin
Created March 24, 2021 22:57
Show Gist options
  • Save mfirmin/566064ea7637755ade1aa71cc8c3236d to your computer and use it in GitHub Desktop.
Save mfirmin/566064ea7637755ade1aa71cc8c3236d to your computer and use it in GitHub Desktop.
mp4 to high quality gif
ffmpeg -i input.mp4 -vf "fps=10,scale=720:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment