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:
authorClément Bœsch <ubitux@gmail.com>2011-09-14 00:37:54 +0400
committerClément Bœsch <ubitux@gmail.com>2011-09-14 01:03:05 +0400
commit3fdf519e4bd7d14d5335fb618cff0c1cd82f30b2 (patch)
tree23a1c4d541ae22c297fa989c9a37b26050bec5a9 /doc/ffprobe.texi
parentafbeb494565de2530d0dd288588434d9d2902cda (diff)
ffprobe: add JSON output printing format.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index e4b0eb3e4f..a5d5df8da8 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -87,6 +87,10 @@ Use sexagesimal format HH:MM:SS.MICROSECONDS for time values.
Prettify the format of the displayed values, it corresponds to the
options "-unit -prefix -byte_binary_prefix -sexagesimal".
+@item -print_format @var{format}
+Set the output printing format.
+Current available formats are "default" and "json".
+
@item -show_format
Show information about the container format of the input multimedia
stream.