home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Terratec Cinergy XS Hybrid
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="sciutand" data-source="post: 62037" data-attributes="member: 11374"><p>Eureka!!!</p><p></p><p>Finally got it working...here the definitions I used:</p><p>[code]</p><p><capturecard commercialname="Terratec Cinergy Hybrid T USB XS Analog" capturename="Cinergy Hybrid T USB XS </p><p></p><p>(Analog)" devid="vid_0ccd&amp;pid_0042&amp;mi_00"></p><p> <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/></p><p> <tv></p><p> <interface cat="mux" video="" audio="" mpeg2="0"/></p><p> <filters></p><p> <filter cat="tvtuner" name="Cinergy Hybrid T USB XS TVTuner" checkdevice="true"/></p><p> <filter cat="tvaudio" name="Cinergy Hybrid T USB XS TVAudio" checkdevice="true"/></p><p> <filter cat="crossbar" name="Cinergy Hybrid T USB XS Crossbar" checkdevice="true"/></p><p> <filter cat="capture" name="Cinergy Hybrid T USB XS (Analog)" checkdevice="false"/></p><p> <filter cat="audcapture" name="Cinergy Hybrid T USB XS" checkdevice="false"/></p><p> <filter cat="videncoder" name="PCM MPEG Video Encoder" checkdevice="false"/></p><p> <filter cat="audencoder" name="PCM Audio Encoder" checkdevice="false"/></p><p> <filter cat="mux" name="PCM MPEG Muxer" checkdevice="false"/></p><p> </filters></p><p> <connections></p><p> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" </p><p></p><p>sinkpin="1"/></p><p> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" </p><p></p><p>sinkpin="0"/></p><p> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" </p><p></p><p>sinkpin="4"/></p><p> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" </p><p></p><p>sinkpin="0"/></p><p> <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="audcapture" </p><p></p><p>sinkpin="0"/></p><p> <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/></p><p> <connection sourcefilter="audcapture" sourcepin="0" sinkfilter="audencoder" sinkpin="0"/></p><p> <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/></p><p> <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/></p><p> </connections></p><p> </tv></p><p> </capturecard></p><p>[/code]</p><p></p><p>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.</p><p>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.</p><p>I'm quite pleased with the discovery of this PCM Mpeg since many people might be interested.</p><p>Maybe MP could develop something to have the encoder switched automatically for viewing or recording.</p><p>Ciao</p><p>Andrea</p></blockquote><p></p>
[QUOTE="sciutand, post: 62037, member: 11374"] 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&pid_0042&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> [/code] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Terratec Cinergy XS Hybrid
Contact us
RSS
Top
Bottom