Tagged Questions
DirectShow is a software framework or API created by Microsoft to process media files and streams.
7
votes
1answer
597 views
“Preferred” method to access webcam from C# in Windows Vista / 7
I've found plenty of posts discussing WIA, Windows Portable Devices API and DirectShow (and giving example code) for accessing a webcam from C# but when you research each method you seem to come ...
7
votes
1answer
828 views
FFmpeg Hardware Acceleration -> GPU + DirectShow
Is there a hardware accelerated version of FFmpeg (e.g. a version that utilizes the GPU)?
Also, does anybody use FFmpeg with GPU support? Possibly for scaling and converting video format? Or, for ...
7
votes
3answers
3k views
Where can I find a thorough DirectShow tutorial?
I've read through the MSDN documentation on DirectShow and it's still confusing. I feel like I need more context for what the objects are: Graphs, Pins, Filters...etc. A Google search doesn't give me ...
7
votes
4answers
2k views
GStreamer or DirectShow for Windows development?
I'm implementing a lecture-capture project for a local university. Multiple video streams will arrive at one PC: the presenter's desktop slides, a video camera image of the presenter himself and ...
7
votes
2answers
749 views
DirectShow IVideoWindow and Fullscreen--Can I write to my D3D Primary Surface?
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 show ...
7
votes
5answers
2k views
How can I reverse engineer a DirectShow graph?
I have a DirectShow graph to render MPEG2/4 movies from a network stream. When I assemble the graph by connecting the pins manually it doesn't render. But when I call Render on the GraphBuilder it ...
6
votes
3answers
835 views
Direct Show graph - how to get the current fps?
I have an instance of IFilterGraph - my own graph with video filters (source, transofrm and renderer). How can I obtain the current fps (video frame rate) of running graph?
Regards
Dominik
6
votes
4answers
871 views
How to debug c++ DirectShow filter
What debugging tools are available for directshow filters? Presently, I have a project that compiles and registers a video source filter that I then setup a graph in GraphEdit. I am using c++ in ...
6
votes
2answers
434 views
Drawing video with text on top
I am working on an application and I have a problem I just cant seem to find a solution for. The application is written in vc++. What I need to do is display a YUV video feed with text on top of it.
...
6
votes
4answers
3k views
Cross-Platform webcam access
I'm looking for a cross-platform video capture library, for webcam access. One that wraps V4L/V4L2 on Linux, DirectShow on Windows, and QuickTime on the Mac.
C or C++ is preferred, but I can work in ...
5
votes
1answer
47 views
Recreating Theater Mode with DirectX
I need to simultaneously display a video that is playing in my applciation, full screen on a larger monitor. On some video cards, this is called Theater mode and is configured using a tool that the ...
5
votes
2answers
551 views
How to process raw UDP packets so that they can be decoded by a decoder filter in a directshow source filter
Long Story:
There is an H264/MPEG-4 Source
I can able to connect this source with RTSP protocol.
I can able to get raw UDP packets with RTP protocol
Then send those raw UDP packets to a ...
5
votes
6answers
3k views
How can I create a video from a directory of images in C#?
I have a directory of bitmaps that are all of the same dimension. I would like to convert these bitmaps into a video file. I don't care if the video file (codec) is wmv or avi. My only requirement ...
4
votes
1answer
275 views
Question about setting up FIle Writer in C#
Im using DirectShowLib in C#. I want to use File Writer in C# to set a file output. I want to use File Writer because Graph.SetOutputFileName() wont connect to my encoder, but File Writer will. How ...
4
votes
3answers
537 views
DirectShow/WPF Threading issue
I am writing an app using WPF and DirectShow and have run into a sticky issue. My application utilizes DS through static methods Start() and Stop() in a static class written using DirectShowNet (a C# ...
4
votes
1answer
523 views
How to get pointer to IUnknown in C#
.NET interop wraps COM objects into .NET objects (runtime-callable wrappers, RCWs), which hide the usual interface querying. In order to register a COM object representing a filter graph with the ...
4
votes
3answers
413 views
What does regsvr32 filename.ax actually do?
regsvr32 filename.ax
I just see it said something installed successfully,but what's the whole story?
4
votes
1answer
460 views
Configure LAME MP3 encoder in DirectShow application using IAudioEncoderProperties
I'm writting a .NET DirectShow application which captures audio stream from any capture device, encodes it in mp3 using the LAME directshow filter and finally writes the stream into a file.
This is my ...
4
votes
1answer
2k views
Writing custom DirectShow RTSP/RTP Source push filter - timestamping data coming from live sources
I'm writing custom DirectShow source push filter which is supposed to receive RTP data from video server and push them to the renderer. I wrote a CVideoPushPin class which inherits from CSourceStream ...
4
votes
5answers
3k views
“Fake” DirectShow video capture device
This is tangential to the last few questions I've asked.
I need to get video from an IP webcam (SNC-RZ25N) to Flash Media Server. I'd rather not have to use Windows, but if it makes things easier, I ...
3
votes
2answers
90 views
Custom DirectShow Source Filter - Dynamic Resolution Change
I've asked a very similar question before for a video renderer filter.
See here: Custom DirectShow Video Renderer Filter - Dynamic Resolution Change
But this time, I need a solution for a source ...
3
votes
1answer
58 views
DirectShow render window shows black if graph started when host Tab is not visible (TVideoWindow)
I have a Delphi 6 application that uses the DirectShow DSPACK component suite. It has a TVideoWindow component that will render the images from a filter graph. The TVideoWindow component is on a Tab ...
3
votes
1answer
62 views
Changes to TBitmap do not appear in rendered image in Delphi 6 DirectShow filter and generates lots of soft page faults
I have a Delphi6 DirectShow filter (push source video filter) written with the DSPACK component library. I am having a truly vexing problem with some simple code that modifies a bitmap before ...
3
votes
2answers
106 views
Receiving UDP Unicast Video Stream on Windows CE
I'm not strictly a software developer, I'm an electronic engineer and I mainly deal with hardware and C on micros, but I've just inherited a C# project that needs a slight tweak making to it (at least ...
3
votes
0answers
36 views
How to use Frame Rate convertor DMO in MF app
I wish to use the Frame Rate convertor DSP in my media foundation application. I'm using the 'SourceReader' to read the video file. Can anyone tell me where and how to integrate the DMO with MF to ...
3
votes
1answer
137 views
Correct Media Type settings for a DirectShow filter that delivers Wav audio data?
I am using Delphi 6 Pro with the DSPACK DirectShow component library to create a DirectShow filter that delivers data in Wav format from a custom audio source. Just to be very clear, I am delivering ...
3
votes
1answer
168 views
How to eliminate 1 second delay in DirectShow filter chain? (Using Delphi and DSPACK)
I have a Delphi 6 Pro app that uses the DSPACK component library to send audio to Skype from the system's preferred audio input device. I am using a TSampleGrabber component to tap into the Filter ...
3
votes
1answer
235 views
Is there a way to fake a DirectShow filter in a program?
I have an IP Camera that receives a char buffer containing an image over the network. I cant access it until i setup the connection to it in a program. I am trying to dissect windows source filter ...
3
votes
1answer
213 views
C++ DirectShow W32 Drawing directly on frame (RESOLVED)
how can i draw directly on video frame (webcam) - i need to place a watermark in the corner, so when i capture the video to the file, this watermark should be on each frame?
My setup is as follows:
...
3
votes
2answers
98 views
Deleting DirectShow Filters (Destructor not called)
I have built a custom DirectShow filter that implements CSource such as
class Myfilter : public CSource
{
~MyFilter(){ delete everything;}
}
When I use this filter in GraphStudio, I can delete ...
3
votes
2answers
190 views
DirectShow causes Time to slow down in .NET application
In our C# .NET application we have two DirectShow filter graphs each showing a video device and one audio device. Whenever the filtergraphs are running the system time is slowed down about 4-6s per ...
3
votes
2answers
137 views
How can I ensure the correct frame rate when recording an animation using DirectShow?
I am attempting to record an animation (computer graphics, not video) to a WMV file using DirectShow. The setup is:
A Push Source that uses an in-memory bitmap holding the animation frame. Each ...
3
votes
1answer
495 views
Directshow,capture two USB webcams, can't start at same time
I have two graph in my program each one can control a USB camera to capture video data.
I can start them separately without problem like:
cam_a.start();
sleep(100);
cam_b.start();
However,without ...
3
votes
1answer
353 views
Mac OS X equivalent for DirectShow, GraphEdit
New to Mac OS X, familiar with Windows. Windows has DirectShow, a good number of built-in filters, COM programming, and GraphEdit for very fast prototyping and snooping on the graphs you've ...
3
votes
3answers
356 views
DirectShow - Unable to create new threads
I am having some strange issues integrating a DirectShow graph into an existing application.
A couple things to cover first:
The graph's purpose is to bring raw video from a FrameGrabber which has ...
3
votes
3answers
378 views
Create COM object from file without regsvr32
Is it possible to create an instance of a COM object with just the dll and no regsvr32?
My main goal here is to create an instance of a directshow filter and insert it into my graph-but I don't want ...
3
votes
2answers
453 views
ActiveX HWND, DirectX WindowLess mode
I would like to render video in ActiveX control (not in pop-up DirectShow window). I have:
IID_IVMRWindowlessControl
IID_IVMRFilterConfig9
CLSID_VideoMixingRenderer9
I would like to set WindowLess ...
3
votes
7answers
2k views
Real-time video encoding in DirectShow
I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 and the videos saved without compression have very huge sizes ...
3
votes
2answers
740 views
How to overlay direct3d in directshow
I am looking for a tutorial or documentation on how to overlay direct3d on top of a video (webcam) feed in directshow.
I want to provide a virtual web cam (a virtual device that looks like a web ...
3
votes
2answers
312 views
How do I write the audio stream to a memory buffer instead of a file using DirectShow?
I have made a sample application which constructs a filter graph to capture audio from the microphone and stream it to a file. Is there any filter which allows me to stream to a memory buffer instead?
...
3
votes
2answers
695 views
DirectShow - passing parameters to custom source push filter
I'm working on a solution that will be used to receive video stream from remote hosts and to put various texts on the top of it. Currently it consists of custom DirectShow push filter (C++) which ...
3
votes
3answers
1k views
Hardware accelerated video in DirectShow / WinForms
Currently prototyping a Windows .NET app that needs to play back high definition WMV and H264 video. My test files are full 1080p.
The target hardware has weak Atom processors but strong NVidia 9400 ...
3
votes
2answers
599 views
How to perfrom video editing with Silverlight?
I would like to port an ActiveX of mine (to Silverlight) that have the following features:
Embedding a logo image in any video file.
Embedding subtitles in any video file.
Cropping any video file ...
3
votes
1answer
710 views
Quick way to migrate DirectShow filters to Media Foundation MFTs
I have some custom DirectShow filters (for Encoding / Deconding / Mux / Demux).
and I want to use them on Media Foundation as MFTs.
I have heard some people say:
"Microsoft claims all DirectShow ...
3
votes
3answers
521 views
Using c# .NET 3.0 on a Windows XP machine, what is the most efficent way to record from multiple webcams?
I am trying to figure out what APIs to use to connect and record from a webcam. In al of my research, Google, I have found many OLD articles which discus Directshow and COM. I don't want to write code ...
3
votes
2answers
1k views
CoInitializeEx fails when calling OpenCV method cvLoadImage()
I am trying to integrate some OpenCV functionality into my application. Currently I have code set up with DirectShow to get a video feed from my camera, which is then showed in an MFC window. This ...
3
votes
4answers
2k views
Alternatives to DirectShow for video capture on Windows
I am looking at updating a program that currently uses DirectShow for video capture. While DirectShow seems to work well, I was wondering if there were any more powerful or up to date SDKs or APIs ...
3
votes
1answer
1k views
DirectShow: Graph works in GraphEdit, not in code
I've built the following graph in GraphEdit: Logitech Webcam -> Infinite Tee Pin Filter -> VideoRenderer. This works fine (with GraphEdit automatically inserting a few intermediate filters between the ...
3
votes
1answer
2k views
DirectShow - How to overlay video with text
I am writing an application for Windows Mobile where I want to display some text over the video preview on the screen.
Does anyone know how this could be done or if there's any good tutorial about ...
3
votes
1answer
3k views
Automatic YUV -> RGB in DirectShow for custom decoder
after hours of searching on the net I'm quite desperate to find solution for this. I've up & running OGG Theora decoder in DirectShow which ouputs YV12 and YUY2 color models. Now, I want to make a ...