Hello everyone. I'm pretty new to AviSynth, so I apologize if my question is really "newb-ish". I have an AVI video source that at certain points, I want to be able to zoom in on certain parts of the screen. Ideally, I'd like to be able to animate the zoom, so that it doesn't instantly go from the standard view to the fully-zoomed view. If that's too hard or too much trouble though, I don't mind just going with an instantaneous zoom. Likewise, I'd like to be able to zoom out when I'm done. I imagine that there is a function or set of functions in AviSynth that will allow me to specify the width and height of the zoom box, the x- and y-offsets, the zoom filter, and from what frame to what frame I want the zoom to be in effect, but I don't know the specifics. Beyond the concept of how to achieve a zoom effect though, I have no clue how to actually do it in AviSynth. Any help or pointing in the right direction would be much appreciated. Thank you all very much.