Encoding and streaming video+audio to UDP

Peter Maersk-Moller pmaersk at gmail.com
Wed Aug 6 06:12:03 PDT 2014


Hi Nicolas


On Wed, Aug 6, 2014 at 3:03 PM, Nicolas Dufresne <
nicolas.dufresne at collabora.com> wrote:

> Keep increasing the bitrate. If you want to go further, learn what set
> of flags zerolatency is, split it up, and enable/disable some of it, to
> actually tune your quality. Don't set tune if you want to use
> option-string or split properties (that would conflict). Zero-latency
> disables anything that requires extra observation, hence a lot of that
> would lead to higher quality at the cost of some latency.
>

Does this mean, that setting zerolatency will make x264enc ignore bframes
if you do it like this?

    gst-launch  ..... !  x264enc tune=zerolatency bframes=2 ! ...

Or does it mean that zerolatency first sets bframes to 0 and then the
option bframes is set afterwards during initialization of x264enc ?

If yes, is the order the arguments are given important?

Best regards
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140806/49f2a6f8/attachment.html>


More information about the gstreamer-devel mailing list