[FFmpeg-devel] [PATCH] doc/encoders: Add libvo-amrwbenc doc

Timothy Gu timothygu99 at gmail.com
Wed Jun 12 01:58:01 CEST 2013


---
 doc/encoders.texi | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index cca51c6..0245693 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -554,6 +554,44 @@ Same as 3, but with extra processing enabled - corresponding to the wavpack
 
 @end table
 
+ at section libvo-amrwbenc
+
+VisualOn Adaptive Multi-Rate Wideband encoder
+
+Requires the presence of the libvo-amrwbenc headers and library during
+configuration. You need to explicitly configure the build with
+ at code{--enable-libvo-amrwbenc --enable-version3}.
+
+This is a mono-only encoder. Officially it only supports 16000Hz sample
+rate, but you can override it by setting @option{strict} to
+ at samp{unofficial} or lower.
+
+ at subsection Options
+
+ at table @option
+
+ at item b
+Set bitrate in bits/s. Only the following bitrates are supported, otherwise
+libavcodec will round to the nearest valid bitrate.
+
+ at table @samp
+ at item 6600
+ at item 8850
+ at item 12650
+ at item 14250
+ at item 15850
+ at item 18250
+ at item 19850
+ at item 23050
+ at item 23850
+ 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
+
 @c man end AUDIO ENCODERS
 
 @chapter Video Encoders
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list