OCIOLogConvert

プレートのサイズ変更やキーのプルなど、特定の処理操作にはログデータが必要になる場合があります。通常、これらの操作専用に色空間が用意されています。OCIOLogConvertノードはOpenColorIOlibraryを使用して、compositing_logからscene_linearへ、またはその逆に変換します。詳細については、 http://opencolorio.org

入力とコントロール

接続タイプ

接続名

関数

入力

名前のない

色空間変換を受け取る画像シーケンス。

マスク

マスクとして使用するオプションの画像。デフォルトでは、色空間変換はマスクの非黒領域に制限されています。

最初は、マスク入力はノードの右側に三角形として表示されますが、ドラッグするとラベルが付いた矢印に変わりますmask。マスク入力が表示されない場合は、 maskコントロールが無効または設定されていますnone

Control (UI)

Knob (Scripting)

Default Value

関数

OCIOLogConvert Tab

channels

channels

rgb

色空間変換はこれらのチャンネルにのみ適用されます。

これを他の何かに設定した場合allまたはnone、右側のチェックボックスを使用して個々のチャンネルを選択できます。

operation

operation

log to lin

実行する操作を指定します。

log to lin -ログから線形色空間への変換を実行します。

lin to log -線形を実行して、色空間変換を記録します。

mask

N/A

disabled

右側の関連するマスクチャネルを有効にします。このチェックボックスを無効にすることは、チャンネルをnone.

maskChannelInput

none

The channel to use as a mask. By default, the colorspace conversion is limited to the non-black areas of this channel.

inject

inject

disabled

をコピーしますmask定義済みへの入力mask.aチャネル。マスクを注入すると、同じマスクをさらに下流で使用できます。

invert

invert_mask

disabled

マスクチャネルの使用を反転して、色空間変換がマスクの非白領域に制限されるようにします。

fringe

fringe

disabled

有効にすると、マスクのエッジにのみ効果が適用されます。

無効にすると、効果はマスク全体に適用されます。

(un)premult by

N/A

disabled

右側の関連チャンネルを有効にします。このチェックボックスを無効にすることは、チャンネルをnone

unpremult

none

The image is divided by this channel before being processed, and multiplied again afterwards.

If you are using premultiplied input images, you may want to check (un)premult by and select rgba.alpha here. This will simulate doing the color conversion before the premultiplication was done. It is the same as adding an Unpremult node before this node and a Premult node after, but allows you to work faster if you’re only using one color correct node.

If you are using unpremultiplied input images, you should leave this set to none.

invert

invert_unpremult

disabled

(un)premultiplyチャネルの使用を反転します。

mix

mix

1

0の元の画像と1の完全な色空間変換の間で溶解します。



 
 
 
 


Loading results