Skip to content

Instantly share code, notes, and snippets.

@techno-tanoC
Last active August 14, 2016 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techno-tanoC/d230127f4765353ff4c5d6515b52c9d4 to your computer and use it in GitHub Desktop.
Save techno-tanoC/d230127f4765353ff4c5d6515b52c9d4 to your computer and use it in GitHub Desktop.
gifの作り方メモ
player -ao null input.mp4 -vo jpeg:outdier=out -ss 00:00:00 -fps 20
convert -resize 50% out/*.jpg %03d.jpg
# OptimizeFrame, OptimizeTransparency
convert -delay 5 -layers Optimize -fuzz 10% *.jpg output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment