summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lingjiujianke@gmail.com>2016-07-18 20:05:35 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-22 16:31:30 +0200
commit6f0746783124ddc403484b6d29c7fee5b3194d0f (patch)
treebe39f8bd99574cf638702f7fe26fc904fbfabfd2 /doc/muxers.texi
parentfa393e30614b085f2b0197fa6f3914f0cf3d3a1c (diff)
doc/muxers: add hls_flags option description
Signed-off-by: Steven Liu <liuqi@gosun.com> Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1b99c7e755..66539c1124 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -495,6 +495,17 @@ Will produce the playlist, @file{out.m3u8}, and a single segment file,
Segment files removed from the playlist are deleted after a period of time
equal to the duration of the segment plus the duration of the playlist.
+@item hls_flags round_durations
+Round the duration info in the playlist file segment info to integer
+values, instead of using floating point.
+
+@item hls_flags discont_starts
+Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
+first segment's information.
+
+@item hls_flags omit_endlist
+Do not append the @code{EXT-X-ENDLIST} tag at the end of the playlist.
+
@item hls_flags split_by_time
If this flags is set, allow segments to start on frames other than keyframes.
This improves behavior on some players when the time between keyframes is