The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::MediaConvert::JobTemplateSettings

USAGE

This 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::JobTemplateSettings object:

  $service_obj->Method(Att1 => { AdAvailOffset => $value, ..., TimedMetadataInsertion => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::JobTemplateSettings object:

  $result = $service_obj->Method(...);
  $result->Att1->AdAvailOffset

DESCRIPTION

JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

ATTRIBUTES

AdAvailOffset => Int

  When specified, this offset (in milliseconds) is added to the input Ad
Avail PTS time.

AvailBlanking => Paws::MediaConvert::AvailBlanking

  Settings for ad avail blanking. Video can be blanked or overlaid with
an image, and audio muted during SCTE-35 triggered ad avails.

Inputs => ArrayRef[Paws::MediaConvert::InputTemplate]

  Use Inputs (inputs) to define the source file used in the transcode
job. There can only be one input in a job template. Using the API, you
can include multiple inputs when referencing a job template.

MotionImageInserter => Paws::MediaConvert::MotionImageInserter

  Overlay motion graphics on top of your video. The motion graphics that
you specify here appear on all outputs in all output groups.

NielsenConfiguration => Paws::MediaConvert::NielsenConfiguration

OutputGroups => ArrayRef[Paws::MediaConvert::OutputGroup]

  (OutputGroups) contains one group of settings for each set of outputs
that share a common package type. All unpackaged files (MPEG-4, MPEG-2
TS, Quicktime, MXF, and no container) are grouped in a single output
group as well. Required in (OutputGroups) is a group of settings that
apply to the whole group. This required object depends on the value you
set for (Type) under (OutputGroups)E<gt>(OutputGroupSettings). Type,
settings object pairs are as follows. * FILE_GROUP_SETTINGS,
FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings *
DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings *
MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS,
CmafGroupSettings

TimecodeConfig => Paws::MediaConvert::TimecodeConfig

  Contains settings used to acquire and adjust timecode information from
inputs.

TimedMetadataInsertion => Paws::MediaConvert::TimedMetadataInsertion

SEE ALSO

This class forms part of Paws, describing an object used in Paws::MediaConvert

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues