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

Stefano Sabatini stefasab at gmail.com
Sun Oct 9 16:15:09 CEST 2011


On date Saturday 2011-10-08 15:25:49 +0200, Stefano Sabatini encoded:
> 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.

Broadcasted.


More information about the ffmpeg-devel mailing list