Wondering why AVStoDVD is giving me grief about audio being out of sync. Getting a message that says:
The file is an MPG exported from Adobe Premiere Pro, using the MPEG2-DVD setting. Could someone give me a primer on why this message occurs? What accounts for that supposed 17ms delay? As far as I know, the DVD audio and video should start at the same time for this file...Audio Track #1 is DVD compliant but has a delay of -17ms. Resulting DVD will be very likely out-of-sync, unless audio will be re-encoded.
+ Reply to Thread
Results 1 to 12 of 12
Thread
-
-
There are some authoring programs that can't cope with negative audio delays. Maybe AVStoDVD is one of them.
Audio delays are not unusual for DVDs. This post explains the technical reasons for DVD audio delays: https://forum.videohelp.com/threads/302180-Audio-to-video-delay-value-on-a-DVD#post2125315Ignore list: hello_hello, tried, TechLord, Snoopy329 -
Hello -
this is the answer from the main program thread, courtesy manolito
https://forum.videohelp.com/threads/277852-AVStoDVD-Support-Thread/page114#post2491121
In your case, 17ms is such a small amount you may not notice. Or use one of the workarounds mentioned -
Thank you both for the explanations!
This post explains the technical reasons for DVD audio delays: https://forum.videohelp.com/threads/302180-Audio-to-video-delay-value-on-a-DVD#post2125315
As an experiment, aside from the MPG I rendered from Premiere, I've also attempted importing an MKV ripped from a DVD using MakeMKV. AVStoDVD didn't give me the error. Is this because the DVD is professionally muxed with a 0ms delay, or because MakeMKV has done some magic to eliminate the delay without re-encoding? And if it's the latter, can I use this same kind of magic on my MPG file? -
-
Done some experimenting. I've been able to export from premiere to separate files, movie.m2v and movie.wav. I've then tried combining the two with FFMpeg, using
Code:ffmpeg -i movie.m2v -i movie.wav -vcodec copy -acodec ac3 -f dvd movie.mpg
-
I don't know, but if you're converting WAV to AC3, allow A2d to do it, add as it as a separate audio and run the project
-
Good idea in theory, but not useful for my specific use-case. Within the same project, I have correctly muxed files (0ms delay), and incorrectly muxed files (35ms delay). It’s silly to re-encode the audio on all the correctly muxed files (which I didn’t mux myself), just to fix the delay on the incorrectly muxed files. I want to know how to correctly mux them in the first place. Maybe I should start another thread?
Edit: to clarify, AVStoDVD is all-or-nothing when it comes to re-encoding audio, you can’t just do it for specific files and stream copy for others. -
-
Thanks for this, Dave. The solution I went with was losslessly fixing the delay using FFMpeg. Here's the command I used:
Code:ffmpeg -i movie.mkv -itsoffset 0.017 -i movie.mkv -map 0:v -map 1:a -c:v copy -c:a copy -f dvd movie_fixed.mkv
Last edited by seanmcnally; 23rd Jan 2022 at 15:52. Reason: command was wrong
-
Thanks for the info, similar to the method that was discussed in the main thread regarding this problem and the usage of DelayCut
https://www.videohelp.com/software/delaycut
You have "-c:v copy" twice in your ffmpeg line above
Similar Threads
-
How to fix Audio Sync Drift using what MediaInfo calls "Audio FPS"?
By EmmB in forum AudioReplies: 12Last Post: 20th Sep 2020, 12:12 -
Will a JVC VCR "Stop" Playback if the video is "too grainy" or degraded?
By timepassenger in forum CapturingReplies: 8Last Post: 2nd May 2020, 07:17 -
Use "Line in" or "Microphone" jack as audio output.
By DonSeenu in forum AudioReplies: 3Last Post: 14th May 2018, 03:23 -
Audio gets out of sync when "decimating" on 6th frame instead of 5th
By jaibubwan in forum EditingReplies: 31Last Post: 12th Apr 2018, 12:45 -
AVStoDVD 2.8.6 skin error and "missing" buttons
By RowRowYourBoat in forum Video ConversionReplies: 2Last Post: 22nd Jul 2017, 09:17