AJ2
12th March 2003, 17:28
I'm a beginner at AviSynth, or even scripting in general. I was reading through the FAQs and Manuals and I'd just like to know if I'm doing this right. I also know that there's a GUI for it called AVSGenie, but it's more fun being able to figure out how to script it myself. :)
DirectShowSource("D:\Video.avi").BicubicResize([1/3,1/3]512,384)
WavSource("D:\Audio.wav")
AudioDub(video, audio)
DelayAudio(-12)
Assuming that both sources are where they should be, would this work out fine when opening it with VirtualDub?
DirectShowSource("D:\Video.avi").BicubicResize([1/3,1/3]512,384)
WavSource("D:\Audio.wav")
AudioDub(video, audio)
DelayAudio(-12)
Assuming that both sources are where they should be, would this work out fine when opening it with VirtualDub?