[FFmpeg-devel] [PATCH 1/2] refine the doc of hlsenc
Michael Niedermayer
michael at niedermayer.cc
Tue Jul 12 12:37:21 EEST 2016
On Tue, Jul 12, 2016 at 11:55:05AM +0800, Steven Liu wrote:
> add the hls_flags round_durations, discont_start, omit_endlist flags
> describe
>
[...]
> muxers.texi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
> 2c76ab4a4f03f11a29c95ef2703d98b4ca31ca83 0001-refine-the-doc-of-hlsenc.patch
> From 7909967dd0206c75a844ff72a1e0c902517175df Mon Sep 17 00:00:00 2001
> From: Steven Liu <lingjiujianke at gmail.com>
> Date: Tue, 12 Jul 2016 10:19:45 +0800
> Subject: [PATCH 1/2] refine the doc of hlsenc
>
> add the hls_flags round_durations, discont_start, omit_endlist flags describe
>
> Signed-off-by: LiuQi <liuqi at 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.
>
> + at 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.
> +
> + at 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.
> +
> + at item hls_flags omit_endlist
> +If this flag is set, it will not append the @code{EXT-X-ENDLIST} tag at the end of
trailing whitespace is forbidden in ffmpeg
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160712/c8c740fa/attachment.sig>
More information about the ffmpeg-devel
mailing list