Last active
August 29, 2015 14:07
-
-
Save KelSolaar/ba447e6bd49c4c16d00f to your computer and use it in GitHub Desktop.
Sony F35 IDT Ramblings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set cut_paste_input [stack 0] | |
version 8.0 v1 | |
Read { | |
inputs 0 | |
file /Users/kelsolaar/Downloads/SonyF35.StillLife.dpx | |
format "1920 1080 0 0 1920 1080 1 HD" | |
origset true | |
colorspace linear | |
raw true | |
timecode 02:14:20:19 | |
edge_code "\\xff\\xff \\xff\\xff \\xff\\xff \\xff\\xff\\xff\\xff \\xff\\xff\\xff\\xff \\xff\\xff" | |
name Read3 | |
selected true | |
xpos 400 | |
ypos -114 | |
} | |
set N25ea0160 [stack 0] | |
Multiply { | |
value 1023 | |
name integer_10_bits_scale_Multiply | |
selected true | |
xpos 400 | |
ypos -13 | |
} | |
Expression { | |
temp_name0 AB | |
temp_expr0 90 | |
temp_name1 B | |
temp_expr1 64 | |
temp_name2 W | |
temp_expr2 940 | |
expr0 "(r >= AB ) ? ( pow(10., ( ( ( r - B) / ( W - B) - 0.616596 - 0.03) / 0.432699)) - 0.037584) * 0.9 : ( ( ( r - B) / ( W - B) - 0.030001222851889303) / 5.) * 0.9" | |
expr1 "(g >= AB ) ? ( pow(10., ( ( ( g - B) / ( W - B) - 0.616596 - 0.03) / 0.432699)) - 0.037584) * 0.9 : ( ( ( g - B) / ( W - B) - 0.030001222851889303) / 5.) * 0.9" | |
expr2 "(b >= AB ) ? ( pow(10., ( ( ( b - B) / ( W - B) - 0.616596 - 0.03) / 0.432699)) - 0.037584) * 0.9 : ( ( ( b - B) / ( W - B) - 0.030001222851889303) / 5.) * 0.9" | |
channel3 {none none none -rgba.alpha} | |
name SLog_to_linear | |
label "if (SLog >= ab)\n\t\tlin = ( pow(10., ( ( ( SLog - b) / ( w - b) - 0.616596 - 0.03) / 0.432699)) - 0.037584) * 0.9;\n\telse if (SLog < ab) \n\t\tlin = ( ( ( SLog - b) / ( w - b) - 0.030001222851889303) / 5.) * 0.9;" | |
selected true | |
xpos 400 | |
ypos 19 | |
} | |
set N3249c4a0 [stack 0] | |
Read { | |
inputs 0 | |
file /Users/kelsolaar/Downloads/SonyF35.StillLife.dpx | |
format "1920 1080 0 0 1920 1080 1 HD" | |
origset true | |
colorspace SLog1 | |
timecode 02:14:20:19 | |
edge_code "\\xff\\xff \\xff\\xff \\xff\\xff \\xff\\xff\\xff\\xff \\xff\\xff\\xff\\xff \\xff\\xff" | |
name Read4 | |
selected true | |
xpos 510 | |
ypos -114 | |
} | |
Merge2 { | |
inputs 2 | |
operation difference | |
name difference_Merge | |
selected true | |
xpos 510 | |
ypos 35 | |
} | |
Multiply { | |
value 100 | |
name show_me_the_truth_Multiply | |
selected true | |
xpos 510 | |
ypos 59 | |
} | |
push $N25ea0160 | |
ViewMetaData { | |
name ViewMetaData | |
selected true | |
xpos 400 | |
ypos -138 | |
} | |
push $N3249c4a0 | |
ColorMatrix { | |
matrix { | |
{0.754338638 0.021198141 -0.009756991} | |
{0.133697046 1.005410934 0.004508563} | |
{0.111968437 -0.026610548 1.005253201} | |
} | |
name SGamut_to_ACES_RGB | |
selected true | |
xpos 400 | |
ypos 81 | |
} | |
ColorMatrix { | |
matrix { | |
{2.52197696 -1.13706612 -0.38491081} | |
{-0.27547671 1.36982658 -0.09434988} | |
{-0.01598681 -0.14781833 1.16380514} | |
} | |
name ACES_RGB_to_sRGB_ColorMatrix | |
selected true | |
xpos 400 | |
ypos 105 | |
} | |
Read { | |
inputs 0 | |
file /Users/kelsolaar/Documents/Development/colour-science/colour-website/ipython/resources/images/SonyF35.StillLife.exr | |
format "1920 1080 0 0 1920 1080 1 HD" | |
origset true | |
name Read2 | |
selected true | |
xpos 290 | |
ypos -109 | |
} | |
ColorMatrix { | |
matrix { | |
{2.52197696 -1.13706612 -0.38491081} | |
{-0.27547671 1.36982658 -0.09434988} | |
{-0.01598681 -0.14781833 1.16380514} | |
} | |
name ACES_RGB_to_sRGB_ColorMatrix1 | |
selected true | |
xpos 290 | |
ypos -33 | |
} | |
Viewer { | |
inputs 2 | |
input_process false | |
name Viewer1 | |
selected true | |
xpos 290 | |
ypos 105 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment