<div dir="ltr">I don't have this information, is there any way to guess it, the same way as avconv does?<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 28, 2016 at 4:59 PM, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@gmail.com" target="_blank">nicolas.dufresne@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le dimanche 28 février 2016 à 15:19 +0000, Monyz Wacon a écrit :<br>
> gst-launch-1.0 filesrc location=test.h264 ! h264parse ! qtmux !<br>
> filesink location="test.mp4"<br>
<br>
</span>The problem is that h264parse cannot guess the timestamp information.<br>
You need to provide that in order to produce a valid ISOMP4. You can do<br>
that using a buffer probe, assuming you have this information saved<br>
somewhere.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>