dsplayer shaders
#1
Hello... do you have any idea how can i access shaders sharpen filter directly inside xbmc dspplayer while playing a movie?

thanks in advance

PS: I´m using latest version of dsplayer and community codec
Reply
#2
Shaders have to be added to your "mediasconfig.xml" found in the following directory

C:\Program Files\XBMC\system\players\dsplayer\

You need the id of the shader which your find in the "shaders.xml" found in the following directory

C:\Program Files\XBMC\system\players\dsplayer\Shaders\

For example if you wanted to add two shaders to avi files you would use the following

Code:
<rule filetypes="avi">
      <shaders>
        <shader id="21" />
        <shader id="18" />
      </shaders>    
      <source filter="avisource" />
      <splitter filter="avisplitter" />
      <video filter="mpcvideodec" />
      <audio filter="mpaaudiodec" />

Your find more info below but you could also search the original release and support thread both will give you answers to most of your questions

http://wiki.xbmc.org/index.php?title=HOW...rs_support
Current HTPC Lian-Li PC-C37 • Gigabyte GA-E7AUM-DS2H • Intel C2D E8400 E0 Stepping • OCZ Vertex SSD • 4GB Corsair TwinX XMS2 DDR2 • Corsair HX650W Modular PSU (Free Upgrade) • LG CH08LS10 Blu-Ray Drive • Scythe Big Shuriken • Acousti DustPROOF 70mm Fan
Reply

Logout Mark Read Team Forum Stats Members Help
dsplayer shaders0