Skip to content

Instantly share code, notes, and snippets.

@MichaelEvans
Created February 20, 2015 19:29
Show Gist options
  • Save MichaelEvans/2dbca9c68fda99ac27e0 to your computer and use it in GitHub Desktop.
Save MichaelEvans/2dbca9c68fda99ac27e0 to your computer and use it in GitHub Desktop.
Convert mp4 to gif
ffmpeg -i ${filename} -vf scale=300:-1,format=rgb8,format=rgb24 -r 15 destination.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment