Browse code

doc: Add muxers/demuxers list option

Signed-off-by: Mulvya <mulvya@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Mulvya authored on 2017/02/10 20:40:14
Showing 4 changed files
... ...
@@ -13,8 +13,9 @@ You can disable all the demuxers using the configure option
13 13
 the option @code{--enable-demuxer=@var{DEMUXER}}, or disable it
14 14
 with the option @code{--disable-demuxer=@var{DEMUXER}}.
15 15
 
16
-The option @code{-formats} of the ff* tools will display the list of
17
-enabled demuxers.
16
+The option @code{-demuxers} of the ff* tools will display the list of
17
+enabled demuxers. Use @code{-formats} to view a combined list of
18
+enabled demuxers and muxers.
18 19
 
19 20
 The description of some of the currently available demuxers follows.
20 21
 
... ...
@@ -1547,7 +1547,7 @@ to enable LAME support by passing @code{--enable-libmp3lame} to configure.
1547 1547
 The mapping is particularly useful for DVD transcoding
1548 1548
 to get the desired audio language.
1549 1549
 
1550
-NOTE: To see the supported input formats, use @code{ffmpeg -formats}.
1550
+NOTE: To see the supported input formats, use @code{ffmpeg -demuxers}.
1551 1551
 
1552 1552
 @item
1553 1553
 You can extract images from a video, or create a video from many images:
... ...
@@ -110,6 +110,12 @@ Show version.
110 110
 @item -formats
111 111
 Show available formats (including devices).
112 112
 
113
+@item -demuxers
114
+Show available demuxers.
115
+
116
+@item -muxers
117
+Show available muxers.
118
+
113 119
 @item -devices
114 120
 Show available devices.
115 121
 
... ...
@@ -13,8 +13,9 @@ You can disable all the muxers with the configure option
13 13
 with the options @code{--enable-muxer=@var{MUXER}} /
14 14
 @code{--disable-muxer=@var{MUXER}}.
15 15
 
16
-The option @code{-formats} of the ff* tools will display the list of
17
-enabled muxers.
16
+The option @code{-muxers} of the ff* tools will display the list of
17
+enabled muxers. Use @code{-formats} to view a combined list of
18
+enabled demuxers and muxers.
18 19
 
19 20
 A description of some of the currently available muxers follows.
20 21