Commit 3c3a580f authored by Luca Barbato's avatar Luca Barbato

hls: improve options description

parent adbe0307
...@@ -106,10 +106,14 @@ avconv -i in.nut out.m3u8 ...@@ -106,10 +106,14 @@ avconv -i in.nut out.m3u8
@end example @end example
@table @option @table @option
@item -hls_time segment length in seconds @item -hls_time @var{seconds}
@item -hls_list_size maximum number of playlist entries Set the segment length in seconds.
@item -hls_wrap number after which index wraps @item -hls_list_size @var{size}
@item -start_number first number in the sequence Set the maximum number of playlist entries.
@item -hls_wrap @var{wrap}
Set the number after which index wraps.
@item -start_number @var{number}
Start the sequence from @var{number}.
@end table @end table
@anchor{image2} @anchor{image2}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment