| Top |
| guint | chroma-diff | Read / Write |
| guint | chroma-eq | Read / Write |
| guint | chroma-threshold | Read / Write |
| guint | diff | Read / Write |
| guint | threshold | Read / Write |
| guint | threshold-eq | Read / Write |
GObject
╰── GInitiallyUnowned
╰── GstObject
╰── GstElement
╰── GstBaseTransform
╰── GstVideoFilter
╰── GstDetectInter
This filter checks for interlaced video frames and marks these by preceding them with a custom downstream event (simply an empty structure called 'detectinter'). Subsequent (dynamic/adaptive) de-interlacing can then be done by a downstream de-interlacing filter that recognizes this custom mark, such as fields.
plugin |
transcode |
author |
Mark Nauwelaerts <mnauw@users.sourceforge.net>, Thomas Oestreich |
class |
Filter/Effect/Video |
“chroma-diff” property “chroma-diff” guint
Threshold for different chroma.
Flags: Read / Write
Allowed values: <= 255
Default value: 9
“chroma-eq” property “chroma-eq” guint
Threshold for equal chroma.
Flags: Read / Write
Allowed values: <= 255
Default value: 9
“chroma-threshold” property “chroma-threshold” guint
Interlace detection chroma threshold.
Flags: Read / Write
Allowed values: <= 255
Default value: 4
“diff” property “diff” guint
Threshold for different colors.
Flags: Read / Write
Allowed values: <= 255
Default value: 9
“threshold” property “threshold” guint
Interlace detection threshold.
Flags: Read / Write
Allowed values: <= 255
Default value: 9