summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-11-16 00:41:55 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-16 18:40:03 +0100
commit1f0d937f777a2d4d83200a4d26c7752735eee727 (patch)
treeb71a77cb521c29a1245ce931f6a557eb0c70b43c /doc/ffprobe.texi
parent4e7b3ef3b3cf71479dde1d4ae644eaf4857c4813 (diff)
ffprobe: add csv writer
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 172e35dc4e..89b270d7bb 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -199,6 +199,12 @@ Perform no escaping.
@end table
+@section csv
+CSV format.
+
+This writer is equivalent to
+@code{compact=item_sep=,:nokey=1:escape=csv}.
+
@section json
JSON based format.