DV Video Decoder Filter
Microsoft DirectShow 9.0 |
DV Video Decoder Filter
This filter decodes a digital video (DV) stream into uncompressed video.
Filter Interfaces | IBaseFilter, IDVRGB219, IIPDVDec, IPersistStream, ISpecifyPropertyPages |
Input Pin Media Types |
|
Input Pin Interfaces | IMemInputPin, IPin, IQualityControl |
Output Pin Media Types | Major type: MEDIATYPE_Video
Subtypes:
Format types: Format_VideoInfo, Format_VideoInfo2 |
Output Pin Interfaces | IMediaPosition, IMediaSeeking, IPin, IQualityControl |
Filter CLSID | CLSID_DVVideoCodec |
Property Page CLSID | CLSID_DVDecPropertiesPage |
Executable | qdv.dll |
Merit | MERIT_NORMAL |
Filter Category | CLSID_LegacyAmFilterCategory |
Remarks
Use the IIPDVDec interface to set the decoding resolution to full, half size, quarter size, or one-eighth size.
Interlacing: Earlier versions of the decoder always deinterlace the video. As of DirectX 9.0, the DV Video Decoder can preserve the interlacing. This enables the interlaced video to be deinterlaced by the Video Mixing Renderer (VMR), for improved rendering quality. To use this feature, the downstream filter must support VIDEOINFOHEADER2 formats, indicated by that value Format_VideoInfo2 in the formattype member of the AM_MEDIA_TYPE structure. At full resolution output, the deinterlacing flags (dwInterlace) in the VIDEOINFOHEADER2 structure are set to AMINTERLACE_IsInterlaced | AMINTERLACE_DisplayModeBobOrWeave
, indicating interlaced fields. At half resolution or lower, dwInterlace is set to zero, indicating progressive frames.
See Also