[gst-devel] MPEG-2 TS Muxing

Peter Maersk-Moller peter at maersk-moller.net
Wed May 28 23:39:08 CEST 2008


Thanks to Ramana and Julien.

A couple of extra questions.

   a) Any progressed plans on supporting audio/mpeg mpegversion=4 ?
      (AAC-LC, HE-AAC/AACPLUS)

   b) Any progressed plans on supporting xvid/mpeg-4 part 2 ?

   c) Are there any examples of how to use it ?
      Is it muxed pretty much the same way the avimux works
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-avimux.html

Something like

gst-launch-0.10 videotestsrc num-buffers=250 \
!
'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1' 

\
! xvidenc ! queue ! mux. \
audiotestsrc num-buffers=440 ! audioconvert !
'audio/x-raw-int,rate=44100,channels=2' \
! lame ! queue ! mux. \
flutsmux name=mux ! filesink location=test.ts

Kind regards

P.


Ramana Reddy Polaka wrote:
> http://core.fluendo.com/gstreamer/src/gst-fluendo-mpegmux/
> 
> 
> -----Original Message-----
> From: gstreamer-devel-bounces at lists.sourceforge.net [mailto:gstreamer-devel-bounces at lists.sourceforge.net] On Behalf Of Julien Moutte
> Sent: Tuesday, May 27, 2008 5:32 PM
> To: Peter Maersk-Moller
> Cc: gstreamer-devel at lists.sourceforge.net
> Subject: Re: [gst-devel] MPEG-2 TS Muxing
> 
> 
> Fluendo has a MPEG TS muxer. We recently introduced support M2TS 192.
> 
> https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mpegmux/
> 
> Best regards,
> 
> Julien Moutte,
> FLUENDO S.A.






More information about the gstreamer-devel mailing list