Created
March 28, 2019 17:54
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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