Log in

View Full Version : Delayaudio positive or negative value


bladerunner1982
15th March 2004, 11:12
Hi,

after demuxing a mpeg file I have the following ac3 file:

test AC3 T01 2_0ch 448Kbps DELAY 25ms.ac3

I coverted it to wav format.

Question:

Do I have to write

Audio=DelayAudio(Audio,0.025) or Audio=DelayAudio(Audio,-0.025)

in my script?

In my opinion the first one makes the video/audio more sync.
But with 25ms itīs hard to tell the difference.

Thanks

Bladerunner1982

manono
15th March 2004, 13:06
Hi-

Use a positive delay. If you needed a negative delay, it would say so in the name of the AC3.

bladerunner1982
15th March 2004, 21:38
Hi,

that would confirm my opinion that +0.025 was more
sync...

Thanks

Bladerunner1982