Reply to thread

Welcome from RAGE3D !!


A quick read of the last pages of the ATI AIW sticky thread at the top of this forum would help quide you.Espeacialy look at the user posted files to get an idea of what graphedit looks like and what filters and pins mean. OK now with that knowlege.


Also read the MP wiki to get more info on how to do the things you want to do.


Now.


Download a prog called graphedit .


Run it and 'insert' all the  required filters that should be used/required.


You find these by looking in the C:\Program Files\Team MediaPortal\MediaPortal


folder for the CaptureCardDefinitions.xml file.


Open this file in NOTEPAD and search for ATI, try and find a graph construct that is close to your hardware.


you would have found this.


<capturecard commercialname="ATI All-in-Wonder X series (Analogue)" capturename="ATI T200 AVStream Analog Capture" devid="ntativrv01">

    <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="ATI T200 AVStream Analog Tuner"     checkdevice="false"/>

        <filter cat="tvaudio"     name="ATI T200 AVStream Analog TV Audio"  checkdevice="false"/>

        <filter cat="crossbar"    name="ATI T200 AVStream Analog Xbar"      checkdevice="true"/>

        <filter cat="capture"     name="ATI T200 AVStream Analog Capture"   checkdevice="true"/>

        <filter cat="videncoder"    name="ATI Media Center Video Encoder"     checkdevice="false"/>

        <filter cat="audencoder"    name="ATI Media Center Audio Encoder"       checkdevice="false"/>

        <filter cat="mux"              name="ATI Media Center 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="capture"      sinkpin="1"/>

        <connection sourcefilter="capture"            sourcepin="0" sinkfilter="videncoder"    sinkpin="0"/>

        <connection sourcefilter="capture"      sourcepin="4" sinkfilter="audencoder"    sinkpin="0"/>

        <connection sourcefilter="videncoder"        sourcepin="0" sinkfilter="mux"              sinkpin="1"/>

        <connection sourcefilter="audencoder"        sourcepin="0" sinkfilter="mux"              sinkpin="0"/>

      </connections>

    </tv>

  </capturecard>


Now all the above listed 'filters' need to be 'inserted' into graphedit so you can view the pin in/outs. These need to be exact match in the graph construct.


When you have done that post the graphedit image into this thread and we can go from there.


Top Bottom