agingtv

agingtv — AgingTV adds age to video input using scratches and dust

Synopsis

                    GstAgingTV;

Object Hierarchy

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

Properties

  "color-aging"              gboolean              : Read / Write
  "dusts"                    gboolean              : Read / Write
  "pits"                     gboolean              : Read / Write
  "scratch-lines"            guint                 : Read / Write

Description

AgingTV ages a video stream in realtime, changes the colors and adds scratches and dust.

Example launch line

1
gst-launch-1.0 -v videotestsrc ! agingtv ! videoconvert ! autovideosink
This pipeline shows the effect of agingtv on a test stream.

Details

GstAgingTV

typedef struct _GstAgingTV GstAgingTV;

Property Details

The "color-aging" property

  "color-aging"              gboolean              : Read / Write

Color Aging.

Default value: TRUE


The "dusts" property

  "dusts"                    gboolean              : Read / Write

Dusts.

Default value: TRUE


The "pits" property

  "pits"                     gboolean              : Read / Write

Pits.

Default value: TRUE


The "scratch-lines" property

  "scratch-lines"            guint                 : Read / Write

Number of scratch lines.

Allowed values: <= 20

Default value: 7