public static interface M3u8Settings.Builder extends SdkPojo, CopyableBuilder<M3u8Settings.Builder,M3u8Settings>
Modifier and Type | Method and Description |
---|---|
M3u8Settings.Builder |
audioDuration(M3u8AudioDuration audioDuration)
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
M3u8Settings.Builder |
audioDuration(String audioDuration)
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
M3u8Settings.Builder |
audioFramesPerPes(Integer audioFramesPerPes)
The number of audio frames to insert for each PES packet.
|
M3u8Settings.Builder |
audioPids(Collection<Integer> audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings.Builder |
audioPids(Integer... audioPids)
Packet Identifier (PID) of the elementary audio stream(s) in the transport stream.
|
M3u8Settings.Builder |
dataPTSControl(M3u8DataPtsControl dataPTSControl)
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS)
values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with
lesser PTS values).
|
M3u8Settings.Builder |
dataPTSControl(String dataPTSControl)
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS)
values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with
lesser PTS values).
|
M3u8Settings.Builder |
maxPcrInterval(Integer maxPcrInterval)
Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the
transport stream.
|
M3u8Settings.Builder |
nielsenId3(M3u8NielsenId3 nielsenId3)
If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent
ID3 tag will be inserted in the output.
|
M3u8Settings.Builder |
nielsenId3(String nielsenId3)
If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent
ID3 tag will be inserted in the output.
|
M3u8Settings.Builder |
patInterval(Integer patInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings.Builder |
pcrControl(M3u8PcrControl pcrControl)
When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary
Stream (PES) header.
|
M3u8Settings.Builder |
pcrControl(String pcrControl)
When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary
Stream (PES) header.
|
M3u8Settings.Builder |
pcrPid(Integer pcrPid)
Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream.
|
M3u8Settings.Builder |
pmtInterval(Integer pmtInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
M3u8Settings.Builder |
pmtPid(Integer pmtPid)
Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
M3u8Settings.Builder |
privateMetadataPid(Integer privateMetadataPid)
Packet Identifier (PID) of the private metadata stream in the transport stream.
|
M3u8Settings.Builder |
programNumber(Integer programNumber)
The value of the program number field in the Program Map Table.
|
M3u8Settings.Builder |
scte35Pid(Integer scte35Pid)
Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
M3u8Settings.Builder |
scte35Source(M3u8Scte35Source scte35Source)
For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that
appear in your input to also appear in this output.
|
M3u8Settings.Builder |
scte35Source(String scte35Source)
For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that
appear in your input to also appear in this output.
|
M3u8Settings.Builder |
timedMetadata(String timedMetadata)
Applies to HLS outputs.
|
M3u8Settings.Builder |
timedMetadata(TimedMetadata timedMetadata)
Applies to HLS outputs.
|
M3u8Settings.Builder |
timedMetadataPid(Integer timedMetadataPid)
Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
M3u8Settings.Builder |
transportStreamId(Integer transportStreamId)
The value of the transport stream ID field in the Program Map Table.
|
M3u8Settings.Builder |
videoPid(Integer videoPid)
Packet Identifier (PID) of the elementary video stream in the transport stream.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
M3u8Settings.Builder audioDuration(String audioDuration)
audioDuration
- Specify this setting only when your output will be consumed by a downstream repackaging workflow that
is sensitive to very small duration differences between video and audio. For this situation, choose
Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec
duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output
audio streams with silence or trims them to ensure that the total duration of each audio stream is at
least as long as the total duration of the video stream. After padding or trimming, the audio stream
duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or
trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds
padding only to the end of the file. When you keep the default value, any minor discrepancies between
audio and video duration will depend on your output audio codec.M3u8AudioDuration
,
M3u8AudioDuration
M3u8Settings.Builder audioDuration(M3u8AudioDuration audioDuration)
audioDuration
- Specify this setting only when your output will be consumed by a downstream repackaging workflow that
is sensitive to very small duration differences between video and audio. For this situation, choose
Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec
duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output
audio streams with silence or trims them to ensure that the total duration of each audio stream is at
least as long as the total duration of the video stream. After padding or trimming, the audio stream
duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or
trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds
padding only to the end of the file. When you keep the default value, any minor discrepancies between
audio and video duration will depend on your output audio codec.M3u8AudioDuration
,
M3u8AudioDuration
M3u8Settings.Builder audioFramesPerPes(Integer audioFramesPerPes)
audioFramesPerPes
- The number of audio frames to insert for each PES packet.M3u8Settings.Builder audioPids(Collection<Integer> audioPids)
audioPids
- Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are
accepted, and can be entered in ranges and/or by comma separation.M3u8Settings.Builder audioPids(Integer... audioPids)
audioPids
- Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are
accepted, and can be entered in ranges and/or by comma separation.M3u8Settings.Builder dataPTSControl(String dataPTSControl)
dataPTSControl
- If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation
Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops
captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS
values.M3u8DataPtsControl
,
M3u8DataPtsControl
M3u8Settings.Builder dataPTSControl(M3u8DataPtsControl dataPTSControl)
dataPTSControl
- If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation
Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops
captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS
values.M3u8DataPtsControl
,
M3u8DataPtsControl
M3u8Settings.Builder maxPcrInterval(Integer maxPcrInterval)
maxPcrInterval
- Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the
transport stream.M3u8Settings.Builder nielsenId3(String nielsenId3)
nielsenId3
- If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.M3u8NielsenId3
,
M3u8NielsenId3
M3u8Settings.Builder nielsenId3(M3u8NielsenId3 nielsenId3)
nielsenId3
- If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an
equivalent ID3 tag will be inserted in the output.M3u8NielsenId3
,
M3u8NielsenId3
M3u8Settings.Builder patInterval(Integer patInterval)
patInterval
- The number of milliseconds between instances of this table in the output transport stream.M3u8Settings.Builder pcrControl(String pcrControl)
pcrControl
- When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized
Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the
video or audio elementary stream.M3u8PcrControl
,
M3u8PcrControl
M3u8Settings.Builder pcrControl(M3u8PcrControl pcrControl)
pcrControl
- When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized
Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the
video or audio elementary stream.M3u8PcrControl
,
M3u8PcrControl
M3u8Settings.Builder pcrPid(Integer pcrPid)
pcrPid
- Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is
given, the encoder will assign the same value as the Video PID.M3u8Settings.Builder pmtInterval(Integer pmtInterval)
pmtInterval
- The number of milliseconds between instances of this table in the output transport stream.M3u8Settings.Builder pmtPid(Integer pmtPid)
pmtPid
- Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.M3u8Settings.Builder privateMetadataPid(Integer privateMetadataPid)
privateMetadataPid
- Packet Identifier (PID) of the private metadata stream in the transport stream.M3u8Settings.Builder programNumber(Integer programNumber)
programNumber
- The value of the program number field in the Program Map Table.M3u8Settings.Builder scte35Pid(Integer scte35Pid)
scte35Pid
- Packet Identifier (PID) of the SCTE-35 stream in the transport stream.M3u8Settings.Builder scte35Source(String scte35Source)
scte35Source
- For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers
that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35
markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you
don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers)
if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the
setting Signal processing notification XML (sccXml).M3u8Scte35Source
,
M3u8Scte35Source
M3u8Settings.Builder scte35Source(M3u8Scte35Source scte35Source)
scte35Source
- For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers
that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35
markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you
don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers)
if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the
setting Signal processing notification XML (sccXml).M3u8Scte35Source
,
M3u8Scte35Source
M3u8Settings.Builder timedMetadata(String timedMetadata)
timedMetadata
- Applies to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata
from the input in this output.TimedMetadata
,
TimedMetadata
M3u8Settings.Builder timedMetadata(TimedMetadata timedMetadata)
timedMetadata
- Applies to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata
from the input in this output.TimedMetadata
,
TimedMetadata
M3u8Settings.Builder timedMetadataPid(Integer timedMetadataPid)
timedMetadataPid
- Packet Identifier (PID) of the timed metadata stream in the transport stream.M3u8Settings.Builder transportStreamId(Integer transportStreamId)
transportStreamId
- The value of the transport stream ID field in the Program Map Table.M3u8Settings.Builder videoPid(Integer videoPid)
videoPid
- Packet Identifier (PID) of the elementary video stream in the transport stream.Copyright © 2022. All rights reserved.