From: "heinz_mueller_1970[ at ]yahoo.de"
[Quoted Text] > Is it in general possible to bypass the internal timer in > IWMWriter, so that one can encode video in WMV format at > highest possible speed?
Unless you did something to force the WMWriter object to work in real time, the WMWriter just works as fast as possible. AFAIK, the only way to make the WMWriter object work in real time is to add a sink that works in real time and the default file sink shouldn't require real time.
You should consider that WMV compression is very CPU-intensive and it may barely make it in real time on a powerful machine and run significantly slower than that on a low-end one.
-- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
|