VPU DirectShow Decoder Filter for MJPEG

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

VPU DirectShow Decoder Filter for MJPEG

1,415 次查看
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

标记 (2)
0 项奖励
回复
1 回复

993 次查看
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 项奖励
回复