Browse code

doc/encoders: Add libvo-amrwbenc doc

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 0ec65aa1046a4417d5c7dfcf8faeecde60e3fe00)

Signed-off-by: Timothy Gu <timothygu99@gmail.com>

Conflicts:
doc/encoders.texi

Timothy Gu authored on 2013/06/12 08:58:01
Showing 1 changed files
... ...
@@ -525,6 +525,44 @@ Bitrate.
525 525
 
526 526
 @end table
527 527
 
528
+@section libvo-amrwbenc
529
+
530
+VisualOn Adaptive Multi-Rate Wideband encoder
531
+
532
+Requires the presence of the libvo-amrwbenc headers and library during
533
+configuration. You need to explicitly configure the build with
534
+@code{--enable-libvo-amrwbenc --enable-version3}.
535
+
536
+This is a mono-only encoder. Officially it only supports 16000Hz sample
537
+rate, but you can override it by setting @option{strict} to
538
+@samp{unofficial} or lower.
539
+
540
+@subsection Options
541
+
542
+@table @option
543
+
544
+@item b
545
+Set bitrate in bits/s. Only the following bitrates are supported, otherwise
546
+libavcodec will round to the nearest valid bitrate.
547
+
548
+@table @samp
549
+@item 6600
550
+@item 8850
551
+@item 12650
552
+@item 14250
553
+@item 15850
554
+@item 18250
555
+@item 19850
556
+@item 23050
557
+@item 23850
558
+@end table
559
+
560
+@item dtx
561
+Allow discontinuous transmission (generate comfort noise) when set to 1. The
562
+default value is 0 (disabled).
563
+
564
+@end table
565
+
528 566
 @c man end AUDIO ENCODERS
529 567
 
530 568
 @chapter Video Encoders