File :-(, x, )
Anonymous
Hey /gif/

A friend and I are trying to turn a video clip into an avatar.

Is there an easy way to convert video to a .gif image?

Even if there's no other way than accumulating still images, what program do you use for this?
>> Anonymous
Try to google "Super (C)".
>> Anonymous
link to the clip and time and i will give it a try
>> Anonymous
use ffmpeg (there's a version of it for every good OS):

ffmpeg -i sourcefile.avi -pix_fmt rgb24 -s 64x64 outfile.gif


Sourcefile.avi can be anything that ffmpeg can read (avi, mpeg, wmv, pretty much anything). the 64x64 is the size of your avatar.