Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
FFmpeg
Commits
0ec65aa1
Commit
0ec65aa1
authored
12 years ago
by
Timothy Gu
Committed by
Michael Niedermayer
12 years ago
Browse files
Options
Download
Email Patches
Plain Diff
doc/encoders: Add libvo-amrwbenc doc
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
8aea2f05
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/encoders.texi
+38
-0
doc/encoders.texi
with
38 additions
and
0 deletions
+38
-0
doc/encoders.texi
+
38
-
0
View file @
0ec65aa1
...
...
@@ -554,6 +554,44 @@ Same as 3, but with extra processing enabled - corresponding to the wavpack
@end table
@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
@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
@samp{unofficial} or lower.
@subsection Options
@table @option
@item b
Set bitrate in bits/s. Only the following bitrates are supported, otherwise
libavcodec will round to the nearest valid bitrate.
@table @samp
@item 6600
@item 8850
@item 12650
@item 14250
@item 15850
@item 18250
@item 19850
@item 23050
@item 23850
@end table
@item dtx
Allow discontinuous transmission (generate comfort noise) when set to 1. The
default value is 0 (disabled).
@end table
@c man end AUDIO ENCODERS
@chapter Video Encoders
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help