mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 12:56:56 +00:00
doc/encoders: Update docs for libxavs2
Update standard libavcodec options for libxavs2 Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
parent
796da4f3e0
commit
4fd6df6934
@ -2335,6 +2335,17 @@ This encoder requires the presence of the libxavs2 headers and library
|
|||||||
during configuration. You need to explicitly configure the build with
|
during configuration. You need to explicitly configure the build with
|
||||||
@option{--enable-libxavs2}.
|
@option{--enable-libxavs2}.
|
||||||
|
|
||||||
|
The following standard libavcodec options are used:
|
||||||
|
@itemize
|
||||||
|
@item
|
||||||
|
@option{b} / @option{bit_rate}
|
||||||
|
@item
|
||||||
|
@option{g} / @option{gop_size}
|
||||||
|
@item
|
||||||
|
@option{bf} / @option{max_b_frames}
|
||||||
|
@end itemize
|
||||||
|
|
||||||
|
The encoder also has its own specific options:
|
||||||
@subsection Options
|
@subsection Options
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
@ -2369,7 +2380,7 @@ by ":".
|
|||||||
For example to specify libxavs2 encoding options with @option{-xavs2-params}:
|
For example to specify libxavs2 encoding options with @option{-xavs2-params}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
ffmpeg -i input -c:v libxavs2 -xavs2-params preset_level=5 output.avs2
|
ffmpeg -i input -c:v libxavs2 -xavs2-params RdoqLevel=0 output.avs2
|
||||||
@end example
|
@end example
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user