Skip to content

Commit

Permalink
doc/muxers: improve hlsenc description
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
  • Loading branch information
T-bagwell authored and michaelni committed Jul 22, 2016
1 parent 6f07467 commit 41ad6d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/muxers.texi
Expand Up @@ -396,8 +396,8 @@ which can be cyclic, for example if the @option{wrap} option is
specified.

@item hls_segment_filename @var{filename}
Set the segment filename. Unless hls_flags single_file is set @var{filename}
is used as a string format with the segment number:
Set the segment filename. Unless @code{hls_flags single_file} is set,
@var{filename} is used as a string format with the segment number:
@example
ffmpeg in.nut -hls_segment_filename 'file%03d.ts' out.m3u8
@end example
Expand Down Expand Up @@ -507,10 +507,10 @@ first segment's information.
Do 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
inconsistent, but may make things worse on others, and can cause some oddities
during seeking. This flag should be used with hls_time option.
Allow segments to start on frames other than keyframes. This improves
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_playlist_type event
Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces
Expand Down

0 comments on commit 41ad6d1

Please sign in to comment.