PDA

View Full Version : Cropping problem with AviSynth 2.5 [07-12-2002]?


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)

Gaia
11th December 2002, 06:54
You are using Xvid, am i right? If you are it's not Avisynth bug, it's Xvid problem but don't worry you are not going to see any yellow lines in final video.

Asmodian
12th December 2002, 04:12
Thank you, I guess I should have done a test encode before asking, my belated test encode did come out fine :)