| Top |
| guint | bottom-right-x | Read / Write |
| guint | bottom-right-y | Read / Write |
| GstMaskFill | fill | Read / Write |
| guint | upper-left-x | Read / Write |
| guint | upper-left-y | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstElement
╰── GstBaseTransform
╰── GstVideoFilter
╰── GstMask
This filter applies a rectangular mask to an image. The mask is specified by an upper left and bottom right corner; everything outside of the maks is set to color indicated by fill (as borders are in the videobox filter).
It is akin to and named after transcode mask filter [Thomas Oestreich, Chad Page].
plugin |
transcode |
author |
Mark Nauwelaerts <mnauw@users.sourceforge.net> |
class |
Filter/Effect/Video |
“bottom-right-x” property “bottom-right-x” guint
Bottom right corner x-coordinate.
Flags: Read / Write
Default value: 32
“bottom-right-y” property “bottom-right-y” guint
Bottom right corner y-coordinate.
Flags: Read / Write
Default value: 32
“fill” property “fill” GstMaskFill
How to fill masked parts.
Flags: Read / Write
Default value: Black
“upper-left-x” property “upper-left-x” guint
Upper left corner x-coordinate.
Flags: Read / Write
Default value: 0