Skip to main content
kevinsmock
Participant
December 3, 2023
Answered

ExtendScript - Copy And Paste Clip Attributes

  • December 3, 2023
  • 1 reply
  • 591 views

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!
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer bbb_999

>Is there a way to simply copy and paste effects...

No. 

1 reply

bbb_999
Community Manager
bbb_999Community ManagerCorrect answer
Community Manager
December 3, 2023

>Is there a way to simply copy and paste effects...

No.