(Hello,
I have been using Windows Media Foundation for some time and it works well. I can open and read many video without problems.
But recently, I tried to open a sequence which fails. This is an AVI with the following streams:
Video : WVC1 1712x1280, 4:2:0 YUV
Audio : PCM S16 LE 8000Hz, 16bps
I am under Windows 7. Windows Media Player opens it perfectly, as well as VLC.
But when I try to open it myself with such methods as IMFSourceResolver::CreateObjectFromURL or MFCreateSourceReaderFromURL, I get an HRESULT 0xC00D36C4 (MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED)
What could be the problem ?
[Edit]
Without sucess, I tried the MF_RESOLUTION_CONTENT_DOES_NOT_HAVE_TO_MATCH_EXTENSION_OR_MIME_TYPE flag