aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFei Wang <fei.w.wang@intel.com>2024-08-26 09:40:42 +0800
committerHaihao Xiang <haihao.xiang@intel.com>2024-09-04 12:14:57 +0800
commit36396aff6971984f505b237d305727bc354950c3 (patch)
tree7684b55b7f72f5434388b3626cb80243d94e1ce7
parent395d703c91629c7761e47c43b22fb8cbdd57e5d0 (diff)
downloadffmpeg-36396aff6971984f505b237d305727bc354950c3.tar.gz
doc/av1_qsv: Add missed options
Signed-off-by: Fei Wang <fei.w.wang@intel.com>
-rw-r--r--doc/encoders.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1035be0052..0749417db4 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -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
the limitation, encoder will adjust the QP value to control the frame size.
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
@section snow