The original audio is good, of course.
I first tried to demux the DVD with DVD Decrypter, it said the delay was -244ms. I muxed the DVD again (with new subtitle track) and set the -244ms as delay in IfoEdit ==> crash. Muxman did the job but there was now some audio delay. I demuxed the original DVD with PGCDemux, it said the delay was 0, Regij said the delay was -466ms. I tried to demux only a small portion with Regij and muxed again with Regij itself (set the delay at -466), but delay was still there. I tried to change the value times by times and until it was -520 and the AV sync was fine (the small portion).
But when I remuxed the whole dvd again problem appeared. IfoEdit and Regij crashed, could not finished the job. Muxman could not set the delay bigger than 300ms.
So my questions are
1) What are the easiest way to know the delay value by using .m2v and .ac3? If possible please help me to make an avisynth file (someone tipped me, but i'm stuck at this)
2) besides IfoEdit, Regij and Muxman, what are others muxers that I should try?
Thank you
=========
PS: The source DVD is NTSC
+ Reply to Thread
Results 1 to 4 of 4
-
-
If you have your elementary streams then you don't need avisynth. Open the video and audio streams in Media Player Classic and you can work out exactly what the delay is by using the + and - keys on the num pad. Once you know what the delay is, you can use AC3Delaycut to add (or subtract) this delay to your AC3 file. Test play the video and new audio stream in MPC and if them line up, author with worrying about the delay.
Read my blog here.
-
Both MPC and KMPlayer can't play the "m2v+ac3" bunch correctly as, I think, framerate of the m2v is not recognized.
I tried DGIndex to make an index file (.d2v) and use this AviSynth srcript
Code:loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll") loadplugin("C:\Program Files\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\NicAudio.dll") v = Mpeg2Source("D:\MVC\DVD\RAW\VIDEO.d2v") a = NicAC3Source("D:\MVC\DVD\RAW\VIDEO T01 3_2ch 384Kbps DELAY -464ms.ac3") AudioDub(v,a) DelayAudio(-0.1)
My question now is: d2v file refers to the original vobs file in the DVD drive
Code:DGIndexProjectFile16 5 F:\VIDEO_TS\VTS_01_1.VOB F:\VIDEO_TS\VTS_01_2.VOB F:\VIDEO_TS\VTS_01_3.VOB F:\VIDEO_TS\VTS_01_4.VOB F:\VIDEO_TS\VTS_01_5.VOB
-
You can index a .m2v file as well...
GUI for dvdauthor:
https://www.videohelp.com/~gfd/
Similar Threads
-
Problem with one delayed audio stream
By ne0n in forum Newbie / General discussionsReplies: 0Last Post: 24th Jan 2011, 12:28 -
sound gets delayed after playing 15 minutes
By mihai-gdm in forum Video ConversionReplies: 4Last Post: 28th Jan 2010, 21:46 -
Manual added subtitles are delayed.
By koenf1 in forum SubtitleReplies: 3Last Post: 18th Apr 2009, 17:27 -
Looks like digital TV switch to be delayed in US
By bendixG15 in forum Latest Video NewsReplies: 89Last Post: 12th Feb 2009, 16:15 -
SED delayed again
By jagabo in forum Latest Video NewsReplies: 0Last Post: 25th May 2007, 20:13