NVIDIA Shield (Android TV set-top box)
(2015-11-09, 10:12)querty1000 Wrote: In addition - i have stuttering on tv episodes with 50 fps. KODI switches to the right fps rate, the TV shows 50 fps, but the episodes stutters the whole time. 24p movies are playing fine on my setup.

You can try adding the following to advancedsettings.xml.
It forces 25Hz for 25fps, rather than do 50Hz, which also didn't seem smooth for me for some reason

Code:
<advancedsettings>
[...]
  <video>
[...]
  <adjustrefreshrate>
    <override>
      <fpsmin>24.96</fpsmin>        <!-- You can also specify the fps range yourself -->
      <fpsmax>25.01</fpsmax>
      <refreshmin>24.96</refreshmin> <!-- Same for the refreshrate -->
      <refreshmax>25.01</refreshmax>
    </override>
  </adjustrefreshrate>
[...]
  </video>
[...]
</advancedsettings>


Messages In This Thread
RE: NVIDIA Shield (Android TV set-top box) - by Koying - 2015-11-09, 10:33
RE: 64bit XBMC - by nickr - 2015-12-30, 12:08
RE: 64bit XBMC - by Dark_Slayer - 2015-12-30, 21:03
RE: 64bit XBMC - by nickr - 2015-12-30, 23:56
Wierd artifact appearing - by foghat - 2016-12-09, 03:28
Logout Mark Read Team Forum Stats Members Help
NVIDIA Shield (Android TV set-top box)9