Commit ad5ca1fb authored by Werner Robitza's avatar Werner Robitza Committed by Lou Logan

doc/hls: fix grammar for HLS options

This fixes the grammar of two HLS option descriptions and makes them less
ambiguous.
Signed-off-by: 's avatarWerner Robitza <werner.robitza@gmail.com>
Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
parent 32d021cf
...@@ -764,17 +764,17 @@ Possible values: ...@@ -764,17 +764,17 @@ Possible values:
@table @samp @table @samp
@item mpegts @item mpegts
If this flag is set, the hls segment files will format to mpegts. Output segment files in MPEG-2 Transport Stream format. This is
the mpegts files is used in all hls versions. compatible with all HLS versions.
@item fmp4 @item fmp4
If this flag is set, the hls segment files will format to fragment mp4 looks like dash. Output segment files in fragmented MP4 format, similar to MPEG-DASH.
the fmp4 files is used in hls after version 7. fmp4 files may be used in HLS version 7 and above.
@end table @end table
@item hls_fmp4_init_filename @var{filename} @item hls_fmp4_init_filename @var{filename}
set filename to the fragment files header file, default filename is @file{init.mp4}. Set filename to the fragment files header file, default filename is @file{init.mp4}.
When @code{var_stream_map} is set with two or more variant streams, the When @code{var_stream_map} is set with two or more variant streams, the
@var{filename} pattern must contain the string "%v", this string specifies @var{filename} pattern must contain the string "%v", this string specifies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment