Forum Replies Created

  • Asher Eggleston

    October 31, 2022 at 9:02 pm in reply to: Expression to move clip on timeline

    In case anyone else comes across this, here is the code I wrote to use a Marker to control the Time Remap. This marker is on the layer you want to adjust but you could also link this to any marker in a project.

    var mark = thisLayer.marker.key(1).time; //Marker location
    var begin = 0; //Start point of your clip
    var dur = 1.2; //Clip duration in seconds
    linear(time, mark, mark+dur, startTime, dur);

  • Asher Eggleston

    October 31, 2022 at 7:30 pm in reply to: Expression to move clip on timeline

    I thought that might be the case but figured I’d ask. I’ll look up time remapping.

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