Frame loss for above FullHD resolution .Is AVI Decompressor transform filter available in MediaFoundation?

﹥>﹥吖頭↗ 提交于 2019-12-06 03:03:18

Microsoft ships [recent versions of] Windows with stock Motion JPEG decoders:

To my best knowledge those do not share codebases, however both are not supposed to be performance efficient decoders.

Your using GraphEdit means you are trying DirectShow decoders and AVI Decompressor is supposedly using another (Video for Windows) codec which you did not identify.

For Media Foundation, you might be able to use Intel Hardware M-JPEG Decoder MFT or NVIDIA MJPEG Video Decoder MFT is you have respective hardware and drivers. Presumably, vendor specific decoders deliver better performance, and also have higher priority compared to generic software peers. Other than this, for an MFT form factor you might need to look at commercial decoders and/or custom developed, as the API itself is not so much popular to offer a wide range of options.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!