diff options
author | Steven Liu <lingjiujianke@gmail.com> | 2014-09-12 18:04:52 +0800 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-09-16 16:30:03 +0200 |
commit | 2c21e8b1a490dcfb8999bb44e20e59f657939acc (patch) | |
tree | c6e27e129493db35798d744b982f88ac7f4eef7f /doc | |
parent | 3a0c70f1e374ebb3b76cfec149dfa8d688829ee0 (diff) | |
download | ffmpeg-2c21e8b1a490dcfb8999bb44e20e59f657939acc.tar.gz |
lavf/hls: add hls_ts_option
Same as COMMITID 4f5493fe2380ad4aba67759baa7d7d4437f2e776.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |