diff mbox series

[FFmpeg-devel,2/2] doc/encoders: add doc of the tier option for hevc_qsv

Message ID 20221101175807.21696-2-nst799610810@gmail.com
State Accepted
Commit af67f627d1a6767373b61e39c660e9680e2ed2ec
Headers show
Series [FFmpeg-devel,1/2] libavcodec/qsvenc_hevc: add tier option | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

nyanmisaka Nov. 1, 2022, 5:58 p.m. UTC
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
---
 doc/encoders.texi | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1a5216f8eb..e823d20657 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -3654,6 +3654,15 @@  Set the encoding profile (scc requires libmfx >= 1.32).
 @item scc
 @end table
 
+@item @var{tier}
+Set the encoding tier (only level >= 4 can support high tier).
+This option only takes effect when the level option is specified.
+
+@table @samp
+@item main
+@item high
+@end table
+
 @item @var{gpb}
 1: GPB (generalized P/B frame)