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

Remove sequence part with Javascript

New Here ,
Jan 04, 2018 Jan 04, 2018

Hello,

I want to know if it is possible to remove sequence part with javascript library, is plugin with C++ is mandatory for this kind of things?

Example : if my sequence total duration is 40 seconds but I want remove from 22 seconds to 34 seconds, can I do that with javascript with a method like activeSequence.cutPart(22, 34);?

Thanks for help!

TOPICS
SDK
423
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 , Jan 04, 2018 Jan 04, 2018

There's no API to delete everything across all tracks, during a time duration.

You can delete individual trackItems from tracks, using ExtendScript.

Translate
Adobe Employee ,
Jan 04, 2018 Jan 04, 2018

There's no API to delete everything across all tracks, during a time duration.

You can delete individual trackItems from tracks, using ExtendScript.

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
Explorer ,
Jul 16, 2020 Jul 16, 2020
LATEST

How do you delete individual trackItems of a sequence with ExtendScript? 

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