"Maarten Lankhorst" m.b.lankhorst@gmail.com wrote:
Both dlls/mciavi32 and dlls/avifil32 are able to parse and play AVI files.
I don't think I can use that from quartz though. It uses the asyncreader primitives and I don't believe there is such thing as a IRiffReader interface. ;-)
There is no such a thing as IRiffReader interface at all.
Also, I don't think avifill and mciavi currently support seeking, that is very important as well.
That depends on what you mean by "seeking". If that's what commonly used for moving from one frame to another, or from one position in stream to another there is nothing magic to implement.