vigi_lante
5th September 2004, 22:43
I would like to know which changes I need to do on the above script so I can process a NTSC TV capture interlaced anime, using the same filters and options. I was using this script to process the same source, but I'm don't want to deinterlace it anymore, and since this script is made for deinterlaced source, I would like to know what I need to change. Thanks.
src=AviSource("c:\capture.avi")
src=Decimate(src)
src=ConvertToYV12(src)
src=UnDot(src)
src=cnr2(src)
src=edeen(src,7,14,21,2,3,true)
src=TemporalCleaner(src,6,12)
src=aWarpSharp(src)
src=mfToonLite(src)
src=BicubicResize(src,512,384)
src=Limiter(src)
src=AviSource("c:\capture.avi")
src=Decimate(src)
src=ConvertToYV12(src)
src=UnDot(src)
src=cnr2(src)
src=edeen(src,7,14,21,2,3,true)
src=TemporalCleaner(src,6,12)
src=aWarpSharp(src)
src=mfToonLite(src)
src=BicubicResize(src,512,384)
src=Limiter(src)