| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mp4Settings.Builder |
Mp4Settings.Builder.audioDuration(CmfcAudioDuration 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.
|
Mp4Settings.Builder |
Mp4Settings.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.
|
static Mp4Settings.Builder |
Mp4Settings.builder() |
Mp4Settings.Builder |
Mp4Settings.Builder.cslgAtom(Mp4CslgAtom cslgAtom)
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be
included per 14496-1 amendment 1.
|
Mp4Settings.Builder |
Mp4Settings.Builder.cslgAtom(String cslgAtom)
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to
sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be
included per 14496-1 amendment 1.
|
Mp4Settings.Builder |
Mp4Settings.Builder.cttsVersion(Integer cttsVersion)
Ignore this setting unless compliance to the CTTS box version specification matters in your workflow.
|
Mp4Settings.Builder |
Mp4Settings.Builder.freeSpaceBox(Mp4FreeSpaceBox freeSpaceBox)
Inserts a free-space box immediately after the moov box.
|
Mp4Settings.Builder |
Mp4Settings.Builder.freeSpaceBox(String freeSpaceBox)
Inserts a free-space box immediately after the moov box.
|
Mp4Settings.Builder |
Mp4Settings.Builder.moovPlacement(Mp4MoovPlacement moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
Mp4Settings.Builder |
Mp4Settings.Builder.moovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
Mp4Settings.Builder |
Mp4Settings.Builder.mp4MajorBrand(String mp4MajorBrand)
Overrides the "Major Brand" field in the output file.
|
Mp4Settings.Builder |
Mp4Settings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Mp4Settings.Builder> |
Mp4Settings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerSettings.Builder |
ContainerSettings.Builder.mp4Settings(Consumer<Mp4Settings.Builder> mp4Settings)
These settings relate to your MP4 output container.
|
Copyright © 2023. All rights reserved.