Skip to content

Instantly share code, notes, and snippets.

@cjwinchester
Created July 1, 2016 05:57
Show Gist options
  • Save cjwinchester/f4dd36c2833e003e06b2d04c99b39809 to your computer and use it in GitHub Desktop.
Save cjwinchester/f4dd36c2833e003e06b2d04c99b39809 to your computer and use it in GitHub Desktop.
m4v -> cut -> pngs -> gif
ffmpeg -i input.m4v -ss 00:50:57 -t 00:00:14 cut.mp4
ffmpeg -i cut.mp4 -r 10 output%05d.png
convert tagd*.png -loop 0 -dither none -deconstruct -layers optimize -matte -depth 8 -background none -quantize transparent output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment