diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-11-16 00:41:55 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-16 18:40:03 +0100 |
commit | 1f0d937f777a2d4d83200a4d26c7752735eee727 (patch) | |
tree | b71a77cb521c29a1245ce931f6a557eb0c70b43c /doc/ffprobe.texi | |
parent | 4e7b3ef3b3cf71479dde1d4ae644eaf4857c4813 (diff) | |
download | ffmpeg-1f0d937f777a2d4d83200a4d26c7752735eee727.tar.gz |
ffprobe: add csv writer
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 6 |
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. |