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

Detect applied fx in ExtendScript

Explorer ,
Jun 25, 2024 Jun 25, 2024

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
169
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 , 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.


Translate
Adobe Employee ,
Jun 28, 2024 Jun 28, 2024
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.


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