convertLum.gizmo
トラッキング精度向上のための、RGB から Luminanceへの変換ノード。
————————————————————————————————-
#! /Applications/Nuke6.1v2b1/Nuke6.1v2b1.app/Contents/MacOS/Nuke6.1v2b1 -nx
version 6.1 v2b1
Gizmo {
note_font “Helvetica Bold Italic”
addUserKnob {20 User}
addUserKnob {26 Luminance l “Convert sRGB color space to the luminance of YPbPr. “}
}
Input {
inputs 0
name Input1
xpos -296
ypos -371
}
Colorspace {
colorspace_out YPbPr
name Colorspace1
xpos -302
ypos -290
}
Shuffle {
green black
blue black
alpha black
name Shuffle1
xpos -302
ypos -231
}
Colorspace {
colorspace_in YPbPr
name Colorspace2
xpos -302
ypos -159
}
Output {
name Output1
xpos -302
ypos -63
}
end_group
#! /Applications/Nuke6.1v2b1/Nuke6.1v2b1.app/Contents/MacOS/Nuke6.1v2b1 -nxversion 6.1 v2b1Gizmo { note_font “Helvetica Bold Italic” addUserKnob {20 User} addUserKnob {26 Luminance l “Convert sRGB color space to the luminance of YPbPr. “}} Input { inputs 0 name Input1 xpos -296 ypos -371 } Colorspace { colorspace_out YPbPr name Colorspace1 xpos -302 ypos -290 } Shuffle { green black blue black alpha black name Shuffle1 xpos -302 ypos -231 } Colorspace { colorspace_in YPbPr name Colorspace2 xpos -302 ypos -159 } Output { name Output1 xpos -302 ypos -63 }end_group
———————————————————————————————————-
This entry was posted on 8月 30, 2010 at 3:09 am and is filed under Uncategorized. この投稿へのコメントは RSS 2.0 フィードで購読できます。
コメントを投稿するか、自分のサイトからトラックバックを送信できます。