diff options
author | Steven Liu <liuqi05@kuaishou.com> | 2021-11-18 14:58:54 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2021-12-13 18:45:33 +0800 |
commit | 38fbe6a34cfe48c91156e26806aeb81e0dd09f77 (patch) | |
tree | 05f3fe8793d1949bb6f509b43bd06af8b046af05 /doc/muxers.texi | |
parent | 7fe5c7f02dbcda8494150ca79922e4994399274b (diff) | |
download | ffmpeg-38fbe6a34cfe48c91156e26806aeb81e0dd09f77.tar.gz |
avformat/hlsenc: add hls_segment_options correct the segment options name
Because the hls_ts_options will be misunderstand by user that only can
be used in mpegts segments option. So add this option for segments.
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 7eee8c1be6..287ea569fd 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -919,6 +919,10 @@ This example will create a directory hierarchy 2016/02/15 (if any of them do not produce the playlist, @file{out.m3u8}, and segment files: @file{2016/02/15/file-20160215-1455569023.ts}, @file{2016/02/15/file-20160215-1455569024.ts}, etc. +@item hls_segment_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_key_info_file @var{key_info_file} Use the information in @var{key_info_file} for segment encryption. The first |