[FFmpeg-cvslog] hls: improve options description

Luca Barbato git at videolan.org
Sun Dec 9 13:42:40 CET 2012


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Dec  8 06:14:41 2012 +0100| [3c3a580f93c9bb2d579ba0c87f4c704785641744] | committer: Luca Barbato

hls: improve options description

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c3a580f93c9bb2d579ba0c87f4c704785641744
---

 doc/muxers.texi |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index a2a9ce4..4104137 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -106,10 +106,14 @@ avconv -i in.nut out.m3u8
 @end example
 
 @table @option
- at item -hls_time segment length in seconds
- at item -hls_list_size maximum number of playlist entries
- at item -hls_wrap number after which index wraps
- at item -start_number first number in the sequence
+ at item -hls_time @var{seconds}
+Set the segment length in seconds.
+ at item -hls_list_size @var{size}
+Set the maximum number of playlist entries.
+ at item -hls_wrap @var{wrap}
+Set the number after which index wraps.
+ at item -start_number @var{number}
+Start the sequence from @var{number}.
 @end table
 
 @anchor{image2}



More information about the ffmpeg-cvslog mailing list