Zodiacal
4th January 2003, 10:12
How come my 3.5 .avs file doesn’t recognize the setting of a the V varable for the Mpeg2source function? I can load the video with out the audio and I can load the audio with a blank video but not both together cuz I have to use V=Mpeg2source but it doesn’t seem to like the V=. i get an error saying this:
Avisynth open failure:
Avisynth open failure:
Script error: Invalid arguments to function "YV12toYUY2"
If i remove the lines:
YV12toYUY2()
LanczosResize(320,240)
then i get this error:
AVISource: couldn't locate a decompressor for fourcc YV12
Any ideas?
here is my .avs below:
LoadPlugin("c:\extract\MPEG2Dec3.dll")
LoadPlugin("c:\extract\mpasource.dll")
V=mpeg2source("c:\extract\THE.d2v")
#crop(4,4,712,472)
YV12toYUY2()
LanczosResize(320,240)
A=MPASource("c:\extract\the.m2a", normalize = false)
return AudioDub(V,A)
Avisynth open failure:
Avisynth open failure:
Script error: Invalid arguments to function "YV12toYUY2"
If i remove the lines:
YV12toYUY2()
LanczosResize(320,240)
then i get this error:
AVISource: couldn't locate a decompressor for fourcc YV12
Any ideas?
here is my .avs below:
LoadPlugin("c:\extract\MPEG2Dec3.dll")
LoadPlugin("c:\extract\mpasource.dll")
V=mpeg2source("c:\extract\THE.d2v")
#crop(4,4,712,472)
YV12toYUY2()
LanczosResize(320,240)
A=MPASource("c:\extract\the.m2a", normalize = false)
return AudioDub(V,A)