Skip to content

CDL Color Transform Effect #1877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
reinecke opened this issue Apr 24, 2025 · 0 comments
Open

CDL Color Transform Effect #1877

reinecke opened this issue Apr 24, 2025 · 0 comments
Labels
color items relating to using OTIO for Color Management good first issue If you're looking for a way to contribute, but not sure where to start. This is a good first issue.

Comments

@reinecke
Copy link
Collaborator

reinecke commented Apr 24, 2025

There is a continuum of color management that can potentially be included in OTIO (see #1805). Based on discussions in that thread and #1793 we feel like we know enough to implement a CDL effect schema.

The Schema should be:

{
  "OTIO_SCHEMA": "CDLEffect.1",
  "metadata": {},
  "offset": [
    0.0,
    0.0,
    0.01
  ],
  "power": [
    0.5,
    0.5,
    0.51
  ],
  "slope": [
    1.0,
    1.0,
    1.0
  ],
  "saturation": 0.0,
  "process_space": "ACEScct"
}

This would be a subclass of the otio Effect schema.

By practice - process_space should be a name from the OCIO studio config.

@reinecke reinecke added good first issue If you're looking for a way to contribute, but not sure where to start. This is a good first issue. color items relating to using OTIO for Color Management labels Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
color items relating to using OTIO for Color Management good first issue If you're looking for a way to contribute, but not sure where to start. This is a good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant