No video capture card found (1 Viewer)

bmarko82

Portal Member
December 16, 2006
14
0
Home Country
Hungary Hungary
Thank Paul the quick answer. Here is my Support form:
Area: Media Portal Program
MediaPortal Version: 0.2.0.4 (2006-08-11)
MediaPortal Skin: BlueTwo
Windows Version: Windows XP
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPA Decoder Filter
Video Codec: MPV Decoder Filter
CPU Type: AMD Athlon 64 X2 Dual Core 4600+
Memory: 2 GB
Motherboard: A8N32-SLI-Deluxe (ASUSTeK Computer INC.)
TV Card Model: Leadtek Winfast DV2000
TV Card Type: Software
TV Card Driver: 4.0.107.3210
Video Card Model: Nvidia Geforce 7900 Gtx (512 MB)
Video Card Driver: 93.81
Video Card Resolution: 1280x1024
Video Render Type: Overlay
Audio Card Model: Creative X-Fi Audio Processor (WDM)
Audio Card Driver: 5.12.6.1187

Here is the entries in the xml file:
<capturecard commercialname="WinFast DV2000" capturename="WinFast DV2000 WDM Video Capture" devid="ven_14f1&amp;dev_8800&amp;subsys_6620107d&amp;rev_05">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="WinFast DV2000 WDM TVTuner. (PAL-IBGDK/SECAM-LBGDK)" checkdevice="true"/>
<filter cat="tvaudio" name="WinFast DV2000 WDM TVAudio" checkdevice="true"/>
<filter cat="crossbar" name="WinFast DV2000 WDM Crossbar." checkdevice="true"/>
<filter cat="capture" name="WinFast DV2000 WDM Video Capture." checkdevice="true"/>
<filter cat="audcapture" name="%soundcard%" checkdevice="true"/>
<filter cat="videncoder" name="LeadTek MPEG Video Encoder" checkdevice="false"/>
<filter cat="audencoder" name="Leadtek MPEG Audio Encoder" checkdevice="false"/>
<filter cat="mux" name="Leadtek MPEG Muxer" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="audcapture" sourcepin="0" sinkfilter="audencoder" sinkpin="0"/>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/>
</connections>
</tv>
</capturecard>

You was right! Thx!
I don't have the 3 following filters installed:
LeadTek MPEG Video Encoder
Leadtek MPEG Audio Encoder
Leadtek MPEG Muxer

What is the solution?
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
You could find a copy of LeadTek and install it, or look in GraphEdit, through the filter list, to see what is already installed. I don't know where in the list to look, I use a digital card, so my signal is already MPEG2 and I don't use a MPEG encoder.

Paul
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Actually, you should have gotten the LeadTek MPEG encoder along with the card. Just install it along with the drivers. If it is already installed, yours may have a different name. Find the correct name and pin assignments, and correct the file accordingly.
 

bmarko82

Portal Member
December 16, 2006
14
0
Home Country
Hungary Hungary
Here is some screenshots:
in device manager i have 3 devices installed (DM.jpg - first attachment)

In Graphedit i found the Leadtek filters, but not in the audio compressors or video compressors tab. They are in the Directshow filters tab. (GE.jpg - second attachment)

Is that ok?
 

bmarko82

Portal Member
December 16, 2006
14
0
Home Country
Hungary Hungary
I modified the xml file, but no success...

<capturecard commercialname="WinFast DV2000" capturename="WinFast DV2000 WDM Video Capture" devid="ven_14f1&amp;dev_8800&amp;subsys_6620107d&amp;rev_05">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="WinFast DV2000 WDM TVTuner." checkdevice="true"/>
<filter cat="tvaudio" name="WinFast DV2000 WDM TVAudio." checkdevice="true"/>
<filter cat="crossbar" name="WinFast DV2000 WDM Crossbar." checkdevice="true"/>
<filter cat="capture" name="WinFast DV2000 WDM Video Capture." checkdevice="true"/>
<filter cat="audcapture" name="%soundcard%" checkdevice="true"/>
<filter cat="videncoder" name="LeadTek MPEG Video Encoder" checkdevice="false"/>
<filter cat="audencoder" name="LeadTek Audio Encoder" checkdevice="false"/>
<filter cat="mux" name="Leadtek MPEG Muxer" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="audcapture" sourcepin="0" sinkfilter="audencoder" sinkpin="0"/>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/>
</connections>
</tv>
</capturecard>
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
The encoders that you found are the ones you want.

I can't tell what it is that you modified. If you load all of the filters that MP is calling for, and then connect the pins, you should be able to open the tuner right in GraphEdit. This way you can tinker with the filter arrangement until it works. If it won't work in GraphEdit, it most likely won't work in MP.

Here's a hint: If you right click on some filters (like a tuner) there are more options ,under properties.
 

bmarko82

Portal Member
December 16, 2006
14
0
Home Country
Hungary Hungary
Thx for the help Paul S! I owe you one! It is working. Or a half success.
Now Mediaprotal recognise my card, but with another error message: Unable to create graph for this device. I read about it in the forum. Ill do some search now.
 

sala_mander

Portal Member
August 9, 2007
9
0
Home Country
South Africa South Africa
I'm having this same problem with a Leadtek DV2000. I'm a bit slow on how graphedit really helps - how do I use this to check my card (the various instructions are a bit vague for an idiot like me), and how does it relate to CaptureCardDefinitions.xml?

I've checked for all the necessary encorders, but to make MediaPortal recognize the card...???

Ideas, anyone...?
 

Users who are viewing this thread

Top Bottom