Skip to content

Instantly share code, notes, and snippets.

@outofambit
Last active February 12, 2022 09:19
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save outofambit/abdd7324acfda50d8dc52484cd827d43 to your computer and use it in GitHub Desktop.
Save outofambit/abdd7324acfda50d8dc52484cd827d43 to your computer and use it in GitHub Desktop.
convert screen recording to animated gif
ffmpeg -i screen.mov -pix_fmt rgb8 -r 8 -vf scale=-1:640 my-gif.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment