Hi i want to Overlay bitmap on live video. Iam trying to do this with the directshow sample. I edited PlayCapMonker sample and added some functions to enable this.
I want to put a watermark on my video. IS it possible to do with directshow filter. Want to overlap an image on video like channel logo. so that image will be fixed开发者_如何学JAVA when video is play
Today I have such graph. I run it on windows (source: narod.ru) I need some easy crossplatform DirectShow like alternative where to reconstruct such graph will not be a hard task.
I\'ve written a DirectShow push filter for use with Skype using Delphi P开发者_如何学Goro 6 and the DSPACK DirectShow library.In preview mode, when you test a video input device in the Skype client Vi
I\'m now building a video transforming filter that have to transform video frames in real-time. One of the key requirements of the filter is to have high performance to minimize the number of dropped
`hai.. i have to get video procamp values in vc++.so i wrote like this using IAMVIDEOPROCAMP interface..
I am attempting to use DirectShow to play two AVI files consecutively (one after the other) so that there is no interruption in the audio or video when the player transitions from one file to the next
I have a DirectShow source filter for receiving a Network stream containing RFC2435 data (MJPEG开发者_如何学C over RTP).
Pbm: I have a device that shows a microscope capture through usb port device interface. I would like to capture the video flow to process the images for research purposes.
I want to read an mp3 file, crop section of it, fade in & out and finally save it as a new mp3 file. I found a library called 开发者_Python百科DirectShow that apparently can do this, but I can fig