2016-09-14 7:34 GMT+08:00 Lou Logan <l...@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 <li...@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. > > > > +@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@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hi Lou Logan, What about this patch?
0001-doc-muxers-add-hls_segment_size-option-document.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel