Skip to content

Instantly share code, notes, and snippets.

@wiiaboo
Created July 6, 2014 13:40
Show Gist options
  • Save wiiaboo/a891e71664f5bce3de09 to your computer and use it in GitHub Desktop.
Save wiiaboo/a891e71664f5bce3de09 to your computer and use it in GitHub Desktop.
ffmpeg -y -hide_banner -i %1 -ss %2 -to %3 -vf scale=506:-1 -r 15 -f image2pipe -vcodec ppm - | convert2 -delay 6 -loop 0 -layers OptimizePlus -layers OptimizeTransparency +dither -ordered-dither o8x8,30 +map - %4.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment