]> git.sesse.net Git - ffmpeg/blobdiff - doc/muxers.texi
Merge commit '39975acc699c83af0a87a7318c0f41e189142938'
[ffmpeg] / doc / muxers.texi
index 4f8c3c10e4e448d1ebd1c5b486c8372bb1261338..da7f186dbcf9e510c465c96d001f6d30b6484f51 100644 (file)
@@ -814,6 +814,13 @@ Allow caching (only affects M3U8 list files).
 Allow live-friendly file generation.
 @end table
 
+@item segment_list_type @var{type}
+Select the listing format.
+@table @option
+@item @var{flat} use a simple flat list of entries.
+@item @var{hls} use a m3u8-like structure.
+@end table
+
 @item segment_list_size @var{size}
 Update the list file so that it contains at most the last @var{size}
 segments. If 0 the list file will contain all the segments. Default
@@ -823,9 +830,6 @@ value is 0.
 Prepend @var{prefix} to each entry. Useful to generate absolute paths.
 By default no prefix is applied.
 
-@item segment_list_type @var{type}
-Specify the format for the segment list file.
-
 The following values are recognized:
 @table @samp
 @item flat