added OCIO config that requires 1.0.3
[OpenColorIO-Configs.git] / aces / README
1 RRT VERSION: ut33
2
3 https://github.com/ampas/aces-dev/tree/22d282997f92deef76b641b2148af25df8027f64
4
5 config_1_0_3.ocio:  requires OCIO 1.0.3+.
6 - specifies the use of tetrahedral interpolation on the RRTs
7
8 config.ocio:  requires OCIO 1.0.0+.
9
10
11
12
13
14 # COMMANDS TO GENERATE RRT 3D LUTS
15 # This is to pickup the log -> aces transform (the input allocation)
16 setenv OCIO /path/to/ocio/aces/config.ocio
17
18 ociolutimage --generate --colorconvert log aces --output log_aces.exr
19
20 ctlrender -ctl rrt/rrt.ctl -ctl odt/p3d60/odt_p3d60.ctl log_aces.exr rrt_ut33_p3d60.exr
21 ctlrender -ctl rrt/rrt.ctl -ctl odt/p3dci/odt_p3dci.ctl log_aces.exr rrt_ut33_p3dci.exr
22 ctlrender -ctl rrt/rrt.ctl -ctl odt/rec709/odt_rec709.ctl log_aces.exr rrt_ut33_rec709.exr
23 ctlrender -ctl rrt/rrt.ctl -ctl odt/smpte_rp/rdt_dcdm.ctl log_aces.exr rrt_ut33_dcdm.exr
24 ctlrender -ctl rrt/rrt.ctl -ctl odt/sRGB/odt_sRGB.ctl log_aces.exr rrt_ut33_sRGB.exr
25
26 ociolutimage --extract --input rrt_ut33_p3d60.exr --output rrt_ut33_p3d60.spi3d
27 ociolutimage --extract --input rrt_ut33_p3dci.exr --output rrt_ut33_p3dci.spi3d
28 ociolutimage --extract --input rrt_ut33_rec709.exr --output rrt_ut33_rec709.spi3d
29 ociolutimage --extract --input rrt_ut33_dcdm.exr --output rrt_ut33_dcdm.spi3d
30 ociolutimage --extract --input rrt_ut33_sRGB.exr --output rrt_ut33_sRGB.spi3d
31