soften

soften — Softening

Synopsis

struct              GstSoften;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstVideoFilter
                                 +----GstSoften

Properties

  "luma-threshold"           guint                 : Read / Write
  "radius"                   guint                 : Read / Write

Description

History

Light-weight "single-frame" smoothing/denoising, that is, it only works with the current frame, it does not need the next or the previous frame.

  • avidemux soften filter [Mean] (based/inspired on avisynth spatial soften)

Element Information

plugin

avidemux

author

Mark Nauwelaerts <mnauw@users.sourceforge.net>, Mean

class

Filter/Effect/Video

Details

struct GstSoften

struct GstSoften;

Property Details

The "luma-threshold" property

  "luma-threshold"           guint                 : Read / Write

Luma Threshold.

Allowed values: <= 255

Default value: 5


The "radius" property

  "radius"                   guint                 : Read / Write

Radius.

Allowed values: [1,60]

Default value: 2