digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Resizers - What to use and how? (http://www.digitalfaq.com/archives/avisynth/13734-avisynth-resizers-how.html)

audioslave 08-07-2005 06:48 PM

Resizers - What to use and how?
 
Dialhot have mentioned two resizers I haven't tried yet:
GausianResize and Lanczos4Resize. How do they work? Do I need to download anything to use them?

Another question:
If I want to double the size of my source video (DVD), do my filtering in that size and then downsize to 704*576/480. How will I do that?

Dialhot 08-07-2005 07:05 PM

Manual. Read the f...

They are internal to avisynth 2.5.6 as I said. And the manual is in the "Doc" directory.

audioslave 08-07-2005 07:07 PM

:D I knew it! 8)
I've read the manual but regarding the GaussResize I can't figure out where to use the "p" parameter (default 30). I would like to change it closer to 100.

Zyphon 08-13-2005 09:28 AM

I was interested in GausianResize filter also after Phil recommended it to me.

I just wanted to know how stable is AviSynth 2.5.6 Beta4? I am currently using AviSynth 2.5.5 and am a bit dubious about upgrading to the betas as I have heard some problems with them.

Dialhot 08-13-2005 11:12 AM

Quote:

Originally Posted by audioslave
:D I knew it! 8)
I've read the manual but regarding the GaussResize I can't figure out where to use the "p" parameter (default 30). I would like to change it closer to 100.

Okay, I confess, there is a mismatch in the doc.
Look at the line for pointresize taht is just under :
Code:

GaussResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height")
PointResize (clip, int target_width, int target_height, float "src_left", float "src_top", float "src_width", float "src_height", float "p")

Pointresize does not have any "p" parameter... the to lines are simply switched ;)

Note: for any avisynth plugin or command, you can put the parameters in the order you want, simply by naming them all. You have to use the correct order only if you don't want to use the names.

Crop(704,480) is the same as Crop(width=704,height=480) and also Crop(height=480,width=704)


All times are GMT -5. The time now is 02:39 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.