exclusion

exclusion — Exclusion exclodes the colors in the video signal.

Synopsis

struct              GstExclusion;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstVideoFilter
                           +----GstExclusion

Properties

  "silent"                   gboolean              : Read / Write
  "factor"                   guint                 : Read / Write

Description

Exclusion saturates the colors of a video stream in realtime.

Example launch line

1
2
3
4