Commit 7ba98824 authored by Steven Liu's avatar Steven Liu Committed by Michael Niedermayer

doc/muxers: add option hls_init_time document

Reviewed-by: 's avatarIbrahim Tachijian <barhom@netsat.se>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 557ad3a4
......@@ -357,6 +357,12 @@ segmentation.
This muxer supports the following options:
@table @option
@item hls_init_time @var{seconds}
Set the initial target segment length in seconds. Default value is @var{0}.
Segment will be cut on the next key frame after this time has passed on the first m3u8 list.
After the initial playlist is filled @command{ffmpeg} will cut segments
at duration equal to @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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment