532
edits
No edit summary |
|||
Line 331: | Line 331: | ||
As shown in the description, this element measures the latency of each buffer by using the element of metadata. An example of how to use this would be the following pipeline with the | As shown in the description, this element measures the latency of each buffer by using the element of metadata. An example of how to use this would be the following pipeline with the seiextract and seilatencytester elements. | ||
'''H264''' | |||
<pre> | <pre> | ||
gst-launch-1.0 videotestsrc ! x264enc ! | gst-launch-1.0 videotestsrc ! x264enc ! seiinject metadata="Hello World" ! seiextract ! seilatencytester !filesink location=seiinject_videotestsrc.h264 -v | ||
</pre> | |||
'''H265''' | |||
<pre> | |||
gst-launch-1.0 videotestsrc ! x265enc ! seiinject metadata="Hello World" ! seiextract ! seilatencytester ! filesink location=seiinject_videotestsrc.h265 -v | |||
</pre> | </pre> | ||
edits