Scroll to navigation

OCIOBAKELUT(1) User Commands OCIOBAKELUT(1)

NAMEΒΆ

ociobakelut - create a new LUT or ICC profile from an OCIO config or LUT file(s)

usage: ociobakelut [options] <OUTPUTFILE.LUT>

example: ociobakelut --inputspace lg10 --outputspace srgb8 --format flame lg_to_srgb.3dl example: ociobakelut --lut filmlut.3dl --lut calibration.3dl --format flame display.3dl example: ociobakelut --cccid 0 --lut cdlgrade.ccc --lut calibration.3dl --format flame graded_display.3dl example: ociobakelut --lut look.3dl --offset 0.01 -0.02 0.03 --lut display.3dl --format flame display_with_look.3dl example: ociobakelut --inputspace lg10 --outputspace srgb8 --format icc ~/Library/ColorSync/Profiles/test.icc example: ociobakelut --lut filmlut.3dl --lut calibration.3dl --format icc ~/Library/ColorSync/Profiles/test.icc

Using Existing OCIO Configurations

Input OCIO ColorSpace (or Role)
Output OCIO ColorSpace (or Role)
the OCIO ColorSpace or Role, for the shaper
the OCIO looks to apply
Input .ocio configuration file (default: $OCIO)

Config-Free LUT Baking

(all options can be specified multiple times, each is applied in order) --cccid %s Specify a CCCId for any following LUTs --lut %s Specify a LUT (forward direction) --invlut %s Specify a LUT (inverse direction) --slope %f %f %f slope --offset %f %f %f offset (float) --offset10 %f %f %f offset (10-bit) --power %f %f %f power --sat %f saturation (ASC-CDL luma coefficients)

Baking Options

the LUT format to bake: flame (.3dl), lustre (.3dl), Academy/ASC Common LUT Format (.clf), Color Transform Format (.ctf), cinespace (.csp), houdini (.lut), iridas_cube (.cube), iridas_itx (.itx), resolve_cube (.cube), truelight (.cub), icc (.icc)
size of the shaper (default: format specific)
size of the cube (default: format specific)
Write to stdout (rather than file)
Verbose
Print help message

ICC Options

whitepoint for the profile (default: 6505)
an ICC profile which matches the OCIO profiles target display
a meaningful description, this will show up in UI like photoshop (defaults to "filename.icc")
a copyright field added in the file (default: "No copyright. Use freely.")
August 2023 create a new LUT or ICC profile from an OCIO config or LUT file(s)