add the hls_flags round_durations, discont_start, omit_endlist flags describe
Signed-off-by: LiuQi <li...@gosun.com> --- doc/muxers.texi | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 15b63f4..bf5bc82 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -495,6 +495,18 @@ Will produce the playlist, @file{out.m3u8}, and a single segment file, Segment files removed from the playlist are deleted after a period of time equal to the duration of the segment plus the duration of the playlist. +@item hls_flags round_durations +If this flag is set, the muxer will make the duration info form float point to +integer for playlist file segment info. + +@item hls_flags discont_starts +If this flag is set, it will add the @code{#EXT-X-DISCONTINUITY} tag into the +playlist at the first segment infomation's front. + +@item hls_flags omit_endlist +If this flag is set, it will not append the @code{EXT-X-ENDLIST} tag at the end of +the playlist. + @item hls_flags split_by_time If this flags is set, allow segments to start on frames other than keyframes. This improves behavior on some players when the time between keyframes is -- 1.7.1
0001-refine-the-doc-of-hlsenc.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel