| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MovSettings |
MovSettings.clone() |
MovSettings |
ContainerSettings.getMovSettings()
These settings relate to your QuickTime MOV output container.
|
MovSettings |
MovSettings.withClapAtom(MovClapAtom clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.
|
MovSettings |
MovSettings.withClapAtom(String clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.
|
MovSettings |
MovSettings.withCslgAtom(MovCslgAtom 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.
|
MovSettings |
MovSettings.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.
|
MovSettings |
MovSettings.withMpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
MovSettings |
MovSettings.withMpeg2FourCCControl(String mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
MovSettings |
MovSettings.withPaddingControl(MovPaddingControl paddingControl)
To make this output compatible with Omenon, keep the default value, OMNEON.
|
MovSettings |
MovSettings.withPaddingControl(String paddingControl)
To make this output compatible with Omenon, keep the default value, OMNEON.
|
MovSettings |
MovSettings.withReference(MovReference reference)
Always keep the default value (SELF_CONTAINED) for this setting.
|
MovSettings |
MovSettings.withReference(String reference)
Always keep the default value (SELF_CONTAINED) for this setting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setMovSettings(MovSettings movSettings)
These settings relate to your QuickTime MOV output container.
|
ContainerSettings |
ContainerSettings.withMovSettings(MovSettings movSettings)
These settings relate to your QuickTime MOV output container.
|
Copyright © 2021. All rights reserved.