Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-12-29 16:24:59 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-01-04 04:06:28 +0400
commitd6da16dca5a64ed7ab2db54710a0c703f179d3ba (patch)
treedb1894ce7e35cc3c9ac6b67d523cbe5a87266655 /doc/ffprobe.texi
parent55ed19bf3b651c6215a6ffb20b751dbb3dd8568e (diff)
ffprobe: add support to option -show_error
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi5
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.