summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorChristian Suloway <csuloway@row44.com>2014-12-08 10:25:05 -0600
committerMichael Niedermayer <michaelni@gmx.at>2014-12-10 23:49:25 +0100
commit97b65f612617b9e238c8f95bcce82be145c2fafd (patch)
tree363c5cfa8780567c253dbb6975fcbd18548dcfce /doc/muxers.texi
parentae93965359e71c1f88ba170f8efd6a198344c235 (diff)
avformat/hlsenc: added segment file deletion
This option flag deletes segment files removed from the playlist after a period of time equal to the duration of the segment plus the duration of the playlist. Signed-off-by: Christian Suloway <csuloway@globaleagleent.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 34e827cde7..a1264d2125 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -273,6 +273,10 @@ ffmpeg -i in.nut -hls_flags single_file out.m3u8
@end example
Will produce the playlist, @file{out.m3u8}, and a single segment file,
@file{out.ts}.
+
+@item hls_flags delete_segments
+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.
@end table
@anchor{ico}