diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-09 10:22:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-09 10:22:21 +0000 |
commit | ef298ea7ac0bb614b140397ef7651a3f414c9c47 (patch) | |
tree | 671addee76f2212ab95d1eb086bae8703af94341 /doc | |
parent | 56ddf4b37854e1ca8fa438811a11af0abd5de9a8 (diff) | |
download | ffmpeg-ef298ea7ac0bb614b140397ef7651a3f414c9c47.tar.gz |
Add demuxers.texi file.
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 21 | ||||
-rw-r--r-- | doc/ffmpeg.texi | 1 | ||||
-rw-r--r-- | doc/ffplay.texi | 1 | ||||
-rw-r--r-- | doc/ffprobe.texi | 1 |
4 files changed, 24 insertions, 0 deletions
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 diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d73ae46353..abe0ac14c7 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -944,6 +944,7 @@ file to which you want to add them. @c man end EXAMPLES @include eval.texi +@include demuxers.texi @include indevs.texi @include outdevs.texi @include protocols.texi diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 07c887565f..c9c38da189 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -154,6 +154,7 @@ Seek to percentage in file corresponding to fraction of width. @c man end @include eval.texi +@include demuxers.texi @include indevs.texi @include outdevs.texi @include protocols.texi diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 0b5c11aa6c..8f3a5a9772 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -109,6 +109,7 @@ with name "STREAM". @end table @c man end +@include demuxers.texi @include protocols.texi @include indevs.texi |