diff mbox

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

Message ID 20190715110000.5069-1-linjie.fu@intel.com
State New
Headers show

Commit Message

Fu, Linjie July 15, 2019, 11 a.m. UTC
Add docs for max_frame_size option.

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

Patch

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.
 
+@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.