Hello. My question is very simple: I just want to triple the size a video of mine through avisynth with point resize, but I can't figure out what I have to write on the script no matter what. I looked on avisynth wiki but that didn't help much.
I remember the line was something like "PointResize = x3" or "PointResize *3" ...ugh, I can't remember because I don't do this stuff in ages. Please someone help me.![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
You know it's one of the worst resizers, don't you? Anyway:
PointResize(Width, Height)
I'm not entirely sure what you mean by 'triple the size' so I can't be more precise. -
-
-
Or you can specify the size numerically. For a 640x480 video, for example:
PointResize(1920, 1440)