Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions modifing Charles’s Batch Processing script

  • modifing Charles’s Batch Processing script

    Posted by Antony Dupsta on October 10, 2018 at 7:18 pm

    Hello friends,

    I am using Batch Processor v2.5 from nabscripts

    When I run this script it defaults to multiple parameters that I change. Each time I run this script I have to uncheck the Default Square Pixels and manually change it to anamorphic.
    I also see it defaults to output module 01. I click the drop down and select module 02.

    I went through the script looking for a way to modify this code or see if the settings would be remembered to avoid continually manually entering in these steps each time I launch this script?

    Any help or thoughts on this would be excellent. Thanks

    Antony Dupsta replied 7 years, 11 months ago 1 Member · 1 Reply
  • 1 Reply
  • Antony Dupsta

    October 10, 2018 at 7:56 pm

    I may have figured this out with a little more trial and error.

    this.omLSelDflt = 0;
    change this to the module number that reflects your needs. In my case 1 which is the second module.( Adobe uses 0 as the first, all numbers are offset by -1. 0=1, 1=2, ect)

    this.parLstChoices = ‘[“Anamorphic 2:1 (2)”‘;
    This should allow the script to default to 2:1 instead of 1:1. As you can see I took away all the other choices forcing it to anamorphic.

    search of these parameters in the code to track these down.

    remember to use // in front of the original line to disable it if you want to reinstate the original code later down the road.

    I will probably forget all this and want to know this in a few years from now. Future me says thanks in advance.

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