<div dir="ltr">While I have tried this specific case, I have transmuxed RTP and MP2T (both ways) and it works well. You may need a parse element before the mp2t muxer and a queue. That assumes that the demuxer has a property for the blue-ray input.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 11:10 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fr, 2014-05-30 at 20:18 +0530, Yogesh Tyagi wrote:<br>
> Hi,<br>
><br>
> Is there any way I can convert 192 byte transport stream into 188 byte<br>
> transport stream using gst-launch ? Is there any element available for this?<br>
> I want to convert the file not transcode it.<br>
<br>
</div></div>In theory you can do that with trans-muxing, i.e. demuxing with tsdemux<br>
and then muxing again with mpegtsmux. However this might loose some data<br>
on the way.<br>
<br>
But a simple 192->188 conversion element that does nothing else would be<br>
trivial to write if that's all that is needed.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>