AVI Processor 1.1 is intended for reading existing AVI files and creating new ones. AVI Processor contains two major objects: AviReader and AviWriter.
AviReader object allows you to get some specific information from AVI files (dimension, duration, frames per second, used compressor), extract sound track, and read standalone frames AVI for storing in files, drawing on screen, sending to PictureBox control in Visual Basic, and so on.
AviWriter object allows you to create new empty AVI file with given characteristics, make sound track to AVI file, write video frames to AVI, and make watermarks (images, figures, and titles) over video.
Before creating new AVI file you can select AVI format, used video compressor. You can set video compressor by numeric handler or give it interactive in special dialog. For example you can choose DivX Mpeg-4 compressor (if it is installed on you computer) and so you will receive resulting AVI file with MPEG-4 compressed content. For programmatic checking of available compressors you can use AviCompressors object.
AVI Processor can read and write standalone frames in the following image formats: BMP, GIF, JPEG, TIFF, PNG.
System requirements
Installation
Uninstallation