MathOps
Combines two clips using one of a variety of mathematical operations.
Inputs:
-
SourceA: The first input clip to be processed.
-
SourceB: The second input clip to be processed.
|
|
|
Parameters:
- Effect:
Popup menu, Default: Add.
Determines which mathematical operation is applied to
combine the pixel colors of the two source inputs.
- Add: A + B.
- Subtract: A - B.
- Multiply: A * B. This can be used as an 'intersection'
operation on matte images. The result only contains white where both
inputs are white.
- Divide: A / B. This can be used to 'un-premultiply' an
image by using its matte as the second input.
- Screen: A + B - AB. This can be useful in combining the
bright areas of two clips. It can also be used as a 'union'
operation on matte images. The result is white where either of the
input images is white.
- Average: (A + B) / 2.
- Overlay: combines A over B with an overlay function.
- Minimum: the smallest value for each color channel of each
pixel. This can also be used as an 'intersection' operation with
slightly different results than Multiply.
- Maximum: the largest value for each color channel of each
pixel. This can also be used as a 'union' operation with slightly
different results than Screen.
- Difference: similar to Subtract but the absolute value of
the result is used, which tends to give more resulting colors in
bounds. This can be used to select the regions of two matte
images where one or the other is white, but not both.
- Xor: performs an 'exclusive-or' operation on the colors of
the source clips. This can also be used to select the regions of two
matte images where one or the other is white, but not both, with
slightly different results than Difference.
- Xor Bits: performs a bitwise exclusive-or on the colors of
the source clips. This can produce some interesting contour effects
although the results are often difficult to predict.
- And Bits: performs a bitwise logical and on the colors of
the source clips. Similar to XorBits but tends to produce darker
results.
- Or Bits: performs a bitwise logical or on the colors of
the source clips. Similar to XorBits but tends to produce brighter
results.
- Mod: gives the remainder after dividing the colors of the
first source clip by the second. Set the A Scale parameter to a
high value for some unusual pixel banding effects.
- Round: the colors of the first source clip are rounded using
the values of the second input as the step size.
- Bounce: similar to Mod but the result contains fewer jagged
edges. Set the A Scale parameter to a high value for some striping
effects.
- Atan: performs an arc-tangent function on the colors of the
two source clips. The Dest Scale parameter is used in a slightly
different way in this operation. Set it to a high value for some
strange banding effects.
- A Scale: Default: 1, Range: any, Shared.
Scales the brightness of SourceA before performing the operation.
- A Offset: Default: 0, Range: any, Shared.
Adds to the brightness of SourceA (or subtracts if
negative) before performing the operation. 0 has no effect, .5 is
middle gray, and 1 is white.
- A Saturation: Default: 1, Range: 0 or greater, Shared.
Adjusts the color intensity of SourceA before
performing the operation. 0.0 makes it monochromatic, 1.0 has no effect.
- B Scale: Default: 1, Range: any, Shared.
Scales the brightness of SourceB before performing the operation.
- B Offset: Default: 0, Range: any, Shared.
Adds to the brightness of SourceB (or subtracts if
negative) before performing the operation. 0 has no effect, .5 is
middle gray, and 1 is white.
- B Saturation: Default: 1, Range: 0 or greater, Shared.
Adjusts the color intensity of SourceB before
performing the operation. 0.0 makes it monochromatic, 1.0 has no effect.
- Swap Inputs: Check-box, Default: off, Shared.
If enabled, effectively swaps the A and B Source inputs,
and can be helpful for non-commutative operations like subtract.
Note that this also causes parameters labeled 'A' to affect the
'B' input instead, and vice versa.
- Dest Scale: Default: 1, Range: any, Shared.
Scales the brightness of the result after performing the operation.
- Dest Offset: Default: 0, Range: any, Shared.
Adds to the brightness of the result (or subtracts if
negative) after performing the operation. 0 has no effect, .5 is
middle gray, and 1 is white.
- Dest Saturation: Default: 1, Range: 0 or greater, Shared.
Scales the color intensity of the result after
performing the operation. 0.0 makes it monochromatic, 1.0 has no effect.
See general info for: Res, On Fields, Redraw, Undo, Load Defaults, Crop, Add Noise, and Use Gamma.
See Also:
-
© 2010, GenArts, Inc. All rights reserved.