[FFmpeg-devel] [PATCH 2/2] doc/encoders: Reformat libtwolame doc

Timothy Gu timothygu99 at gmail.com
Sun Aug 4 01:56:42 CEST 2013


---
 doc/encoders.texi | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index cdbe0bf..d4f03ec 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -497,21 +497,22 @@ configuration. You need to explicitly configure the build with
 @subsection Options Mapping
 
 The following options are supported by the libtwolame wrapper. The
-TwoLAME-equivalent options follow the FFmpeg ones and are in
+ at command{twolame}-equivalent options follow the FFmpeg ones and are in
 parentheses.
 
 @table @option
- at item b
-(b) Set bitrate in bits/s. Note that FFmpeg @code{b} option is
-expressed in bits/s, twolame @code{b} in kilobits/s. The default
-value is 128k.
+ at item b (@emph{b})
+Set bitrate in bits/s. Note that FFmpeg @option{b} option is
+expressed in bits/s, while @command{twolame} @option{b} in
+kilobits/s. The default value is 128k.
 
- at item q
-(V) Set quality for experimental VBR support. Maximum value range is
-from -50 to 50, useful range is from -10 to 10.
+ at item q (@emph{V})
+Set quality for experimental VBR support. Maximum value range is
+from -50 to 50, useful range is from -10 to 10. The higher the
+value, the better the quality.
 
- at item mode
-(mode) Set MPEG mode. Possible values:
+ at item mode (@emph{mode})
+Set MPEG mode. Possible values:
 
 @table @samp
 @item auto
@@ -526,21 +527,21 @@ Dual channel
 Mono
 @end table
 
- at item psymodel
-(psyc-mode) Set psychoacoustic model to use in encoding. The argument
+ at item psymodel (@emph{psyc-mode})
+Set psychoacoustic model to use in encoding. The argument
 must be an integer between -1 and 4, inclusive. The higher the value,
 the better the quality. The default value is 3.
 
- at item energy_levels
-(energy) Enable energy levels extensions when set to 1. The default
-value is 0 (disabled).
+ at item energy_levels (@emph{energy})
+Enable energy levels extensions when set to 1. The default value is
+0 (disabled).
 
- at item error_protection
-(protect) Enable CRC error protection when set to 1. The default value
-is 0 (disabled).
+ at item error_protection (@emph{protect})
+Enable CRC error protection when set to 1. The default value is 0
+(disabled).
 
- at item copyright
-(copyright) Set MPEG audio copyright flag when set to 1. The default
+ at item copyright (@emph{copyright})
+Set MPEG audio copyright flag when set to 1. The default
 value is 0 (disabled).
 
 @item original
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list