Commit cb309922 authored by Stefano Sabatini's avatar Stefano Sabatini

doc/ffprobe: factorize definition of writers syntax

The writers option syntax was unified.
parent 83cab07a
...@@ -201,8 +201,9 @@ Read @var{input_file}. ...@@ -201,8 +201,9 @@ Read @var{input_file}.
A writer defines the output format adopted by @command{ffprobe}, and will be A writer defines the output format adopted by @command{ffprobe}, and will be
used for printing all the parts of the output. used for printing all the parts of the output.
A writer may accept one or more arguments, which specify the options to A writer may accept one or more arguments, which specify the options
adopt. 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. A description of the currently available writers follows.
...@@ -221,9 +222,6 @@ keyN=valN ...@@ -221,9 +222,6 @@ keyN=valN
Metadata tags are printed as a line in the corresponding FORMAT or Metadata tags are printed as a line in the corresponding FORMAT or
STREAM section, and are prefixed by the string "TAG:". 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. A description of the accepted options follows.
@table @option @table @option
...@@ -253,9 +251,6 @@ Metadata tags are printed in the corresponding "format" or "stream" ...@@ -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 section. A metadata tag key, if printed, is prefixed by the string
"tag:". "tag:".
This writer accepts options as a list of @var{key}=@var{value} pairs,
separated by ":".
The description of the accepted options follows. The description of the accepted options follows.
@table @option @table @option
...@@ -307,9 +302,6 @@ A free-form output where each line contains an explicit key=value, such as ...@@ -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 directly embedded in sh scripts as long as the separator character is an
alphanumeric character or an underscore (see @var{sep_char} option). 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. The description of the accepted options follows.
@table @option @table @option
...@@ -372,9 +364,6 @@ JSON based format. ...@@ -372,9 +364,6 @@ JSON based format.
Each section is printed using JSON notation. 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. The description of the accepted options follows.
@table @option @table @option
...@@ -401,9 +390,6 @@ Note that the output issued will be compliant to the ...@@ -401,9 +390,6 @@ Note that the output issued will be compliant to the
(@option{unit}, @option{prefix}, @option{byte_binary_prefix}, (@option{unit}, @option{prefix}, @option{byte_binary_prefix},
@option{sexagesimal} etc.) are specified. @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. The description of the accepted options follows.
@table @option @table @option
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment