summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-10-26 16:36:56 +0200
committerLuca Barbato <lu_zero@gentoo.org>2012-11-13 01:37:05 +0100
commit22a0827dff29a94e7fd07ad2782f169b2703c70d (patch)
treed01eff546b3ac6c0179a8a035933da1ee77bb8b9 /doc/muxers.texi
parentb9629acb6b647b31b8b4e3932e836189bd03e5b9 (diff)
hlsenc: stand alone hls segmenter
Simplifies usage but has higher latency.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4bb6d56a00..570041d679 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -90,6 +90,27 @@ avconv -i INPUT -c:a pcm_u8 -c:v mpeg2video -f framecrc -
See also the @ref{crc} muxer.
+@anchor{hls}
+@section hls
+
+Apple HTTP Live Streaming muxer that segments MPEG-TS according to
+the HTTP Live Streaming specification.
+
+It creates a playlist file and numbered segment files. The output
+filename specifies the playlist filename; the segment filenames
+receive the same basename as the playlist, a sequential number and
+a .ts extension.
+
+@example
+avconv -i in.nut out.m3u8
+@end example
+
+@table @option
+@item -hls_time segment length in seconds
+@item -hls_list_size maximum number of playlist entries
+@item -hls_wrap number after which index wraps
+@end table
+
@anchor{image2}
@section image2