VPU DirectShow Decoder Filter for MJPEG

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VPU DirectShow Decoder Filter for MJPEG

939 Views
slederer
Contributor I

Hello, 

I want to use the VPU DirectShow Decoder filter to decode a MJPEG file generated by ffmpeg. Is there any documentation for the VPU DirectShow Decoder? 

I tried to build up a DirectShow graph using IGraphBuilder. But when I set the MediaType.formattype of the AsyncFileReader I cannot find a suitable format type for MJPEG. How can I configure the VPU DirectShow Decoder filter to accept MJPEG?

Thank you for your help!

Best Regards

Stefan

0 Kudos
1 Reply

517 Views
JunZhu
NXP Employee
NXP Employee

Hello, Stefan,

The VPU decoder filter accepts the MJPEG stream format: type=MEDIATYPE_Video, subtype=MEDIASUBTYPE_MJPG.

Best Regards,

Jun

0 Kudos