diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-01 15:59:51 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-07-01 16:00:37 +0200 |
commit | 7ebab4159a6960f61b42b89a2efbc6eb3dfc199b (patch) | |
tree | 69d208c96a5ac05e3754479dbc13e8617884ebec /doc/encoders.texi | |
parent | 38f1d56769189c78c9302a460459c09e9e378a9d (diff) | |
download | ffmpeg-7ebab4159a6960f61b42b89a2efbc6eb3dfc199b.tar.gz |
doc/encoders: apply various fixes to libmp3lame documentation
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 7da6376ad9..afe4952c36 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -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 |