Global "Audio offset" setting?
#1
All of my videos have sync issues. Everything needs to be ahead by 0.2 seconds. I've been changing this manually for EVERY video I watch. Does anyone know how to set this globally? I am on a wired LAN, playing from FireTV. Thanks.
Reply
#2
When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD...e_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
  <latency>
    <delay>200</delay>
  </latency>
</video>
"PPC is too slow, your CPU has no balls to handle HD content." ~ Davilla
"Maybe it's a toaster. Who knows, but it has nothing to do with us." ~ Ned Scott
Reply
#3
(2014-10-26, 04:08)lrusak Wrote: When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD...e_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
<latency>
<delay>200</delay>
</latency>
</video>

Could there be a solution to combine this with script.audio.profiles somehow? I use 3 different audio outputs, (HDMI to TV, AptX LL, and normal AptX) want to use 3 different global audio offset, with my 3 different audio profiles.
Reply
#4
(2019-05-20, 17:52)leone007 Wrote:
(2014-10-26, 04:08)lrusak Wrote: When you change the audio offset in the audio OSD, go to the bottom of the menu and select "set as default for all videos"

http://kodi.wiki/view/Video_playback#OSD...e_settings

This can also be done via advancedsettings.xml
http://kodi.wiki/view/AdvancedSettings.xml#video
Code:
<video>
<latency>
<delay>200</delay>
</latency>
</video>

Could there be a solution to combine this with script.audio.profiles somehow? I use 3 different audio outputs, (HDMI to TV, AptX LL, and normal AptX) want to use 3 different global audio offset, with my 3 different audio profiles. 

I would love this as well. Surly it couldn't be too difficult for the developers of that addon to include audio offset as an option in the settings.
Reply

Logout Mark Read Team Forum Stats Members Help
Global "Audio offset" setting?0