!mpegをgifアニメにする >> code bash $ ffmpeg -i 0001-0250.dvd -f image2 -qscale 1 -qmin 1 -qmax 1 output%03d.jpg $ convert -delay 4 output*.jpg anim.gif <<