LE10 24p VSYNC Offset drops below 0 and stutters.

  • Hi

    Is there any setting or tips to fix the 24p VSYNC Offset dropping, I don’t get it on 23.976p just 24p.

    It happens every 40 seconds. VSYNC goes up to 40 then drops down towards 0. Sometimes under this is she. The stutter happens.

    I have used the 23-24 advance settings.xml @ 175ms delay.

    Hardware

    Intel NUC Gemini J5005 and J4005.

    Thanks.

  • I have fixed the HDMI syncs with advance setting by adding the below, but cannot get for the life of ne while playing back 24p that every 40sec I get a micro stutter worse especially in panning shots. Why is it only on the 24p that the vsyncoff rises up to 40 then drops down to -0.3 once it drops below 0 I get the micro stutter, this is every 40secs. With 23.976, 25, 50 the VSYNCOFF does not fluctuate it’s a steady number for the whole videos, just 24p is troublesome. Is there some who know why and how to sort this out.

    Will the whitelist work for this or not??

    Thanks.

  • I think i have got it to stop dropping frames, by forcing 24p to playback as 23.976, now the vsyncoffset is staying at 0 and does not move.

    I used the advancesettings below to work.

    <advancedsettings version="1.0">

    <video>

    <adjustrefreshrate>

    <override>

    <fps>24</fps>

    <refresh>23.976</refresh>

    </override>

    </adjustrefreshrate>

    <latency>

    <delay>0</delay>

    <refresh>

    <min>23</min>

    <max>24</max>

    <delay>-175</delay>

    </refresh>

    <refresh>

    <rate>25</rate>

    <delay>75</delay>

    </refresh>

    </latency>

    </video>

    </advancedsettings>