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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-04-07 21:18:09 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-06-18 11:38:36 +0400
commit9ae3e4552127a48133d05c531c867913c722b78a (patch)
treecd2e997298d1e82e0ca859971dad7216b855f899 /doc/ffprobe.texi
parent2243f0d0783922054d10497fc1d6f6fb376f05ff (diff)
ffprobe: add -show_data option.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 2a0b172128..cbe48a760d 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -94,6 +94,13 @@ 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_data
+Show payload data, as an hexadecimal and ASCII dump. Coupled with
+@option{-show_packets}, it will dump the packets' data. Coupled with
+@option{-show_streams}, it will dump the codec extradata.
+
+The dump is printed as the "data" field. It may contain newlines.
+
@item -show_error
Show information about the error found when trying to probe the input.