Direct output of AVI to Video Out

LMHokie

New member
Joined
Aug 28, 2003
Messages
1
Hi, I have a problem that needs a quick fix. Here is the senario:

I am trying to write a c# program to output an AVI file directly to my video cards composite/s-video out port. I am performing a scientific test so I need advice or a program that would allow me to do this. I am pretty sure Directxs Directshow would be my answer but its not supported in .net. The graphics card I would like to output to is an ATI All-in-wonder 9000. Does anyone have an ideas?
 
Hey...
Im no expert on the subject, but I recently did something like what you are doing. What I did was added a reference to the quartz.dll to my .net project and using a filtergraph I was able to direct the video in and out using the pins of the filters.

Directx9 has a utility called graphedt.exe that allows you to play with the pin settings...

Like I said...Im no expert...I just played with it til I got it to work
 
Back
Top