doc/av1_qsv: Add missed options
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
This commit is contained in:
parent
395d703c91
commit
36396aff69
1 changed files with 8 additions and 0 deletions
|
|
@ -4109,6 +4109,14 @@ by frame. Value: -1-default 0-off 1-on
|
||||||
Set the allowed max size in bytes for each frame. If the frame size exceeds
|
Set the allowed max size in bytes for each frame. If the frame size exceeds
|
||||||
the limitation, encoder will adjust the QP value to control the frame size.
|
the limitation, encoder will adjust the QP value to control the frame size.
|
||||||
Invalid in CQP rate control mode.
|
Invalid in CQP rate control mode.
|
||||||
|
|
||||||
|
@item @var{max_frame_size_i}
|
||||||
|
Maximum encoded frame size for I frames in bytes. If this value is set as larger
|
||||||
|
than zero, then for I frames the value set by max_frame_size is ignored.
|
||||||
|
|
||||||
|
@item @var{max_frame_size_p}
|
||||||
|
Maximum encoded frame size for P frames in bytes. If this value is set as larger
|
||||||
|
than zero, then for P frames the value set by max_frame_size is ignored.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@section snow
|
@section snow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue