[BUG] Audio delay lost in the final video output - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Audio delay lost in the final video output (/thread-1721.html) |
Audio delay lost in the final video output - Dan64 - 07.02.2021 Hello Selur, I'm using Hybrid 2021.01.22.1 to encode a video where an audio track has a delay of about 10500ms. This is correctly reported in the attached DebugOutput (see for example the line 3832) but then this information is lost. For audio encoding I selected to use qaac which is invoked with the option "--no-delay" (see for example the line 8254). But then any information regarding the delay is lost and the final output is muxed without taking into consideration the delay. Could you check ? RE: Audio delay lost in the final video output - Selur - 07.02.2021 I'll look into it, probably a bug. 'no-delay' compensates addition delay through aac audio encoding, but it doesn't compensate existing delays. Cu Selur RE: Audio delay lost in the final video output - Selur - 07.02.2021 Send you a link to a dev version via pm which should fix the issue. (jobs need to be recreated) Cu Selur RE: Audio delay lost in the final video output - Dan64 - 07.02.2021 Hello Selur, the new dev version is working. Now the audio is in sync. Thanks! |