Skip to content

Instantly share code, notes, and snippets.

@Codesleuth
Created June 16, 2020 13:03
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 Codesleuth/439f15c8accd7be972554fe3625f9763 to your computer and use it in GitHub Desktop.
Save Codesleuth/439f15c8accd7be972554fe3625f9763 to your computer and use it in GitHub Desktop.
Convert Quicktime screen recording MOV to animated GIF

From: https://superuser.com/a/556031

ffmpeg -t 6 -i tooltip_gif.mov -vf "fps=10,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 tooltip.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment