diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-09-13 22:37:54 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-09-13 23:03:05 +0200 |
commit | 3fdf519e4bd7d14d5335fb618cff0c1cd82f30b2 (patch) | |
tree | 23a1c4d541ae22c297fa989c9a37b26050bec5a9 /doc/ffprobe.texi | |
parent | afbeb494565de2530d0dd288588434d9d2902cda (diff) | |
download | ffmpeg-3fdf519e4bd7d14d5335fb618cff0c1cd82f30b2.tar.gz |
ffprobe: add JSON output printing format.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 4 |
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. |