<div dir="ltr"><div>I am just asking basically what the terms mean, what is the difference in the output formats? I have been using AVC Sample Format and found that the H264Parse was re-writting my first 1 or 2 bytes (depending on the type code), causing serious downstream problems (as in total failure). This was video that, in this particular case, originated as RTP from an Axis camera, was transmuxed to multi-cast MP2T, then processed back to RTP via MP2TDemux -> H264Parse -> RTPH264Pay -> UDPSink.<br>
<br></div>Chuck<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 8, 2013 at 5:50 PM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 2013-11-08 at 13:38 -0500, Chuck Crisler wrote:<br>
<br>
Hi Chuck,<br>
<div class="im"><br>
> In the 'bad' plugins, v. 0.10.20, the h264parse element has a property<br>
> 'output-format' with the options: AVC Sample Format, Byte Stream<br>
> Format and Input format. What is the real difference in these?<br>
<br>
</div>These are different representations of H.264 video data. byte-stream<br>
format is also known as "Annex B" format sometimes.<br>
<br>
In early 0.10 versions there was a property for the output format. In<br>
later versions and 1.x the output format is determined via the normal<br>
caps negotiation mechanism, so if one wants to force a specific output<br>
format one can put a capsfilter after h264parse, otherwise it will try<br>
to figure out which one is desired itself.<br>
<div class="im"><br>
<br>
> If 'Input Format' merely uses the same format on output that it sees<br>
> on input, does it change when bitstream SPS/PPS headers cause a change<br>
> from bytestream to packetized?<br>
<br>
</div>I'm not sure I understand the "when bitstream SPS/PPS headers cause a<br>
change from bytestream to packetized" bit or what you're asking here<br>
exactly.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
<br>
<br>
<br>
<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>
</font></span></blockquote></div><br></div>