mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Add muxers.texi file.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 85466e1e5f
)
This commit is contained in:
parent
753134ae3e
commit
6219b67e84
@ -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
|
||||
|
@ -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
|
||||
|
@ -110,6 +110,7 @@ with name "STREAM".
|
||||
@c man end
|
||||
|
||||
@include demuxers.texi
|
||||
@include muxers.texi
|
||||
@include protocols.texi
|
||||
@include indevs.texi
|
||||
|
||||
|
21
doc/muxers.texi
Normal file
21
doc/muxers.texi
Normal file
@ -0,0 +1,21 @@
|
||||
@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
|
Loading…
Reference in New Issue
Block a user