File :-(, x, )
re: making animated .gifs Anonymous
besides the gimp
what program do i need to capture video into animated gifs?
vlc screen caps arent going to cut it either
>> Anonymous
I use teh Photoshop CS2 and Imageready CS2
>> Anonymous
I'd like to know how to capture video to single frames for making GIFs, myself.
>> Anonymous
>>354060

If 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'.
>> Anonymous
Fuck this shit. Get the fuck out of here you sick bastards.
>> Anonymous
>>354160

GTFO emo kid. Did your mommy slap you or what?
>> jonlin
mplayer -vo jpeg

outputs every frame as a jpeg in the current directory

add a "-vf framestep=n" to only output every nth frame

then load all images as layers in gimp
>> Anonymous
>>354271
Better just use ImageMagick than gimp, it's much faster. Ie:
$ convert -adjoin -delay 10 -loop 0 0*.jpg animation.gif

Then optimize it with gifsicle.