Skip to content

Instantly share code, notes, and snippets.

@llkats
Created March 28, 2019 17:54
Show Gist options
  • Save llkats/86d9cd79c5540b335cb793f029613f5e to your computer and use it in GitHub Desktop.
Save llkats/86d9cd79c5540b335cb793f029613f5e to your computer and use it in GitHub Desktop.
simplest .mov to .gif ffmpeg command, no bells, absolutely no whistles of any kind
ffmpeg -i ./screenrecording.mov -r 20 ./screenrecording.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment