[gst-devel] Regarding Mp4muxer
Sriharsha
sriharsha at tataelxsi.co.in
Wed Aug 18 11:13:04 CEST 2010
Hi All..
I m working on mp4muxer.i developed the mp4muxer .the muxer is working
fine but the mp4file generated by mp4 muxer is not interleaved. firstly
muxer is processing whole audio and then whole video. I m using the
pipeline given below :-
gst-launch filesrc
location=/home/Gurpreet/inputfilesmp4/Sample_Files/TEST3_960x540_video_2.5mbps.264
! h264parse output-format=0 ! video/x-h264,width=960,
height=540,framerate=25/1 ! queue ! mux. filesrc
location=/home/Gurpreet/inputfilesmp4/Sample_Files/New_Folder/CH1_48000_mono_16bit.pcm
blocksize=2048 ! aacencoder ! mux. mp4mux name=mux ! filesink
location=/home/Gurpreet/outputfilesmp4/44sec.mp4
what is wrong in this ? what could be the reason behind this ? Is there
anything to do with timestamps ?? what should i do for timestamps ?
Thanks
Sriharsha
More information about the gstreamer-devel
mailing list