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:
authorStefano Sabatini <stefasab@gmail.com>2012-01-09 17:36:52 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-01-10 21:24:18 +0400
commit93d49cba7f96f3c578275c5df5b3f2191711e17a (patch)
tree884a041e65e8803688683156c3204492985e4173 /doc/ffprobe.texi
parent5226be0dd5167581277857fa267c7ad32a1aefaa (diff)
ffprobe: add compact option to JSON writer
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 66e3755118..5c591b1258 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -245,6 +245,18 @@ JSON based format.
Each section is printed using JSON notation.
+This writer accepts options as a list of @var{key}=@var{value} pairs,
+separated by ":".
+
+The description of the accepted options follows.
+
+@table @option
+
+@item compact, c
+If set to 1 enable compact output, that is each section will be
+printed on a single line. Default value is 0.
+@end table
+
For more information about JSON, see @url{http://www.json.org/}.
@section xml