[FFmpeg-devel] [PATCH 2/2] doc/vaapi_encode: add documentations for max_frame_size

Linjie Fu linjie.fu at intel.com
Mon Jul 15 14:00:00 EEST 2019


Add docs for max_frame_size option.

Signed-off-by: Linjie Fu <linjie.fu at intel.com>
---
 doc/encoders.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index eefd124751..ea43900e91 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2899,6 +2899,12 @@ will refer only to P- or I-frames.  When set to greater values multiple layers
 of B-frames will be present, frames in each layer only referring to frames in
 higher layers.
 
+ at 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 by adding delta_qp for each 
+pass to control the frame size. To simplify the usage, delta_qp is set to
+default.
+
 @item rc_mode
 Set the rate control mode to use.  A given driver may only support a subset of
 modes.
-- 
2.17.1



More information about the ffmpeg-devel mailing list