Win Play 25fps at 60hz with sync to video enabled on an NTSC television
#1
My TV does not take 25p inputs. I currently have sync to video enabled to play 23.978fps videos without jutter.
When I play PAL video, I get a blank screen until I disable sync to video.

How can I use advancedsettings.xml to force 25fps videos to play using 60hz?
Reply
#2
Just throw this in your advanced settings.xml


<video>
<adjustrefreshrate>
<override>
<fpsmin>23.00</fpsmin>
<fpsmax>24.90</fpsmax>
<refresh>24.0</refresh>
</override>
<override>
<fpsmin>24.95</fpsmin>
<fpsmax>30.90</fpsmax>
<refresh>60.0</refresh>
</override>
<fallback>
<refresh>60.0</refresh>
</fallback>
</adjustrefreshrate>
</video>
Reply
#3
Thanks. Had to drop fpsmin a bit lower, but it works.
Reply

Logout Mark Read Team Forum Stats Members Help
Play 25fps at 60hz with sync to video enabled on an NTSC television0