anuj mittal wrote:
>
> I can't figure out how to use the
> mpegts plugin.I have installed the libtsmux . But when
I try to convert
> a .m2v file to
> .ts using
>
> gst-launch-0.10 filesrc location=c:/shakira.m2v !
flutsmux ! filesink
> location=c:/shakira.ts
>
A bytestream emitted by filesrc has no identifying caps or
timestamps or
any of the other things a muxer needs in order to mux it
correctly.
You'll need to parse the stream first, using the
mpegvideoparse element
from the gst-plugins-bad module.
gst-launch-0.10 filesrc location=c:/shakira.m2v !
mpegvideoparse !
flutsmux ! filesink location=shakira.ts should work.
Regards,
Jan.
------------------------------------------------------------
-------------
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
|