Asmodian
11th December 2002, 03:57
I have noticed a slight problem when cropping in avisynth 2.5 [07-12-2002]. A vertical yellowish line (1 or 2 pixels wide) on the left-most edge, which appears with any mod crop I tried (1,2,4,8,16,32). It is only noticeable on very light (white) colors. I did a search and found no others with cropping problems, is this new or just me?
my script is:
loadplugin("D:\Ripping\AVSYV12Plugins\MPEG2Dec3_094.dll")
mpeg2source("F:\Rip\Cowboy Bebop\DVD 1\ep01c.d2v",CPU=0,IDCT=2,iPP=false)
Crop(8,0,-8,-0)
my script is:
loadplugin("D:\Ripping\AVSYV12Plugins\MPEG2Dec3_094.dll")
mpeg2source("F:\Rip\Cowboy Bebop\DVD 1\ep01c.d2v",CPU=0,IDCT=2,iPP=false)
Crop(8,0,-8,-0)