diff options
author | Wenbin Chen <wenbin.chen-at-intel.com@ffmpeg.org> | 2022-09-06 17:22:57 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-09-09 09:39:44 +0800 |
commit | 005c7a4f61ef047726270b59c08742f9ce6f7182 (patch) | |
tree | 6e3a0a39812fe6a258d578a5380e10c5da0ab57f /doc | |
parent | 9155ec096b0076bf5090c22c8c2f0f67bd8ee086 (diff) | |
download | ffmpeg-005c7a4f61ef047726270b59c08742f9ce6f7182.tar.gz |
libavcodec/qsvenc: Add max/min qp reset support in qsvenc
Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index f2fef0deab..d17e3a074b 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3345,6 +3345,17 @@ Change this value to reset qsv codec's gop configuration. @item @var{int_ref_cycle_dist} Supported in h264_qsv and hevc_qsv. Change these value to reset qsv codec's Intra Refresh configuration. + +@item @var{qmax} +@item @var{qmin} +@item @var{max_qp_i} +@item @var{min_qp_i} +@item @var{max_qp_p} +@item @var{min_qp_p} +@item @var{max_qp_b} +@item @var{min_qp_b} +Supported in h264_qsv. +Change these value to reset qsv codec's max/min qp configuration. @end table @subsection H264 options |