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

How can I change "Input LUT" in Lumetri color using Extendscript for several videos?

New Here ,
Dec 12, 2018 Dec 12, 2018

I made a script, which has to set LUT from the file. I add my .cube file in default folder (C:\Program Files\Adobe\Adobe Premiere Pro CC 2019\Lumetri\LUTs\Creative) and after use the line:

app.project.activeSequence.videoTracks[1].clips[0].components[2].properties[30].setValue(14, true);

But when I select other sequence, "Input LUT" stays the same (or [Custom], but not my settings). How can I fix it?

P.S. If I execute "app.project.activeSequence.videoTracks[1].clips[0].components[2].properties[30].setValue(14, true)" not in the loop - Everything works fine.

TOPICS
SDK
1.2K
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 11, 2019 Jan 11, 2019

The current API returns the pop-up menu position of the currently selected LUT, not the actual path to that LUT.

Translate
Adobe Employee ,
Dec 14, 2018 Dec 14, 2018

Can you send me your test project, and the entire snippet, with which you're testing? [ b b b at adobe dot com]

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 ,
Jan 11, 2019 Jan 11, 2019

The current API returns the pop-up menu position of the currently selected LUT, not the actual path to that LUT.

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 ,
Mar 23, 2022 Mar 23, 2022

How can we fetch a list of the available luts from the dropdown?

Is there a way to programatically save a lut to the system path and reload the dropdown list without restarting premiere?

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 ,
Sep 27, 2022 Sep 27, 2022
LATEST

I was wondering the same thing

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