[FFmpeg-cvslog] hls muxer doc: clarify segment splitting option

Benoit Fouet git at videolan.org
Wed Jun 15 11:33:13 CEST 2016


ffmpeg | branch: master | Benoit Fouet <benoit.fouet at free.fr> | Wed Jun  8 11:42:51 2016 +0200| [2234566cfb11c473ad13ad4f523ff260754b853c] | committer: Michael Niedermayer

hls muxer doc: clarify segment splitting option

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2234566cfb11c473ad13ad4f523ff260754b853c
---

 doc/muxers.texi |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index e0f99a9..c2ca0ba 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



More information about the ffmpeg-cvslog mailing list