Interface MovSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MovSettings.Builder,
,MovSettings> SdkBuilder<MovSettings.Builder,
,MovSettings> SdkPojo
- Enclosing class:
MovSettings
public static interface MovSettings.Builder
extends SdkPojo, CopyableBuilder<MovSettings.Builder,MovSettings>
-
Method Summary
Modifier and TypeMethodDescriptionWhen enabled, include 'clap' atom if appropriate for the video output settings.clapAtom
(MovClapAtom clapAtom) When enabled, include 'clap' atom if appropriate for the video output settings.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.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.mpeg2FourCCControl
(String mpeg2FourCCControl) When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.mpeg2FourCCControl
(MovMpeg2FourCCControl mpeg2FourCCControl) When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.paddingControl
(String paddingControl) Unless you need Omneon compatibility: Keep the default value, None.paddingControl
(MovPaddingControl paddingControl) Unless you need Omneon compatibility: Keep the default value, None.Always keep the default value (SELF_CONTAINED) for this setting.reference
(MovReference reference) Always keep the default value (SELF_CONTAINED) for this setting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
clapAtom
When enabled, include 'clap' atom if appropriate for the video output settings.- Parameters:
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clapAtom
When enabled, include 'clap' atom if appropriate for the video output settings.- Parameters:
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reference
Always keep the default value (SELF_CONTAINED) for this setting.- Parameters:
reference
- Always keep the default value (SELF_CONTAINED) for this setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reference
Always keep the default value (SELF_CONTAINED) for this setting.- Parameters:
reference
- Always keep the default value (SELF_CONTAINED) for this setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-