Kodi DSPlayer – DirectShow Player for Windows
(2018-08-24, 19:23)Warner306 Wrote:
(2018-08-24, 12:39)entourage2111 Wrote: Hi Warner, the subtitles are part of the MKV file I'm playing and are PGS. Disabling D3D11 didn't help.

I spent quite a few hours last night trying to find a pattern in the issue. Here's what I found.

I play 1080p files on NGU Sharp Very High. Usually no issues, but when I enable the black bar detection, render queue drops to 1-2/8 after 60 seconds of play. When I select NGU high, I found that the issue disappeared. Is this just a graphic card limitation? I'm surprised considering the 1080ti is the best card atm and I thought it would be able to milk 1080p on very high?

With 4K, I run on NGU High. Last night I found that movies filmed in 1.78:1 gave the same issue even without black bar detection. All movies filmed in this ratio (Spiderman 1, Justic League, DK Trilogy, Interstellar), led to a fall in the render queue after 60 seconds of play and infinite dropped frames. 

Strangely, films that were 2.39:1 or similar plays on NGU high perfectly. Is this normal? Does it really take more processing power to work with 1.78:1 images?

If so, is there a way to set a rule in MadVR to select NGU medium with 16:9 movies and NGU high for everything else? Right now, I use a rule between 1080p and 2160p like you explain in the tutorial you referenced. I would like a rule within this to select 2160p and then determine whether it will be NGU high or low.

I hope that makes sense. Thanks Warner.
It does seem like a processing issue. Did you try MPC-BE to see if the issue disappears? It is still not clear if the problem is related to XySubFilter and DSPlayer.

Black bar detection runs on the CPU, but this could slow down the GPU. Movies with a 16:9 aspect ratio require more processing than 2.39:1 movies because there are more pixels. This shouldn't be an issue with your GPU if rendering times are reasonable. Try playing with the CPU and GPU queues in general settings to see if you can smooth things out and get the queues to fill. I would try both higher and lower.

I would drop wasted processing like Error Diffusion dithering. But you may want to create special profiles if the issue not related to the subtitle filter.

There are three values: AR, uncroppedAR, encodedAR

Example:

if (AR = 16:9) "16:9"
else "Other"    
 Sorry for the late reply, I've had my hands full with work over the past few days. I've not tried with MPC as I fear the process to get MadVR working with MPC might be quite long (it took me quite a while to get things working well with dsplayer). I can confirm however that the issue is not related to the subtitles as I have the same issue without black bar detection in 16:9 movies.

I've given up on running 16:9 movies on high with 4k. Bit of a shame really, I thought the best graphics card going would be able to handle it.

I've also noticed that content in 60fps 4K is impossible to run with MadVR for me. Even on NGU low, I get extremely high dropped frames (even more so than 16:9) which makes it impossible to watch anything in 60fps. I'm assuming this is a known limitation of MadVR?

Also, how does the rule below look? I'm trying to setup 4 profiles (2160p-16:9, 2160p-2.35:1, 1080p-16:9, 1080p-2.35:1) each auto selected based on aspect ratio of the movie being played....

if (AR=16:9) and (srcWidth > 1920) "2160p-16:9"
else if (AR=16:9) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p-16:9"

else if (AR=”other”) and (srcWidth > 1920) "2160p-2.35:1"
else if (AR=”other”) and ((srcWidth <= 1920) and (srcHeight > 1080)) "2160p-2.35:1"

else if (AR=16:9) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p-16:9"
else if (AR=16:9) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p-16:9"

else if (AR=”other”) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p-2.35:1"
else if (AR=”other”) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p-2.35:1"

How will the rule above work if a movie such as Saving Private Ryan is played which is 1.85:1? I'm assuming that's still going to give dropped frames as there is a lot of pixels, so can we adjust the rule to select the "2160p-16:9" profile for 1.85:1 aspect ratio also?
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 entourage2111 - 2018-08-30, 17:04
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