9 #include <packager/app/muxer_flags.h>
14 "Clear lead in seconds if encryption is enabled. Note that we do "
15 "not support partial segment encryption, so it is rounded up to "
16 "full segments. Set it to a value smaller than segment_duration "
17 "so only the first segment is in clear since the first segment "
18 "could be smaller than segment_duration if there is small "
19 "non-zero starting timestamp.");
23 "Segment duration in seconds. If single_segment is specified, "
24 "this parameter sets the duration of a subsegment; otherwise, "
25 "this parameter sets the duration of a segment. Actual segment "
26 "durations may not be exactly as requested.");
30 "Force segments to begin with stream access points.");
34 "Fragment duration in seconds. Should not be larger than "
35 "the segment duration. Actual fragment durations may not be "
36 "exactly as requested.");
40 "Force fragments to begin with stream access points. This flag "
41 "implies segment_sap_aligned.");
43 generate_sidx_in_media_segments,
45 "Indicates whether to generate 'sidx' box in media segments. Note "
46 "that it is required for DASH on-demand profile (not using segment "
48 ABSL_FLAG(std::string,
51 "Specify a directory in which to store temporary (intermediate) "
52 " files. Used only if single_segment=true.");
54 mp4_include_pssh_in_stream,
56 "MP4 only: include pssh in the encrypted stream.");
58 transport_stream_timestamp_offset_ms,
60 "A positive value, in milliseconds, by which output timestamps "
61 "are offset to compensate for possible negative timestamps in the "
62 "input. For example, timestamps from ISO-BMFF after adjusted by "
63 "EditList could be negative. In transport streams, timestamps are "
64 "not allowed to be less than zero.");
67 default_text_zero_bias_ms,
69 "A positive value, in milliseconds. It is the threshold used to "
70 "determine if we should assume that the text stream actually starts "
71 "at time zero. If the first sample comes before default_text_zero_bias_ms, "
72 "then the start will be padded as the stream is assumed to start at zero. "
73 "If the first sample comes after default_text_zero_bias_ms then the start "
74 "of the stream will not be padded as we cannot assume the start time of "
80 "Indicates the startNumber in DASH SegmentTemplate and HLS "