Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
advancedsettings.xml - How to make action (custom audio delay) based on codec?
#1
Sad 
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.
Reply
#2
Nope, AFAICS that's not implemented in the code.
Reply
#3
Thank you for information.
Reply

Logout Mark Read Team Forum Stats Members Help
advancedsettings.xml - How to make action (custom audio delay) based on codec?0