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

Lou Logan lou at lrcd.com
Wed Sep 14 02:34:38 EEST 2016


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"?


More information about the ffmpeg-devel mailing list