Skip to content

Instantly share code, notes, and snippets.

@enijar
Created October 8, 2014 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enijar/334e482d7d3dd19ec5f5 to your computer and use it in GitHub Desktop.
Save enijar/334e482d7d3dd19ec5f5 to your computer and use it in GitHub Desktop.
Useful Terminal Commands
# 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