From 2c21e8b1a490dcfb8999bb44e20e59f657939acc Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Fri, 12 Sep 2014 18:04:52 +0800 Subject: lavf/hls: add hls_ts_option Same as COMMITID 4f5493fe2380ad4aba67759baa7d7d4437f2e776. Signed-off-by: Stefano Sabatini --- doc/muxers.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/muxers.texi b/doc/muxers.texi index 40ae857040..5f8d75f3f1 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -224,6 +224,11 @@ Set the segment length in seconds. Default value is 2. Set the maximum number of playlist entries. If set to 0 the list file will contain all the segments. Default value is 5. +@item hls_ts_options @var{options_list} +Set output format options using a :-separated list of key=value +parameters. Values containing @code{:} special characters must be +escaped. + @item hls_wrap @var{wrap} Set the number after which the segment filename number (the number specified in each segment file) wraps. If set to 0 the number will be -- cgit v1.2.3