I'm trying to run an Adobe AE extendscript from the command line. I use the "-r" argument and I can run scripts fine. However, is it possible to pass in an argument to the script? Like, if i run this from the command line: C:\>"...
I'm writing a script for After Effects that collects all properties from a layer and write them into an XML file. When I retrieve the values from the XML, some values are readOnly and the toolkit throws an error. Is there any way to check it, li...
I have three compositions (compFinal, compSlide1 and compSlide2). I have used a script to add compSlide1 and compSlide2 to the compFinal composition. I use the following code to add the compositions: compFinal.layers.add(compSlide1); compFinal.la...
I want to run a script load from location. Same like: AfterFx.exe -r "demo.jsx" Content my file: demo.jsx alert('hello world') When i try to run script above: But while I try to -s instance for -r, script run scucess AfterFx.e...
I'm coding something in extendscript for adobe after effects, which ends up being javascript. I have an array and I would like to do a search for just the word "assemble" and return the whole jc3_RIG_008_masterLayer assemble string va...
I'm curious how to make something like this: http://g.recordit.co/awq1zK2Eei.gif These are two divs bordering on each other, and simply hovering over the border kind of pulls it into one direction for a bit. In the gif above, I am not clicking a...
I need to create a simple video where I can add a red colour background and write the text "Hello World" using Adobe After Effects Scripting. The purpose is that I need to create video by writing a command in CMD. Can this be done ? and Ca...
I am trying to split layer in After Effects using extendscript. First of all, i want get the time value of the marker. Then i want set the Timeline cursor on necessary point on the Timeline. And finally i'll split layer to pieces. How did this i...
I want to read all subfolders of my current Project. Because my Project is using images from the Footage-Folder i need all the sub-Folders of it. For now i only have the current Path of my project: var projectPath=app.project.file.path;...
I have 100 comps that have 2 videos included within each. One of a videos shows a person doing something, the other video shows a person doing the same thing, but with a small detail changed. I'd like to create a script that goes through the 10...
©2020 All rights reserved.