You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
doc/encoders: add available values for libsvtav1 options
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
@@ -1750,12 +1750,30 @@ You need to explicitly configure the build with @code{--enable-libsvtav1}.
|
|||||||
@table @option
|
@table @option
|
||||||
@item profile
|
@item profile
|
||||||
Set the encoding profile.
|
Set the encoding profile.
|
||||||
|
@table @samp
|
||||||
|
@item main
|
||||||
|
@item high
|
||||||
|
@item professional
|
||||||
|
@end table
|
||||||
|
|
||||||
@item level
|
@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
|
@item tier
|
||||||
Set the operating point tier.
|
Set the operating point tier.
|
||||||
|
@table @samp
|
||||||
|
@item main
|
||||||
|
This is the default.
|
||||||
|
@item high
|
||||||
|
@end table
|
||||||
|
|
||||||
@item rc
|
@item rc
|
||||||
Set the rate control mode to use.
|
Set the rate control mode to use.
|
||||||
|
Reference in New Issue
Block a user