]> git.sesse.net Git - ffmpeg/commitdiff
doc/encoders: apply various fixes to libmp3lame documentation
authorStefano Sabatini <stefasab@gmail.com>
Mon, 1 Jul 2013 13:59:51 +0000 (15:59 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Mon, 1 Jul 2013 14:00:37 +0000 (16:00 +0200)
doc/encoders.texi

index 7da6376ad90a42b323e89ae17020ddc16b686d7f..afe4952c36b5a89b3373f3c506227def2e233eb6 100644 (file)
@@ -428,16 +428,16 @@ the LAME-equivalent options follow the FFmpeg ones.
 @multitable @columnfractions .2 .2
 @item FFmpeg            @tab LAME
 @item b                 @tab b
-FFmpeg @code{b} option is expressed in bits/s, lame @code{bitrate}
-in kilobits/s.
+Set bitrate expressed in bits/s, LAME @code{bitrate} is expressed in
+kilobits/s.
 @item q                 @tab V
-Quality setting for VBR.
+Set quality setting for VBR.
 @item compression_level @tab q
-Algorithm quality. Valid options are integers from 0-9.
+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
-Enables 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.
 @end multitable