![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConvert::MovSettings USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaConvert::MovSettings object: $service_obj->Method(Att1 => { ClapAtom => $value, ..., Reference => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::MovSettings object: $result = $service_obj->Method(...); $result->Att1->ClapAtom DESCRIPTIONThese settings relate to your QuickTime MOV output container. ATTRIBUTESClapAtom => StrWhen enabled, include 'clap' atom if appropriate for the video output settings. CslgAtom => StrWhen 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. Mpeg2FourCCControl => StrWhen 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. PaddingControl => StrTo 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. Reference => StrAlways keep the default value (SELF_CONTAINED) for this setting. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConvert BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|