PDA

View Full Version : Is there a limit for the maximum audio delay?


LogicDeLuxe
1st March 2005, 11:06
I have an entire movie, but the audio in separate files, since I have two audio tracks from different transfers of the movie, which are not cut frame exact between the reels. I did this example to get only reel 2, but I don't have sound at all.LoadPlugin("e:\dvd\plugins\mpeg2dec3dg.dll")
AudioDub(MPEG2Source("vts_01.d2v", cpu=6, iPP=true),WAVSource("audio2.wav"))
DelayAudio(25*27050.0)
Trim(27050,52966)Is this is bug or did I miss something? This worked for the first reel with a delay of just a few seconds.

LogicDeLuxe
1st March 2005, 11:15
I found my mistake.
Of course, DelayAudio(27050/25) does the trick.
Silly me. :D