diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2022-03-23 13:38:12 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-08-23 12:42:19 +0800 |
commit | 1adfd28f9e0e4cca8aa01edfd9bf653b98bf4d3b (patch) | |
tree | d93271fa098146b8a7765c2613c7cc2bfcb1972c /doc | |
parent | ae7d19680b7e7a401773c619e7c36f3faaf94d0d (diff) | |
download | ffmpeg-1adfd28f9e0e4cca8aa01edfd9bf653b98bf4d3b.tar.gz |
qsvenc_{hevc,h264}: add scenario option
User may get better experience after providing corresponding senario hint
to encoder for the encoding session. See [1] for scenario support in the
SDK
[1]https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#scenarioinfo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index fed798ff42..d36464d629 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3503,6 +3503,21 @@ Maximum video quantizer scale for B frame. @item @var{min_qp_b} Minimum video quantizer scale for B frame. + +@item @var{scenario} +Provides a hint to encoder about the scenario for the encoding session. +@table @samp +@item unknown +@item displayremoting +@item videoconference +@item archive +@item livestreaming +@item cameracapture +@item videosurveillance +@item gamestreaming +@item remotegaming +@end table + @end table @subsection HEVC Options @@ -3651,6 +3666,21 @@ Maximum video quantizer scale for B frame. @item @var{min_qp_b} Minimum video quantizer scale for B frame. + +@item @var{scenario} +Provides a hint to encoder about the scenario for the encoding session. +@table @samp +@item unknown +@item displayremoting +@item videoconference +@item archive +@item livestreaming +@item cameracapture +@item videosurveillance +@item gamestreaming +@item remotegaming +@end table + @end table @subsection MPEG2 Options |