Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The VGA 16 Color Ditherer filter converts from an RGB color type to a 4-bit color display so that AVI and MPEG video streams may be displayed on older 16-color monitors. This filter is inserted in the graph between a decompressor filter and a video renderer filter.
| Label | Value |
|---|---|
| Filter Interfaces | IBaseFilter |
| Input Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_RGB8 |
| Input Pin Interfaces | IMemInputPin, IPin, IQualityControl |
| Output Pin Media Types | MEDIATYPE_Video, MEDIASUBTYPE_RGB4 |
| Output Pin Interfaces | IMediaPosition, IMediaSeeking, IPin, IQualityControl |
| Filter CLSID | CLSID_Dither |
| Property Page CLSID | No property page. |
| Executable | quartz.dll |
| Merit | MERIT_UNLIKELY |
| Filter Category | CLSID_LegacyAmFilterCategory |
Related topics