-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I've finally got a stable local instance running and Managed to get it to accept the IDT archive I supplied.... But, I still get errors with the compute IDT stage.
I believe its because I don't fully understand which fields need to be filled with what information.
Some examples (this errors):
Background:
- Shooting on film, lab has custom scanner settings which pushes results well away from P3/Cineon.
- I have shot an IDT chart series on Kodak 5219 with an 85 filter in front of the lens and lit it with 5600K (measured) from a mix of Skypanel and Oribitor LED lamps (which the DP will use on set).
- I exported 16bit .png files from resolve with no adjustments and no colour management
In the left hand drop down I select Daylight and 5600K because the seems logical.
In My .json I created listed the following metadata
"header": {
"schema_version": "1.0",
"aces_transform_id": "",
"aces_user_name": "500T_UK_f85",
"camera_make": "Kodak",
"camera_model": "5219plus85",
"iso": 320,
"temperature": 5600,
"additional_camera_settings": null,
"lighting_setup_description": null,
"debayering_platform": null,
"debayering_settings": null,
"encoding_colourspace": null
Now, in terms of the fields, Its not clear If one is supposed to input the target lighting setup OR the Source, and I would assume that the encoding Colourspace set here is the Target, but that's an assumption and perhaps the source is required?:
Temperature :5600
Additional Camera Settings : None
Lighting Setup Description : None
Debayering Platform : Resolve (or None)
Debayering Settings : None
Encoding Colourspace : ACES2065_1
Encoding Transfer Function : Linear
This ambiquity would be cleared up with a glossary of valid variables that can be entered here. I am searching through the various app and resources code to try find a table to reference.