<div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br><br></div>In this pipeline<br><br>
*gst-launch-1.0 filesrc location=why.mp4 ! qtdemux name=dec ! queue !<br>
avdec_h264 ! queue ! x264enc ! mpegtsmux name=mux ! filesink location=1.ts<br>
dec. ! queue ! audioconvert ! avenc_aac ! mux.*<br><br></div>you are not actually decoding the audio before you try to re-encode it. audioconvert only converts between raw audio formats.<br><br></div>Any particular reason why you want to re-encode audio and video? You should be able to make the transport stream without transcoding.<br><br></div>Something like<br><br></div>gst-launch-1.0 filesrc location=why.mp4 ! qtdemux name=d ! queue ! h264parse ! mpegtsmux name=mux ! filesink location=1.ts d. ! queue ! aacparse ! mux.<br><br></div>The start time at 3600 is a fixed offset used in mpegtsmux to give some slack.<br><br></div>Best Regards<br></div>Jesper<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 23, 2015 at 2:13 AM, gang <span dir="ltr"><<a href="mailto:jiazaihaibian@hotmail.com" target="_blank">jiazaihaibian@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">os platform:CentOS 7.0<br>
<br>
so,who can help me ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/how-to-convert-mp4-to-ts-use-gst-launch-1-x-tp4671263p4671265.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/how-to-convert-mp4-to-ts-use-gst-launch-1-x-tp4671263p4671265.html</a><br>
<div class="HOEnZb"><div class="h5">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>
</div></div></blockquote></div><br></div>