[FFmpeg-cvslog] doc/ffprobe: factorize definition of writers syntax

Stefano Sabatini git at videolan.org
Fri Nov 16 16:58:22 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Nov 16 10:25:16 2012 +0100| [cb309922cb196ccd49eb0dc27076f6a6a9eb9085] | committer: Stefano Sabatini

doc/ffprobe: factorize definition of writers syntax

The writers option syntax was unified.

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

 doc/ffprobe.texi |   20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 6295eb3..7b47fba 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



More information about the ffmpeg-cvslog mailing list