Skip to content

Instantly share code, notes, and snippets.

@montehurd
Last active June 18, 2024 20:10
Show Gist options
  • Save montehurd/d6647cf5a5c1859e0716 to your computer and use it in GitHub Desktop.
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
@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