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

Stefano Sabatini stefasab at gmail.com
Sat Oct 8 15:25:49 CEST 2011


On date Monday 2011-10-03 21:20:47 +0200, Clément Bœsch encoded:
> 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.

Updated, I'll push this togheter with the two previous patches.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-ffprobe-parse-arguments-for-print_format-writer.patch
Type: text/x-diff
Size: 2970 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111008/7646747d/attachment.bin>


More information about the ffmpeg-devel mailing list