Kodi Community Forum
advancedsettings.xml - How to make action (custom audio delay) based on codec? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: advancedsettings.xml - How to make action (custom audio delay) based on codec? (/showthread.php?tid=341838)



advancedsettings.xml - How to make action (custom audio delay) based on codec? - JimmySmith2 - 2019-03-10

Hi,

I am sucesfully using custom delay, based on fps:

xml:
<video>
    <latency>
      <delay>0</delay>
      <refresh>
        <min>23</min>
        <max>24</max>
        <delay>-175</delay>
      </refresh>
    </latency>
  </video>

Unfortunatelly, except that, I need to have additional delay -75, when using specific codec: hevc/x265. Is there any option, to accomplish that via .xml, as the fps could be done?

I appretiate any help.


RE: advancedsettings.xml - How to make action (custom audio delay) based on codec? - DaVu - 2019-03-12

Nope, AFAICS that's not implemented in the code.


RE: advancedsettings.xml - How to make action (custom audio delay) based on codec? - JimmySmith2 - 2019-03-12

Thank you for information.