Created
October 8, 2014 16:36
-
-
Save enijar/334e482d7d3dd19ec5f5 to your computer and use it in GitHub Desktop.
Useful Terminal Commands
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
# Convert video to GIF using ffmpeg | |
ffmpeg -i input.mp4 -pix_fmt rgb24 output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment