diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-29 13:24:59 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-04 01:06:28 +0100 |
commit | d6da16dca5a64ed7ab2db54710a0c703f179d3ba (patch) | |
tree | db1894ce7e35cc3c9ac6b67d523cbe5a87266655 /doc/ffprobe.texi | |
parent | 55ed19bf3b651c6215a6ffb20b751dbb3dd8568e (diff) | |
download | ffmpeg-d6da16dca5a64ed7ab2db54710a0c703f179d3ba.tar.gz |
ffprobe: add support to option -show_error
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 736c7f06c0..002f91e9a7 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -94,6 +94,11 @@ For example for printing the output in JSON format, specify: For more details on the available output printing formats, see the Writers section below. +@item -show_error +Show information about the error found when trying to probe the input. + +The error information is printed within a section with name "ERROR". + @item -show_format Show information about the container format of the input multimedia stream. |