diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-09-25 22:00:03 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-09-29 18:01:16 +0800 |
commit | ed89be1e022979ae1b49d4981981b79c2fb64662 (patch) | |
tree | 544cb7c12d50e337583c517d42e053917b53ccb2 /doc/encoders.texi | |
parent | 0f5e1877ba36feb876ec8eb0d0eb14114ebc9b3a (diff) | |
download | ffmpeg-ed89be1e022979ae1b49d4981981b79c2fb64662.tar.gz |
doc/encoders: add available values for libsvtav1 options
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 8fccd73691..8a7589c245 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1750,12 +1750,30 @@ You need to explicitly configure the build with @code{--enable-libsvtav1}. @table @option @item profile Set the encoding profile. +@table @samp +@item main +@item high +@item professional +@end table @item level -Set the operating point level. +Set the operating point level. For example: '4.0' + +@item hielevel +Set the Hierarchical prediction levels. +@table @samp +@item 3level +@item 4level +This is the default. +@end table @item tier Set the operating point tier. +@table @samp +@item main +This is the default. +@item high +@end table @item rc Set the rate control mode to use. |