summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-22 12:49:05 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-25 19:12:16 +0100
commit5e278c19c752d65fdc1da1ceb599b091f71a4b4b (patch)
treefa6f9f46c222c2bbfac09ab958e0b22cfb2e39a7 /doc/muxers.texi
parent7f11c530dc3da665b6d710999984ccbc67e75947 (diff)
lavf/segment: add segment_list_entry_prefix option
This option allows to add a prefix to the segment list entry filenames. Also set by default the list entry filenames to the corresponding segment basename, consistent with the HLS muxer. Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index d6a35be68b..dbb52e81c5 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -674,7 +674,9 @@ The segment muxer works best with a single constant frame rate video.
Optionally it can generate a list of the created segments, by setting
the option @var{segment_list}. The list type is specified by the
-@var{segment_list_type} option.
+@var{segment_list_type} option. The entry filenames in the segment
+list are set by default to the basename of the corresponding segment
+files.
The segment muxer supports the following options:
@@ -711,6 +713,10 @@ 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_entry_prefix @var{prefix}
+Set @var{prefix} to prepend to the name of each entry filename. By
+default no prefix is applied.
+
@item segment_list_type @var{type}
Specify the format for the segment list file.