jarthel
19th March 2003, 12:51
Here's the scripts 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).trim(25000,26000).crop(10,2,696,476).Telecide().Decimate(cycle=5).lanczosresize(640,480)
return body
AND
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).trim(25000,26000).crop(10,2,696,476).Telecide().Decimate(cycle=5)
return body
-----------
Here's the screenshot
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)
---------------
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 in avs207 and the problem is not present. Of course I was using avs2 filters. :)
I tried this telecide/decimate combo -->> Telecide(Guide=1,Gthresh=40,Threshold=20,Chroma=True,dthreshold=10,Post=true).Decimate(cycle=5) and the problem is still present.
I tried using fielddeinterlace only and the problem is not present.
Placing ConvertToYUV2() before Telecide seem to make it a little bit better (click here to screenshot from preview in vdubmod) (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne1.jpg&.view=t).
The problem is present in preview inside vdubmod. I encoded the video hoping the error only shows up in preview but the encoded video also has the error.
Thanks Donald. :)
Jayel
-----------
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).trim(25000,26000).crop(10,2,696,476).Telecide().Decimate(cycle=5).lanczosresize(640,480)
return body
AND
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).trim(25000,26000).crop(10,2,696,476).Telecide().Decimate(cycle=5)
return body
-----------
Here's the screenshot
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)
---------------
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 in avs207 and the problem is not present. Of course I was using avs2 filters. :)
I tried this telecide/decimate combo -->> Telecide(Guide=1,Gthresh=40,Threshold=20,Chroma=True,dthreshold=10,Post=true).Decimate(cycle=5) and the problem is still present.
I tried using fielddeinterlace only and the problem is not present.
Placing ConvertToYUV2() before Telecide seem to make it a little bit better (click here to screenshot from preview in vdubmod) (http://photos.yahoo.com/bc/jarthel/vwp?.dir=/divx&.src=ph&.dnm=escaflowne1.jpg&.view=t).
The problem is present in preview inside vdubmod. I encoded the video hoping the error only shows up in preview but the encoded video also has the error.
Thanks Donald. :)
Jayel