PDA

View Full Version : Video decoding using codec installed in windows


Fe++
09-17-2009, 08:59 AM
Hi,
I want to ask any information about how windows media player and other MS-system media player decode mpeg stream using the codec installed in the system. I'm usually to use libavcodec api of ffmpeg in not-MS world, but now i necessarily use this codec (if is possible). There is any standard api that I can use for access at this codec? There is any open source project that i can use as reference that use that video codec call design? If you know also any resource that can help me it's very appreciated. Many Thanks.
Best Regards

oracleguy
09-17-2009, 04:15 PM
On Windows, codecs can be accessed via DirectShow.

Fe++
09-17-2009, 08:31 PM
Thanks. I have to implement a transform filter using windows direct show in .net framework, similar at Visual Dub