[Bug 749950] encoder: VP8: Add CBR Encoding mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 9 06:12:20 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=749950

--- Comment #8 from Hyunjun Ko <zzoon at igalia.com> ---
On CBR mode, it requires clamp_qindex_high/low in
VAEncPictureParameterBufferVP8, otherwise quantizer is set to 0 by default,
which means that encoder doesn't use it during calculation of rate control
algorithm.
I set to 0 as min, 127 as max, which is allowed.

Regarding calculation of HRD parameter,
I refered to libyami's code, but I'm not sure this does make sense.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list