func()
29th March 2004, 18:31
Everytime I load my .avs file in VirtualDub, I get a Script Error:
AviSynth open failure:
Script error: Invalid arguments to function "TemporalSoften"
(C:\Program Files\AviSynth2\Untitled.avs, line 4)
my script looks like this:
AviSource("E:\Untitled.avi")
CropBottom(16)
ConvertToYUV2()
TemporalSoften(4,4,8,15,2)
In fact, nothing works when I use ConvertToYUY2. I tried a lot of different YUY2-only filters and Virtual Dub always gives the same type of Script errors.
Can someone point me in the right direction?
:(
AviSynth open failure:
Script error: Invalid arguments to function "TemporalSoften"
(C:\Program Files\AviSynth2\Untitled.avs, line 4)
my script looks like this:
AviSource("E:\Untitled.avi")
CropBottom(16)
ConvertToYUV2()
TemporalSoften(4,4,8,15,2)
In fact, nothing works when I use ConvertToYUY2. I tried a lot of different YUY2-only filters and Virtual Dub always gives the same type of Script errors.
Can someone point me in the right direction?
:(