diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2020-09-28 14:14:42 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2022-01-18 16:24:57 +0800 |
commit | c4ae6908f28ceacb39b96de9f8761aae1968bf42 (patch) | |
tree | 7c3a8bf88fe5a4708f52d622d138a6597b14dd10 /doc/encoders.texi | |
parent | a17c99026520530b6d5649e4cbae34525d54c438 (diff) | |
download | ffmpeg-c4ae6908f28ceacb39b96de9f8761aae1968bf42.tar.gz |
lavc/qsvenc: add encode support for screen content coding extension
Enables HEVC Screen Content Coding extension support on ICL+ platform
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 7cc8be1209..78518629cd 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -3411,12 +3411,15 @@ an internal session. Depth of look ahead in number frames, available when extbrc option is enabled. @item @var{profile} +Set the encoding profile (scc requires libmfx >= 1.32). + @table @samp @item unknown @item main @item main10 @item mainsp @item rext +@item scc @end table @item @var{gpb} |