Browse code

doc/muxers: add option hls_init_time document

Reviewed-by: Ibrahim Tachijian <barhom@netsat.se>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Steven Liu authored on 2016/08/27 08:35:54
Showing 1 changed files
... ...
@@ -357,6 +357,12 @@ segmentation.
357 357
 This muxer supports the following options:
358 358
 
359 359
 @table @option
360
+@item hls_init_time @var{seconds}
361
+Set the initial target segment length in seconds. Default value is @var{0}.
362
+Segment will be cut on the next key frame after this time has passed on the first m3u8 list.
363
+After the initial playlist is filled @command{ffmpeg} will cut segments
364
+at duration equal to @code{hls_time}
365
+
360 366
 @item hls_time @var{seconds}
361 367
 Set the target segment length in seconds. Default value is 2.
362 368
 Segment will be cut on the next key frame after this time has passed.