Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
cbf7878e
Commit
cbf7878e
authored
Jan 26, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AC-3 FAQ entry.
Originally committed as revision 11613 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
067db6a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
faq.texi
doc/faq.texi
+5
-6
No files found.
doc/faq.texi
View file @
cbf7878e
...
...
@@ -77,13 +77,12 @@ quite logical that there is a small reduction of quality. This is not a bug.
Use @file
{
-
}
as filename.
@section Why does
ff
mpeg not decode audio in VOB files?
@section Why does
FF
mpeg not decode audio in VOB files?
The audio is AC3 (a.k.a. A/52). AC3 decoding is an optional component in ffmpeg
as the component that handles AC3 decoding (liba52) is currently released under
the GPL. If you have liba52 installed on your system, enable AC3 decoding
with @code
{
./configure --enable-liba52 --enable-gpl
}
. Take care: by
enabling AC3, you automatically change the license of libavcodec from
The audio is AC-3 (a.k.a. A/52). AC-3 decoding is an optional component in FFmpeg
as the component that handles AC-3 decoding is currently released under the GPL.
Enable AC-3 decoding with @code
{
./configure --enable-gpl
}
. Take care: By
enabling AC-3, you automatically change the license of libavcodec from
LGPL to GPL.
@section Which codecs are supported by Windows?
...
...
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