You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::MovSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MovSettings as input to an Aws::Client method, you can use a vanilla 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
}

Settings for MOV Container.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#clap_atomString

When enabled, include \'clap\' atom if appropriate for the video output settings.

Possible values:

  • INCLUDE
  • EXCLUDE

Returns:

  • (String)

    When enabled, include \'clap\' atom if appropriate for the video output settings.

#cslg_atomString

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.

Possible values:

  • INCLUDE
  • EXCLUDE

Returns:

  • (String)

    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.

#mpeg_2_four_cc_controlString

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.

Possible values:

  • XDCAM
  • MPEG

Returns:

  • (String)

    When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes.

#padding_controlString

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.

Possible values:

  • OMNEON
  • NONE

Returns:

  • (String)

    To make this output compatible with Omenon, keep the default value, OMNEON.

#referenceString

Always keep the default value (SELF_CONTAINED) for this setting.

Possible values:

  • SELF_CONTAINED
  • EXTERNAL

Returns:

  • (String)

    Always keep the default value (SELF_CONTAINED) for this setting.