DirectShow without the hassle
August 21, 2006 1:37 AM
Subscribe
ProgrammingFilter: Rendering videos to a texture. Like DirectShow, but without it.
I'm building a 3D application with Managed DirectX in C#. I want to render a video to a texture. DirectShow's VMR interface seems to be made for this, and there is a .NET wrapper for DirectShow.
But from what I've heard, the VMR design is severely flawed which makes it hard to implement and more or less impossible if you want to show multiple videos at the same time.
That's why I've thought of using another video library instead of DirectShow. There are plenty, but the problem is that I not only want to show video files, I also want to be able to display live video from a capture device.
Is there any video library besides DirectShow which is able to help me with that?
posted by bloo to computers & internet (4 comments total)
posted by sien at 3:19 AM on August 21, 2006