Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This transform filter converts from one color type to another color type, such as between 24-bit and 8-bit RGB color. Since this type of conversion is generally handled more efficiently within a video decompressor, the main use of the Color Space Converter is when the stream source consists of uncompressed RGB frames.
Filter Property | Description |
---|---|
Filter Interfaces |
|
Input Pin Media Types |
MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Input Pin Interfaces |
|
Output Pin Media Types |
MEDIATYPE_Video, FORMAT_VideoInfo. The following subtypes are valid:
|
Output Pin Interfaces |
|
Filter CLSID |
CLSID_Colour |
Property Page CLSID |
No property page. |
Executable |
quartz.dll |
MERIT_UNLIKELY |
|
CLSID_LegacyAmFilterCategory |
The following table shows the color space conversions that this filter supports:
Supported conversion | RGB24 Output | RGB32 Output | RGB555 Output | RGB565 Output | RGB8 Output | YV12 Output |
---|---|---|---|---|---|---|
RGB24 Input |
X |
X |
X |
X |
X |
|
RGB32 Input |
X |
X |
X |
X |
X |
|
RGB8 Input |
X |
X |
X |
X |
X |
|
CLJR Input |
|
|
|
X |
|
|
UYVY Input |
|
|
|
X |
|
|
Y41P Input |
|
|
|
X |
|
|
YUY2 Input |
X |
X |
X |
X |
X |
X |
YV12 Input |
|
|
|
X |
|
|
YVU9 Input |
|
|
|
X |
|
|