Buddabing
30th December 2004, 05:35
Hello,
I've got a very simple application. I want to take a series of png images and a wav and make an avi out of them.
So I've got a .avs file:
video1=ImageSource("image%05d.png", 0, 3245, 60.000000)
audio1=WavSource("sound.wav")
AudioDub(video1,audio1)
Trim(video1,509,0)
I am running the .avs file through VirtualDub.
Without the Trim(), everything works like I expect. The audio and video are synced. When the Trim() is put in, the video is trimmed like I expect, but the audio is not trimmed.
I can post the VirtualDub job file if requested.
What am I doing wrong?
Regards,
Buddabing
I've got a very simple application. I want to take a series of png images and a wav and make an avi out of them.
So I've got a .avs file:
video1=ImageSource("image%05d.png", 0, 3245, 60.000000)
audio1=WavSource("sound.wav")
AudioDub(video1,audio1)
Trim(video1,509,0)
I am running the .avs file through VirtualDub.
Without the Trim(), everything works like I expect. The audio and video are synced. When the Trim() is put in, the video is trimmed like I expect, but the audio is not trimmed.
I can post the VirtualDub job file if requested.
What am I doing wrong?
Regards,
Buddabing