I want to look for some source codes about directshow, which implement this feature : Implement one image process filter for开发者_运维百科 two input video source pins, and render the result.
I would like to port an ActiveX of mine (to Silverlight) that have the following features: Embedding a logo image in any video file.
How to turn Sequence of images into video using DirectShow filters? I have image A and image B and image C. I want to create a DirectShow graph (Using GraphEdit or with C\\C++\\C# for example) to crea
How to create a DirectShow graph which would wait for incoming i开发者_如何学Pythonmages and add them as frames into video file?
We have some filter for DS. It works - uses standard win dll\'s. We want to convert that filter to some sort of program that doesn\'t rely on us开发者_开发知识库ing DS. We want it to call dlls in the
Where can I find tutorials and other beginner-leve开发者_高级运维l learning material for developing Windows Mobile apps using C#?
I made a simple graph to write MKV file. But I do not want to use file writer. I want to use SampleGabber and get stream using simple program. Problem is that I get data from开发者_运维知识库 anything
Writing a game, and I\'d like some cutscenes in the middle. In windowed mode, the DirectShow classes work perfectly and are easy to use. But when the game is fullscreen, I can\'t get DirectShow to sho
I compiled XTLTest as 64 bit and attempted to test some XTLs under windows 7 x64. All these tests were done using an XTL with one clip from the WMV showcase, with a timeline sized at 1440x1080.
We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled tog开发者_开发问答ether from various places on the intern