Hi,
I've read a bunch of other posts, confirming my observation that on
Windows CE 5.0 we only have an MP3 Decoder DMO and WMV *Encoder* DMO.
This goes in hand with my inability to load WMV files with
IGraphBuilder::RenderFile.
So, my questions are:
1. My final goal is to decode a single (thumbnail) frame from a video
file (which WMP supports). Is there a WMP API to do it?
2. Surprisingly I could load AVI files with IGraphBuilder::RenderFile,
even though AVI files don't have a DMO, so maybe I can construct a WMV
pipeline as well by using some component manually? -- (If I could,
then writing an output filter to dump frames to image files would be
easy.)
Thanks.
P.S. In the Windows CE Multimedia Blog, I've seen references to
"WMVideo & MPEG4 Decoder DMO" but I'm guessing this is something new
with Windows CE 6.0.