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

Benoit Fouet benoit.fouet at free.fr
Wed Jun 8 11:46:15 CEST 2016


Hi,

find attached a patch to $subj
This would have been useful at least to me :-)

-- 
Ben

-------------- next part --------------
From aac7f87102337b7b1a59f88fc69766a20dfa0790 Mon Sep 17 00:00:00 2001
From: Benoit Fouet <benoit.fouet at free.fr>
Date: Wed, 8 Jun 2016 11:42:51 +0200
Subject: [PATCH] hls muxer doc: clarify segment splitting option

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

diff --git a/doc/muxers.texi b/doc/muxers.texi
index c62d4b5..8847a1c 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
-- 
2.9.0.rc0.38.gf3913c2



More information about the ffmpeg-devel mailing list