Forum Replies Created

  • Jonathan Bullock

    September 1, 2008 at 11:32 am in reply to: Simple scale expression for zooming in on photos

    I’ve been using the following expression to scale down a video clip from it’s in point

    startScale = 100; // percent of Scale at start
    endScale = 60; // percent of Scale at end
    scaleUpTime = 3; // time to scale up from inPoint in seconds

    s = ease(time,inPoint,inPoint+scaleUpTime,startScale,endScale);
    [s,s]

    However is it possible to adapt this so that I can the scale back up to 100% 3 seconds before the out point of the clip.

    Thanks in advance,

    Jon

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy