mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-11 03:32:39 +00:00
doc/muxers: sort options for the segment muxer
This commit is contained in:
parent
7f08bfae6e
commit
0a7b8effbb
@ -442,8 +442,6 @@ The segment muxer supports the following options:
|
|||||||
@item segment_format @var{format}
|
@item segment_format @var{format}
|
||||||
Override the inner container format, by default it is guessed by the filename
|
Override the inner container format, by default it is guessed by the filename
|
||||||
extension.
|
extension.
|
||||||
@item segment_time @var{t}
|
|
||||||
Set segment duration to @var{t} seconds. Default value is 2.
|
|
||||||
@item segment_list @var{name}
|
@item segment_list @var{name}
|
||||||
Generate also a listfile named @var{name}. If not specified no
|
Generate also a listfile named @var{name}. If not specified no
|
||||||
listfile is generated.
|
listfile is generated.
|
||||||
@ -474,6 +472,8 @@ the segment start and end time expressed in seconds.
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
Default value is "flat".
|
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}
|
@item segment_wrap @var{limit}
|
||||||
Wrap around segment index once it reaches @var{limit}.
|
Wrap around segment index once it reaches @var{limit}.
|
||||||
@end table
|
@end table
|
||||||
|
Loading…
Reference in New Issue
Block a user