what is problem with mp4mux

Sudhir vndkst at yahoo.com
Tue May 27 02:04:44 PDT 2014


Hello metind,

Mp4 muxer needs EOS signal to write atom data at the end of the mp4 file. To
generate EOS signal on Ctr+C,  add -e at the end of your pipeline.

eg.

gst-launch videotestsrc ! ffmpegcolorspace ! videoscale !
video/x-raw-yuv,width=320,height=240 ! ffenc_mpeg4 ! queue2 ! mux.video_0
audiotestsrc ! audioconvert ! lamemp3enc ! queue2 ! mux.audio_0 mp4mux
name=mux ! filesink location=myfile.mp4  -e 

~Sudhir



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/what-is-problem-with-mp4mux-tp4667186p4667187.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list