Skip to content

Instantly share code, notes, and snippets.

@montehurd
Last active January 8, 2025 14:42
Show Gist options
  • Select an option

  • Save montehurd/d6647cf5a5c1859e0716 to your computer and use it in GitHub Desktop.

Select an option

Save montehurd/d6647cf5a5c1859e0716 to your computer and use it in GitHub Desktop.
Simple optimized .mov to .gif conversion from macOS command line using only ffmpeg - with instructions for automatic conversion any time a .mov file is dropped into a special folder.
ffmpeg -i in.mov -pix_fmt rgb8 -r 10 -f gif out.gif
@pamela-drouin
Copy link

Super helpful tool!

@montehurd
Copy link
Author

Thanks!! So was your tip about using command-shift-5 to quickly record the ".mov" files!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment