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)
If set to OMNEON, inserts Omneon-compatible padding
|
MovSettings.Builder |
paddingControl(String paddingControl)
If set to OMNEON, inserts Omneon-compatible padding
|
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, sdkFields
copy
applyMutation, build
MovSettings.Builder clapAtom(String clapAtom)
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.MovClapAtom
,
MovClapAtom
MovSettings.Builder clapAtom(MovClapAtom clapAtom)
clapAtom
- When enabled, include 'clap' atom if appropriate for the video output settings.MovClapAtom
,
MovClapAtom
MovSettings.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
,
MovCslgAtom
MovSettings.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
,
MovCslgAtom
MovSettings.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
,
MovMpeg2FourCCControl
MovSettings.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
,
MovMpeg2FourCCControl
MovSettings.Builder paddingControl(String paddingControl)
paddingControl
- If set to OMNEON, inserts Omneon-compatible paddingMovPaddingControl
,
MovPaddingControl
MovSettings.Builder paddingControl(MovPaddingControl paddingControl)
paddingControl
- If set to OMNEON, inserts Omneon-compatible paddingMovPaddingControl
,
MovPaddingControl
MovSettings.Builder reference(String reference)
reference
- Always keep the default value (SELF_CONTAINED) for this setting.MovReference
,
MovReference
MovSettings.Builder reference(MovReference reference)
reference
- Always keep the default value (SELF_CONTAINED) for this setting.MovReference
,
MovReference
Copyright © 2019. All rights reserved.