Kodi DSPlayer – DirectShow Player for Windows
(2019-12-11, 01:00)mclingo Wrote:
(2019-12-11, 00:28)Warner306 Wrote: This is a bit beyond me, instructions assume knowledge I dont have. 

I first put the shader I want to use called HDRFIX in

T:\KODI DS4\system\players\dsplayer\Shaders

Next I added to shaders.xml

  </shader>
<shader name="HDRFIX" id="22">
    <path>HDRFIX.hlsl</path>
    <profile>ps_2_0</profile>
</shaders>


Now I edited the MKV line in mediaconfig.xml like so, this was just to apply the shader to all MKV files first to see if it worked, it did nothing, where have I gone wrong, i'm trying at least Smile


<rule filetypes="mkv">
  <shaders>
        <shader id="22" />
      </shaders>
      <source filter="avsource" />
      <splitter filter="avsource" />
      <video filter="mpcvideodec" />
      <!-- You can do like that to specifie a DXVA only filters.
      If you want to use the same filter for DXVA and non DXVA media, just add
      a single <video> line.
      <video>
        <video dxva="true" filter="mpcvideodec" />
        <video filter="mpcvideodec" />
      </video> -->
      <audio filter="ffdaudiodec" />
      <!--<extra>
        <extra filter="ac3filter" />
        <extra filter="dcgraphiceq" />
      </extra>-->

I'm not sure if your shader will work or not. Start with the starter files in the DSPlayer guide, set DSPlayer to use those external filters and then use the GUI for media rules in the DSPlayer settings to add the shader to the existing rule for mkv files.

It doesn't look like you are using the starter kit for external filter use.
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
RE: Kodi DSPlayer – DirectShow Player for Windows - by Warner306 - 2019-12-12, 12:57
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47