[FFmpeg-devel] [PATCH] doc/encoders: Alphabetically list the encoders

Timothy Gu timothygu99 at gmail.com
Fri Jun 28 03:50:54 CEST 2013


---
 doc/encoders.texi | 110 +++++++++++++++++++++++++++---------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1a72346..7da6376 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -441,6 +441,43 @@ Enables the encoder to use (on a frame by frame basis) either L/R
 stereo or mid/side stereo.
 @end multitable
 
+ at section libopencore-amrnb
+
+OpenCORE Adaptive Multi-Rate Narrowband encoder.
+
+Requires the presence of the libopencore-amrnb headers and library during
+configuration. You need to explicitly configure the build with
+ at code{--enable-libopencore-amrnb --enable-version3}.
+
+This is a mono-only encoder. Officially it only supports 8000Hz sample rate,
+but you can override it by setting @option{strict} to @samp{unofficial} or
+lower.
+
+ at subsection Options
+
+ at table @option
+
+ at item b
+Set bitrate in bits per second. Only the following bitrates are supported,
+otherwise libavcodec will round to the nearest valid bitrate.
+
+ at table @option
+ at item 4750
+ at item 5150
+ at item 5900
+ at item 6700
+ at item 7400
+ at item 7950
+ at item 10200
+ at item 12200
+ at end table
+
+ at item dtx
+Allow discontinuous transmission (generate comfort noise) when set to 1. The
+default value is 0 (disabled).
+
+ at end table
+
 @section libtwolame
 
 TwoLAME MP2 encoder wrapper.
@@ -525,35 +562,6 @@ Bitrate.
 
 @end table
 
- at section libwavpack
-
-A wrapper providing WavPack encoding through libwavpack.
-
-Only lossless mode using 32-bit integer samples is supported currently.
-The @option{compression_level} option can be used to control speed vs.
-compression tradeoff, with the values mapped to libwavpack as follows:
-
- at table @option
-
- at item 0
-Fast mode - corresponding to the wavpack @option{-f} option.
-
- at item 1
-Normal (default) settings.
-
- at item 2
-High quality - corresponding to the wavpack @option{-h} option.
-
- at item 3
-Very high quality - corresponding to the wavpack @option{-hh} option.
-
- at item 4-8
-Same as 3, but with extra processing enabled - corresponding to the wavpack
- at option{-x} option. I.e. 4 is the same as @option{-x2} and 8 is the same as
- at option{-x6}.
-
- at end table
-
 @section libvo-amrwbenc
 
 VisualOn Adaptive Multi-Rate Wideband encoder.
@@ -592,40 +600,32 @@ default value is 0 (disabled).
 
 @end table
 
- at section libopencore-amrnb
+ at section libwavpack
 
-OpenCORE Adaptive Multi-Rate Narrowband encoder.
+A wrapper providing WavPack encoding through libwavpack.
 
-Requires the presence of the libopencore-amrnb headers and library during
-configuration. You need to explicitly configure the build with
- at code{--enable-libopencore-amrnb --enable-version3}.
+Only lossless mode using 32-bit integer samples is supported currently.
+The @option{compression_level} option can be used to control speed vs.
+compression tradeoff, with the values mapped to libwavpack as follows:
 
-This is a mono-only encoder. Officially it only supports 8000Hz sample rate,
-but you can override it by setting @option{strict} to @samp{unofficial} or
-lower.
+ at table @option
 
- at subsection Options
+ at item 0
+Fast mode - corresponding to the wavpack @option{-f} option.
 
- at table @option
+ at item 1
+Normal (default) settings.
 
- at item b
-Set bitrate in bits per second. Only the following bitrates are supported,
-otherwise libavcodec will round to the nearest valid bitrate.
+ at item 2
+High quality - corresponding to the wavpack @option{-h} option.
 
- at table @option
- at item 4750
- at item 5150
- at item 5900
- at item 6700
- at item 7400
- at item 7950
- at item 10200
- at item 12200
- at end table
+ at item 3
+Very high quality - corresponding to the wavpack @option{-hh} option.
 
- at item dtx
-Allow discontinuous transmission (generate comfort noise) when set to 1. The
-default value is 0 (disabled).
+ at item 4-8
+Same as 3, but with extra processing enabled - corresponding to the wavpack
+ at option{-x} option. I.e. 4 is the same as @option{-x2} and 8 is the same as
+ at option{-x6}.
 
 @end table
 
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list