Skip to main content

Alpha Operations

The Alpha Operations composition types require an alpha channel in the clips on the blend and base track. If the clips do not have an alpha channel, you can add one by using effects from the Alpha, Mask and Keying effects category.

You can change the Alpha Operation by selecting from the Composition Type drop-down list.

For this comparison, title clips were used for the orange square on the blend track, and for a blue circle in the base track.

Composition TypeExampleNotes
Default compositeThe square on the upper track (blend track) covers part of the circle on the lower track (base track)
Alpha ATOPDraw a pixel from the base layer on top of the blend layer if both layers have a non-alpha pixel (frei0r.alphaatop)
Alpha INDraw a pixel from the base layer only where both layers have a non-alpha pixel. This is the alpha equivalent of clipping. (frei0r.alphain)
Alpha OUTDraw an alpha pixel only where both layers have a non-alpha pixel, otherwise draw the pixel from the base layer. This is the alpha equivalent of clipping. (frei0r.alphaout)
Alpha OVEROverlay the blend layer with the base layer (frei0r.alphaover)
Alpha XORDraw a pixel only where either layer has a pixel, and no pixel (alpha) where both layers have a pixel (frei0r.alphaxor)
*[RGB]: Red Green Blue