1OCIOBAKELUT(1) User Commands OCIOBAKELUT(1)
2
3
4
6 ociobakelut - manual page for ociobakelut 2.1.2
7
9 ociobakelut -- create a new LUT or ICC profile from an OCIO config or
10 LUT file(s)
11
12 usage: ociobakelut [options] <OUTPUTFILE.LUT>
13
14 example: ociobakelut --inputspace lg10 --outputspace srgb8 --format
15 flame lg_to_srgb.3dl example: ociobakelut --lut filmlut.3dl --lut cal‐
16 ibration.3dl --format flame display.3dl example: ociobakelut --cccid 0
17 --lut cdlgrade.ccc --lut calibration.3dl --format flame graded_dis‐
18 play.3dl example: ociobakelut --lut look.3dl --offset 0.01 -0.02 0.03
19 --lut display.3dl --format flame display_with_look.3dl example:
20 ociobakelut --inputspace lg10 --outputspace srgb8 --format icc ~/Li‐
21 brary/ColorSync/Profiles/test.icc example: ociobakelut --lut film‐
22 lut.3dl --lut calibration.3dl --format icc ~/Library/ColorSync/Pro‐
23 files/test.icc
24
25 Using Existing OCIO Configurations
26
27 --inputspace %s
28 Input OCIO ColorSpace (or Role)
29
30 --outputspace %s
31 Output OCIO ColorSpace (or Role)
32
33 --shaperspace %s
34 the OCIO ColorSpace or Role, for the shaper
35
36 --looks %s
37 the OCIO looks to apply
38
39 --iconfig %s
40 Input .ocio configuration file (default: $OCIO)
41
42 Config-Free LUT Baking
43
44 (all options can be specified multiple times, each is applied in
45 order) --cccid %s Specify a CCCId for any following
46 LUTs --lut %s Specify a LUT (forward direction)
47 --invlut %s Specify a LUT (inverse direction) --slope
48 %f %f %f slope --offset %f %f %f offset (float) --off‐
49 set10 %f %f %f offset (10-bit) --power %f %f %f power --sat
50 %f saturation (ASC-CDL luma coefficients)
51
52 Baking Options
53
54 --format %s
55 the LUT format to bake: flame (.3dl), lustre (.3dl), Academy/ASC
56 Common LUT Format (.clf), Color Transform Format (.ctf), cines‐
57 pace (.csp), houdini (.lut), iridas_cube (.cube), iridas_itx
58 (.itx), resolve_cube (.cube), truelight (.cub), icc (.icc)
59
60 --shapersize %d
61 size of the shaper (default: format specific)
62
63 --cubesize %d
64 size of the cube (default: format specific)
65
66 --stdout
67 Write to stdout (rather than file)
68
69 --v Verbose
70
71 --help Print help message
72
73 ICC Options
74
75 --whitepoint %d
76 whitepoint for the profile (default: 6505)
77
78 --displayicc %s
79 an ICC profile which matches the OCIO profiles target display
80
81 --description %s
82 a meaningful description, this will show up in UI like photoshop
83 (defaults to "filename.icc")
84
85 --copyright %s
86 a copyright field added in the file (default: "No copyright. Use
87 freely.")
88
89
90
91ociobakelut 2.1.2 June 2022 OCIOBAKELUT(1)