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.
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstream
er-devel
|