PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ElasticTranscoder::JobOutput; use Moose; has AlbumArt => (is => 'ro', isa => 'Paws::ElasticTranscoder::JobAlbumArt'); has AppliedColorSpaceConversion => (is => 'ro', isa => 'Str'); has Captions => (is => 'ro', isa => 'Paws::ElasticTranscoder::Captions'); has Composition => (is => 'ro', isa => 'ArrayRef[Paws::ElasticTranscoder::Clip]'); has Duration => (is => 'ro', isa => 'Int'); has DurationMillis => (is => 'ro', isa => 'Int'); has Encryption => (is => 'ro', isa => 'Paws::ElasticTranscoder::Encryption'); has FileSize => (is => 'ro', isa => 'Int'); has FrameRate => (is => 'ro', isa => 'Str'); has Height => (is => 'ro', isa => 'Int'); has Id => (is => 'ro', isa => 'Str'); has Key => (is => 'ro', isa => 'Str'); has PresetId => (is => 'ro', isa => 'Str'); has Rotate => (is => 'ro', isa => 'Str'); has SegmentDuration => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusDetail => (is => 'ro', isa => 'Str'); has ThumbnailEncryption => (is => 'ro', isa => 'Paws::ElasticTranscoder::Encryption'); has ThumbnailPattern => (is => 'ro', isa => 'Str'); has Watermarks => (is => 'ro', isa => 'ArrayRef[Paws::ElasticTranscoder::JobWatermark]'); has Width => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElasticTranscoder::JobOutput =head1 USAGE This class represents one of two things: =head3 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::ElasticTranscoder::JobOutput object: $service_obj->Method(Att1 => { AlbumArt => $value, ..., Width => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElasticTranscoder::JobOutput object: $result = $service_obj->Method(...); $result->Att1->AlbumArt =head1 DESCRIPTION Outputs recommended instead. If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the C object lists information about the first output. This duplicates the information that is listed for the first output in the C object. =head1 ATTRIBUTES =head2 AlbumArt => L The album art to be associated with the output file, if any. =head2 AppliedColorSpaceConversion => Str If Elastic Transcoder used a preset with a C to transcode the output file, the C parameter shows the conversion used. If no C was defined in the preset, this parameter is not be included in the job response. =head2 Captions => L You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: =over =item * B Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. Valid input values include: C, first non-empty channel only), C, first non-empty channel only), and C Valid outputs include: C Elastic Transcoder supports a maximum of one embedded format per output. =item * B Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. Valid input values include: C (first div element only), C, C, C, C, C (first div element only), and C Valid outputs include: C (first div element only), C, C, and C. =back If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. To remove captions or leave the captions empty, set C to null. To pass through existing captions unchanged, set the C to C, and pass in a null C array. For more information on embedded files, see the Subtitles Wikipedia page. For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages. =head2 Composition => ArrayRef[L] You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. =head2 Duration => Int Duration of the output file, in seconds. =head2 DurationMillis => Int Duration of the output file, in milliseconds. =head2 Encryption => L The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket. =head2 FileSize => Int File size of the output file, in bytes. =head2 FrameRate => Str Frame rate of the output file, in frames per second. =head2 Height => Int Height of the output file, in pixels. =head2 Id => Str A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1. =head2 Key => Str The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the C object in the pipeline that is specified by the pipeline ID. =head2 PresetId => Str The value of the C object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with C. =head2 Rotate => Str The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: C, C<0>, C<90>, C<180>, C<270> The value C generally works only if the file that you're transcoding contains rotation metadata. =head2 SegmentDuration => Str (Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset in C for which the value of C is C (Fragmented MP4) or C (MPEG-TS), C is the target maximum duration of each segment in seconds. For C format playlists, each media segment is stored in a separate C<.ts> file. For C, C, and C playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the C, though individual segments might be shorter or longer. The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by C, the duration of the last segment is the remainder of total length/SegmentDuration. Elastic Transcoder creates an output-specific playlist for each output C output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the C of the associated playlist. =head2 Status => Str The status of one output in a job. If you specified only one output for the job, C is always the same as C. If you specified more than one output: =over =item * C and C for all of the outputs is Submitted until Elastic Transcoder starts to process the first output. =item * When Elastic Transcoder starts to process the first output, C for that output and C both change to Progressing. For each output, the value of C remains Submitted until Elastic Transcoder starts to process the output. =item * Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error. =item * When all of the outputs reach a terminal status, C changes to Complete only if C for all of the outputs is C. If C for one or more outputs is C, the terminal status for C is also C. =back The value of C is one of the following: C, C, C, C, or C. =head2 StatusDetail => Str Information that further explains C. =head2 ThumbnailEncryption => L The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail. =head2 ThumbnailPattern => Str Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files. If you don't want Elastic Transcoder to create thumbnails, specify "". If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence: =over =item * B (Required)>: If you want to create thumbnails, you must include C<{count}> in the C object. Wherever you specify C<{count}>, Elastic Transcoder adds a five-digit sequence number (beginning with B<00001>) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file. If you specify a literal value and/or C<{resolution}> but you omit C<{count}>, Elastic Transcoder returns a validation error and does not create the job. =item * B: You can specify literal values anywhere in the C object. For example, you can include them as a file name prefix or as a delimiter between C<{resolution}> and C<{count}>. =item * B (Optional)>: If you want Elastic Transcoder to include the resolution in the file name, include C<{resolution}> in the C object. =back When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the C value of C. Elastic Transcoder also appends the applicable file name extension. =head2 Watermarks => ArrayRef[L] Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in C for the current output. Watermarks are added to the output video in the sequence in which you list them in the job outputEthe first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third. =head2 Width => Int Specifies the width of the output file in pixels. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut