[FFmpeg-cvslog] doc: document -dump_separator

Michael Niedermayer git at videolan.org
Fri Oct 31 23:15:14 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Oct 31 23:05:02 2014 +0100| [d5633dfc288b960d267138dfeffd7037e442c9ef] | committer: Michael Niedermayer

doc: document -dump_separator

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5633dfc288b960d267138dfeffd7037e442c9ef
---

 doc/codecs.texi  |    9 +++++++++
 doc/formats.texi |    8 ++++++++
 2 files changed, 17 insertions(+)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index b724738..2bb6059 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1118,6 +1118,15 @@ instead of alpha. Default is 0.
 @item codec_whitelist @var{list} (@emph{input})
 "," separated List of allowed decoders. By default all are allowed.
 
+ at item dump_separator @var{string} (@emph{input})
+Separator used to separate the fields printed on the command line about the
+Stream parameters.
+For example to separate the fields with newlines and indention:
+ at example
+ffprobe -dump_separator "
+                          "  -i ~/videos/matrixbench_mpeg2.mpg
+ at end example
+
 @end table
 
 @c man end CODEC OPTIONS
diff --git a/doc/formats.texi b/doc/formats.texi
index ade1f94..aac80ff 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -172,6 +172,14 @@ is @code{0} (meaning that no offset is applied).
 @item format_whitelist @var{list} (@emph{input})
 "," separated List of allowed demuxers. By default all are allowed.
 
+ at item dump_separator @var{string} (@emph{input})
+Separator used to separate the fields printed on the command line about the
+Stream parameters.
+For example to separate the fields with newlines and indention:
+ at example
+ffprobe -dump_separator "
+                          "  -i ~/videos/matrixbench_mpeg2.mpg
+ at end example
 @end table
 
 @c man end FORMAT OPTIONS



More information about the ffmpeg-cvslog mailing list