class Aws::MediaConvert::Types::MovSettings
These settings relate to your QuickTime MOV output container.
@note When making an API call, you may pass MovSettings
data as a hash: { clap_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE cslg_atom: "INCLUDE", # accepts INCLUDE, EXCLUDE mpeg_2_four_cc_control: "XDCAM", # accepts XDCAM, MPEG padding_control: "OMNEON", # accepts OMNEON, NONE reference: "SELF_CONTAINED", # accepts SELF_CONTAINED, EXTERNAL }
@!attribute [rw] clap_atom
When enabled, include 'clap' atom if appropriate for the video output settings. @return [String]
@!attribute [rw] cslg_atom
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. @return [String]
@!attribute [rw] mpeg_2_four_cc_control
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. @return [String]
@!attribute [rw] padding_control
To make this output compatible with Omenon, keep the default value, OMNEON. Unless you need Omneon compatibility, set this value to NONE. When you keep the default value, OMNEON, MediaConvert increases the length of the edit list atom. This might cause file rejections when a recipient of the output file doesn't expct this extra padding. @return [String]
@!attribute [rw] reference
Always keep the default value (SELF\_CONTAINED) for this setting. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/MovSettings AWS API Documentation
Constants
- SENSITIVE