entransdecimate

Converts an NTSC 29.997 (30) fps stream to a 23.976 (24) fps stream by dropping a frame in each block of 5 frames that most resembles its succeeding frame.

If this is applied to a purely telecined stream that has already been processed by entransivtc, the result is the original (pre-telecine) stream.

History

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

Hierarchy

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

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


The results of the search are