Replies: 4 comments 9 replies
-
For reference, the CMX 3600 and ALE adapters put the following dictionary under the {
"asc_sop": {
"slope": [
1.1549,
1.1469,
1.1422
],
"offset": [
-0.0678,
-0.0555,
-0.0323
],
"power": [
1.1325,
1.1351,
1.1221
]
},
"asc_sat": 1.2988
} Dropping the
I've put some feelers out to folks in the OpenColorIO and ACES communities to see if there is guidance we can use on a canonical list of colorspace identifiers. |
Beta Was this translation helpful? Give feedback.
-
Does order of colour operations need to be specified or will it be inferred by the order of the effects? In the future when there are (hopefully) more colour effects (File Transforms for Show LUTs or Input LUTs for example) we want to make sure the order of operations is correct. |
Beta Was this translation helpful? Give feedback.
-
Regarding the “working_space” and coming from a VFX/OCIO perspective, I would want to use “color_timing”, or whatever colourspace the “color_timing” role resolves to. I’m not suggesting this be the default instead of “scene_linear”, but rather as an argument that perhaps this value should have no default and the implementation could reason an appropriate value from the environment in this situation. |
Beta Was this translation helpful? Give feedback.
-
The biggest sticking point on this proposal is the colorspace naming. After a bit of a deep dive, there doesn't seem to be a canonical list of colorspace names. The best I can find is the OpenColorIO-Config-ACES studio config. These seem to be derived from the ACES transform collection transforms. My current feeling on this: We suggest where possible that the colorspace names line up with names from the OpenColorIO ACES studio config which will stay highly-aligned with both OpenColorIO and ACES, but give some wiggle room. I'm not sure if we can provide a recommendation for applications about what to do when a named colorspace isn't recognized by their app, resolving that may be specific to their application domain. |
Beta Was this translation helpful? Give feedback.
-
At the August 14th, 2024 TSC Meeting, the team from Foundry presented their schema enhancement proposal for CDL effects (slides).
The Proposed JSON version of the effect schema would look like this:
Related issues: #858 #857 #688 #1050
Let's have a discussion here to iterate and find a consensus schema!
Beta Was this translation helpful? Give feedback.
All reactions