__________________________ AVI Constructor Parameters ~~~~~~~~~~~~~~~~~~~~~~~~~~ Usage: AVICON32.EXE ******************* **** **** ******************* Compressors Writes a description of all AVI Compressors available and the parameter code associated with each compressor. ShowCompressors Does the same as above and runs the program associated with 'TXT' files. Compressor=? Ask for compression. Compressor= Use the compressor associated with . To get a list of the compressors available see "Compressors" above. Quality=X Tells AVI Constructor to set the compressors quality to X. X can equal any number between 0 and 10000. Bits=X Make the AVI using X bits per pixel X can equal one of the following: 0: Use the format of the first image. 1: Make a monochrome AVI 4: Make a 16 color AVI 8: Make a 256 color AVI 16: Make a High Color AVI 24: Make a True Color AVI 32: Make a 32 bit True Color AVI The default format is high color (16 bit). DIR= Change to . Useful if the images file names in the list file do not contain the path location. (For example, from the dos prompt type "dir /B *.TGA" or "dir /B *.TGA > Test.lst". Help Write the params.txt file. ShowHelp or ? or /? Does the same as above and runs the program associated with 'TXT' files. Copyright Displays copyright information. ****************** **** Examples **** ****************** AVICON32 c:\files.lst c:\test.avi Creates an AVI File called test.AVI and writes the images listed in the file c:\files.lst. AVICON32 colors:0 c:\files.lst c:\test.avi Creates an AVI File called test.AVI based on the first images format and writes the images listed in the file c:\files.lst. AVICON32 compressor=msvc quality=2500 c:\files.lst c:\test.avi Creates a true color AVI File called test.AVI. Sets the compressor to Microsoft Video 1 using quality set at %25 and writes the images listed in the file c:\files.lst. ===========================================================================================