[Bug 766832] encoder: Add CBR and VBR support in VP9
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 2 20:53:03 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=766832
--- Comment #12 from sreerenj <bsreerenj at gmail.com> ---
(In reply to Hyunjun Ko from comment #6)
> (In reply to Víctor Manuel Jáquez Leal from comment #5)
> > Review of attachment 352508 [details] [review] [review]:
> >
> > @@ +313,3 @@
> > + rate_control->window_size = encoder->cpb_length;
> > + rate_control->initial_qp = encoder->yac_qi;
> > + rate_control->min_qp = 1; /* Fixme: provide user control */
> >
> > I not sure if 1 is a good "default". vp9enc uses 0. Also ffmpeg, if I
> > understand correctly.
> >
>
> It's ok to set 0 as default. But I doubt even driver is handling this
> parameter for VP8/VP9 encoding, especially for CBR/VBR.
> As you said, bitrate and target percentage is important in this case.
> Sree may know about this in detail :)
BRC in vp9 encoder using
intial_buffer_fullness and buffer_size (from HRD),target_percentage,
window_size and bitrate (from RateControl) and framerate(from Framerate).
No usage of initial_qp and min_qp in driver brc code.
--
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