deinterlace

deinterlace — Deinterlace Methods ported from DScaler/TvTime

Synopsis

struct              GstDeinterlace;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstDeinterlace

Implemented Interfaces

GstDeinterlace implements GstChildProxy.

Properties

  "fields"                   GstDeinterlaceFields  : Read / Write
  "method"                   GstDeinterlaceMethods  : Read / Write
  "mode"                     GstDeinterlaceModes   : Read / Write
  "tff"                      GstDeinterlaceFieldLayout  : Read / Write
  "drop-orphans"             gboolean              : Read / Write
  "ignore-obscure"           gboolean              : Read / Write
  "locking"                  GstDeinterlaceLocking  : Read / Write

Description

deinterlace deinterlaces interlaced video frames to progressive video frames. For this different algorithms can be selected which will be described later.

Example launch line

1
2
3
4