MediaPortal Version: 0.2.2.0
MediaPortal Skin: Blue Two
Windows Version: WinXP Pro
CPU Type: AMD 1.0
HDD: many
Memory: 512
Motherboard: Compaq Presario
Motherboard Chipset:
Motherboard Bios:
Video Card:
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: STB (bt848 chip)
1. TV Card Type: NTSC
1. TV Card Driver: Bt848
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: Elecard
MPEG2 Audio Codec: Elecard
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:
I have come into an old capture card from a Gateway 2000. I installed it in a Compaq Presario 5000 that has WinXP Pro installed. I found a wonderful Open Source driver that has been written for these old cards, and it works great with the "native" player:
http://btwincap.sourceforge.net/
It does not produce a graph when playing in the native player, but I have been able to make a graph and play it. My problem is, that I am not sure how to correctly enter all of the filter data so that MP can create a graph.
There is one entry for the Conexant BtPCI Capture filter, so I used that to start with. I tried tweaking it, but MP won't make a graph for it. This is what I started with:
I changed the generic names to the actual filter names in an effort to get it to work. The problem is that MP won't connect any pins at all. Any help on creating a proper CCD entry will truely be appreciated.
Here's the working graph:
MediaPortal Skin: Blue Two
Windows Version: WinXP Pro
CPU Type: AMD 1.0
HDD: many
Memory: 512
Motherboard: Compaq Presario
Motherboard Chipset:
Motherboard Bios:
Video Card:
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: STB (bt848 chip)
1. TV Card Type: NTSC
1. TV Card Driver: Bt848
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: Elecard
MPEG2 Audio Codec: Elecard
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:
I have come into an old capture card from a Gateway 2000. I installed it in a Compaq Presario 5000 that has WinXP Pro installed. I found a wonderful Open Source driver that has been written for these old cards, and it works great with the "native" player:
http://btwincap.sourceforge.net/
It does not produce a graph when playing in the native player, but I have been able to make a graph and play it. My problem is, that I am not sure how to correctly enter all of the filter data so that MP can create a graph.
There is one entry for the Conexant BtPCI Capture filter, so I used that to start with. I tried tweaking it, but MP won't make a graph for it. This is what I started with:
Code:
<capturecard commercialname="Bt848/Bt849/Bt878/Bt879" capturename="Conexant's BtPCI Capture" devid="ven_109e&dev_0350&subsys_00000000&rev_12">
<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="Conexant's BtPCI Tv Tuner" checkdevice="true"/>
<filter cat="tvaudio" name="Conexant's BtPCI Tv Audio" checkdevice="true"/>
<filter cat="crossbar" name="Conexant's BtPCI Crossbar" checkdevice="true"/>
<filter cat="capture" name="Conexant's BtPCI Capture" checkdevice="true"/>
<filter cat="audcapture" name="SoundMAX Digital Audio" checkdevice="true"/>
<filter cat="videncoder" name="Elecard Mpeg Video Encoder (Elecard Ltd. http://www.elecard.com)" checkdevice="false"/>
<filter cat="audencoder" name="Elecard Layer ll Audio Encoder" checkdevice="false"/>
<filter cat="mux" name="Elecard Multiplexer (Elecard Ltd. http://www.elecard.com)" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="audcapture" 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="1"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
</connections>
</tv>
</capturecard>
Here's the working graph:
United States of America