Search found 6 matches
- November 3rd, 2005, 6:56 pm
- Forum: Script requests
- Topic: Changing the 'Output to' setting...
- Replies: 3
- Views: 15654
Changing the 'Output to' setting...
Working on my script that creates comps from frame sequences, sends the comps to the render queue, sets the output module to a preset for all comps in the render queue, and sets the output destination via a pop up dialog box that asks for a destination directory. The thing I'm trying to figure out i...
- November 3rd, 2005, 6:43 pm
- Forum: Script requests
- Topic: Change Render Queue Output Module settings
- Replies: 5
- Views: 17206
Problem solved....other question in new post though.
The key here was automation and eliminating as many steps as possible. This is for a repetitive process used daily. Here is how I was able to get all the comps into the render queue and set the output module for all of them: for (i=1; i <= app.project.renderQueue.numItems; i++) { var movRS = "B...
- October 28th, 2005, 4:17 pm
- Forum: Script requests
- Topic: Change Render Queue Output Module settings
- Replies: 5
- Views: 17206
what about multiple...
That works to get the first comp in the queue and set the right outputModule. Thanks. What about for multiple comps? I need to set the same outputModule for all the comps in the queue. Thanks!
- October 27th, 2005, 2:11 pm
- Forum: Script requests
- Topic: Change Render Queue Output Module settings
- Replies: 5
- Views: 17206
Change Render Queue Output Module settings
I'm trying to write code to change the Output Module settings of comps sent to the render queue. So far I've scripted to get all the new comps sent to the queue, and the render queue window pops up when the script is done. But I can't seem to change the Output Module settings. I have a saved templat...
- October 12th, 2005, 10:48 am
- Forum: Script requests
- Topic: Batch Interpret Footage & change comp settings
- Replies: 2
- Views: 12340
- October 10th, 2005, 12:56 pm
- Forum: Script requests
- Topic: Batch Interpret Footage & change comp settings
- Replies: 2
- Views: 12340
Batch Interpret Footage & change comp settings
I'm trying to create or find a script that will batch interpret footage (movie files) at 24fps, then creat comps of each footage file with specific aspect ratio settings, horizontally fit to fill each, and re-naming the comps created to reflect the change by adding "_sor" before the "...