|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
\input texinfo @c -*- texinfo -*- |
|
|
|
|
|
|
|
|
|
@settitle ffprobe Documentation |
|
|
|
|
@settitle avprobe Documentation |
|
|
|
|
@titlepage |
|
|
|
|
@center @titlefont{ffprobe Documentation} |
|
|
|
|
@center @titlefont{avprobe Documentation} |
|
|
|
|
@end titlepage |
|
|
|
|
|
|
|
|
|
@top |
|
|
|
@ -15,33 +15,33 @@ The generic syntax is: |
|
|
|
|
|
|
|
|
|
@example |
|
|
|
|
@c man begin SYNOPSIS |
|
|
|
|
ffprobe [options] [@file{input_file}] |
|
|
|
|
avprobe [options] [@file{input_file}] |
|
|
|
|
@c man end |
|
|
|
|
@end example |
|
|
|
|
|
|
|
|
|
@chapter Description |
|
|
|
|
@c man begin DESCRIPTION |
|
|
|
|
|
|
|
|
|
ffprobe gathers information from multimedia streams and prints it in |
|
|
|
|
avprobe 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 |
|
|
|
|
by a multimedia stream and the format and type of each media stream |
|
|
|
|
contained in it. |
|
|
|
|
|
|
|
|
|
If a filename is specified in input, ffprobe will try to open and |
|
|
|
|
If a filename is specified in input, avprobe 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 |
|
|
|
|
avprobe 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. |
|
|
|
|
|
|
|
|
|
Options are used to list some of the formats supported by ffprobe or |
|
|
|
|
Options are used to list some of the formats supported by avprobe or |
|
|
|
|
for specifying which information to display, and for setting how |
|
|
|
|
ffprobe will show it. |
|
|
|
|
avprobe will show it. |
|
|
|
|
|
|
|
|
|
ffprobe output is designed to be easily parsable by a textual filter, |
|
|
|
|
avprobe output is designed to be easily parsable by a textual filter, |
|
|
|
|
and consists of one or more sections of the form: |
|
|
|
|
@example |
|
|
|
|
[SECTION] |
|
|
|
@ -118,8 +118,8 @@ with name "STREAM". |
|
|
|
|
|
|
|
|
|
@ignore |
|
|
|
|
|
|
|
|
|
@setfilename ffprobe |
|
|
|
|
@settitle ffprobe media prober |
|
|
|
|
@setfilename avprobe |
|
|
|
|
@settitle avprobe media prober |
|
|
|
|
|
|
|
|
|
@c man begin SEEALSO |
|
|
|
|
ffmpeg(1), avplay(1), ffserver(1) and the Libav HTML documentation |