Kodi Community Forum

Full Version: Set Independant Audio Offset Per Video FPS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks,

I set my (OpenELEC and Windows) KODI installs to sync to my display through my amp.

What I have noticed that 24hz content works fine but 50 and 60hz content require a different audio offset to keep things in sync.

Is there a way to set KODI to run a specified audio offset on a per video fps source?

Thanks folks.
Yip - see here http://kodi.wiki/view/AdvancedSettings.xml under 'latency'
Thanks very much steelman1991. I've played around with the latency option in the past but not had much success but guess I was doing it wrong.

Bitstreaming through an amp adds latency for 50 and 60 fps video whereas direct to the a TV only adds latency to the 50 fps videos.

Using these settings cleared it up.

OpenELEC -> Onkyo TXNR646 -> Samsung UE55D8000

<advancedsettings>
<video>
<latency>
<delay>0</delay>
<refresh>
<rate>50</rate>
<delay>250</delay>
</refresh>
<refresh>
<rate>60</rate>
<delay>150</delay>
</refresh>
</latency>
</video>
</advancedsettings>

OpenELEC -> UE32D6530WK

<advancedsettings>
<video>
<latency>
<delay>0</delay>
<refresh>
<rate>50</rate>
<delay>250</delay>
</refresh>
</latency>
</video>
</advancedsettings>