From ef298ea7ac0bb614b140397ef7651a3f414c9c47 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 9 Jan 2011 10:22:21 +0000 Subject: Add demuxers.texi file. Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/demuxers.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/demuxers.texi (limited to 'doc/demuxers.texi') diff --git a/doc/demuxers.texi b/doc/demuxers.texi new file mode 100644 index 0000000000..d6d9d96531 --- /dev/null +++ b/doc/demuxers.texi @@ -0,0 +1,21 @@ +@chapter Demuxers +@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. + +@c man end INPUT DEVICES -- cgit v1.2.3