Update the description for @bandwidth to make it clearer
Change-Id: Ib5a084c0ffea9efe0b4173248daddc53498c4498
This commit is contained in:
parent
b4aa34b803
commit
5bad2fbd5c
|
@ -68,8 +68,11 @@ const char kUsage[] =
|
|||
" streams.\n"
|
||||
" - bandwidth (bw): Optional value which contains a user-specified\n"
|
||||
" content bit rate for the stream, in bits/sec. If specified, this\n"
|
||||
" value is propagated to the $Bandwidth$ template parameter for\n"
|
||||
" segment names. If not specified, its value may be estimated.\n"
|
||||
" value is propagated to (HLS) EXT-X-STREAM-INF:BANDWIDTH or (DASH)\n"
|
||||
" Representation@bandwidth and the $Bandwidth$ template parameter for\n"
|
||||
" segment names. If not specified, the bandwidth value is estimated\n"
|
||||
" from content bitrate. Note that it only affects the generated\n"
|
||||
" manifests/playlists; it has no effect on the media content itself.\n"
|
||||
" - language (lang): Optional value which contains a user-specified\n"
|
||||
" language tag. If specified, this value overrides any language\n"
|
||||
" metadata in the input stream.\n"
|
||||
|
|
Loading…
Reference in New Issue