Top "Directshow" questions

The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows.

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 …

c# directshow media multimedia wmv
Simplest way to play mp3 from Visual C++

A few years back, I wrote some util library around DShow/DSound to let me play MP3s in a …

winapi mp3 directshow audio mci
How To Get A List Of Available Video Capture Devices

I am creating a project using DirectShow.Net that shows a preview of a webcam view within a windows form …

c# c++ .net directshow directshow.net
Live streaming H.264 in DirectShow

Does anyone know which filters in DirectShow I have to use in order to stream H.264 LIVE stream over http? (…

http directshow h.264 live-streaming
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 …

encoding directshow cuda real-time opencl
DirectShow Library-How to capture image using directshow library without showing the webcam live images on the PictureBox or Panel

I am using WPF application which is using DirectShow library and it is working fine for grabbing images or recording …

c# wpf winforms directshow directshow.net
DirectShow: webcam preview and image capture

After looking at a very similar question and seeing almost identical code, I've decided to ask this question separately. I …

c++ windows video webcam directshow
"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-RZ25…

flash directshow flash-media-server flashmedialiveencoder
How to access an audio stream using DirectShow.NET C#

What I would like to do is to pass an arbitrary audio file to a DirectShow filtergraph and receive a (…

c# .net-3.5 streaming directshow directshow.net
DirectShow Source filter using Dekstop window as source

I am looking for examples of a DirectShow Source filter that would display a Desktop Window. I am sure there …

directshow