9 #include "packager/app/mpd_flags.h"
12 DEFINE_bool(generate_static_mpd,
14 "Set to true to generate static mpd. If segment_template is "
15 "specified in stream descriptors, shaka-packager generates dynamic "
16 "mpd by default; if this flag is enabled, shaka-packager generates "
17 "static mpd instead. Note that if segment_template is not "
18 "specified, shaka-packager always generates static mpd regardless "
19 "of the value of this flag.");
22 DEFINE_bool(output_media_info,
24 "Create a human readable format of MediaInfo. The output file name "
25 "will be the name specified by output flag, suffixed with "
26 "'.media_info'. Exclusive with --mpd_output.");
27 DEFINE_string(mpd_output,
"",
28 "MPD output file name. Exclusive with --output_media_info.");
29 DEFINE_string(base_urls,
31 "Comma separated BaseURLs for the MPD. The values will be added "
32 "as <BaseURL> element(s) immediately under the <MPD> element.");
33 DEFINE_double(min_buffer_time,
35 "Specifies, in seconds, a common duration used in the definition "
36 "of the MPD Representation data rate.");
37 DEFINE_double(minimum_update_period,
39 "Indicates to the player how often to refresh the media "
40 "presentation description in seconds. This value is used for "
42 DEFINE_double(time_shift_buffer_depth,
44 "Guaranteed duration of the time shifting buffer for dynamic "
45 "media presentations, in seconds.");
46 DEFINE_double(suggested_presentation_delay,
48 "Specifies a delay, in seconds, to be added to the media "
49 "presentation time. This value is used for dynamic MPD only.");
50 DEFINE_string(default_language,
52 "Any tracks tagged with this language will have "
53 "<Role ... value=\"main\" /> in the manifest. This allows the "
54 "player to choose the correct default language for the content.");
55 DEFINE_bool(generate_dash_if_iop_compliant_mpd,
57 "Try to generate DASH-IF IOP compliant MPD. This is best effort "
58 "and does not guarantee compliance.");