DvmAvi
DvmAvi provides an interface for video encoding/decoding using the Video for Windows API. Since it uses Video for Windows, this package will only work on the Win32 platform.
Abstractions
The two main abstractions for AVI package are AviFile and AviStream. AviFile is the abstraction for a file in AVI format (analogous to MPEG system stream), which can consists on more than one stream. AviStream is the anstraction for individual streams inside the AVI file.
A set of AviFrame interface is also provided to operate on AVI video stream on frame by frame basis. This includes reading, writing, skipping, rewind, seek and tell.
Audio is not supported yet.
Needs DvmBasic
Last Updated :
Copyright © 1997-1998 by Cornell University. See the file license.txt for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.