Reply to thread

SciDoctor,

Thanks to your help MP setup finaly finds the channels on autoscan.

Unfortunatly, it is not enough. When watching TV I see nothing but black screen. Surprisingly, Teletext is working.


Can it be encoder issue? I wanted to extract the 6.6 encoder, but it seems that the data1.cab file in Catalist 6.6 is not standard. I could not extract it.

Do you have an idea where can I get the correct 'atimcenc.dll' ?


I could not use the filter construct you sent. It showed a "Unable to create graph for this device".

I could not use the originaly commented text, because it did not find any channel.

I used the following. In fact it is the orginaly commented text, but I replaced "ATI Media Center" with "ATI MPEG". Maybe it is not the correct thing to do, but this along with your advice regarding "NSP" driver made it at least find the channels.


 <capturecard commercialname="DORON ATI AIW 9200 Cards or earlier" capturename="ATI Rage Theater Video Capture" devid="ntativrv35">

    <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="ATI TV Tuner"                        checkdevice="true"/>

        <filter cat="tvaudio"        name="ATI TV Audio"                        checkdevice="true"/>

        <filter cat="crossbaraudio" name="ATI TV Audio Crossbar"            checkdevice="true"/>     

        <filter cat="crossbarvideo" name="ATI Rage Theater Video Crossbar"    checkdevice="true"/>

        <filter cat="capture"          name="ATI Rage Theater Video Capture"      checkdevice="true"/>

        <filter cat="audcapture"    name="%soundcard%"                        checkdevice="false"/>

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

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

        <filter cat="mux"              name="ATI MPEG Multiplexer"        checkdevice="false"/>

      </filters>

      <connections>

        <connection sourcefilter="tvtuner"            sourcepin="0" sinkfilter="crossbaraudio"    sinkpin="2"/>

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

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

        <connection sourcefilter="crossbaraudio"    sourcepin="0" sinkfilter="crossbarvideo"    sinkpin="0"/>

        <connection sourcefilter="crossbaraudio"    sourcepin="1" sinkfilter="crossbarvideo"    sinkpin="2"/>

        <connection sourcefilter="crossbaraudio"    sourcepin="2" sinkfilter="crossbarvideo"    sinkpin="1"/>

        <connection sourcefilter="crossbarvideo"    sourcepin="0" sinkfilter="capture"            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="1"/>

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

      </connections>

    </tv>

  </capturecard>


Top Bottom