The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows. Using DirectShow, your applications can perform high-quality video and audio playback or capture.

learn more… | top users | synonyms

22
votes
1answer
904 views

Forcing Mpeg2Demultiplexer to use ffdshow to render H264 Digital TV Video

I spend a lot of time trying to make DTVViewer sample of DirectShow work unfortunately with no success. The video format of DVBT network is H264 and I found that the IntelliConnect behavior of ...
12
votes
4answers
4k 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 ...
10
votes
6answers
3k 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 ...
10
votes
4answers
5k 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 ...
9
votes
2answers
6k 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 ...
8
votes
4answers
4k 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 ...
8
votes
5answers
2k 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 ...
8
votes
2answers
8k views

Virtual Webcam Driver

I want to develop a virtual webcam driver which from User mode I'll pass image to it and it will display as webcam output. I don't want to use DirectX filter and CSourceStream etc. Because they ...
8
votes
2answers
293 views

In C#, what's a good way for displaying zoomable, pannable video?

I've been sorting through DirectX, DirectShow, etc. and can't figure out which .NET C# library would be the best. I'm making an art installation that will feature full screen video. I'd like the user ...
8
votes
1answer
3k 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
1answer
1k 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 ...
6
votes
6answers
6k 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 ...
6
votes
2answers
927 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 ...
6
votes
1answer
661 views

Can YUV -> RGB conversion be hardware accelerated?

We have an application that reads a GigE YUV video stream and displays it on the screen. By profiling, we have learned that the function converting each frame from YUV (UYVY) to RGB24 is taking at ...
6
votes
2answers
621 views

Using callback function in a directshow filter cause memory leaks

I am using third party API which I get streams from a callback function int OnNewImage(BYTE *pData, int nLen) When I run a simple C++ sample program from console int continue = 1; int ...
6
votes
2answers
942 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. ...
5
votes
3answers
2k 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?
5
votes
3answers
2k 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 ...
5
votes
2answers
3k views

Video Capture output always in 320x240 despite changing resolution

Ok I have been at this for 2 days and need help with this last part. I have a Microsoft LifeCam Cinema camera and I use the .NET DirectShowLib to capture the video stream. Well actually I use ...
5
votes
4answers
5k 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 ...
5
votes
3answers
39k views

C# + DirectShow.NET = Simple WebCam access?

I have found an example for accessing a webcam in C#. The example uses the DirectShow.NET library. I have tried to understand the code, but so far the only thing I could figure out is that somehow the ...
5
votes
9answers
6k 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 ...
5
votes
1answer
3k 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 ...
5
votes
1answer
784 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 ...
5
votes
1answer
925 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 ...
5
votes
3answers
2k 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
5
votes
1answer
189 views

QueryInterface fails with E_NOINTERFACE on C#

Hi Stack Overflow members, I'm a newbie to C# programming. I am developing a basic camera streaming and still capture application. Once user takes still, I will be displaying it on overlay using ...
5
votes
1answer
177 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
1k 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 ...
4
votes
1answer
1k 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 ...
4
votes
2answers
871 views

ISampleGrabber deprecated?

I have an old computer vision experiment that uses Video for Windows to grab frames from a camera connected to the PC. It's a hack, it uses VfW to create a preview window, then it does a GetDIBits ...
4
votes
1answer
2k 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
896 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 ...
4
votes
1answer
1k views

Using a DirectShow filter without registering it, via a private CoCreateInstance

So basiclly I read this, http://www.gdcl.co.uk/2011/June/UnregisteredFilters.htm. Which tells you how to use filters without registering them. There are two methods, new and using a private ...
4
votes
1answer
150 views

Lookup compressor/filter friendly name from FOURCC ID in Delphi 6 application?

I have a Delphi 6 application that asks the user to select an audio and video compressor using AVISaveOptions(). I then store the FOURCC IDs of each selection in a data file. I want to look up the ...
4
votes
3answers
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 ...
4
votes
3answers
750 views

3 Camera Capture with videoInput or anything else

I am working on project to produce High Dynamic Range Video in real time. The goal is to do it with 3 off the shelf webcams (Microsoft LiveCam Studio). I started off trying to use OpenCV, but I was ...
4
votes
2answers
842 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 ...
4
votes
2answers
480 views

How to control bitrate MEDIASUBTYPE_H264 directshow?

I have a logitech c920 webcam that presents an encoded h264 capture pin (subtype: MEDIASUBTYPE_H264). The h264 pin supports the following resolutions: FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 ...
4
votes
2answers
487 views

How can I reuse directshow components in Gstreamer (windows)

I am developing a new media playback application for Digital cinema. While checking the multimedia framework options, I am pretty impressed with GStreamer and would like to use it. BUT, we already ...
4
votes
1answer
3k 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 ...
4
votes
1answer
252 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 ...
4
votes
1answer
2k views

Using DirectShow to capture frames and OpenCV to Process

I have made two different solutions for Video to Image Capturing and was wondering if I could intertwine the best of both worlds. I am currently using DirectShow to load in an avi file and to capture ...
4
votes
3answers
1k 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
890 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
0answers
241 views

dspack, pushsource how to use it?

I saw some topic, like How to use/install custom Directshow filter to register a filter, but no code how to use it. Can anybody show a sample how to actual use that filter (pushsource, pushdesktop) to ...
3
votes
3answers
4k views

How to get started with directshow?

I'm having a great trouble trying to understand this, what's the least set up to compile/run directshow apps? I've already installed visual c++ 2008 express. A hello world will be nice, RGS!
3
votes
3answers
3k views

Best way to enumerate all available video codecs on Windows?

I'm looking for a good way to enumerate all the Video codecs on a Windows XP/Vista machine. I need present the user with a set of video codecs, including the compressors and decompressors. The ...
3
votes
1answer
1k views

DirectShow vs. Media Foundation for video capture?

I'm trying to choose between these two APIs for a Video Capture/Monitoring/Streaming application, and I'm not sure which is going to be the best bet. A bit of background: I need it to work with a ...
3
votes
2answers
347 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 ...

1 2 3 4 5 23