![]() |
![]() |
![]() |
GStreamer Entrans 1.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstBaseTransform +----GstVideoFilter +----GstSmooth
"blend-factor" gfloat : Read / Write "chroma-diff" guint : Read / Write "luma-diff" guint : Read / Write "search-range" guint : Read / Write
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.
plugin |
transcode |
author |
Mark Nauwelaerts <mnauw@users.sourceforge.net>, Chad Page |
class |
Filter/Effect/Video |
"blend-factor"
property "blend-factor" gfloat : Read / Write
Blend Factor.
Allowed values: [0,1]
Default value: 0.25
"chroma-diff"
property "chroma-diff" guint : Read / Write
Maximum Chroma Difference.
Allowed values: <= 16
Default value: 6
"luma-diff"
property "luma-diff" guint : Read / Write
Maximum Luma Difference.
Allowed values: <= 16
Default value: 8