[FFmpeg-cvslog] doc: Document segment_list_type

Luca Barbato git at videolan.org
Wed Jun 18 23:22:08 CEST 2014


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Jun 16 13:56:08 2014 +0200| [49a242687cf44f86570b706db3c5912ff06bc6c2] | committer: Luca Barbato

doc: Document segment_list_type

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

 doc/muxers.texi |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 325bb9d..0ca8d3f 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -503,6 +503,12 @@ extension.
 Set segment duration to @var{t} seconds.
 @item segment_list @var{name}
 Generate also a listfile named @var{name}.
+ at item segment_list_type @var{type}
+Select the listing format.
+ at table @option
+ at item @var{flat} use a simple flat list of entries.
+ at item @var{hls} use a m3u8-like structure.
+ at end table
 @item segment_list_size @var{size}
 Overwrite the listfile once it reaches @var{size} entries.
 @item segment_list_entry_prefix @var{prefix}



More information about the ffmpeg-cvslog mailing list