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
c75f51f6
Commit
c75f51f6
authored
Jun 29, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
which codecs does windows support
Originally committed as revision 3265 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f7a7c75c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
faq.texi
doc/faq.texi
+34
-0
No files found.
doc/faq.texi
View file @
c75f51f6
...
...
@@ -57,6 +57,40 @@ GPL. Enable it with @code{./configure --enable-a52}. Take care: by
enabling AC3, you automatically change the license of libavcodec from
LGPL to GPL.
@section Which codecs are supported by windows ?
Windows does not support standard formats like mpeg very well, unless you
install some additional codecs
The following list of video codecs should work on most windows systems
@table @option
@item msmpeg4v2
.avi/.asf
@item msmpeg4
.asf only
@item wmv1
.asf only
@item wmv2
.asf only
@item mpeg4
only if you have some mpeg4 codec installed like ffdshow or xvid
@item mpeg1
.mpg only
@end table
note, asf often uses .wmv or .wma extensions in windows, it should also be
mentioned that asf is patented, so microsoft may sue or threaten users who
use it if they see any reason to do so, it is strongly recommanded to avoid asf
for any use
The following list of audio codecs should work on most windows systems
@table @option
@item adpcm
_
ima
_
wav
@item adpcm
_
ms
@item pcm
@item mp3
if some mp3 codec like lame is installed
@end table
@chapter Development
@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?
...
...
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