diff options
author | Nicolas George | 2012-04-07 19:18:09 +0200 |
---|---|---|
committer | Nicolas George | 2012-06-18 09:38:36 +0200 |
commit | 9ae3e4552127a48133d05c531c867913c722b78a (patch) | |
tree | cd2e997298d1e82e0ca859971dad7216b855f899 /doc/ffprobe.texi | |
parent | 2243f0d0783922054d10497fc1d6f6fb376f05ff (diff) |
ffprobe: add -show_data option.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 7 |
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. |