* install ffdshow filter for MPEG2 Decoding http://sourceforge.net/projects/ffdshow-tryout/
DirectShow Commentsdetails:
<source lang="cpp">
// Setup the other filters necessary to handle MPEG2TS Stream // Capture Device -> MPEG-2 Demultiplexer -> ffdshow Video Decoder -> Frame Grabber // MPEG-2 Demultiplexer Filter // Major Type: Video // Sub Type: MPEG2_VIDEO // Format: MPEG2Video // New Pin // Name: Video // Media Type: MPEG2 Program Video // PID Mapping: // PID: x0810 // Pin: Video // Elementary Stream (A/V only) // ffdshow Video Decoder Filter // Codecs // Format: MPEG2 // Decoder: libmpeg2 // Supported FOURCCs/remarks: MPEG2 codec // In: // Major Type: Video // Sub Type: MPEG2_VIDEO // Format: MPEG2Video // Out: // Major Type: Video // Sub Type: YV12 // Format: YV12 1536x-1080, 12bits, // Aspect Ratio: 16x9, // Interlace format: Frames // rcSrc=[0,0,1440,1080] // rcDst=[0,0,1440,1080]
</source>