[FFmpeg-devel] [PATCH 1/2] doc/muxers: add hls_flags option description
Steven Liu
lingjiujianke at gmail.com
Mon Jul 18 15:13:46 EEST 2016
Signed-off-by: Steven Liu <liuqi at gosun.com>
Reviewed-by: Moritz Barsnick <barsnick at gmx.net>
---
doc/muxers.texi | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1b99c7e..66539c1 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.
+ at item hls_flags round_durations
+Round the duration info in the playlist file segment info to integer
+values, instead of using floating point.
+
+ at item hls_flags discont_starts
+Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
+first segment's information.
+
+ at 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
--
2.7.4 (Apple Git-66)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-doc-muxers-add-hls_flags-option-description.patch
Type: application/octet-stream
Size: 1343 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160718/96aaa10a/attachment.obj>
More information about the ffmpeg-devel
mailing list