Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Change Render Settings in a Script

  • Change Render Settings in a Script

    Posted by Geoff Rights on August 11, 2016 at 8:46 pm

    Hey All,

    I was able to create an item for the render queue using this syntax:

    var renderItem = currentProject.renderQueue.items.add(currentComp);

    How do I access the render settings of that render item and change the resolution output of the render to a third? I haven’t had any of these work:

    renderItem.resolutionFactor = [.33,.33];
    renderItem.renderSettings[1].resolutionFactor = [.33, .33];
    renderItem.renderSettings.resolutionFactor = [.33,.33];

    Thanks for any help.

    Walter Soyka replied 9 years, 9 months ago 2 Members · 3 Replies
  • 3 Replies

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