Skip to content

Instantly share code, notes, and snippets.

@gurunars
Last active January 26, 2017 21:35
Show Gist options
  • Save gurunars/5f76d0f0e831cf93874ef2b6e3aab4a8 to your computer and use it in GitHub Desktop.
Save gurunars/5f76d0f0e831cf93874ef2b6e3aab4a8 to your computer and use it in GitHub Desktop.
Convert mp4 to gif
ffmpeg -i input.mp4 -vf scale=360:640 -pix_fmt rgb24 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment