Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Setting keyframes on the “Time Remap” of a layer using ExtendScript.

  • Setting keyframes on the “Time Remap” of a layer using ExtendScript.

    Posted by Andy Troz on July 15, 2013 at 11:18 pm

    Hello!

    Let’s say that I have a video layer at the top of my comp:

    app.project.item(1).layer(1)

    How can I use ExtendScript to set “Time Remap” keyframes on specified frames?

    Thanks in advance,
    Andy.

    Andy Troz replied 13 years, 1 month ago 1 Member · 1 Reply
  • 1 Reply
  • Andy Troz

    July 15, 2013 at 11:48 pm

    Looks like I managed to figure it out!

    This works:

    app.project.item(1).layer(1).timeRemapEnabled = true;
    timeRemap = app.project.item(1).layer(1).property("Time Remap");
    timeRemap.setValueAtTime(200/59.94, 146/59.94);

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