Skip to content

Conversation

scottdyer
Copy link
Contributor

This branch temporarily modifies the ARRI transform metadata under the "v2.0.0+2025.04.04" grouping in the .json. This info will be permanently captured in a future build release of ACES, but it is impractical to issue a new build at this time..

Specifically, this commit:

  1. Adds a transform entry for ACES2065-1 to ARRI LogC3
        {
          "transformId": "urn:ampas:aces:transformId:v2.0:CSC.Arri.ACES_to_LogC3.a2.v1",
          "userName": "ACES2065-1 to ARRI LogC3",
          "transformType": "CSC",
          "previousEquivalentTransformIds": [],
          "inverseTransformId": "urn:ampas:aces:transformId:v2.0:CSC.Arri.LogC3_to_ACES.a2.v1",
          "transformUrl": []
        },

No transformUrl set since it's not part of that snapshot.

  1. Adds the above transform as the inverseTransformId for CSC.Arri.LogC3_to_ACES
        {
          "transformId": "urn:ampas:aces:transformId:v2.0:CSC.Arri.LogC3_to_ACES.a2.v1",
          "userName": "ARRI LogC3 to ACES2065-1",
          "transformType": "CSC",
          "previousEquivalentTransformIds": [],
          **"inverseTransformId": "urn:ampas:aces:transformId:v2.0:CSC.Arri.ACES_to_LogC3.a2.v1",**
          "transformUrl": "https://raw.githubusercontent.com/ampas/aces-input-and-colorspaces/cc60becf11534f2a40df00a281f47e95412d0599/arri/CSC.Arri.LogCv3_to_ACES.ctl"
        },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants