Tagged Questions

0
votes
0answers
7 views

WMP , DMO decoder question

Hi all. I'm writing a Windows Media Player DMO that decodes a custom stream from an ASF file. The final product would be bitmaps to be fed into WMP's Video Renderer for display. …
0
votes
3answers
52 views

directshow reverse playback

I currently have a DirectShow.NET graph that properly plays but I would like it to also be able to play in reverse (start at the end and play backwards to the start). I've tried …
0
votes
1answer
19 views

Is it possible to capture HDV/HD stream using DirectShow API

We currently use the DirectShow API to stream standard definition video into our application via Firewire. Sadly, this code was mostly cobbled together from various places on the i …
0
votes
1answer
12 views

What license is DirectShow and what inputs and outputs can it handle?

The title already says all: I want to create a project using DirectShow. Which license does DirectShow have? Can I just use it or do I have to mind sth.? What input and output-code …
0
votes
1answer
26 views

convert movie file to bitmap files with DirectShow

I want to convert movie files like AVI, MOV etc. to Bitmap-Files, like JPEG, JPEG2000, TIFF etc. Is it possible to realize that with DirectX / DirectShow? Is AVCodec from ffmpeg th …
0
votes
4answers
48 views

DirectShow is reseting my PC

Hello, I developed small application using DirectShow and code on next link: http://www.codeproject.com/KB/directx/directxcapture.aspx If i have 2nd display active, when I clos …
0
votes
2answers
35 views

C# - Encode ASF with a custom data stream

Hi all. I'm trying to create an ASF file and instead of using sound or video data I want to create a stream made of custom packets with binary data. Can someone provide a code exa …
0
votes
2answers
292 views

Directshow in c# compact framework: trigger handling problems for a Filtergraph’s IMediaEvent

Hi- I'm working on implementing directshow capability in a C# dll. I'm basing my work off of the C++ based "CameraCapture" example Microsoft provides with the Windows Mobile 6 sd …
0
votes
2answers
187 views

Displaying live video from a raw uncompressed byte source in C#: WPF vs. Win forms

I have a live 16-bit gray-scale video stream that is pushed through a ring-buffer in memory as a raw, uncompressed byte stream (2 bytes per pixel, 2^18 pixels/frame, 32 frames/sec) …
0
votes
2answers
163 views

Convert any Form Video into RGB24 Media

how to convert YUY2,YUV, RGB565 and More Video subtype into RGB24 Subtype Video in DirectShow + VC++ can u understand my question? I have a Upstream filter its output is in YUY2 …
0
votes
4answers
227 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 mak …
2
votes
2answers
452 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 …
0
votes
1answer
33 views

How to set brightness and contrast and saturation of video/Image in directx

I am playing video using custom allocator using directshow. I want to set brightness, contrast and saturation of a video. How can I do this?
0
votes
1answer
24 views

DirectShow Capture with delayed play

I'm developing a custom video capture application. The idea is to capture output from a webcam, and simultaneously display a delayed preview. For instance if a user specifies a d …
0
votes
2answers
27 views

Use Winsock insde DShow Filter

Hi, I am trying to develop a DirectShow filter with internet access. When I try to use Winsock, 1) In TCP, I wait connections but cannot access to server (try with Telnet) and …

1 2 3 4 5 8 next
15 30 50 per page