Terratec Cinergy XS Hybrid (1 Viewer)

sciutand

Portal Member
February 4, 2005
36
0
Hi,

I'm trying to add support to the above card for analogue but making some mistake somewhere and can't find where.
here the code

graph.png




and the picture of garphedit


terratec.png


Sorry I couldn't post the code but every time I tried the preview would not show the full code but just the headings.

I also tried to change %tvtuner% and %audiotuner% with pin 1 and 4 but same result. When I try to select the card in Mediaportal I get:
"unable to create graph for this device"

I also include the error and Mediaportal log:


www.dreamyachting.com/CsFinal/Photos/storage/mediaportal.log
www.dreamyachting.com/CsFinal/Photos/storage/error.log


MP Version: 0.2 RC4
Skin: MCE
Computer: Sony Vaio sz
Windows Version: XP Pro SP2
CPU Type: 2ghz P M Centrino Duo
Memory: 1Gb
Video Card: Nvidia Geforce 7400
TV Card: Terratec Cinergy XS Hybrid
 

sciutand

Portal Member
February 4, 2005
36
0
Eureka!!!

Finally got it working...here the definitions I used:
Code:
<capturecard commercialname="Terratec Cinergy Hybrid T USB XS Analog" capturename="Cinergy Hybrid T USB XS 

(Analog)" devid="vid_0ccd&amp;pid_0042&amp;mi_00">
    <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="Cinergy Hybrid T USB XS TVTuner"  checkdevice="true"/>
        <filter cat="tvaudio"     name="Cinergy Hybrid T USB XS TVAudio"  checkdevice="true"/>
        <filter cat="crossbar"    name="Cinergy Hybrid T USB XS Crossbar" checkdevice="true"/>
        <filter cat="capture"     name="Cinergy Hybrid T USB XS (Analog)" checkdevice="false"/>
        <filter cat="audcapture"  name="Cinergy Hybrid T USB XS"          checkdevice="false"/>
        <filter cat="videncoder"  name="PCM MPEG Video Encoder"     checkdevice="false"/>
        <filter cat="audencoder"  name="PCM Audio Encoder"          checkdevice="false"/>
        <filter cat="mux"         name="PCM MPEG Muxer"             checkdevice="false"/>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner"		sourcepin="0" sinkfilter="crossbar"		

sinkpin="1"/>
        <connection sourcefilter="tvtuner"		sourcepin="1" sinkfilter="tvaudio"		

sinkpin="0"/>
        <connection sourcefilter="tvaudio"		sourcepin="0" sinkfilter="crossbar"		

sinkpin="4"/>
        <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="0"/>
        <connection sourcefilter="audencoder"	sourcepin="0" sinkfilter="mux"        sinkpin="1"/>
      </connections>
    </tv>
  </capturecard>

As you can see I use PCM Mpeg video encoder etc...which came with cyberlink power cinema. It's a codec that fools a decoder in to thinking that he is dealing with an Mpeg stream. The downside obviously is that if you want to do recording it comes out as an extremely large file but the positive side is that it hase very very low cpu usage.
On the other hand if I tryed to use the normal Cyberlynk encoder it woldn't work properly and I had to use another encoder like Elecard to have analog working.
I'm quite pleased with the discovery of this PCM Mpeg since many people might be interested.
Maybe MP could develop something to have the encoder switched automatically for viewing or recording.
Ciao
Andrea
 

syndrome

New Member
November 9, 2006
1
0
Home Country
Germany Germany
Hi sciutand,

I also have the cinergy hybrid. Unfortunately I have disposed the supplied cds containing the cyberlink software as I didn't like it. Could you give me a hint on how I do get my card working none the less. I don't know and understang much of all this filtering stuff and thus working with graphedit.

Is it possible to get those mpeg encoders somewhere else as I would also appreciate a low cpu usage.

Thanks so far...
 

Users who are viewing this thread

Top Bottom