[gst-devel] How to mux in mpeg/DVD format ?

Marc Leeman marc.leeman at gmail.com
Wed May 20 09:56:49 CEST 2009


> In gstreamer How I can mux to MPEG format ? for example Mux  video MPEG2
> and audio ac3 ?


gst-launch-0.10 \
   filesrc location=file1.mpeg
   ! queue \
   ! muxer. \
   filesrc location=file2.mpeg
   ! queue \
   ! muxer. \
   filesrc location=file3.mpeg
   ! queue \
   ! muxer. mpegtsmux name=muxer \
   ! filesink location=file4.mpeg


-- 
  greetz, marc
"I don't think so," said Ren'e Descartes.  Just then, he vanished.
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090520/6ae1d36e/attachment.pgp>


More information about the gstreamer-devel mailing list