Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
c75f51f6
Commit
c75f51f6
authored
20 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
which codecs does windows support
Originally committed as revision 3265 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f7a7c75c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/faq.texi
+34
-0
34 additions, 0 deletions
doc/faq.texi
with
34 additions
and
0 deletions
doc/faq.texi
+
34
−
0
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 ?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment