Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ExtendScript - Copy And Paste Clip Attributes

New Here ,
Dec 03, 2023 Dec 03, 2023

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!
TOPICS
SDK
637
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Dec 03, 2023 Dec 03, 2023

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

No. 

Translate
Adobe Employee ,
Dec 03, 2023 Dec 03, 2023
LATEST

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

No. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines