SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE AFTER EFFECTS:
Home
Forum
Basics
Expressions
Tutorials
Podcasts
AE Techniques
Training
Creative Cloud Debate
FAQ
Replace Footage Script
COW Forums
:
Adobe After Effects basics
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
Replace Footage Script
by
Davis Lindsay
on Apr 25, 2012 at 6:53:57 pm
Hello,
I'm trying to create a script that will duplicate my _template comp, replace footage in the comp with another item in my movs folder. Then repeat this process until all movs have their own comps .
my file structure:
project
comps
_template
movs
lastname_firstname_asset
lastname_firstname_asset
lastname_firstname_asset
so far I have...
var proj = app.project;
proj.item(1).item(1).duplicate();
proj.item(1).item(2).replaceSource(proj.item(2).item(2));
proj.item(1).item(2).name = proj.item(1).item(1).layer(3).name;
I've realized replaceSource is used for c:// drive destinations.
What other method could I use?
Posts Index
Read Thread
Reply
Like
Current Message Thread:
Replace Footage Script
by Davis Lindsay on Apr 25, 2012 at 6:53:57 pm
Re: Replace Footage Script
by John Cuevas on Apr 26, 2012 at 11:06:50 am
Re: Replace Footage Script
by Davis Lindsay on Apr 26, 2012 at 1:55:46 pm
Re: Replace Footage Script
by Erik Waluska on Apr 27, 2012 at 5:29:49 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]