From 040c461ccfea9d41f7be9ab569cf85746918d773 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 19 Jan 2013 00:44:31 +0100 Subject: [PATCH] doc/muxers: apply minor cosmetics to segment option descriptions --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index fcb51dad04..2651f97751 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -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. @@ -584,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".