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

Javascript API to change Premiere Pro Lumetri color

Community Beginner ,
May 03, 2017 May 03, 2017

Copy link to clipboard

Copied

Is there any Javascript API available to change the Premier Pro Lumetri Color programatically.

TOPICS
SDK

Views

3.1K

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 , May 04, 2017 May 04, 2017

While not JavaScript, PPro's ExtendScript API can be used to manipulate effect parameters, including Lumetri.

Votes

Translate

Translate
Adobe Employee ,
May 04, 2017 May 04, 2017

Copy link to clipboard

Copied

While not JavaScript, PPro's ExtendScript API can be used to manipulate effect parameters, including Lumetri.

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
Community Beginner ,
May 04, 2017 May 04, 2017

Copy link to clipboard

Copied

Hi Bruce Bullis​,

Thank you for your comment on the above topic. Please let me know the link to the Extended script API to change the Premiere pro Lumetri programatically.

Thanks,

Nehru

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
Engaged ,
May 07, 2017 May 07, 2017

Copy link to clipboard

Copied

Check the PProPanel sample Nehru,  it demonstrates how to get/set keyframes.

Samples/PProPanel at master · Adobe-CEP/Samples · GitHub

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
Community Beginner ,
May 16, 2017 May 16, 2017

Copy link to clipboard

Copied

Andymees,

I cannot able to see any javascript API related to Premiere Pro Lumetri color change. Please let me know where I can find a link to javascript API to change the Lumetri parameters like (Exposure, Contrast, Highlights, Shadows, Whites, Blacks and Saturation etc.)

Thanks

Nehru

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
Adobe Employee ,
May 16, 2017 May 16, 2017

Copy link to clipboard

Copied

You can access the details of most parameter types, for effects.

https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/Premiere.jsx#L1176

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
Enthusiast ,
Jul 01, 2018 Jul 01, 2018

Copy link to clipboard

Copied

https://forums.adobe.com/people/Bruce+Bullis  wrote

You can access the details of most parameter types, for effects.

https://github.com/Adobe-CEP/Samples/blob/master/PProPanel/jsx/Premiere.jsx#L1176

Looking for an update on this question.  Wasn't able to get any clues to an answer from the links above.

Are there ways to view & control Lumetri parameters using ExtendScript?

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
Enthusiast ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

https://forums.adobe.com/people/Bruce+Bullis

Following up: one of the above links has since gone dead, and didn’t see clues in the one that works.

Any Lumetri options in the API?

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
Adobe Employee ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

> Any Lumetri options in the API?

Yes; This link works.

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
Enthusiast ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

Thanks Bruce,

That link cues to the onPlayWithKeyframes method and gets into manipulating Gaussian blurs.

Didn't see anything specific to Lumetri and a word search of entire page for "Color" and "Lumetri" didn't reveal anything relevant?

Is the clue, by chance, in the clipComponents array?  The AE.ADBE Lumetri : Lumetri Color

What I'm looking for is a way to get programmatic control over RGB and Hue/Saturation curves.

Is that possible?

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
Adobe Employee ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

The parameters for any effect are components. Apply some instances of Lumetri, then fiddle with the components.

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
Enthusiast ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

Have vacation -- will fiddle.  Thanks

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
Adobe Employee ,
Jul 03, 2018 Jul 03, 2018

Copy link to clipboard

Copied

Sadly, I may also be a scripting nerd, in my off-hours. 

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
Explorer ,
Jul 09, 2018 Jul 09, 2018

Copy link to clipboard

Copied

LATEST

Hey. I have created a bit of documentation on the accessing Premiere's effects (and properties of the effects), if you are still interested.

Premiere Pro / Extendscript API Effect Component Reference Book

It doesn't help you with how to change each property, but at least points you in the right direction when compared with the "onPlayWithKeyframes" example. This way you don't have to search through to find the correct property index.

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