Add "smart" OCIO settings for different image / movie inputs #574
SteffenDuenner
started this conversation in
Ideas
Replies: 2 comments 4 replies
|
Thanks for the suggestions, I agree that changing settings all the time is a pain. As a compromise to having the OCIO's changed automatically, would having keyboard shortcuts to select different profiles be reasonable? Also do you use any integer files that are not sRGB, like Cineon or DPX? |
0 replies
|
Having keyboard shortcuts to switch between profiles sounds intriguing. In the end it's just very few profiles in my daily work:
So putting these on shortcuts or preset buttons in the toolbar would be awesome I guess. And while thinking about it, I noticed that it must be many years already that I last had to deal with dpx or even cin files. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now, when viewing 8bit PNGs or JPGs with sRGB content I have to either manually switch off OCIO or set the input and display color space to sRGB. When afterwards viewing a 16bit half-float EXR I have to make sure that OCIO is active and set it to linear input / sRGB display. Depending on the stuff I need to view I have to change OCIO settings all the time.
Somehow it would be nice if DJV offered some way to set defaults for different bit depth inputs, so that e.g. 8 or 16bit integer inputs would be treated as sRGB while 16 or 32bit float inputs as being linear.
Additionally it would help if the same also goes for the View and Look settings so that DJV automagically shows integer (LDR) inputs with a standard sRGB (or Rec.709 or P3 or whatever the user prefers) while showing linear float inputs (HDR) with a different View and Look setting to allow tone-mapping, gamut-compression and the likes.
And while we're at it: OpenEXR 3.4.0 now has a "colorInteropID attribute" ( https://openexr.com/en/latest/news.html#id1:~:text=%E2%9C%A8%20New%20%60colorInteropID,of%20OpenEXR%20Files ) that gives a clue about the used color space (linear AP0, AP1, Rec.709, ...) and can be used to set DJV's input color space accordingly, so that e.g. linear ACEScg AP1 or linear Rec.709 inputs are automatically treated as such.
All reactions