[gst-devel] Fluendo plugin
Jan Schmidt
thaytan at noraisin.net
Mon Apr 2 11:22:39 CEST 2007
anuj mittal wrote:
> Thanks, i tried it for a mp2 file.
>
> gst-launch-0.10 filesrc location = C:/a.mp2 ! mp3parse ! flutsmux !
> filesink location = c:/b.ts
>
> It gives me the .ts file alright.But how do I mux two streams.
>
You feed multiple streams into the muxer by naming it and using the name
elsewhere in the pipeline:
gst-launch-0.10 filesrc location=C:/a.mp2 ! mp3parse ! flutsmux name=mux
! filesink location=c:/b.ts filesrc location=C:/b.mpv ! mpegvideoparse !
mux.
J.
More information about the gstreamer-devel
mailing list