videoconvert

videoconvert — Converts video from one colorspace to another

Synopsis

                    GstVideoConvert;

Object Hierarchy

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

Properties

  "dither"                   GstVideoConvertDitherMethod  : Read / Write

Description

Convert video frames between a great variety of video formats.

Example launch line

1
gst-launch -v videotestsrc ! video/x-raw,format=\(string\)YUY2 ! videoconvert ! ximagesink

Details

GstVideoConvert

typedef struct _GstVideoConvert GstVideoConvert;

Opaque object data structure.

Property Details

The "dither" property

  "dither"                   GstVideoConvertDitherMethod  : Read / Write

Apply dithering while converting.

Default value: No dithering (default)