forked from FFmpeg/FFmpeg
doc/muxers: sort options for the segment muxer
This commit is contained in:
parent
7f08bfae6e
commit
0a7b8effbb
1 changed files with 2 additions and 2 deletions
|
@ -442,8 +442,6 @@ The segment muxer supports the following options:
|
|||
@item segment_format @var{format}
|
||||
Override the inner container format, by default it is guessed by the filename
|
||||
extension.
|
||||
@item segment_time @var{t}
|
||||
Set segment duration to @var{t} seconds. Default value is 2.
|
||||
@item segment_list @var{name}
|
||||
Generate also a listfile named @var{name}. If not specified no
|
||||
listfile is generated.
|
||||
|
@ -474,6 +472,8 @@ the segment start and end time expressed in seconds.
|
|||
@end table
|
||||
|
||||
Default value is "flat".
|
||||
@item segment_time @var{t}
|
||||
Set segment duration to @var{t} seconds. Default value is 2.
|
||||
@item segment_wrap @var{limit}
|
||||
Wrap around segment index once it reaches @var{limit}.
|
||||
@end table
|
||||
|
|
Loading…
Add table
Reference in a new issue