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
85466e1e
Commit
85466e1e
authored
14 years ago
by
Stefano Sabatini
Committed by
Janne Grunau
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add muxers.texi file.
Signed-off-by:
Janne Grunau
<
janne-ffmpeg@jannau.net
>
parent
a7827a17
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/ffmpeg.texi
+1
-0
1 addition, 0 deletions
doc/ffmpeg.texi
doc/ffplay.texi
+1
-0
1 addition, 0 deletions
doc/ffplay.texi
doc/ffprobe.texi
+1
-0
1 addition, 0 deletions
doc/ffprobe.texi
doc/muxers.texi
+21
-0
21 additions, 0 deletions
doc/muxers.texi
with
24 additions
and
0 deletions
doc/ffmpeg.texi
+
1
−
0
View file @
85466e1e
...
...
@@ -977,6 +977,7 @@ file to which you want to add them.
@include eval.texi
@include demuxers.texi
@include muxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
...
...
This diff is collapsed.
Click to expand it.
doc/ffplay.texi
+
1
−
0
View file @
85466e1e
...
...
@@ -155,6 +155,7 @@ Seek to percentage in file corresponding to fraction of width.
@include eval.texi
@include demuxers.texi
@include muxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
...
...
This diff is collapsed.
Click to expand it.
doc/ffprobe.texi
+
1
−
0
View file @
85466e1e
...
...
@@ -110,6 +110,7 @@ with name "STREAM".
@c man end
@include demuxers.texi
@include muxers.texi
@include protocols.texi
@include indevs.texi
...
...
This diff is collapsed.
Click to expand it.
doc/muxers.texi
0 → 100644
+
21
−
0
View file @
85466e1e
@chapter Muxers
@c man begin MUXERS
Muxers are configured elements in FFmpeg which allow writing
multimedia streams to a particular type of file.
When you configure your FFmpeg build, all the supported muxers
are enabled by default. You can list all available muxers using the
configure option @code{--list-muxers}.
You can disable all the muxers with the configure option
@code{--disable-muxers} and selectively enable / disable single muxers
with the options @code{--enable-muxer=@var{MUXER}} /
@code{--disable-muxer=@var{MUXER}}.
The option @code{-formats} of the ff* tools will display the list of
enabled muxers.
A description of some of the currently available muxers follows.
@c man end MUXERS
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