Leadtek Winfast TV 2000 XP (2 Viewers)

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Here's the CaptureardDefinitions entry for your card:
Code:
  <capturecard commercialname="WinFast TV2000 XP Deluxe" capturename="WinFast TV2000 XP WDM Video Capture" devid="ven_109e&amp;dev_036e&amp;subsys_6606107d&amp;rev_11">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
      <interface cat="mux" video="" audio="" mpeg2="0"/>
      <filters>
        <filter cat="tvtuner"		  name="WinFast TV2000 XP WDM TVTuner"		    checkdevice="true"/>
        <filter cat="tvaudio"		  name="WinFast TV2000 XP WDM TVAudio"		    checkdevice="true"/>
        <filter cat="crossbar"		name="WinFast TV2000 XP WDM Crossbar"		    checkdevice="true"/>
        <filter cat="capture"		  name="WinFast TV2000 XP 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"/>y
        <connection sourcefilter="videncoder"	sourcepin="0" sinkfilter="mux"			  sinkpin="0"/>
        <connection sourcefilter="audencoder"	sourcepin="0" sinkfilter="mux"			  sinkpin="1"/>
      </connections>
    </tv>
  </capturecard>
I don't see any connection from the audio out pin on the crossbar. Do you have any sound when using this card in MP?

MP is creating the graph that the config file is telling it to.

Now that I have the necessary information, I no longer remember what it is you need to do. :)
This is getting to be a long thread. So, remind me.
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I added a connection for your audio pins. I used pin #4 - Line In. If you are using a different input, like Aux, you would change the pin number.
Code:
  <capturecard commercialname="WinFast TV2000 XP Deluxe" capturename="WinFast TV2000 XP WDM Video Capture" devid="ven_109e&amp;dev_036e&amp;subsys_6606107d&amp;rev_11">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
      <interface cat="mux" video="" audio="" mpeg2="0"/>
      <filters>
        <filter cat="tvtuner"		  name="WinFast TV2000 XP WDM TVTuner"		    checkdevice="true"/>
        <filter cat="tvaudio"		  name="WinFast TV2000 XP WDM TVAudio"		    checkdevice="true"/>
        <filter cat="crossbar"		name="WinFast TV2000 XP WDM Crossbar"		    checkdevice="true"/>
        <filter cat="capture"		  name="WinFast TV2000 XP 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="crossbar"		sourcepin="1" sinkfilter="audcapture"		sinkpin="4"/>
        <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>
 

djurik

Portal Member
January 4, 2007
48
0
Brno
Home Country
Czech Republic Czech Republic
I will try the new definition.
But the problem is:
- there is jerky picture and shifted sound in the MP,
- no problem with WinFast PVR SW (and e.g. WinDVD and SageTV too - I cannot make remote connection from Graphedit to WinFast PVR and SageTV, I didn't try to do it to WinDVD),
- the graph named OK - I made it manually - it works good - there is no encoding and decoding and demux following the capture filter - I tried it without MPEG-2 Demulitplexer too, but picture is still jerky.
Thanks
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
Media Portal requires MPEG 2 encoders to record TV, and (I'm guessing) they are also needed to view live TV.

In the past I have found that something as small as one pin number being wrong, can have a huge effect on the graph.
 

djurik

Portal Member
January 4, 2007
48
0
Brno
Home Country
Czech Republic Czech Republic
So, I tried the new definition in CardsDefinition...xml - the additional connection for audio out pin of the crossbar - but the result is the same, no difference in the picture or sound - jerky picture, shifted sound.
I have other functional and nonfunctional GraphEdit graphs, if it is needed.
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I'm not sure where to go from here. If you want to post the graph from my last config file, I would like to see what effect my change had.

You also may need to change the pin from #4 to #2, depending on where your sound comes into the sound card.

You could also try different MPEG 2 encoders. The Intervideo trial version is available here:Intervideo
Make sure you replace the LeadTek MPEG Video and Audio Encoders in the CaptureCardDefinitions file with the Intervideo ones.

And, of course, make sure that you have the latest drivers for your card. But, sometimes older drivers will work better.

Also, make sure that the tuner is setup correctly. In the graph, open the tuner properties.
 

djurik

Portal Member
January 4, 2007
48
0
Brno
Home Country
Czech Republic Czech Republic
OK, I'll try other encoders (InterVideo, Elecard .....).
I'll inform about results in the evening (my evening).
 

djurik

Portal Member
January 4, 2007
48
0
Brno
Home Country
Czech Republic Czech Republic
I installed the Elecard Decoder Pack and the Encoder Pack too. I made graph in Grpahedit with the 'Elecard section' following the WDM Capture filter - it works !!! Picture is good, no jerky, no 'double sound', no sound shift. The jpg of this configuration is below.
I understand that next step is to modifay the CardDefinition XML file - I will try on Saturday to do it.
I have a little problem - after saving the graph file and reopening it the connections from Demultiplexer are broken, as the outputs pins disappeared. I don't remember the wisdom to renew them ???
 

Paul S

Portal Pro
May 14, 2006
361
0
Franklin, WI (Milwaukee)
Home Country
United States of America United States of America
I see that you are still using the LeadTek audio encoder. It is probably better to use the audio and video encoders that match.

I also see two Elecard Demultiplexers. I don't know if two are needed. I made up a config for the graph you posted, with the LeadTek audio encoder. And, I didn't put in the second demultiplexer.
Code:
  <capturecard commercialname="WinFast TV2000 XP Deluxe" capturename="WinFast TV2000 XP WDM Video Capture" devid="ven_109e&amp;dev_036e&amp;subsys_6606107d&amp;rev_11">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
      <interface cat="mux" video="" audio="" mpeg2="0"/>
      <filters>
        <filter cat="tvtuner"		  name="WinFast TV2000 XP WDM TVTuner"		    checkdevice="true"/>
        <filter cat="tvaudio"		  name="WinFast TV2000 XP WDM TVAudio"		    checkdevice="true"/>
        <filter cat="crossbar"		name="WinFast TV2000 XP WDM Crossbar"		    checkdevice="true"/>
        <filter cat="capture"		  name="WinFast TV2000 XP WDM Video Capture"		checkdevice="true"/>
        <filter cat="audcapture"	name="%soundcard%"					checkdevice="true"/>
        <filter cat="videncoder"	name="Elecard Mpeg Video Encoder"			checkdevice="false"/>
        <filter cat="audencoder"	name="LeadTek Audio Encoder"				checkdevice="false"/>
        <filter cat="mux"		name="Elecard Multiplexer"				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="crossbar"		sourcepin="1" sinkfilter="audcapture"		sinkpin="4"/>
        <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>
The rest you need to select in Media Portal settings section.
 

djurik

Portal Member
January 4, 2007
48
0
Brno
Home Country
Czech Republic Czech Republic
So, I tried to use Elecard in MP, but without success, as MP has problem with setting Elecard Muxer to Program mode (I did it manually in the GraphEdit).
After it I tried InterVideo filters again (this time I installed WinDVR3), with success :eek: Now I have in MP good picture and shifted sound (recording is working too), but I think that sound problems could be solved by better settings in the WinFastPVR program, this is the way to setup the WinFast capturing WDM driver. I will try it tomorrow. I attach the graph I obtained as remote graph from working MP.
 

Users who are viewing this thread

Similar threads

Good to hear you got it working.(y) I have attached a screenshot of my Power Scheduler settings and, yes my TV does stay off when a scheduled recording starts. Regarding the monitor sleeping when playing music, if the screensaver option is set in your MP skin settings try disabling it, I have a vague recollection it may get...
Good to hear you got it working.(y) I have attached a screenshot of my Power Scheduler settings and, yes my TV does stay off when...
Hi, everytime my computer awakes for scheduled recordings, the monitor awake too and does not switch of during the whole recording...
Replies
5
Views
394
The only changes I see are: Updated Marcel Groothuis version of the plugin to now support Media Portal 2.5 I can't say anything about the functionality of this plugin, I don't use TV Part, but if there are any changes that can be simply transferred, then I can try. But I can't give any guarantees.
The only changes I see are: Updated Marcel Groothuis version of the plugin to now support Media Portal 2.5 I can't say anything...
I am a long-time user of MediaPortal to watch TV. I use the Media Portal TV Server as a backend, and Kodi (previously known as...
Replies
15
Views
2K
The UseSSL trick made MediaPortal great again, thanks.
The UseSSL trick made MediaPortal great again, thanks.
Hi, Trakt has work perfectly for me for over 10 years, but for some reason this week it will not Authorize my account. I can log...
Replies
10
Views
1K
Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings, advanced options, I switched to UNC paths instead of the default RSS, and it's working very well. Sure I had to figure out the paths, but no big deal. Maybe helpful for someone in the future. Thanks for the...
Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings...
Hi folks. I have an issue with a new install/integration into my mediaportal system. I have a “mediaportal server” which has the TV...
Replies
5
Views
577
Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix. Open MP2-Client, navigate to Settings->General->Connectivity->Home server. In the menu on the left there may be an option Detach from home server, if there is click it and acknowledge the dialog that pops up...
Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix...
Help Please: MP doesnt display any of my previouse recordings or TV programs It seems like the Server isnt running? MP was working...
Replies
3
Views
792
Top Bottom