Forum Replies Created

  • Rob Packer

    September 18, 2024 at 11:32 pm in reply to: Trying to adjust inPoint of a layer

    Thank you @danebberts! That works perfectly.

    I have included an Add marker button on my dialog.

    Can you tell me what the command is to move to the next/previous marker is?

    Rob

  • Rob Packer

    February 26, 2022 at 12:09 pm in reply to: script to search for a layer name and return it’s index

    Thank you once more Andrei!

    Simple and elegant.

  • Rob Packer

    November 22, 2021 at 1:20 pm in reply to: Use script to freeze on last frame for 2 seconds

    Thanks for the help Meng Zhiqun.

    Because I am the end user, and I have done error checking elsewhere in the script, I trimmed it down to this:

    var compVideo = app.project.item(3); // the video composition – which because of the naming structure will be the 3rd composition

    var vidL = compVideo.layer(4); // the actual video layer in the video composition – will be layer 4

    var addTime = 2;

    function freezeFrame(vidL){

    item.startTime = 0;

    compVideo.duration = item.outPoint+ addTime;

    item.timeRemapEnabled = true;

    item.outPoint = item.outPoint+ addTime;

    }

    Apologies for the late response.

  • Rob Packer

    November 9, 2021 at 9:26 pm in reply to: AE Scripting: trying to edit text in a layer

    Thanks Andrei!

    I figured it was something simple It works perfectly now.

    Rob

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