Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-11-01 01:05:02 +0300
committerMichael Niedermayer <michaelni@gmx.at>2014-11-01 01:14:18 +0300
commitd5633dfc288b960d267138dfeffd7037e442c9ef (patch)
tree1af05487ae1d6874d03951c5f750ba86419ef203 /doc/codecs.texi
parent0c6c5d7bcb1b616161a98356495adaeed2568dda (diff)
doc: document -dump_separator
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r--doc/codecs.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index b7247388ef..2bb60595c9 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.
+@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:
+@example
+ffprobe -dump_separator "
+ " -i ~/videos/matrixbench_mpeg2.mpg
+@end example
+
@end table
@c man end CODEC OPTIONS