hidden text to trigger early load of fonts ПродукцияПродукцияПродукцияПродукция Các sản phẩmCác sản phẩmCác sản phẩmCác sản phẩm المنتجاتالمنتجاتالمنتجاتالمنتجات מוצריםמוצריםמוצריםמוצרים
Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

mpeg2decoder start code

Deleted_U_Intel
Employee
376 Views

Hi,

I am writing DirectShow MPEG2filter using UMC::MPEG2VideoDecoder. I connect my filter to DVDNavigator and try to play DVD movie. The problem now is that I can not initialize MPEG2VideoDecoder. It looks like the decoder is looking the SEQUENCE_HEADER_CODE which is 0x000001B3 but the DVDNavigator sends me data frames starting with 0x000001BA which is PACK_START_CODE.

Where is my mistake?

Thanks,

Anton

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
376 Views

You need to have a splitter to construct MPEG2 compressed frame from DVD navigation packets provided by navigator.

Vladimir

0 Kudos
Reply