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

Jan Schmidt thaytan at noraisin.net
Wed May 20 13:46:19 CEST 2009


On Wed, 2009-05-20 at 09:56 +0200, Marc Leeman wrote:
> > 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

DVD uses MPEG Program Streams, not transport streams.

I haven't ever tried to mux something that was DVD compatible, but I'd
start by trying either ffmux_dvd or mplex with format=8 or format=9 as
the muxer.

Cheers,
Jan. 
-- 
Jan Schmidt <thaytan at noraisin.net>





More information about the gstreamer-devel mailing list