jarthel
22nd March 2003, 13:20
Here's the script I've used
-----------
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\MPEG2Dec3.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\Convolution3DYV12.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\Decomb.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\asharp.dll")
body=mpeg2source("e:\dvdrips\escaflowne5\escaflowne5.d2v",idct=5,cpu=6,iPP=true).crop(10,2,696,476).Telecide().Decimate(cycle=5).lanczosresize(640,480)
return body
#Please note the width is mod4 for Decomb compatibility
-----------
Here's the screenshot of the above stated script.
click here to see a screenshot of the problem (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne.jpg&.view=t)
---------------
Here's the screenshot of the same script without crop
click here to see a screenshot (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne5++without+crop.jpg&.view=t)
----------------
According to dvd2avi, the video is a mixed of interlace and progressive frames.
I have tried both avs2.5 (6-March release) and avs2.51 (13-March release).
I've tested the same script with crop in avs207 and the problem is not present. Of course I was using avs2 filters. :)
As can be seen in the 1st screenshot, the face and the clothing is full of yellow "wash".Removing crop eliminates the problems as can be seen from the 2nd screenshot.
Thanks:)
Jayel
ps.
-----------
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\MPEG2Dec3.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\Convolution3DYV12.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\Decomb.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\avisynth\plugins25\asharp.dll")
body=mpeg2source("e:\dvdrips\escaflowne5\escaflowne5.d2v",idct=5,cpu=6,iPP=true).crop(10,2,696,476).Telecide().Decimate(cycle=5).lanczosresize(640,480)
return body
#Please note the width is mod4 for Decomb compatibility
-----------
Here's the screenshot of the above stated script.
click here to see a screenshot of the problem (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne.jpg&.view=t)
---------------
Here's the screenshot of the same script without crop
click here to see a screenshot (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne5++without+crop.jpg&.view=t)
----------------
According to dvd2avi, the video is a mixed of interlace and progressive frames.
I have tried both avs2.5 (6-March release) and avs2.51 (13-March release).
I've tested the same script with crop in avs207 and the problem is not present. Of course I was using avs2 filters. :)
As can be seen in the 1st screenshot, the face and the clothing is full of yellow "wash".Removing crop eliminates the problems as can be seen from the 2nd screenshot.
Thanks:)
Jayel
ps.