Log in

View Full Version : Zoom with avisynth


acrespo
20th December 2004, 14:13
I need to capture a tape filmed with VHS camera. But I need to zoom a specific person in this film, because the camera man didn't use camera zoom (stupid man :)) and the person is too far from camera. I am thinking in this method:

Lanczos4Resize(X,Y) #I don't know exactly size yet
Crop(A,B,C,D) # To frame only the person I need and mantain 720x480.

Anybody knows other method?

NuPogodi
20th December 2004, 16:44
Do you have too much time? No? Then, use
Crop(A,B,C,D).Lanczos4Resize(720,480)

acrespo
20th December 2004, 16:54
:) yes, it's function too but there is any filter to do zoom or this method is good?

Didée
20th December 2004, 17:07
Here (http://www.avisynth.org/warpenterprises/) you'll find "zoom.dll", and many other neat things ;)