[FFmpeg-devel] [PATCH] Add muxers.texi file.
Stefano Sabatini
stefano.sabatini-lala
Wed Jan 26 23:03:46 CET 2011
---
doc/ffmpeg.texi | 1 +
doc/ffplay.texi | 1 +
doc/ffprobe.texi | 1 +
doc/muxers.texi | 21 +++++++++++++++++++++
4 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 doc/muxers.texi
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 1732c9b..98f2031 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -977,6 +977,7 @@ file to which you want to add them.
@include eval.texi
@include demuxers.texi
+ at include muxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index c9c38da..c03905c 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -155,6 +155,7 @@ Seek to percentage in file corresponding to fraction of width.
@include eval.texi
@include demuxers.texi
+ at include muxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 8f3a5a9..bc96bd5 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -110,6 +110,7 @@ with name "STREAM".
@c man end
@include demuxers.texi
+ at include muxers.texi
@include protocols.texi
@include indevs.texi
diff --git a/doc/muxers.texi b/doc/muxers.texi
new file mode 100644
index 0000000..2257669
--- /dev/null
+++ b/doc/muxers.texi
@@ -0,0 +1,21 @@
+ at chapter Muxers
+ at c man begin MUXERS
+
+Muxers are configured elements in FFmpeg which allow to write
+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 ones using the
+configure option "--list-muxers".
+
+You can disable all the muxers using the configure option
+"--disable-muxers", and selectively enable a single muxer with the
+option "--enable-muxer=@var{MUXER}", or disable it with the option
+"--disable-muxer=@var{MUXER}".
+
+The option "-formats" of the ff* tools will display the list of
+enabled muxers.
+
+The description of some of the currently available muxers follows.
+
+ at c man end MUXERS
--
1.7.2.3
More information about the ffmpeg-devel
mailing list