[FFmpeg-cvslog] r26282 - in trunk: Makefile doc/demuxers.texi doc/ffmpeg.texi doc/ffplay.texi doc/ffprobe.texi
stefano
subversion
Sun Jan 9 11:22:21 CET 2011
Author: stefano
Date: Sun Jan 9 11:22:21 2011
New Revision: 26282
Log:
Add demuxers.texi file.
Added:
trunk/doc/demuxers.texi
Modified:
trunk/Makefile
trunk/doc/ffmpeg.texi
trunk/doc/ffplay.texi
trunk/doc/ffprobe.texi
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Sun Jan 9 09:43:44 2011 (r26281)
+++ trunk/Makefile Sun Jan 9 11:22:21 2011 (r26282)
@@ -116,9 +116,9 @@ documentation: $(addprefix doc/, develop
$(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi
-doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/metadata.texi
-doc/ffplay.pod doc/ffplay.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
-doc/ffprobe.pod doc/ffprobe.html: doc/indevs.texi doc/protocols.texi
+doc/ffmpeg.pod doc/ffmpeg.html: doc/demuxers.texi doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/metadata.texi
+doc/ffplay.pod doc/ffplay.html: doc/demuxers.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi
+doc/ffprobe.pod doc/ffprobe.html: doc/demuxers.texi doc/indevs.texi doc/protocols.texi
doc/libavfilter.html: doc/filters.texi
doc/%.html: TAG = HTML
Added: trunk/doc/demuxers.texi
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/doc/demuxers.texi Sun Jan 9 11:22:21 2011 (r26282)
@@ -0,0 +1,21 @@
+ at chapter Demuxers
+ at c man begin DEMUXERS
+
+Demuxers are configured elements in FFmpeg which allow to read the
+multimedia streams from a particular type of file.
+
+When you configure your FFmpeg build, all the supported demuxers
+are enabled by default. You can list all available ones using the
+configure option "--list-demuxers".
+
+You can disable all the demuxers using the configure option
+"--disable-demuxers", and selectively enable a single demuxer with
+the option "--enable-demuxer=@var{DEMUXER}", or disable it
+with the option "--disable-demuxer=@var{DEMUXER}".
+
+The option "-formats" of the ff* tools will display the list of
+enabled demuxers.
+
+The description of some of the currently available demuxers follows.
+
+ at c man end INPUT DEVICES
Modified: trunk/doc/ffmpeg.texi
==============================================================================
--- trunk/doc/ffmpeg.texi Sun Jan 9 09:43:44 2011 (r26281)
+++ trunk/doc/ffmpeg.texi Sun Jan 9 11:22:21 2011 (r26282)
@@ -944,6 +944,7 @@ file to which you want to add them.
@c man end EXAMPLES
@include eval.texi
+ at include demuxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
Modified: trunk/doc/ffplay.texi
==============================================================================
--- trunk/doc/ffplay.texi Sun Jan 9 09:43:44 2011 (r26281)
+++ trunk/doc/ffplay.texi Sun Jan 9 11:22:21 2011 (r26282)
@@ -154,6 +154,7 @@ Seek to percentage in file corresponding
@c man end
@include eval.texi
+ at include demuxers.texi
@include indevs.texi
@include outdevs.texi
@include protocols.texi
Modified: trunk/doc/ffprobe.texi
==============================================================================
--- trunk/doc/ffprobe.texi Sun Jan 9 09:43:44 2011 (r26281)
+++ trunk/doc/ffprobe.texi Sun Jan 9 11:22:21 2011 (r26282)
@@ -109,6 +109,7 @@ with name "STREAM".
@end table
@c man end
+ at include demuxers.texi
@include protocols.texi
@include indevs.texi
More information about the ffmpeg-cvslog
mailing list