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-7.1
Commits
ba7cb480
Commit
ba7cb480
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-aacenc doc
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
f973f174
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/encoders.texi
+21
-0
doc/encoders.texi
with
21 additions
and
0 deletions
+21
-0
doc/encoders.texi
+
21
-
0
View file @
ba7cb480
...
...
@@ -504,6 +504,27 @@ value is 0 (disabled).
@end table
@section libvo-aacenc
VisualOn AAC encoder
Requires the presence of the libvo-aacenc headers and library during
configuration. You need to explicitly configure the build with
@code{--enable-libvo-aacenc --enable-version3}.
@subsection Options
The VisualOn AAC encoder only support encoding AAC-LC and up to 2
channels. It is also CBR-only. It is considered to be worse than the
native experimental FFmpeg AAC encoder.
@table @option
@item b
Bitrate.
@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