[FFmpeg-devel] [PATCH] lavf/segment: add segment_format_options option
Steven Liu
lingjiujianke at gmail.com
Wed Sep 10 11:57:04 CEST 2014
What about push this option into format hls?
2014-09-07 19:23 GMT+08:00 Stefano Sabatini <stefasab at gmail.com>:
> 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
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list