From 9ae3e4552127a48133d05c531c867913c722b78a Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sat, 7 Apr 2012 19:18:09 +0200 Subject: ffprobe: add -show_data option. --- doc/ffprobe.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/ffprobe.texi') 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. -- cgit v1.2.3