PDA

View Full Version : lanczos parameters


jorel
22nd December 2002, 18:17
sorry for this post,i search about a readme and
parameters of lanczosresize and don't find.
any help?

Iznogoud
22nd December 2002, 18:24
Lanczosresize(widht,height) just like with bilinear.

hakko504
22nd December 2002, 18:26
Almost all internal filters of AviSynth have their syntax explained in detail at http://www.avisynth.org

jorel
22nd December 2002, 18:27
Originally posted by Iznogoud
Lanczosresize(widht,height) just like with bilinear.

very simple to use,
very fast answer.:eek:
thank you:D

edit:
thank you too hakko504
:D

jorel
23rd December 2002, 00:08
Originally posted by Iznogoud
Lanczosresize(widht,height) just like with bilinear.

i read about in avisynth.org...
one thing i don't understand:
how can i find parameters for widht and height?

LanczosResize(^TargetWidth,^TargetHeight)
can i use this,or have a better way?
thanks!

matrix
23rd December 2002, 00:42
Just use you resolution.
For example: LanczosResize(480,480)

jorel
23rd December 2002, 01:17
thank you too matrix!:)