diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-07 21:34:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-09-08 02:22:21 +0200 |
commit | 2793ebd6cb8e945a3ac3b3bfb2dc1c3420f668d6 (patch) | |
tree | e8375d56da1d6354b0dbc5492ad254b9893cb238 /doc/muxers.texi | |
parent | 4fb6f9de0cfcbeb51684e5754bea8f10d4a8a9bf (diff) | |
download | ffmpeg-2793ebd6cb8e945a3ac3b3bfb2dc1c3420f668d6.tar.gz |
avformat/hlsenc: implement program_date_time
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index c39a6a0f4c..ccf8ea169c 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -522,6 +522,9 @@ behavior on some players when the time between keyframes is inconsistent, but may make things worse on others, and can cause some oddities during seeking. This flag should be used with the @code{hls_time} option. +@item hls_flags program_date_time +Generate @code{EXT-X-PROGRAM-DATE-TIME} tags. + @item hls_playlist_type event Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces @option{hls_list_size} to 0; the playlist can only be appended to. |