From 13d04e30d7753811176e154a2828bf054a9a846a Mon Sep 17 00:00:00 2001 From: Wenbin Chen Date: Mon, 26 Dec 2022 14:02:01 +0800 Subject: libavcodec/qsvenc_av1: Add max_frame_size support to av1_qsv encoder Signed-off-by: Wenbin Chen --- doc/encoders.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/encoders.texi b/doc/encoders.texi index 543b5e26a9..727f12a59d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3855,6 +3855,11 @@ Depth of look ahead in number frames, available when extbrc option is enabled. Setting this flag turns on or off LowDelayBRC feautre in qsv plugin, which provides more accurate bitrate control to minimize the variance of bitstream size frame by frame. Value: -1-default 0-off 1-on + +@item max_frame_size +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. +Invalid in CQP rate control mode. @end table @section snow -- cgit v1.2.3