-
After Effects Multiple Lines of Scripts
Good day, Creative Cow!
How do I merge multiple script commands into a one single script file. For example, I want to convert the Audio Layer to keyframes, so I’ll use this script:
app.executeCommand(app.findMenuCommandId(“Convert Audio to Keyframes”));
Now I want to add expressions to the Left Channel, Right Channel and Both Channels (I still don’t know the script but I already have a small clue in my mind), so I’ll execute another script:
*script that adds expressions*
Now, how do I merge them all so that I can just save the script as a single JSX file and use it in the future? Thanks in advance 🙂