FuPP
29th November 2002, 14:18
I noticed that each time I use Crop + Resize + Addborder, the first horizontal line (or maybe the first two lines) after the upper border seems clearer (more noticeable on rather dark scenes)
Here's my script (using avs 2.5 r.25/11 and mepg2dec3 0.93b)
LoadPlugin("C:\video\avsfilters\MPEG2Dec3.dll")
mpeg2source("C:\video\tests\vts_01.d2v",cpu=0,idct=2)
lumaFilter(-2, 1.02)
Crop(32,80,656,416)
BicubicResize(448,320,0,0.5)
AddBorders(16,128,16,128)
YV12toYUY2(interlaced=false)
Did anyone else notice that too ?
Here's my script (using avs 2.5 r.25/11 and mepg2dec3 0.93b)
LoadPlugin("C:\video\avsfilters\MPEG2Dec3.dll")
mpeg2source("C:\video\tests\vts_01.d2v",cpu=0,idct=2)
lumaFilter(-2, 1.02)
Crop(32,80,656,416)
BicubicResize(448,320,0,0.5)
AddBorders(16,128,16,128)
YV12toYUY2(interlaced=false)
Did anyone else notice that too ?