doc/encoders: reformat libmp3lame doc
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
committed by
Stefano Sabatini
parent
547d690d67
commit
40b8350b57
@@ -420,26 +420,36 @@ Requires the presence of the libmp3lame headers and library during
|
|||||||
configuration. You need to explicitly configure the build with
|
configuration. You need to explicitly configure the build with
|
||||||
@code{--enable-libmp3lame}.
|
@code{--enable-libmp3lame}.
|
||||||
|
|
||||||
@subsection Option Mapping
|
@subsection Options
|
||||||
|
|
||||||
The following options are supported by the libmp3lame wrapper,
|
The following options are supported by the libmp3lame wrapper. The
|
||||||
the LAME-equivalent options follow the FFmpeg ones.
|
@command{lame}-equivalent of the options are listed in parentheses.
|
||||||
|
|
||||||
@multitable @columnfractions .2 .2
|
@table @option
|
||||||
@item FFmpeg @tab LAME
|
@item b (@emph{-b})
|
||||||
@item b @tab b
|
Set bitrate expressed in bits/s for CBR. LAME @code{bitrate} is
|
||||||
Set bitrate expressed in bits/s, LAME @code{bitrate} is expressed in
|
expressed in kilobits/s.
|
||||||
kilobits/s.
|
|
||||||
@item q @tab V
|
@item q (@emph{-V})
|
||||||
Set quality setting for VBR.
|
Set constant quality setting for VBR. This option is valid only
|
||||||
@item compression_level @tab q
|
using the @command{ffmpeg} command-line tool. For library interface
|
||||||
Set algorithm quality. Valid arguments are integers in the 0-9 range.
|
users, use @option{global_quality}.
|
||||||
@item reservoir @tab N.A.
|
|
||||||
Enable use of bit reservoir. LAME has this enabled by default.
|
@item compression_level (@emph{-q})
|
||||||
@item joint_stereo @tab -m j
|
Set algorithm quality. Valid arguments are integers in the 0-9 range,
|
||||||
|
with 0 meaning highest quality but slowest, and 9 meaning fastest
|
||||||
|
while producing the worst quality.
|
||||||
|
|
||||||
|
@item reservoir
|
||||||
|
Enable use of bit reservoir when set to 1. Default value is 1. LAME
|
||||||
|
has this enabled by default, but can be overriden by use
|
||||||
|
@option{--nores} option.
|
||||||
|
|
||||||
|
@item joint_stereo (@emph{-m j})
|
||||||
Enable the encoder to use (on a frame by frame basis) either L/R
|
Enable the encoder to use (on a frame by frame basis) either L/R
|
||||||
stereo or mid/side stereo.
|
stereo or mid/side stereo. Default value is 1.
|
||||||
@end multitable
|
|
||||||
|
@end table
|
||||||
|
|
||||||
@section libopencore-amrnb
|
@section libopencore-amrnb
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user