entransivtc

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 entransdecimate.

History

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

Hierarchy

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstElement
                ╰──GstBaseTransform
                    ╰──GstVideoFilter
                        ╰──entransivtc

Factory details

Authors: – Mark Nauwelaerts , Thanassis Tsiodras

Classification:Filter/Effect/Video

Rank – none

Plugin – entranstranscode

Package – GStreamer Entrans

Pad Templates

sink

video/x-raw:
         format: { I420, YV12 }
          width: [ 1, 2147483647 ]
         height: [ 1, 2147483647 ]
      framerate: [ 0/1, 2147483647/1 ]

Presencealways

Directionsink

Object typeGstPad


src

video/x-raw:
         format: { I420, YV12 }
          width: [ 1, 2147483647 ]
         height: [ 1, 2147483647 ]
      framerate: [ 0/1, 2147483647/1 ]

Presencealways

Directionsrc

Object typeGstPad


Properties

perform-magic

“perform-magic” gboolean

Perform some magic

Flags : Read / Write

Default value : false


replace-top

“replace-top” gboolean

Replace top field

Flags : Read / Write

Default value : true


The results of the search are