| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DashIsoGroupSettings |
DashIsoGroupSettings.clone() |
DashIsoGroupSettings |
OutputGroupSettings.getDashIsoGroupSettings()
Settings related to your DASH output package.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withAdditionalManifests(Collection<DashAdditionalManifest> additionalManifests)
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withAdditionalManifests(DashAdditionalManifest... additionalManifests)
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withAudioChannelConfigSchemeIdUri(DashIsoGroupAudioChannelConfigSchemeIdUri audioChannelConfigSchemeIdUri)
Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow
requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withAudioChannelConfigSchemeIdUri(String audioChannelConfigSchemeIdUri)
Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow
requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withBaseUrl(String baseUrl)
A partial URI prefix that will be put in the manifest (.mpd) file at the top level BaseURL element.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withDestination(String destination)
Use Destination (Destination) to specify the S3 output location and the output filename base.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withDestinationSettings(DestinationSettings destinationSettings)
Settings associated with the destination.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withEncryption(DashIsoEncryptionSettings encryption)
DRM settings.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withFragmentLength(Integer fragmentLength)
Length of fragments to generate (in seconds).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withHbbtvCompliance(DashIsoHbbtvCompliance hbbtvCompliance)
Supports HbbTV specification as indicated
|
DashIsoGroupSettings |
DashIsoGroupSettings.withHbbtvCompliance(String hbbtvCompliance)
Supports HbbTV specification as indicated
|
DashIsoGroupSettings |
DashIsoGroupSettings.withMinBufferTime(Integer minBufferTime)
Minimum time of initially buffered media that is needed to ensure smooth playout.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withMinFinalSegmentLength(Double minFinalSegmentLength)
Keep this setting at the default value of 0, unless you are troubleshooting a problem with how devices play back
the end of your video asset.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withMpdProfile(DashIsoMpdProfile mpdProfile)
Specify whether your DASH profile is on-demand or main.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withMpdProfile(String mpdProfile)
Specify whether your DASH profile is on-demand or main.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withPtsOffsetHandlingForBFrames(DashIsoPtsOffsetHandlingForBFrames ptsOffsetHandlingForBFrames)
Use this setting only when your output video stream has B-frames, which causes the initial presentation time
stamp (PTS) to be offset from the initial decode time stamp (DTS).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withPtsOffsetHandlingForBFrames(String ptsOffsetHandlingForBFrames)
Use this setting only when your output video stream has B-frames, which causes the initial presentation time
stamp (PTS) to be offset from the initial decode time stamp (DTS).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentControl(DashIsoSegmentControl segmentControl)
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentControl(String segmentControl)
When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment
Length and Segment Length.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withSegmentLength(Integer segmentLength)
Length of mpd segments to create (in seconds).
|
DashIsoGroupSettings |
DashIsoGroupSettings.withWriteSegmentTimelineInRepresentation(DashIsoWriteSegmentTimelineInRepresentation writeSegmentTimelineInRepresentation)
If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your
transcoding job again.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withWriteSegmentTimelineInRepresentation(String writeSegmentTimelineInRepresentation)
If you get an HTTP error in the 400 range when you play back your DASH output, enable this setting and run your
transcoding job again.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroupSettings.setDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings)
Settings related to your DASH output package.
|
OutputGroupSettings |
OutputGroupSettings.withDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings)
Settings related to your DASH output package.
|
Copyright © 2021. All rights reserved.