I have Pinnacle PCTV 310i TV card and the newest driver (1.3.3.2) which is available at the Pinnacle website here: PCTV Installer for Windows XP Media Center Edition 2005 (Version 2.0.00.35) does not work with MediaPortal 0.2.2.0.
I have updated the CaptureCardDefinitions.xml to make it work. It will probably work for other Pinnacle DVB-T cards as well.
I also tried to update the definition for the analogue part, but I noticed that MediaPortal requires one of following encoders:
InterVideo Video Encoder
Ulead MPEG Encoder
MainConcept MPEG Video Encoder
MainConcept Demo MPEG Video Encoder
CyberLink MPEG Video Encoder
CyberLink MPEG Video Encoder(Twinhan)
I have none of them installed on my system and in my opinion should not need, as there is already present Pinnacle MPEG 2 Encoder, Pinnacle MPEG Layer-2 Audio Encoder and Pinnacle MPEG 2 Multiplexer. Anybody can help me to convince MediaPortal to use these instead?
Tomas
I have updated the CaptureCardDefinitions.xml to make it work. It will probably work for other Pinnacle DVB-T cards as well.
Code:
<capturecard commercialname="Pinnacle PCTV xx0i" capturename="Pinnacle PCTV xx0i Tuner BDA Digital Capture" devid="ven_1131&dev_7133&subsys_002f11bd&rev_d0">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="Pinnacle PCTV xx0i Tuner BDA DVBT Tuner" checkdevice="true"/>
<filter cat="capture" name="Pinnacle PCTV xx0i Tuner BDA Digital Capture" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>
I also tried to update the definition for the analogue part, but I noticed that MediaPortal requires one of following encoders:
InterVideo Video Encoder
Ulead MPEG Encoder
MainConcept MPEG Video Encoder
MainConcept Demo MPEG Video Encoder
CyberLink MPEG Video Encoder
CyberLink MPEG Video Encoder(Twinhan)
I have none of them installed on my system and in my opinion should not need, as there is already present Pinnacle MPEG 2 Encoder, Pinnacle MPEG Layer-2 Audio Encoder and Pinnacle MPEG 2 Multiplexer. Anybody can help me to convince MediaPortal to use these instead?
Tomas