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

Listen to timeline changes via scripting

Participant ,
Jul 10, 2023 Jul 10, 2023

Guys I am pretty sure that the answer is no, but just asking - is there any way to listen to changes on timeline in premiere pro? I need to change label color whenever clips are moved within tracks

Maybe there are some workarounds or is it possible with plugins instead of extensions?

TOPICS
How to , SDK
795
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 2 Correct answers

Contributor , Jul 11, 2023 Jul 11, 2023

Here is the list of all Premiere Pro events. You definetly can see if item was moved in timeline:

https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-sequence/td-p/10900225

 

I'm not sure if you can change label color in timeline. This is only possible for projectItems.

Translate
Contributor , Jul 12, 2023 Jul 12, 2023

I don't think Labels Pro 2 allow to change label of trackItems. It only works if user have "Show Source Clip Name and Label" enabled. Basically it changes projectItem label and then this is reflected in timeline, because of "Show Source Clip Name and Label" setting.

https://rendertom.gitbook.io/labelsppro/known-issues#targeting-sequence-clips-does-not-work

Translate
Contributor ,
Jul 11, 2023 Jul 11, 2023

Here is the list of all Premiere Pro events. You definetly can see if item was moved in timeline:

https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-seque...

 

I'm not sure if you can change label color in timeline. This is only possible for projectItems.

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
Adobe Employee ,
Jul 11, 2023 Jul 11, 2023

Ivan's right; you cannot change the label color of an existing trackItem.

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
Participant ,
Jul 12, 2023 Jul 12, 2023

Thank you for the confirmation, but is it possible to do so with sdk?

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
Adobe Employee ,
Jul 12, 2023 Jul 12, 2023

I'm sorry, I don't understand the question; is what possible, with the SDK?

He's also right about the available messages; the PProPanel sample shows how to handle the onActiveSequenceStructureChanged and onActiveSequenceChanged events.

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
Participant ,
Jul 12, 2023 Jul 12, 2023

Sorry for not being clear, I meant is it possble to achieve it with plugins, not extensions that use extnedscript API

I feel there is should be a workaround as rendertom has achieved this in his Labels ppro 2

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
Adobe Employee ,
Jul 12, 2023 Jul 12, 2023

No C++ plug-in APIs have control over label color of either project or track items. 

If Labels PPro 2 is changing the color of existing trackItems, then rendertom is doing that without the benefit of any API call to change trackItem label color. 🙂 

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
Contributor ,
Jul 12, 2023 Jul 12, 2023

I don't think Labels Pro 2 allow to change label of trackItems. It only works if user have "Show Source Clip Name and Label" enabled. Basically it changes projectItem label and then this is reflected in timeline, because of "Show Source Clip Name and Label" setting.

https://rendertom.gitbook.io/labelsppro/known-issues#targeting-sequence-clips-does-not-work

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
Participant ,
Jul 13, 2023 Jul 13, 2023
LATEST

Yes propably this is how it is done, thank you for pointing on that 🙂

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