Piper
8th September 2003, 17:09
I'm wondering what the general opinion is for optimal resizing of a 704x480 (captured & cropped 720x480) Huffyuv source to Half D1 (352x480)? What I'm after is a method which yields the sharpest results without introducing ringing. I'd also like to avoid using sharpen filters.
My current script looks something like (from memory).
AVISource("d:\capture.avi")
KernelDeint(order=1,threshold=4,sharp="true")
Convolution3D(preset="movieHQ")
GuavaComb(Mode="NTSC",Recall = 75,MaxVariation=25,Activation=30)
Crop(8,0,-8,0)
HorizontalReduceBy2()
I've looked for comparisons of the HorizontalReduceBy2() and other common resizers but I haven't found anything tangible.
Any thoughts on this script, resizing etc?
My current script looks something like (from memory).
AVISource("d:\capture.avi")
KernelDeint(order=1,threshold=4,sharp="true")
Convolution3D(preset="movieHQ")
GuavaComb(Mode="NTSC",Recall = 75,MaxVariation=25,Activation=30)
Crop(8,0,-8,0)
HorizontalReduceBy2()
I've looked for comparisons of the HorizontalReduceBy2() and other common resizers but I haven't found anything tangible.
Any thoughts on this script, resizing etc?