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
5e45f034
Commit
5e45f034
authored
May 19, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add decoders.texi file
parent
d4111e52
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
0 deletions
+25
-0
decoders.texi
doc/decoders.texi
+22
-0
ffmpeg.texi
doc/ffmpeg.texi
+1
-0
ffplay.texi
doc/ffplay.texi
+1
-0
ffprobe.texi
doc/ffprobe.texi
+1
-0
No files found.
doc/decoders.texi
0 → 100644
View file @
5e45f034
@chapter Decoders
@c man begin DECODERS
Decoders are configured elements in FFmpeg which allow the decoding of
multimedia streams.
When you configure your FFmpeg build, all the supported native decoders
are enabled by default. Decoders requiring an external library must be enabled
manually via the corresponding @code{--enable-lib} option. You can list all
available decoders using the configure option @code{--list-decoders}.
You can disable all the decoders with the configure option
@code{--disable-decoders} and selectively enable / disable single decoders
with the options @code{--enable-decoder=@var{DECODER}} /
@code{--disable-decoder=@var{DECODER}}.
The option @code{-codecs} of the ff* tools will display the list of
enabled decoders.
A description of some of the currently available decoders follows.
@c man end DECODERS
doc/ffmpeg.texi
View file @
5e45f034
...
...
@@ -1052,6 +1052,7 @@ file to which you want to add them.
@c man end EXAMPLES
@include eval.texi
@include decoders.texi
@include encoders.texi
@include demuxers.texi
@include muxers.texi
...
...
doc/ffplay.texi
View file @
5e45f034
...
...
@@ -174,6 +174,7 @@ Seek to percentage in file corresponding to fraction of width.
@c man end
@include eval.texi
@include decoders.texi
@include demuxers.texi
@include muxers.texi
@include indevs.texi
...
...
doc/ffprobe.texi
View file @
5e45f034
...
...
@@ -111,6 +111,7 @@ with name "STREAM".
@end table
@c man end
@include decoders.texi
@include demuxers.texi
@include protocols.texi
@include indevs.texi
...
...
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