Created
July 6, 2014 13:40
-
-
Save wiiaboo/a891e71664f5bce3de09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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