Kodi DSPlayer – DirectShow Player for Windows
(2015-11-20, 08:25)Marklar Wrote: Hi,

Thanks so much this DS version of Kodi, Excellent work Smile

So i did a fresh install of win 10 and installed latest build v16. Everything is work good except for 2 things.

Using stock setup with madvr

On some cartoon like episodes of south park the outline lines and some outlines of non cartoon images inside the southpark episode sort of like blink (disappear and reapprear fast). What is causing this?

The other thing is some iso files don't work however this is a problem i hope to fix myself since it's a know problem with a workaround.

Can someone just tell me if it's possible to use PowerDVD? I have some 3d bluray so i would like to be able to support Full HD 3d and hopefully the remote will work too

Is madVR reporting any dropped frames or presentation glitches when watching these animated shows? Also, what refresh rate is the source content and what display mode are you using (e.g. 24 Hz, 50 Hz, 60 Hz, etc.)?

A picture of your madVR rendering stats would be helpful (Cntrl + J). For starters, turn off any image enhancements or upscaling refinement.

As for PowerDVD, you need to create a playercorefactory.xml and add text similar to below:

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|mp4|m4v|mov|m2v|m2ts|avi|divx|ts|mpeg|mpg|ogm|iso|wmv|flv" player="MPC-HC">
<rule name="streams" protocols="daap|rtv|rtsp|rtmp|http|https|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer"/>
</rule>
</rules>
</playercorefactory>

Swap for PowerDVD, of course. More information here: 1843510 (post)
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 Warner306 - 2015-11-20, 20:21
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