1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

25fps material at 50fps stutter Topic is solved

Nvidia Shield TV Video playback support subforum
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

25fps material at 50fps stutter

Post by cosmoxl »

I'm making a new thread on the problem since my post in the other thread got no attention. I'll make a github post if I have to.

https://pastebin.com/SFwNQYGk

There is a log of playback where 25fps material doesn't playback smoothly at 50fps. Irregular stutter becomes more and more frequent to where it's unwatchable.

Just as an aside, I can manually set my shield to 50fps and watch the same file in the plex app (refresh rate switching off) and it's beautiful. (I can't let plex automatically switch for these files as it tries 25fps which my TV seems to not support.)
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: 25fps material at 50fps stutter

Post by davilla »

NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz

Both 25 and 50 are reported as present for your display.

Switches from 59.97 to 50.
NOTICE: Display resolution ADJUST : 1920x1080 @ 50.00 - Full Screen (18) (weight: 0.000)
CEGLNativeTypeAndroid: SetNativeResolution: [email protected] 3

After the initial 'DEBUG: CDVDClock::ErrorAdjust', log is quiet until you stop. So nothing dropped or skipped. Strange. What do you see if you bring up codec info ?
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: 25fps material at 50fps stutter

Post by cosmoxl »

davilla wrote: 23 Jul 2017, 13:19 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz

Both 25 and 50 are reported as present for your display.

Switches from 59.97 to 50.
NOTICE: Display resolution ADJUST : 1920x1080 @ 50.00 - Full Screen (18) (weight: 0.000)
CEGLNativeTypeAndroid: SetNativeResolution: [email protected] 3

After the initial 'DEBUG: CDVDClock::ErrorAdjust', log is quiet until you stop. So nothing dropped or skipped. Strange. What do you see if you bring up codec info ?
What in particular are you wondering about re codec info? I agree - codec info shows there are no problems. But, the cadence keeps failing or something. Could tightening up the refresh rate range with advancedsettings.xml (like in that other thread) fix the problem?
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: 25fps material at 50fps stutter

Post by cosmoxl »

Davilla, just want to bring this up again.

I'm watching the new Blue Planet series, 25fps material, and MrMC changes to 50fps and there is occasional stutter.

Playback in Plex on the Shield TV is at 25fps, not 50, and is smooth.

Playback on the ATV4 at 50fps is smooth.

Playback on a Roku Ultra OS8 (which now has auto switching) is at 25fps and is smooth.

Something needs fixing here.

1) Can you get MrMC to switch to 25fps for 25fps material?
2) Even at 50fps there shouldn't be stutter.
User avatar
costaud
Posts: 51
Joined: 27 May 2017, 22:28

Re: 25fps material at 50fps stutter

Post by costaud »

Did you use advancedsettings.xml file to force output to 25fps for 25 fps content ?
I have to do that with KODI, if not I have stutter. :oops:
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: 25fps material at 50fps stutter

Post by cosmoxl »

costaud wrote: 22 Mar 2018, 10:10 Did you use advancedsettings.xml file to force output to 25fps for 25 fps content ?
I have to do that with KODI, if not I have stutter. :oops:
No, I actually have no idea how to edit advancedsettings.xml :)
User avatar
koying
Team MrMC
Posts: 443
Joined: 20 Mar 2016, 17:49

Re: 25fps material at 50fps stutter

Post by koying »

It's a known issue on shield. Indeed, the fix is to force 25hz for 25 fps.
I posted the advanced setting snippet on the Kodi forum at one point (on phone here).

I'll probably just force it for shield when I'll implement the "downscale resolution" feature.
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: 25fps material at 50fps stutter

Post by cosmoxl »

koying wrote: 23 Mar 2018, 07:23 It's a known issue on shield. Indeed, the fix is to force 25hz for 25 fps.
I posted the advanced setting snippet on the Kodi forum at one point (on phone here).

I'll probably just force it for shield when I'll implement the "downscale resolution" feature.
My main TV can't do 25 but can do 50. What will be the fix for that situation?
zabba8
Posts: 2
Joined: 30 Mar 2018, 12:29

Re: 25fps material at 50fps stutter

Post by zabba8 »

Hi, i am trying to force 25fps content to refresh at 25hz. I have tried numerous times adding different versions of the advanced xml settings but it is not kicking in. Can someone tell me if these settings are correct? Thanks.
<advancedsettings>
<adjustrefreshrate> 
<override>
<fps>25.000</fps>
<refresh>25.000</refresh>
</override>
</adjustrefreshrate>
<cache>
<buffermode>1</buffermode>
<memorysize>278921216</memorysize>
<readfactor>20</readfactor>
</cache>
</advancedsettings>
Edit: I noticed video was missing as a command line so added these settings and its working now.
<advancedsettings>
<video>
<adjustrefreshrate>
<override>
<fps>25.0</fps>
<refresh>25.0</refresh>
</override>
</adjustrefreshrate>
</video>
<cache>
<buffermode>1</buffermode>
<memorysize>278921216</memorysize>
<readfactor>20</readfactor>
</cache>
</advancedsettings>
Shepardos
Posts: 5
Joined: 13 May 2018, 13:47

Re: 25fps material at 50fps stutter

Post by Shepardos »

I have the same issues and the XML does not work! I can’t understand, why this basic feature is not fixed in the offical release?

MrMc team: Please add this in the next release.

Thanks
S.
Post Reply