[FFmpeg-devel] [PATCH 1/2] doc/encoders: reformat libwavpack documentation

Timothy Gu timothygu99 at gmail.com
Wed Dec 18 06:11:06 CET 2013


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 doc/encoders.texi | 41 +++++++++++++++++++++++++++++------------
 1 file changed, 29 insertions(+), 12 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index a93edb4..1c288f3 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1149,29 +1149,46 @@ transient response is a higher bitrate.
 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:
+
+Requires the presence of the libwavpack headers and library during
+configuration. You need to explicitly configure the build with
+ at code{--enable-libwavpack}.
+
+Note that a libavcodec-native encoder for the WavPack codec exists so users can
+encode audios with this codec without using this encoder.
+
+ at subsection Options
+
+ at command{wavpack} command line utility's corresponding options are listed in
+parentheses, if any.
 
 @table @option
+ at item frame_size (@emph{--blocksize})
+Default is 32768.
 
- at item 0
-Fast mode - corresponding to the wavpack @option{-f} option.
+ at item compression_level
+Set speed vs. compression tradeoff. Acceptable arguments are listed below:
+
+ at table @samp
+ at item 0 (@emph{-f})
+Fast mode.
 
 @item 1
 Normal (default) settings.
 
- at item 2
-High quality - corresponding to the wavpack @option{-h} option.
+ at item 2 (@emph{-h})
+High quality.
 
- at item 3
-Very high quality - corresponding to the wavpack @option{-hh} option.
+ at item 3 (@emph{-hh})
+Very high quality.
+
+ at item 4-8 (@emph{-hh -x}@var{EXTRAPROC})
+Same as @samp{3}, but with extra processing enabled.
 
- 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 samp{4} is the same as @option{-x2} and @samp{8} is the same as @option{-x6}.
 
 @end table
+ at end table
 
 @c man end AUDIO ENCODERS
 
-- 
1.8.3.2



More information about the ffmpeg-devel mailing list