diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-15 11:06:34 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-18 11:21:47 +0200 |
commit | e5ae2f912626e72821d6e152dabf7c89fe1f5119 (patch) | |
tree | a0ce886c597bef675628098585ea39ecd16f07b6 /doc/muxers.texi | |
parent | 4a12d1e8e794059b58718f402c46aed9e2bed458 (diff) | |
download | ffmpeg-e5ae2f912626e72821d6e152dabf7c89fe1f5119.tar.gz |
lavf/segment: add M3U8 list support
Address trac ticket #1642.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 2cb8e133c6..e6e72e4a76 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -502,6 +502,10 @@ muxer according to the provided pattern, and should not contain the @var{segment_start_time} and @var{segment_end_time} specify the segment start and end time expressed in seconds. + +@item m3u8 +Generate an extended M3U8 file, version 4, compliant with +@url{http://tools.ietf.org/id/draft-pantos-http-live-streaming-08.txt}. @end table Default value is "flat". |