| GStreamer Entrans 0.10 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GObject +----GstObject +----GstElement +----GstBaseTransform +----GstVideoFilter +----GstMask
"bottom-right-x" guint : Read / Write "bottom-right-y" guint : Read / Write "fill" GstMaskFill : Read / Write "upper-left-x" guint : Read / Write "upper-left-y" guint : Read / Write
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].
"bottom-right-x" property"bottom-right-x" guint : Read / Write
Bottom right corner x-coordinate.
Default value: 32
"bottom-right-y" property"bottom-right-y" guint : Read / Write
Bottom right corner y-coordinate.
Default value: 32
"fill" property "fill" GstMaskFill : Read / Write
How to fill masked parts.
Default value: Black
"upper-left-x" property"upper-left-x" guint : Read / Write
Upper left corner x-coordinate.
Default value: 0
"upper-left-y" property"upper-left-y" guint : Read / Write
Upper left corner y-coordinate.
Default value: 0