Skip to content

Instantly share code, notes, and snippets.

@victusfate
Created August 13, 2017 20:39
Show Gist options
  • Save victusfate/d78379b0bfec72943e276fefdcc1ddb0 to your computer and use it in GitHub Desktop.
Save victusfate/d78379b0bfec72943e276fefdcc1ddb0 to your computer and use it in GitHub Desktop.
ffmpeg -i input.flv -vf scale=320:-1 -r 10 -f image2pipe -vcodec ppm - | convert -delay 5 -loop 0 - gif:- | convert -layers Optimize - output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment