diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-16 10:25:16 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-16 16:52:13 +0100 |
commit | cb309922cb196ccd49eb0dc27076f6a6a9eb9085 (patch) | |
tree | 55c3ff09ecf2189e9cf0cc0c3ffb7d05e0f74314 | |
parent | 83cab07a4c7f8ee1521c49e387b7d86de78d1955 (diff) | |
download | ffmpeg-cb309922cb196ccd49eb0dc27076f6a6a9eb9085.tar.gz |
doc/ffprobe: factorize definition of writers syntax
The writers option syntax was unified.
-rw-r--r-- | doc/ffprobe.texi | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 6295eb35bc..7b47fbabae 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -201,8 +201,9 @@ Read @var{input_file}. A writer defines the output format adopted by @command{ffprobe}, and will be used for printing all the parts of the output. -A writer may accept one or more arguments, which specify the options to -adopt. +A writer may accept one or more arguments, which specify the options +to adopt. The options are specified as a list of @var{key}=@var{value} +pairs, separated by ":". A description of the currently available writers follows. @@ -221,9 +222,6 @@ keyN=valN Metadata tags are printed as a line in the corresponding FORMAT or STREAM section, and are prefixed by the string "TAG:". -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - A description of the accepted options follows. @table @option @@ -253,9 +251,6 @@ Metadata tags are printed in the corresponding "format" or "stream" section. A metadata tag key, if printed, is prefixed by the string "tag:". -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -307,9 +302,6 @@ A free-form output where each line contains an explicit key=value, such as directly embedded in sh scripts as long as the separator character is an alphanumeric character or an underscore (see @var{sep_char} option). -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -372,9 +364,6 @@ JSON based format. Each section is printed using JSON notation. -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option @@ -401,9 +390,6 @@ Note that the output issued will be compliant to the (@option{unit}, @option{prefix}, @option{byte_binary_prefix}, @option{sexagesimal} etc.) are specified. -This writer accepts options as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted options follows. @table @option |