diff mbox

[FFmpeg-devel,2/2] add option hls_init_time document

Message ID CADxeRwnDV34LsD3d7GHVgaqWFEiS8Rx5tEtOSjTfbZJcTX9kUg@mail.gmail.com
State Superseded
Headers show

Commit Message

Steven Liu Aug. 26, 2016, 9:31 a.m. UTC
Signed-off-by: LiuQi <liuqi@gosun.com>
---
 doc/muxers.texi | 7 +++++++
 1 file changed, 7 insertions(+)

--
2.7.4 (Apple Git-66)

Comments

Steven Liu Aug. 26, 2016, 9:32 a.m. UTC | #1
2016-08-26 17:31 GMT+08:00 Steven Liu <lingjiujianke@gmail.com>:

>
> Signed-off-by: LiuQi <liuqi@gosun.com>
> ---
>  doc/muxers.texi | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/doc/muxers.texi b/doc/muxers.texi
> index 2548aeb..4db3809 100644
> --- a/doc/muxers.texi
> +++ b/doc/muxers.texi
> @@ -357,6 +357,13 @@ segmentation.
>  This muxer supports the following options:
>
>  @table @option
> +@item hls_init_time @var{seconds}
> +Set the target segment length in seconds. Default value is @var{0}.
> +Segment will be cut duration is @code{hls_init_time} value for the
> +first m3u8 list segments, After update m3u8 to the end of the
> +first m3u8 list,  @command{ffmpeg} will cut segments
> +at duration equ @code{hls_time}.
> +
>  @item hls_time @var{seconds}
>  Set the target segment length in seconds. Default value is 2.
>  Segment will be cut on the next key frame after this time has passed.
> --
> 2.7.4 (Apple Git-66)
>
> Hi Ibrahim Tachijian,

    Can you review this doc? My English is poor :D
diff mbox

Patch

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 2548aeb..4db3809 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -357,6 +357,13 @@  segmentation.
 This muxer supports the following options:

 @table @option
+@item hls_init_time @var{seconds}
+Set the target segment length in seconds. Default value is @var{0}.
+Segment will be cut duration is @code{hls_init_time} value for the
+first m3u8 list segments, After update m3u8 to the end of the
+first m3u8 list,  @command{ffmpeg} will cut segments
+at duration equ @code{hls_time}.
+
 @item hls_time @var{seconds}
 Set the target segment length in seconds. Default value is 2.
 Segment will be cut on the next key frame after this time has passed.