ivtc

ivtc — Inverse Telecine

Synopsis

                    GstIvtc;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstIvtc

Properties

  "perform-magic"            gboolean              : Read / Write
  "replace-top"              gboolean              : Read / Write

Description

History

This filter performs inverse telecine adaptively. It tries to reconstruct original frames by re-assembling these from best matching top and bottom frames in a telecined stream. After this operation, it remains to alter the framerate by dropping some frames, which can be done by decimate.

  • transcode ivtc filter [Thanassis Tsiodras], based on avisynth Decomb work [Donald Graft]

Details

GstIvtc

typedef struct _GstIvtc GstIvtc;

Property Details

The "perform-magic" property

  "perform-magic"            gboolean              : Read / Write

Perform some magic.

Default value: FALSE


The "replace-top" property

  "replace-top"              gboolean              : Read / Write

Replace top field.

Default value: TRUE

See Also

decimate