-
-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrueHD Atmos Dropouts #624
Comments
Did you by chance notice that their changes are a copy of LAVs solution? What they are doing is pretty much an identical copy of my code, down to the comments. And they also call that out in the PR you link. So there doesn't seem to be anything to gain. |
Could you name a disc that has this problem often, for investigation? |
The audio renderer may also possibly play a role in whether you experience issues or not. See this post on Doom9. |
The Martian Extended Cut. Used DGDemux to extract Dolby Atmos from the complete disk, then used mkvtoolnix to create a mkv file. Playback via JRiver/MadVR and latest LAVFilters. Audio bitstreamed to Receiver via WASAPI. I have disabled "Auto A/V Sync correction" to prevent video frame drops (which are caused by the Atmos track, same video with other audio tracks works flawless) I could upload a sample if that would help. |
Check on original disk. Maybe demux/mux soft is bad work with Dolby Atmos. |
I have now tried multiple audio renderer (including MPC HC Audio Renderer and SaneAR), unfortunately it makes no difference. But thanks for your suggestion. |
Hi,
LAV made good progress but unfortunately there are still dropouts on remuxed TrueHD Atmos tracks of seamless branched disks. This is caused by the demux/remux tools, not LAV.
It seems the Kodi developers have found a way to mitigate these droputs:
xbmc/xbmc#24944
xbmc/xbmc#24984
I have tested it - it works, no dropouts so far.
I'm not a developer but I would kindly ask you to have a look at their solution. Can it be implemented into LAV?
The text was updated successfully, but these errors were encountered: