besides the gimpwhat program do i need to capture video into animated gifs?vlc screen caps arent going to cut it either
I use teh Photoshop CS2 and Imageready CS2
I'd like to know how to capture video to single frames for making GIFs, myself.
>>354060If you'd take the time to read other people's posts, you'd see that both of those programs are already precluded by 'besides the gimp'.
Fuck this shit. Get the fuck out of here you sick bastards.
>>354160GTFO emo kid. Did your mommy slap you or what?
mplayer -vo jpegoutputs every frame as a jpeg in the current directoryadd a "-vf framestep=n" to only output every nth framethen load all images as layers in gimp
>>354271Better just use ImageMagick than gimp, it's much faster. Ie:$ convert -adjoin -delay 10 -loop 0 0*.jpg animation.gifThen optimize it with gifsicle.