Skip to main content
Veniamin Kalman
Inspiring
December 9, 2023
Question

Input LUT goes offline when re-opening project

  • December 9, 2023
  • 4 replies
  • 424 views

Premiere Pro 2024 (24.0.3.2)
Windows 10 22H2


I have a lot of video footage, and i used Modify - Color - Input LUT on them.
Then I save the project, re-open it, and the following window appears:
LUT not found
"lut name"
Please add the Input LUTs to path
"C:\Users\Venia\AppData\Roaming\Adobe\Common\LUTs\Input"

Every time I open a project, I have to select the LUT again. 

For some unknown reason, it is shown with the "offline" status.

 

This topic has been closed for replies.

4 replies

Veniamin Kalman
Inspiring
December 11, 2023

The LUT I used is provided by built-in Lumetri preset called FullToSMPTE8, that can be found in Effects panel

Adobe Employee
December 11, 2023

Hi @Veniamin Kalman, thanks for reporting this issue and for providing the details. The prproj xml tag shared helps a great deal for narrowing down to the issue. If possible, do share the LUT file privately so that the fix can be verified sooner.

Veniamin Kalman
Inspiring
December 9, 2023

If it will help for developers (i hope so), there's two deferences in prproj xml files, one contains the problem described, the other does not.
1 - Project file with Error (LUT not found)

	<LUTAsset ObjectID="86" ClassID="d72d54f3-d40e-486d-8784-6fe0703dbb8c" Version="1">
		<Id>fc2569b9-c438-1de2-6a0c-5a1b2b5659df</Id>
		<Displayname>FullToSMPTE8</Displayname>
		<Filename>FullToSMPTE8.cube</Filename>
	</LUTAsset>

2. Working fine project file

	<LUTAsset ObjectID="86" ClassID="d72d54f3-d40e-486d-8784-6fe0703dbb8c" Version="1">
		<Id>a18cec07-3014-9476-076d-239fd00e0003</Id>
		<Displayname>FullToSMPTE8</Displayname>
		<Filename>FullToSMPTE8.cube</Filename>
	</LUTAsset>

  both tag containers are in <PremiereData> tag

Veniamin Kalman
Inspiring
December 9, 2023

Upd. the problem only appears if you exit the program immediately after saving the project.
If you first save the project, then do “File - close project”, and only then “Exit” - then the LUT is saved, the problem does not appear.
In general, the problem has not completely disappeared, Adobe should solve this problem in the next minor updates