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

Detect applied fx in ExtendScript

Explorer ,
Jun 25, 2024 Jun 25, 2024

Copy link to clipboard

Copied

Is there a way to detect if an effect has been applied to video or audio clips using the ExtendScript API? After some investigation stepping through code I'm not finding any obvious places to look. Essentially all I need is the equivalent of "seeing" that the fx indicator is illuminated or not for a given clip.

MARK3662717834h1_0-1719356210539.png

 

TOPICS
SDK

Views

117

Translate

Translate

Report

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 , Jun 28, 2024 Jun 28, 2024

Yes; ExtendScript can iterate across the component chain of a trackItem. If that component chain is longer than 2 items, there's an effect applied; relevant example code here.


Votes

Translate

Translate
Adobe Employee ,
Jun 28, 2024 Jun 28, 2024

Copy link to clipboard

Copied

LATEST

Yes; ExtendScript can iterate across the component chain of a trackItem. If that component chain is longer than 2 items, there's an effect applied; relevant example code here.


Votes

Translate

Translate

Report

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