X-Nemesis
28th January 2003, 17:25
I'm getting this error when loading msharpen vs for avisynth 2.5 in my script into divx5enc.
MSharpen: Unknown color space; use YUY2 or RGB32
I noticed on the avisynth website that this filter as indicated in the error message only supports yuy2 and rgb32.
LoadPlugin("g:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("g:\PROGRA~1\Avisynth2\Plugins\MSharpen.dll")
mpeg2source("D:\Vobs\Pitch Black.d2v")
crop(0,60,718,358)
MSharpen(15,100,true,false,false)
LanczosResize(704,288)
What am I doing wrong?
MSharpen: Unknown color space; use YUY2 or RGB32
I noticed on the avisynth website that this filter as indicated in the error message only supports yuy2 and rgb32.
LoadPlugin("g:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("g:\PROGRA~1\Avisynth2\Plugins\MSharpen.dll")
mpeg2source("D:\Vobs\Pitch Black.d2v")
crop(0,60,718,358)
MSharpen(15,100,true,false,false)
LanczosResize(704,288)
What am I doing wrong?