<div dir="ltr">AFAIK, h264 has no notion of CBR. You can achieve something similar by correctly configuring the encoder.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 22 February 2015 at 03:49, Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@collabora.com" target="_blank">nicolas.dufresne@collabora.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Le 2015-02-19 21:13, frankw a écrit :<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I think in general I wonder: after such transcoding, is it CBR or VBR<br>
transport stream being produced? and in terms of PCR, how valid is it being<br>
generated/inserted into the output stream?<br>
</blockquote></span>
If transcoding (unless you mean transmuxing) it will be VBR or CBR depending on how you have configured the encoder.<br>
<br>
If you have enabled B-Frame and are using x264enc in 1.4, the PTS/DTS delta will always be wrong. The reson is that in 1.4 we offset the DTS forward in order to avoid unsupported negative values but we leave the PTS untouched. This is very unfortunate behaviour which we are trying to fix in current development cycle.<br>
<br>
The delta being wrong does not affect Gst (same goes in VLC) as there is no synchronization of stream at decoder input. In fact, our decoders reorder the frames based on the sequences information found in the bitstream. Decoders simply run as fast as possible, and block when downstream is full/blocked.<span class="HOEnZb"><font color="#888888"><br>
<br>
Nicolas</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</div></div></blockquote></div><br></div>