<div dir="ltr"><div class="gmail-cooked"><p>Hi all,</p>
<p>I am trying to add tag information to an encoded video file in MP4 format.</p>
<p>for example adding tags of album & artist fields.</p>
<p>I saw there is a taginject element and I tried to use it to tag the album field:</p>
<p>after running the following:</p>
<p><code>gst-launch-1.0 -v videotestsrc !
video/x-raw,width=3840,height=2160,framerate=30000/1001 ! vaapipostproc !
video/x-raw,width=1920,height=1080 ! queue ! vaapih264enc ! h264parse !
taginject tags="album=album12345" ! splitmuxsink location=file%003d.mp4
max-size-time=10000000000</code></p>
<p>I ran the mp4 files created with VLC player but I didn't see anything under the media tab in the VLC.</p>
<p>Am I using the taginject element right?<br>
Can someone add an example of working tagging to an encoded video file in MP$ container?</p>
<p>Thanks</p></div></div>