2010-10-28, 18:18
If your not good at configuring stuff your not going to like the DSPlayer branch of XBMC why do you want to use CoreAVC what graphics card do you have doesn't it support DXVA ?
>>X<<' Wrote:If your not good at configuring stuff your not going to like the DSPlayer branch of XBMC why do you want to use CoreAVC what graphics card do you have doesn't it support DXVA ?
>>X<<' Wrote:Well you can use it with DSPlayer I actually have this set up for someone on an ION system using CoreAVC with CUDA enabled but if you have no real reason to use it and your not that good at configuring stuff then there's really no advantage in doing so
Komerad Wrote:So I wonder is there wasnt any way or any plans for the future to allow xbmc to use external filters (ffdshow) wich allows people to use things like coreavc.
Tia
<playercorefactory>
<players>
<player name="BSPlayerPro" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Webteh\BSplayerPro\bsplayer.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule video="true" player="player="BSPlayerPro"/>
</rules>
</playercorefactory>
<filter name="haali" type="source">
<guid>{55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}</guid>
<osdname>Haali Media Splitter</osdname>
</filter>
</rule>
<rule filetypes="mkv">
<source filter="mkvsource" />
<splitter filter="mkvsplitter" />
<video filter="mpcvideodec" />
<audio filter="ffdaudiodec" />
</rule>
</rule>
<rule filetypes="mkv">
<source filter="haali" />
<splitter filter="haali" />
<video filter="ffdvideodec" />
<audio filter="ffdaudiodec" />
</rule>[/CODE]
<advancedsettings>
<video>
<defaultplayer>dsplayer</defaultplayer>
</video>
</advancedsettings>