Kodi DSPlayer – DirectShow Player for Windows
(2018-03-15, 19:26)Bibio Wrote:
(2018-03-15, 17:21)Warner306 Wrote:
(2018-03-14, 22:42)Bibio Wrote: question for warner306,

looking at the custom profiles in your guide for madvr i noticed that you have...
if (deintFps <= 25) and (srcWidth > 1920) "2160p25"
else if (deintFps <= 25) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p25"

should that not read...
if (deintFps <= 24) and (srcWidth > 1920) "2160p24"
else if (deintFps <= 24) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p24"

as the frame rate is 23.9xx (24) in movies not 25.
You are forgetting about 25 fps TV shown in Europe (PAL land where TVs are 50 Hz - 25 x 2). I grouped 24 fps and 25 fps together because they are similar in performance. Once you get up to 30+ fps, then you need a new profile. So two profiles: one for 24-25 fps and one for anything larger than that (mostly 30 fps). 
yup my noggin figured that one out.. lol

they are only profiles to do 'this or that'

now i take it if your display is 4k you dont add a profile as its native?

here is what i have done and it works a treat upstairs :-)

Image

i suppose if you put >= 23 (greater then or equal to) that would cover all the bases.

i've not added all the profiles just the 2 most common, when and if i come across more i'll add them in.

i left out the image downscaling from the profiles as my monitor is only 1080p and its downscaling 4k lovely :-)

Using those profiles, you don’t need the source fps. Just the resolution. Profiles just allow you to max out your graphics card for every resolution rather than use one general profile with compromises.
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
RE: Kodi DSPlayer – DirectShow Player for Windows - by Warner306 - 2018-03-16, 01:30
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