[FFmpeg-devel] [PATCH] ffprobe: parse arguments for -print_format writer

Clément Bœsch ubitux at gmail.com
Mon Oct 3 21:20:47 CEST 2011


On Sun, Oct 02, 2011 at 12:41:21PM +0200, Stefano Sabatini wrote:
> This allows -print_format to accept string of the form WRITER=OPTIONS,
> as required by the pending compact writer patch.
> ---
>  doc/ffprobe.texi |    8 ++++++++
>  ffprobe.c        |   34 ++++++++++++++++++++++++++--------
>  2 files changed, 34 insertions(+), 8 deletions(-)
> 
> diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
> index 59643c2..5d5b5de 100644
> --- a/doc/ffprobe.texi
> +++ b/doc/ffprobe.texi
> @@ -83,6 +83,14 @@ options "-unit -prefix -byte_binary_prefix -sexagesimal".
>  @item -print_format @var{format}
>  Set the output printing format.
>  
> +It accepts a string of the form:
> + at example
> + at var{writer_name}[=@var{writer_options}]
> + at end example
> +
> + at var{writer_name} specify the name of the writer, and
> + at var{writer_options} specify the options to be passed to the writer.
> +

specifies?

I didn't test but it looks 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/20111003/d25f9ab1/attachment.asc>


More information about the ffmpeg-devel mailing list