PDA

View Full Version : Filter Graph for 2250



jcorig
17-08-2010, 04:26 PM
I am trying to create a filter graph using the WinTV-HVR-2250 where I can record to disk and preview in a window. Here is the graph:
http://www.jokabomo.com/images/filter_graph.png
It records fine, but the video renderer graph pauses right away and there is no video output.

Can anyone see what I'm doing wrong?

Thanks,
John

TheNewGuy
17-08-2010, 04:28 PM
It's basically the right graph. Have you tried removing ffdshow from it?

jcorig
17-08-2010, 06:40 PM
Thanks for replying.

It turns out I forgot to map the output pin on the demuxer to 0xE0. Working great now.

John