Answered
ExtendScript - Copy And Paste Clip Attributes
Is there a way to simply copy and paste effects from, say, the first clip of Track 1 to the first clip of Track2?
I'm sure I'm way off (well, I know I'm way off - it's not working), but here's what I lazily tried:
app.project.activeSequence.videoTracks[1].clips[0].components.properties = app.project.activeSequence.videoTracks[0].clips[0].components.properties;
Any insight would be appreciated!
