>> |
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.
|