Skip to content

Instantly share code, notes, and snippets.

@joeyguerra
Created January 12, 2024 13:55
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 joeyguerra/05b85e3c1a4adf52c1ef6e751f5d70a8 to your computer and use it in GitHub Desktop.
Save joeyguerra/05b85e3c1a4adf52c1ef6e751f5d70a8 to your computer and use it in GitHub Desktop.
create a gif from a Mac OS screen cast
#!/usr/bin/env bash
ffmpeg -i /Users/joeyguerra/Desktop/Screen\ Recording\ 2024-01-10\ at\ 1.37.01 PM.mov -vf "fps=10,scale=640:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment