]> git.sesse.net Git - ffmpeg/blobdiff - doc/muxers.texi
avformat/dashenc: Added option for Segment file format
[ffmpeg] / doc / muxers.texi
index 59e20bf4267d29542aebac237abd32529b601e0f..80c65420baac0992a68aa85f16de452c4a7c9e57 100644 (file)
@@ -288,6 +288,15 @@ the segment indexes fall behind the expected real time position.
 Set container format (mp4/webm) options using a @code{:} separated list of
 key=value parameters. Values containing @code{:} special characters must be
 escaped.
+
+@item dash_segment_type @var{dash_segment_type}
+Possible values:
+@item mp4
+If this flag is set, the dash segment files will be in in ISOBMFF format. This is the default format.
+
+@item webm
+If this flag is set, the dash segment files will be in in WebM format.
+
 @end table
 
 @anchor{framecrc}