diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2016-06-08 11:42:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-15 11:28:04 +0200 |
commit | 2234566cfb11c473ad13ad4f523ff260754b853c (patch) | |
tree | ab43101220c69403e3ee2c3ba04522234a9d8851 | |
parent | cb46b78b2ec0179666012e2d85014236c2f5385b (diff) | |
download | ffmpeg-2234566cfb11c473ad13ad4f523ff260754b853c.tar.gz |
hls muxer doc: clarify segment splitting option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index e0f99a92dc..c2ca0ba92d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -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 |