[FFmpeg-devel] [PATCH] doc/muxers: add hls_segment_size option document

Steven Liu lingjiujianke at gmail.com
Wed Sep 14 02:40:08 EEST 2016


2016-09-14 7:34 GMT+08:00 Lou Logan <lou at lrcd.com>:

> On Wed, 14 Sep 2016 07:16:32 +0800, Steven Liu wrote:
>
> > and make an sample introduce how to use hls_segment_size.
> >
> > Signed-off-by: LiuQi <liuqi at gosun.com>
> > ---
> >  doc/muxers.texi | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/doc/muxers.texi b/doc/muxers.texi
> > index ccf8ea1..9b1f717 100644
> > --- a/doc/muxers.texi
> > +++ b/doc/muxers.texi
> > @@ -410,6 +410,17 @@ ffmpeg in.nut -hls_segment_filename 'file%03d.ts'
> > out.m3u8
> >  This example will produce the playlist, @file{out.m3u8}, and segment
> files:
> >  @file{file000.ts}, @file{file001.ts}, @file{file002.ts}, etc.
> >
> > + at item hls_segment_size @var{max_seg_size}
> > +Set the segments maximum size. Useful to reduce segment files numbers,
> > packaging
> > +some segment files in one file, and keep playlist segments as normal,
> [...]
>
> It appears your mail client may have introduced line breaks resulting
> in a patch that is unable to be applied.
>
> Did you use "git format-patch" or "git send-email"?
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Hi Lou Logan,

      What about this patch?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-doc-muxers-add-hls_segment_size-option-document.patch
Type: application/octet-stream
Size: 1412 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160914/9945bf03/attachment.obj>


More information about the ffmpeg-devel mailing list