Search found 12 matches

by Avinash Ramanath
February 23rd, 2021, 9:51 pm
Forum: Script requests
Topic: Render Queue Script
Replies: 2
Views: 10361

Re: Render Queue Script

Hi,
I can think of a couple of ways to do this. Why don't you add all comps with one kind of output module and then repeat the same for other kinds a output modules. You can write to me at avinash.infocine3@gmail.com to discuss further.

Regards

by Avinash Ramanath
February 23rd, 2021, 9:45 pm
Forum: Script requests
Topic: Replace footage + render
Replies: 1
Views: 9463

Re: Replace footage + render

Hi,
I can help with this. I have developed a script that does close to what you want. I could modify it for you for $50. Let me know if you're interested. Let me know. My email ID is avinash.infocine3@gmail.com

by Avinash Ramanath
February 23rd, 2021, 9:18 pm
Forum: General Scripts Library
Topic: Copy paste from premiere pro to after effects
Replies: 1
Views: 10502

Copy paste from premiere pro to after effects

I copy clips from premiere pro and paste it inside AE comps a lot. Two problems here. The clips are placed at premiere pro timecode. I wrote this script to bring the pasted clips to wherever the after effects current time indicator is. // fixtime.jsx app.beginUndoGroup("fix time"); var act...
by Avinash Ramanath
February 23rd, 2021, 8:02 am
Forum: General Scripts Library
Topic: Bulk replace script
Replies: 0
Views: 8833

Bulk replace script

This script replaces selected items from project panel with selected layers in comp panel 1. Select items to replace 2. Select layers to be replaced in comp panel 3. script checks for number of items if number matches, it replaces, else throws an error alert app.beginUndoGroup("Bulk Replace&quo...
by Avinash Ramanath
January 20th, 2020, 7:23 pm
Forum: Script requests
Topic: stagger keyframes of various layers over time
Replies: 2
Views: 17899

Re: stagger keyframes of various layers over time

Hi lloydalvarez, The rd_Scooter script does not take into account all keyfrmes selected over an array of layers. If keyframes across multiple layers are selected, then it moves only the keyframes of first layer. Is there a simple script that staggers selected keyframes by a defined frame value? Than...
by Avinash Ramanath
April 26th, 2017, 12:15 am
Forum: General Scripts Library
Topic: Sequence layers shortcut
Replies: 2
Views: 26036

Re: Sequence layers shortcut

Can you please modify this to only sequence the layers and not crop it to one frame.
by Avinash Ramanath
April 24th, 2017, 11:45 am
Forum: Script requests
Topic: rd_Slated to work with precomps/nested comps
Replies: 1
Views: 11208

Re: rd_Slated to work with precomps/nested comps

Could any one of you please make this script work with text and footage when its precomped
by Avinash Ramanath
April 24th, 2017, 11:44 am
Forum: Script requests
Topic: rd_Slated to work with precomps/nested comps
Replies: 1
Views: 11208

rd_Slated to work with precomps/nested comps

// rd_Slated.jsx // Copyright (c) 2008-2013 Jeffrey R. Almasol. All rights reserved. // portfolio: http://www.redefinery.com // // Name: rd_Slated // Version: 1.2 // // Description: // This script renders slates, single-frame images of a specific template composition // whose data is fed by the inf...
by Avinash Ramanath
April 19th, 2017, 7:37 am
Forum: Script requests
Topic: need modification in rd_slated.jsx script
Replies: 4
Views: 15664

Re: need modification in rd_slated.jsx script

Currently getting an error when i save the google spread sheet as TSV

Error is
The name of the selected output module is already in use. Please choose another name
by Avinash Ramanath
April 19th, 2017, 7:31 am
Forum: Script requests
Topic: need modification in rd_slated.jsx script
Replies: 4
Views: 15664

Re: need modification in rd_slated.jsx script

Can you please help in making this accept a TSV file exported from google spreadsheet
by Avinash Ramanath
April 19th, 2017, 7:14 am
Forum: Script requests
Topic: need modification in rd_slated.jsx script
Replies: 4
Views: 15664

Re: need modification in rd_slated.jsx script

Working Absolutely fine. Many Thanks.
by Avinash Ramanath
April 19th, 2017, 5:03 am
Forum: Script requests
Topic: need modification in rd_slated.jsx script
Replies: 4
Views: 15664

need modification in rd_slated.jsx script

Please require help in making this script save as quicktime format h.264 codec for the full composition duration. Currently it is exporting only .psd 1 frame // rd_Slated.jsx // Copyright (c) 2008-2013 Jeffrey R. Almasol. All rights reserved. // portfolio: www.redefinery.com //  // Name: rd_Slated /...