Skip to content

Instantly share code, notes, and snippets.

@r17x
Created August 28, 2018 02:58
Show Gist options
  • Select an option

  • Save r17x/658f5855bb4336f71a5198f313a41e16 to your computer and use it in GitHub Desktop.

Select an option

Save r17x/658f5855bb4336f71a5198f313a41e16 to your computer and use it in GitHub Desktop.

Requirements :

  • ffmpeg
  • imagemagick

Tested On Linux

$ ffmpeg -i input.mp4 -r 10 -f image2pipe -vcodec ppm - | convert -delay 5 -loop -0 - output.gif 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment