[FFmpeg-devel] [PATCH] lavf/segment: add segment_format_options option

Stefano Sabatini stefasab at gmail.com
Sun Sep 7 13:23:05 CEST 2014


On date Saturday 2014-09-06 22:00:05 +0200, Michael Niedermayer encoded:
> On Sat, Sep 06, 2014 at 03:46:03PM +0200, Stefano Sabatini wrote:
> > TODO: bump micro
> > ---
> >  doc/muxers.texi       |  5 +++++
> >  libavformat/segment.c | 25 +++++++++++++++++++++++--
> >  2 files changed, 28 insertions(+), 2 deletions(-)
> > 
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index d7833a6..6f3ac1d 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -804,6 +804,11 @@ reference stream. The default value is @code{auto}.
> >  Override the inner container format, by default it is guessed by the filename
> >  extension.
> >  
> > + at item segment_format_options @var{options_list}
> > +Set output format options using a :-separated list of key=value
> > +parameters. Values containing @code{:} special characters must be
> > +escaped.
> > +
> >  @item segment_list @var{name}
> >  Generate also a listfile named @var{name}. If not specified no
> >  listfile is generated.
> 
> please add a example, i think users will have no clue how to use
> it otherwise
> 
> patch LGTM otherwise

Pushed, thanks.
-- 
FFmpeg = Formidable and Furious Mean Perennial Explosive Gigant


More information about the ffmpeg-devel mailing list