summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2019-06-02 22:03:17 +0800
committerSteven Liu <lq@chinaffmpeg.org>2019-06-14 10:53:23 +0800
commitfa7a6dbd7607ba34fba696b6b5a16a7b137ca96f (patch)
tree6133c5e65a8547298ac44fd9c0392c647b6fd422 /doc
parent4208b428c4730f86438ec777642c6e455845b670 (diff)
avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c73719c421..50147c4d20 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -852,6 +852,10 @@ including the file containing the AES encryption key.
Add the @code{#EXT-X-INDEPENDENT-SEGMENTS} to playlists that has video segments
and when all the segments of that playlist are guaranteed to start with a Key frame.
+@item iframes_only
+Add the @code{#EXT-X-I-FRAMES-ONLY} to playlists that has video segments
+and can play only I-frames in the @code{#EXT-X-BYTERANGE} mode.
+
@item split_by_time
Allow segments to start on frames other than keyframes. This improves
behavior on some players when the time between keyframes is inconsistent,