Forum Replies Created

  • When replacing a clip on the timeline with another clip from the Project panel or the Source panel, I only ever knew of Alt+drag. I love being shown this new shortcut!

    Alt+drag replaces the clip according to the replacement clip’s in-point. Alt+Shift+drag seems to replace the clip according to the current clip’s in-point.

    This only seems to work on a clip-by-clip basis, however. When I select multiple clips on the timeline and perform Alt+Shift+drag with a replacement clip, Premiere seems to produce through-edits of the replacement clip at every subsequent edit.

  • Danial Monson-bergum

    January 24, 2018 at 7:50 am in reply to: Moving position over time and wiggle position

    This is very cool! I like how you delegate the offscreen positions with a variable. I worked hard on the little distance I got, but I was planning on leaving offscreen position embedded (maybe lost) in my linear expression. And the && operator is very helpful.

    Tons of thanks!

    (Looks like this) >>>>> https://drive.google.com/open?id=1t9Fy57BRyzEKxbR2gncfIAf55RADu58U

    t = inPoint + .5;
    x = linear(time, inPoint, t, -960, 960);

    [x, 540]

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