entranssmooth

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.

History

  • transcode smooth filter [Chad Page]

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstBaseTransform
                    ╰──GstVideoFilter
                        ╰──entranssmooth

Factory details

Authors: – Mark Nauwelaerts , Chad Page

Classification:Filter/Effect/Video

Rank – none

Plugin – entranstranscode

Package – GStreamer Entrans

Pad Templates

sink

video/x-raw:
         format: { I420, YV12 }
          width: [ 1, 2147483647 ]
         height: [ 1, 2147483647 ]
      framerate: [ 0/1, 2147483647/1 ]

Presencealways

Directionsink

Object typeGstPad


src

video/x-raw:
         format: { I420, YV12 }
          width: [ 1, 2147483647 ]
         height: [ 1, 2147483647 ]
      framerate: [ 0/1, 2147483647/1 ]

Presencealways

Directionsrc

Object typeGstPad


Properties

blend-factor

“blend-factor” gfloat

Blend Factor

Flags : Read / Write

Default value : 0.25


chroma-diff

“chroma-diff” guint

Maximum Chroma Difference

Flags : Read / Write

Default value : 6


luma-diff

“luma-diff” guint

Maximum Luma Difference

Flags : Read / Write

Default value : 8


search-range

“search-range” guint

Search Range

Flags : Read / Write

Default value : 4


The results of the search are