summaryrefslogtreecommitdiffstats
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-08-03 16:51:26 -0700
committerStefano Sabatini <stefasab@gmail.com>2013-08-30 11:36:35 +0200
commit40b8350b57adaa9aaf6731bac5130d4fec1639c3 (patch)
tree0a0fbf726a7a462287ab30253a07e38c447eb32f /doc/encoders.texi
parent547d690d676064069d44703a1917e0dab7e33445 (diff)
downloadffmpeg-streaming-40b8350b57adaa9aaf6731bac5130d4fec1639c3.zip
ffmpeg-streaming-40b8350b57adaa9aaf6731bac5130d4fec1639c3.tar.gz
doc/encoders: reformat libmp3lame doc
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi44
1 files changed, 27 insertions, 17 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 585eae6..077d465 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -420,26 +420,36 @@ Requires the presence of the libmp3lame headers and library during
configuration. You need to explicitly configure the build with
@code{--enable-libmp3lame}.
-@subsection Option Mapping
+@subsection Options
-The following options are supported by the libmp3lame wrapper,
-the LAME-equivalent options follow the FFmpeg ones.
+The following options are supported by the libmp3lame wrapper. The
+@command{lame}-equivalent of the options are listed in parentheses.
-@multitable @columnfractions .2 .2
-@item FFmpeg @tab LAME
-@item b @tab b
-Set bitrate expressed in bits/s, LAME @code{bitrate} is expressed in
-kilobits/s.
-@item q @tab V
-Set quality setting for VBR.
-@item compression_level @tab q
-Set algorithm quality. Valid arguments are integers in the 0-9 range.
-@item reservoir @tab N.A.
-Enable use of bit reservoir. LAME has this enabled by default.
-@item joint_stereo @tab -m j
+@table @option
+@item b (@emph{-b})
+Set bitrate expressed in bits/s for CBR. LAME @code{bitrate} is
+expressed in kilobits/s.
+
+@item q (@emph{-V})
+Set constant quality setting for VBR. This option is valid only
+using the @command{ffmpeg} command-line tool. For library interface
+users, use @option{global_quality}.
+
+@item compression_level (@emph{-q})
+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
-stereo or mid/side stereo.
-@end multitable
+stereo or mid/side stereo. Default value is 1.
+
+@end table
@section libopencore-amrnb
OpenPOWER on IntegriCloud