Knoxy
24th July 2003, 23:41
Hi,
I'm trying to convert an AVI film and when previewing the AVS Script via BS player the audio is slighty ahead of the video by a few seconds! here is a copy of the script I'm using:
v1 = AVIsource("C:\Hello1.avi")
a1 = WAVsource("C:\Hello1.wav")
v2 = AVIsource("C:\Hello2.avi")
a2 = WAVsource("C:\Hello2.wav")
V1 = audiodub(v1,a1).addborders(0,72,0,72)
v2 = audiodub(v2,a2).addborders(0,72,0,72)
v1 ++ v2
ConvertToYUY2()
Convertfps(25)
Can anyone suggest a way to correct this without using complex methods!
Nothing in the forum I've looked at has helped resolve my problem so far.
Thank you
:mad:
I'm trying to convert an AVI film and when previewing the AVS Script via BS player the audio is slighty ahead of the video by a few seconds! here is a copy of the script I'm using:
v1 = AVIsource("C:\Hello1.avi")
a1 = WAVsource("C:\Hello1.wav")
v2 = AVIsource("C:\Hello2.avi")
a2 = WAVsource("C:\Hello2.wav")
V1 = audiodub(v1,a1).addborders(0,72,0,72)
v2 = audiodub(v2,a2).addborders(0,72,0,72)
v1 ++ v2
ConvertToYUY2()
Convertfps(25)
Can anyone suggest a way to correct this without using complex methods!
Nothing in the forum I've looked at has helped resolve my problem so far.
Thank you
:mad: