presby72
18th July 2005, 17:14
Everytime I load the script I get the following error:
Script Error: Invalid arguments to function "LanczosArgument"
Here is the Script I am using:
Video = Mpeg2Source("E:\Pacifier.d2v")
Lanczosresize (368, 208)
Audio = WAVSource("E:\Pacifier.wav")
AudioDub(video, audio)
When I remove the Lanczosize line it loads with no problem. I have treid alot of other numbers, all with a multiple of 16 and receive the same result. What am I doing wrong
Thanks
Script Error: Invalid arguments to function "LanczosArgument"
Here is the Script I am using:
Video = Mpeg2Source("E:\Pacifier.d2v")
Lanczosresize (368, 208)
Audio = WAVSource("E:\Pacifier.wav")
AudioDub(video, audio)
When I remove the Lanczosize line it loads with no problem. I have treid alot of other numbers, all with a multiple of 16 and receive the same result. What am I doing wrong
Thanks