Ok i you need some program to extract all the avi frames as .bmp images in numerical order (i use paint shop pro 7's Animation Shop) the bmp images need to be in order like
ani0000.bmp
ani0001.bmp
etc though to the last frame
animation shop doesnt seem to be able to produce the file name exactly as you want it
so i then go to ACDSee and do a batch file name conversion. Ok so now the files are in order and the right format and named correctly
i now use "bright" -an industrial dos based colour reducer
get it here
brightopen a dos prompt and go to the folder where you saved your bmp's (also make a copy of the bright.exe in that folder)
ok so for example
C:\windows\desktop\ani_test >
C:\windows\desktop\ani_test >bright
C:\windows\desktop\ani_test >bright *.bmp -common
*.bmp - will convert all bmp files in that folder to 256 pcx files for conversion
-common - makes all the files use a common palette - needed for ani's and it actively optimises this palette - improving visual colour depth, defination, and quality
check the readme for other various commands
now you have all the pcx files just open AniBuilder and compile the ani

------------------
[This message has been edited by CptWhite (edited 06-22-2001).]