Top | ![]() |
![]() |
![]() |
![]() |
GDateTime * | daily-jam | Read / Write |
gboolean | drop-frame | Read / Write |
gboolean | override-existing | Read / Write |
GstClock * | source-clock | Read / Write |
gboolean | post-messages | Read / Write |
GstVideoTimeCode * | first-timecode | Read / Write |
gboolean | first-timecode-to-now | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstTimeCodeStamper
This element attaches a timecode into every incoming video frame. It starts counting from the stream time of each segment start, which it converts into a timecode.
plugin |
timecode |
author |
Vivia Nikolaidou <vivia@toolsonair.com |
class |
Filter/Video |
“daily-jam”
property “daily-jam” GDateTime *
The daily jam of the timecode.
Owner: GstTimeCodeStamper
Flags: Read / Write
“drop-frame”
property “drop-frame” gboolean
Use drop-frame timecodes for 29.97 and 59.94 FPS.
Owner: GstTimeCodeStamper
Flags: Read / Write
Default value: FALSE
“override-existing”
property “override-existing” gboolean
If set to true, any existing timecode will be overridden.
Owner: GstTimeCodeStamper
Flags: Read / Write
Default value: FALSE
“source-clock”
property “source-clock” GstClock *
If unset, the timecode will refer to the stream time.
Owner: GstTimeCodeStamper
Flags: Read / Write
“post-messages”
property “post-messages” gboolean
Post element message containing the current timecode.
Owner: GstTimeCodeStamper
Flags: Read / Write
Default value: FALSE
“first-timecode”
property “first-timecode” GstVideoTimeCode *
If set, take this timecode for the first frame and increment from it. Only the values itself are taken, flags and frame rate are always determined by timecodestamper itself. If unset (and to-now is also not set), the timecode will start at 0.
Owner: GstTimeCodeStamper
Flags: Read / Write