Microsoft DirectX 8.1 (C++) |
The AVI Compressor filter enables Video Compression Manager (VCM) codecs to join a filter graph. Each codec appears as a separate instance of the filter. You cannot directly create this filter with CoCreateInstance. Instead, you must use the system device enumerator. For more information, see Using the System Device Enumerator.
The filter's input pin connects to filters that output uncompressed video data, such as video capture filters or the AVI Splitter Filter. The filter's output pin typically connects to a MUX filter, such as the AVI Mux Filter.
If the codec supports an old-style VFW configuration dialog box or About dialog box, an application can display it using the IAMVfwCompressDialogsinterface.
Note MPEG compressors are never implemented as VCM codecs, but only as native DirectShow filters. Also, the Intel® Indeo® compressors provided with DirectShow are implemented as native filters, not as VCM codecs.
Filter Interfaces | IAMVfwCompressDialogs, IBaseFilter, IPersistPropertyBag, ISpecifyPropertyPages |
Input Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_NULL |
Input Pin Interfaces | IMemInputPin, IPin, IQualityControl |
Output Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_NULL |
Output Pin Interfaces | IAMStreamConfig, IAMVideoCompression, IMediaPosition, IMediaSeeking, IPin, IQualityControl |
Filter CLSID | Not applicable |
Property Page CLSID | No property page. |
Executable | qcap.dll |
Merit | MERIT_DO_NOT_USE |
Filter Category | CLSID_VideoCompressorCategory |