| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mp4Settings |
Mp4Settings.clone() |
Mp4Settings |
ContainerSettings.getMp4Settings()
Settings for MP4 container.
|
Mp4Settings |
Mp4Settings.withCslgAtom(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 |
Mp4Settings.withCslgAtom(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 |
Mp4Settings.withCttsVersion(Integer cttsVersion)
Ignore this setting unless compliance to the CTTS box version specification matters in your workflow.
|
Mp4Settings |
Mp4Settings.withFreeSpaceBox(Mp4FreeSpaceBox freeSpaceBox)
Inserts a free-space box immediately after the moov box.
|
Mp4Settings |
Mp4Settings.withFreeSpaceBox(String freeSpaceBox)
Inserts a free-space box immediately after the moov box.
|
Mp4Settings |
Mp4Settings.withMoovPlacement(Mp4MoovPlacement moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
Mp4Settings |
Mp4Settings.withMoovPlacement(String moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
Mp4Settings |
Mp4Settings.withMp4MajorBrand(String mp4MajorBrand)
Overrides the "Major Brand" field in the output file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setMp4Settings(Mp4Settings mp4Settings)
Settings for MP4 container.
|
ContainerSettings |
ContainerSettings.withMp4Settings(Mp4Settings mp4Settings)
Settings for MP4 container.
|
Copyright © 2020. All rights reserved.