darrenbluck
3rd August 2012, 15:05
Hi All,
I have, I hope a simple question! I'm very new to AviSynth.
I have created a small video with 7 clips, the original is a AVS but I have a number of Avi files also, so I have 1 avs and 7 avi files, I have recorded some voice commentary but cannot get it running in Avisynth, I have tried the code below but what will I put in the ?????? as I have a number of avs and avi files.
SoundTrack=WAVSource("..\Sound\Commentary.wav")
VideoAndSound=AudioDub(?????, SoundTrack)
VideoAndSound
I have tried Clip1.avs which is what the main video file is called but got an error say Avisynth does know what Clip1 is.
Any help would be much appreciated.
I have, I hope a simple question! I'm very new to AviSynth.
I have created a small video with 7 clips, the original is a AVS but I have a number of Avi files also, so I have 1 avs and 7 avi files, I have recorded some voice commentary but cannot get it running in Avisynth, I have tried the code below but what will I put in the ?????? as I have a number of avs and avi files.
SoundTrack=WAVSource("..\Sound\Commentary.wav")
VideoAndSound=AudioDub(?????, SoundTrack)
VideoAndSound
I have tried Clip1.avs which is what the main video file is called but got an error say Avisynth does know what Clip1 is.
Any help would be much appreciated.