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
85466e1e
Commit
85466e1e
authored
Jan 26, 2011
by
Stefano Sabatini
Committed by
Janne Grunau
Jan 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add muxers.texi file.
Signed-off-by:
Janne Grunau
<
janne-ffmpeg@jannau.net
>
parent
a7827a17
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
0 deletions
+24
-0
ffmpeg.texi
doc/ffmpeg.texi
+1
-0
ffplay.texi
doc/ffplay.texi
+1
-0
ffprobe.texi
doc/ffprobe.texi
+1
-0
muxers.texi
doc/muxers.texi
+21
-0
No files found.
doc/ffmpeg.texi
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
...
...
doc/ffplay.texi
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
...
...
doc/ffprobe.texi
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
...
...
doc/muxers.texi
0 → 100644
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
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