<div dir="ltr">Not sure if this is possible.<div><br></div><div>Not sure if you can mux again the h264 considering timestamps/keyframes change very easily.</div><div><br></div><div>Please somebody correct me if I am wrong.</div>
<div><br></div><div>Luis</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 May 2014 06:07, digi <span dir="ltr"><<a href="mailto:griesel@me.com" target="_blank">griesel@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey guys,<br>
<br>
*tx:* gst-launch-1.0 filesrc location=input.h264 !<br>
video/x-h264,width=640,height=480,framerate=30/1 ! h264parse ! rtph264pay<br>
config-interval=10 pt=96 ! udpsink host=127.0.0.1 port=5001<br>
<br>
*rx:* gst-launch-1.0 -v udpsrc port=5001 caps='application/x-rtp,<br>
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' !<br>
rtph264depay ! video/x-h264,width=640,height=480,framerate=30/1 ! h264parse<br>
! mp4mux ! filesink location=output.mp4<br>
<br>
The rx command gave me:<br>
0x7f908c0cda30 WARN qtmux gstqtmux.c:2116:check_and_subtract_ts:<mp4mux0><br>
Subtraction would result in negative value, using 0 as result<br>
<br>
What is the right way to convert raw h264 data into mp4 files without<br>
re-encoding?<br>
<br>
Thanks,<br>
Digi<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/RAW-H264-to-MP4-tp4666761.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/RAW-H264-to-MP4-tp4666761.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>