RAW H264 to MP4

digi griesel at me.com
Tue May 6 03:07:09 PDT 2014


Hey guys,

*tx:* gst-launch-1.0 filesrc location=input.h264 !
video/x-h264,width=640,height=480,framerate=30/1 ! h264parse ! rtph264pay
config-interval=10 pt=96 ! udpsink host=127.0.0.1 port=5001

*rx:* gst-launch-1.0 -v udpsrc port=5001 caps='application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264' !
rtph264depay ! video/x-h264,width=640,height=480,framerate=30/1 ! h264parse
! mp4mux ! filesink location=output.mp4

The rx command gave me:
0x7f908c0cda30 WARN qtmux gstqtmux.c:2116:check_and_subtract_ts:<mp4mux0>
Subtraction would result in negative value, using 0 as result

What is the right way to convert raw h264 data into mp4 files without
re-encoding?

Thanks,
Digi



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RAW-H264-to-MP4-tp4666761.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list