On this page |
走査線を平均化、またはコピーすることでビデオのフレームのインターレースを修正します。走査線を奇数または偶数に維持するかを選択できます。
また、走査線をドロップして、その後、選択した色で置き換えるかどうかも選択できます。
Tip
ほとんどの場合、平均化の方法が最適な仕上がりになります。
Overloading VEX Parameters ¶
This operator is implemented in VEX, which supports parameter overloading. If the first input has a plane which matches an operation parameter’s channel name, the input plane will be used as the parameter’s value, effectively overriding it. The overloaded parameter is then evaluated from the plane on a per-pixel basis.
eg. If the input COP has the following planes:
C{r,g,b} A fogdens
and it is fed into a VEX Fog COP, the fog density will be determined at each pixel by the fogdens plane, since the Fog Density parameter’s channel name matches the 'fogdens' channel name.
パラメータ ¶
Field to Keep
維持する偶数または奇数フィールドを選びます。
Method
フィールドをドロップした時に発生する動作を設定します。
Average
破棄されたフィールドの上下にあるラインをまとめて平均化します。
Copy
破棄されたフィールドの上にあるラインをコピーします。
Drop
フィールドが破棄された後の空間を指定した色で塗ります。
Drop Color
Replacement Methodとして“Drop”が選択されている場合、ギャップを塗りつぶす色です。
ローカル変数 ¶
L
Sequence length
S
Start of sequence
E
End of sequence
IL
Input sequence length
SR
Sequence frame rate
NP
Number of planes in sequence
W,H
Width and height of image
I
Image index (0 at start frame)
IT
Image time (0 at start frame)
AI
Current plane array index
PI
Current plane index
PC
Num of channels in current plane
CXRES
Composite Project X resolution
CYRES
Composite Project Y resolution
CPIXA
Composite Project pixel aspect ratio
CDEPTH
Composite Project raster depth
CBP
Composite Project black point
CWP
Composite Project white point
See also |