Top | ![]() |
![]() |
![]() |
![]() |
gfloat | blend-factor | Read / Write |
guint | chroma-diff | Read / Write |
guint | luma-diff | Read / Write |
guint | search-range | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstVideoFilter ╰── GstEntransSmooth
Performs "single-frame" smoothing, that is, it only works with the current frame, it does not need the next or the previous frame. Usually smoothing is done by taking the data of previous frames into account to see which parts of the picture can be "safely" smoothed, this filter only needs one frame.
“blend-factor”
property “blend-factor” gfloat
Blend Factor.
Owner: GstEntransSmooth
Flags: Read / Write
Allowed values: [0,1]
Default value: 0.25
“chroma-diff”
property “chroma-diff” guint
Maximum Chroma Difference.
Owner: GstEntransSmooth
Flags: Read / Write
Allowed values: <= 16
Default value: 6
“luma-diff”
property “luma-diff” guint
Maximum Luma Difference.
Owner: GstEntransSmooth
Flags: Read / Write
Allowed values: <= 16
Default value: 8