Browse Source

doc: document -dump_separator

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
d5633dfc28
2 changed files with 17 additions and 0 deletions
  1. +9
    -0
      doc/codecs.texi
  2. +8
    -0
      doc/formats.texi

+ 9
- 0
doc/codecs.texi View File

@@ -1118,6 +1118,15 @@ instead of alpha. Default is 0.
@item codec_whitelist @var{list} (@emph{input}) @item codec_whitelist @var{list} (@emph{input})
"," separated List of allowed decoders. By default all are allowed. "," 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 @end table


@c man end CODEC OPTIONS @c man end CODEC OPTIONS


+ 8
- 0
doc/formats.texi View File

@@ -172,6 +172,14 @@ is @code{0} (meaning that no offset is applied).
@item format_whitelist @var{list} (@emph{input}) @item format_whitelist @var{list} (@emph{input})
"," separated List of allowed demuxers. By default all are allowed. "," separated List of allowed demuxers. 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 @end table


@c man end FORMAT OPTIONS @c man end FORMAT OPTIONS


Loading…
Cancel
Save