public static interface MovSettings.Builder extends SdkPojo, CopyableBuilder<MovSettings.Builder,MovSettings>
| Modifier and Type | Method and Description |
|---|---|
MovSettings.Builder |
clapAtom(MovClapAtom clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.
|
MovSettings.Builder |
clapAtom(String clapAtom)
When enabled, include 'clap' atom if appropriate for the video output settings.
|
MovSettings.Builder |
cslgAtom(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.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.
|
MovSettings.Builder |
mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
MovSettings.Builder |
mpeg2FourCCControl(String mpeg2FourCCControl)
When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.
|
MovSettings.Builder |
paddingControl(MovPaddingControl paddingControl)
Unless you need Omneon compatibility: Keep the default value, None.
|
MovSettings.Builder |
paddingControl(String paddingControl)
Unless you need Omneon compatibility: Keep the default value, None.
|
MovSettings.Builder |
reference(MovReference reference)
Always keep the default value (SELF_CONTAINED) for this setting.
|
MovSettings.Builder |
reference(String reference)
Always keep the default value (SELF_CONTAINED) for this setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMovSettings.Builder clapAtom(String clapAtom)
clapAtom - When enabled, include 'clap' atom if appropriate for the video output settings.MovClapAtom,
MovClapAtomMovSettings.Builder clapAtom(MovClapAtom clapAtom)
clapAtom - When enabled, include 'clap' atom if appropriate for the video output settings.MovClapAtom,
MovClapAtomMovSettings.Builder cslgAtom(String cslgAtom)
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. This improves compatibility with Apple players and tools.MovCslgAtom,
MovCslgAtomMovSettings.Builder cslgAtom(MovCslgAtom cslgAtom)
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. This improves compatibility with Apple players and tools.MovCslgAtom,
MovCslgAtomMovSettings.Builder mpeg2FourCCControl(String mpeg2FourCCControl)
mpeg2FourCCControl - When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This
increases compatibility with Apple editors and players, but may decrease compatibility with other
players. Only applicable when the video codec is MPEG2.MovMpeg2FourCCControl,
MovMpeg2FourCCControlMovSettings.Builder mpeg2FourCCControl(MovMpeg2FourCCControl mpeg2FourCCControl)
mpeg2FourCCControl - When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This
increases compatibility with Apple editors and players, but may decrease compatibility with other
players. Only applicable when the video codec is MPEG2.MovMpeg2FourCCControl,
MovMpeg2FourCCControlMovSettings.Builder paddingControl(String paddingControl)
paddingControl - Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible
with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list
atom. Note that this might cause file rejections when a recipient of the output file doesn't expect
this extra padding.MovPaddingControl,
MovPaddingControlMovSettings.Builder paddingControl(MovPaddingControl paddingControl)
paddingControl - Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible
with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list
atom. Note that this might cause file rejections when a recipient of the output file doesn't expect
this extra padding.MovPaddingControl,
MovPaddingControlMovSettings.Builder reference(String reference)
reference - Always keep the default value (SELF_CONTAINED) for this setting.MovReference,
MovReferenceMovSettings.Builder reference(MovReference reference)
reference - Always keep the default value (SELF_CONTAINED) for this setting.MovReference,
MovReferenceCopyright © 2023. All rights reserved.