[FFmpeg-cvslog] Document smoothstreaming muxer
Andrey Utkin
git at videolan.org
Sat May 10 00:11:51 CEST 2014
ffmpeg | branch: master | Andrey Utkin <andrey.krieger.utkin at gmail.com> | Thu May 8 23:50:35 2014 +0300| [8cc6e91f6950bface28590c9beee85da807d82cc] | committer: Michael Niedermayer
Document smoothstreaming muxer
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cc6e91f6950bface28590c9beee85da807d82cc
---
doc/muxers.texi | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1fcd38d..bab0081 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -953,6 +953,28 @@ ffmpeg -re -i in.mkv -codec copy -map 0 -f segment -segment_list playlist.m3u8 \
@end example
@end itemize
+ at section smoothstreaming
+
+Smooth Streaming muxer generates a set of files (Manifest, chunks) suitable for serving with conventional web server.
+
+ at table @option
+ at item window_size
+Specify the number of fragments kept in the manifest. Default 0 (keep all).
+
+ at item extra_window_size
+Specify the number of fragments kept outside of the manifest before removing from disk. Default 5.
+
+ at item lookahead_count
+Specify the number of lookahead fragments. Default 2.
+
+ at item min_frag_duration
+Specify the minimum fragment duration (in microseconds). Default 5000000.
+
+ at item remove_at_exit
+Specify whether to remove all fragments when finished. Default 0 (do not remove).
+
+ at end table
+
@section tee
The tee muxer can be used to write the same data to several files or any
More information about the ffmpeg-cvslog
mailing list