View Source Membrane.VideoCompositor.Scene.Transformation (Membrane Video Compositor plugin v0.2.2)
Module representing single-input, single-output frames processing graph nodes that apply a single effect on the input frame (e.g. crop them or round corners).
Transformations can change frame resolution. Cropping, CornersRounding, ColorFiler, RollToBall, etc. can be implemented as transformations.
Link to this section Summary
Link to this section Types
Specify how Transformations can be defined:
- By struct - when transformation can be parametrized with different values e.g. corners round (parametrized with border-radius), cropping, etc.
- By module - when there are no reasonable / common use cases of parametrization, and identifying transformation without it is enough e.g. RollToBall - transformation turning input object / frame / video into the ball