Kodi DSPlayer – DirectShow Player for Windows
TYPE: list_boolint

Image

Image

Image

Code:
DEBUG: [madVR debug][Value  ] ssimAB = false (boolean)    activate anti-bloating filter for ssim downscaling
DEBUG: [madVR debug][Value  ] ssimABStrength = 100 (integer)    anti-bloating strength for ssim downscaling

XML:
Code:
<setting name="ssimAB" value="ssimABStrength" type="list_boolint" label=70147 parent="lumaDown" default="-1">
  <option value="-1" label=70117 /> <!-- disabled -->
  <option value="25" label=70148 />
  <option value="50" label=70149 />
  <option value="75" label=70150  />
  <option value="100" label=70151 />
  <option value="125" label=70152 />
  <option value="150" label=70153 />
</setting>


TYPE: float

Image

Image

Code:
DEBUG: [madVR debug][Value  ] lumaSharpen = false (boolean)    LumaSharpen
DEBUG: [madVR debug][Value  ] lumaSharpenStrength = 66 (integer)    LumaSharpen strength

DEBUG: [madVR debug][Value  ] adaptiveSharpen = false (boolean)    AdaptiveSharpen
DEBUG: [madVR debug][Value  ] adaptiveSharpenStrength = 5 (integer)    AdaptiveSharpen strength

XML:
Code:
<setting name="lumaSharpen" type="bool" label=70119 default="false" />
<setting name="lumaSharpenStrength" type="float" label=70122 parentlabel=70119 parent="lumaSharpen" default="0.66" min=0 max=3 step=0.01 format="%1.2f" />

<setting name="adaptiveSharpen" type="bool" label=70120 default="false" />
<setting name="adaptiveSharpenStrength" type="float" label=70122 parentlabel=70120 parent="adaptiveSharpen" default="0.5" min=0 max=3 step=0.1 format="%1.1f" />


TYPE: !bool (with negate)

Image

Image

Code:
DEBUG: [madVR debug][Value  ] refineOnce = false (boolean)    refine the image only once after upscaling is complete

XML:
Code:
<setting name="refineOnce" type="!bool" label=70126 default="false" />


TYPE: !list_bool*** (with negate)


Image

Image

Image

Code:
DEBUG: [madVR debug][Value  ] ditheringAlgo = errorDifLowNoise (string)    dithering algorithm
DEBUG: [madVR debug][Value  ] dontDither = false (boolean)    don't use dithering

XML:
Code:
<setting name="dontDither" value="ditheringAlgo" type="!list_boolstring" label=70400 default="ordered">
  <option value="-1" label=70117 /> <!-- disabled -->
  <option value="random" label=70401 />
  <option value="ordered" label=70402 />
  <option value="errorDifMedNoise" label=70403 />
  <option value="errorDifLowNoise" label=70404 />
</setting>

now you can customize the settings as you prefer, the current madvrsettings.xml is based on madvr 0.90.17, there is only a problem with SSIM1D25 that I had to disable because it's not properly activated by madVR (when using the api madvr select the last used SSIM), this is an alternative madvrsettings.xml with the relative strings.po that contains the extra strings, you have to put these file in "%appdata%/kodi/userdata/dsplayer/" to test it

alternative_madvrsettings.zip

I updated the internal lav filters to 0.68.0 (dsplayer custom version)

now the bad part, maybe it will be a little rude but it's just to be clear

I'm NOT back.
I will not develop DSPlayer anymore.
I cannot support DSPlayer anymore.
To be sure not to create any expectations I will disappear again after this post. (so sorry if I will not response to any questions)


I made these change for me with the final purpose to not touch Vistual studio anymore and also to have a DSPlayer version fully compatible for any madVR upgrade, but since this release exist I feel that it's right that all of you can use it

source:
https://github.com/aracnoz/xbmc/tree/Jarvis_dsplayer

binary:
KodiSetup-20160331-65c961e-Jarvis_dsplayer.exe
KodiSetup-20160331-65c961e-Jarvis_dsplayer.pdb


ciauz Smile
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
RE: Kodi DSPlayer – DirectShow Player for Windows - by aracnoz - 2016-04-01, 18:03
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
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