forked from FFmpeg/FFmpeg
hls muxer doc: clarify segment splitting option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
cb46b78b2e
commit
2234566cfb
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ This muxer supports the following options:
|
|||
|
||||
@table @option
|
||||
@item hls_time @var{seconds}
|
||||
Set the segment length in seconds. Default value is 2.
|
||||
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.
|
||||
|
||||
@item hls_list_size @var{size}
|
||||
Set the maximum number of playlist entries. If set to 0 the list file
|
||||
|
|
Loading…
Add table
Reference in a new issue