diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-19 00:44:31 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-19 00:51:28 +0100 |
commit | 040c461ccfea9d41f7be9ab569cf85746918d773 (patch) | |
tree | 26d4a64800756999b4b05a52b52e8bdaca31c564 /doc | |
parent | d00df260ca3341e5cacdd53fb08c42b05fb1d442 (diff) | |
download | ffmpeg-040c461ccfea9d41f7be9ab569cf85746918d773.tar.gz |
doc/muxers: apply minor cosmetics to segment option descriptions
Diffstat (limited to 'doc')
-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 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". |