]> git.sesse.net Git - ffmpeg/blobdiff - doc/muxers.texi
Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'
[ffmpeg] / doc / muxers.texi
index c3e4e63c4314b042c6f2274f2c74a353d18162ed..2651f97751e5f2c76e7cb8b171a76b4f53eb872f 100644 (file)
@@ -523,9 +523,11 @@ reference stream. The default value is ``auto''.
 @item segment_format @var{format}
 Override the inner container format, by default it is guessed by the filename
 extension.
+
 @item segment_list @var{name}
 Generate also a listfile named @var{name}. If not specified no
 listfile is generated.
+
 @item segment_list_flags @var{flags}
 Set flags affecting the segment list generation.
 
@@ -545,8 +547,10 @@ the specified @var{segment_time}.
 Default value is @code{cache}.
 
 @item segment_list_size @var{size}
-Overwrite the listfile once it reaches @var{size} entries. If 0
-the listfile is never overwritten. Default value is 0.
+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
+value is 0.
+
 @item segment_list type @var{type}
 Specify the format for the segment list file.
 
@@ -582,8 +586,10 @@ A list file with the suffix @code{".m3u8"} will auto-select this format.
 @end table
 
 If not specified the type is guessed from the list file name suffix.
+
 @item segment_time @var{time}
 Set segment duration to @var{time}. Default value is "2".
+
 @item segment_time_delta @var{delta}
 Specify the accuracy time when selecting the start time for a
 segment. Default value is "0".