agingtv

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

Synopsis

struct              GstAgingTV;

Object Hierarchy

  GObject
   +----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 -v videotestsrc ! agingtv ! ffmpegcolorspace ! autovideosink
This pipeline shows the effect of agingtv on a test stream.

Synopsis

Element Information

plugin

effectv

author

Sam Lantinga <slouken@devolution.com>

class

Filter/Effect/Video

Element Pads

name

sink

direction

sink

presence

always

details

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

name

src

direction

source

presence

always

details

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)-16777216, green_mask=(int)16711680, blue_mask=(int)65280, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]

Details

struct GstAgingTV

struct 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