]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffprobe.texi
libdc1394: add a private option for channel.
[ffmpeg] / doc / ffprobe.texi
index 0b5c11aa6c3581b07885fe526f94c59ec0a421e5..5e856e66458e9215f544699018b706cee3cfa488 100644 (file)
@@ -1,12 +1,14 @@
 \input texinfo @c -*- texinfo -*-
 
-@settitle FFprobe Documentation
+@settitle ffprobe Documentation
 @titlepage
-@sp 7
-@center @titlefont{FFprobe Documentation}
-@sp 3
+@center @titlefont{ffprobe Documentation}
 @end titlepage
 
+@top
+
+@contents
+
 @chapter Synopsis
 
 The generic syntax is:
@@ -20,7 +22,7 @@ ffprobe [options] [@file{input_file}]
 @chapter Description
 @c man begin DESCRIPTION
 
-FFprobe gathers information from multimedia streams and prints it in
+ffprobe gathers information from multimedia streams and prints it in
 human- and machine-readable fashion.
 
 For example it can be used to check the format of the container used
@@ -31,7 +33,7 @@ If a filename is specified in input, ffprobe will try to open and
 probe the file content. If the file cannot be opened or recognized as
 a multimedia file, a positive exit code is returned.
 
-FFprobe may be employed both as a standalone application or in
+ffprobe may be employed both as a standalone application or in
 combination with a textual filter, which may perform more
 sophisticated processing, e.g. statistical processing or plotting.
 
@@ -39,7 +41,7 @@ Options are used to list some of the formats supported by ffprobe or
 for specifying which information to display, and for setting how
 ffprobe will show it.
 
-FFprobe output is designed to be easily parsable by a textual filter,
+ffprobe output is designed to be easily parsable by a textual filter,
 and consists of one or more sections of the form:
 @example
 [SECTION]
@@ -109,20 +111,22 @@ with name "STREAM".
 @end table
 @c man end
 
+@include demuxers.texi
+@include muxers.texi
 @include protocols.texi
 @include indevs.texi
 
 @ignore
 
 @setfilename ffprobe
-@settitle FFprobe media prober
+@settitle ffprobe media prober
 
 @c man begin SEEALSO
-ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation
+ffmpeg(1), ffplay(1), ffserver(1) and the Libav HTML documentation
 @c man end
 
 @c man begin AUTHORS
-The FFmpeg developers
+The Libav developers
 @c man end
 
 @end ignore