From 5bad2fbd5c6ad3b6adfd6e3459bc62d6e31f03cd Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Wed, 21 Jun 2017 15:50:32 -0700 Subject: [PATCH] Update the description for @bandwidth to make it clearer Change-Id: Ib5a084c0ffea9efe0b4173248daddc53498c4498 --- packager/app/packager_main.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packager/app/packager_main.cc b/packager/app/packager_main.cc index 5e6698398a..08fd41b7f3 100644 --- a/packager/app/packager_main.cc +++ b/packager/app/packager_main.cc @@ -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"