Log in

View Full Version : Filters in Nandub and GK


Fridgearaider
4th April 2002, 00:17
When using the soft bi-cubic filters in GK what is the equavilent name of that same filter in nandub? Also is it normal for my nandub that I installed with the GK installer to not include a denoise or a smart deinterlace filter? All this info is from Darksouls guide on using GK and AVIs.

Kyo
4th April 2002, 03:00
Ok. :rolleyes:

First. the soft bicubic resize in GK is a avisynth function:
BicubicResize(target-width,target-height,b,c)
the b and c parameters are the force(?) of the filter to sharpen.
i encode anime and mostly use
BicubicResize(512,384,0,0.8), the soft bicubic in GK
is BicubicResize(512,384,0.333,0.333) the lower c or b the blurry the image, but better the compression.

Second. the nandub with GK do not include any aditional filters
only because GK don't use them, GK use avisynth ones (more speed 'coz they work on YUY not RGB)


ahh sorry the bad grammar :o