Jump to content

GstSEIMetadata/User Guide: Difference between revisions

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 seiinject and seimetatimestamp elements.
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 ! seimetatimestamp ! seilatencytester ! seiinject metadata="Hello World" ! filesink location=seiinject_videotestsrc.h264 -v
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>


532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.