[FFmpeg-devel] [PATCH] ffprobe: extend documentation for option -print_format

Clément Bœsch ubitux at gmail.com
Sun Sep 25 02:25:59 CEST 2011


On Sun, Sep 25, 2011 at 02:09:17AM +0200, Stefano Sabatini wrote:
> In particular, use @table for listing the accepted options.
> ---
>  doc/ffprobe.texi |   22 +++++++++++++++++++++-
>  1 files changed, 21 insertions(+), 1 deletions(-)
> 
> diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
> index a5d5df8..e9b26ac 100644
> --- a/doc/ffprobe.texi
> +++ b/doc/ffprobe.texi
> @@ -89,7 +89,27 @@ options "-unit -prefix -byte_binary_prefix -sexagesimal".
>  
>  @item -print_format @var{format}
>  Set the output printing format.
> -Current available formats are "default" and "json".
> +Current available formats are:
> +
> + at table @option
> +
> + at item default
> +It is default format.
> +
> +Print each section in the form:
> + at example
> +[SECTION]
> +key1=val1
> +...
> +keyN=valN
> +[/SECTION]
> + at end example
> +
> + at item json
> +Print the output using the JSON notation.
> +
> +For more information about JSON, see @url{http://www.json.org/}.
> + at end table
>  
>  @item -show_format
>  Show information about the container format of the input multimedia

Nice, OK.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110925/23bdca50/attachment.asc>


More information about the ffmpeg-devel mailing list