After downloading MP I could not get it to work with my Twinhan DTv Ter(D+A) card. I eventually made an edit to the ccd.ax file with the code below, the card now works fine. For anyone wishing to use MP with this card just copy and past the code into your ccd.ax file found in the MP directory. Please make sure that your card shows up in windows as DTV-DVB 3054 TS Digital Capture if not you will need to make adjustments to the code which I have put in bold, to suite your card. For example the Vision version of this card may not show up by the same name in windows as the Twinhan version.
<capturecard commercialname="Twinhan Ter (D+A)" capturename="DTV-DVB 3054 Digital TS Capture" devid="ven_14f1&dev_8802&subsys_00191822&rev_05">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="true" bda="true"></capabilities>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="DTV-DVB 3054 Digital Tuner/Demod" checkdevice="true"></filter>
<filter cat="capture" name="DTV-DVB 3054 Digital TS Capture" checkdevice="true"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
I hope this helps anyone with this card.
Russ
<capturecard commercialname="Twinhan Ter (D+A)" capturename="DTV-DVB 3054 Digital TS Capture" devid="ven_14f1&dev_8802&subsys_00191822&rev_05">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="true" bda="true"></capabilities>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="DTV-DVB 3054 Digital Tuner/Demod" checkdevice="true"></filter>
<filter cat="capture" name="DTV-DVB 3054 Digital TS Capture" checkdevice="true"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
I hope this helps anyone with this card.
Russ