Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JobSettings

import type { JobSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

JobSettings contains all the transcode settings for a job.

interface JobSettings {
AdAvailOffset?: number | null;
AvailBlanking?: AvailBlanking | null;
Esam?: EsamSettings | null;
ExtendedDataServices?: ExtendedDataServices | null;
Inputs?: Input[] | null;
KantarWatermark?: KantarWatermarkSettings | null;
MotionImageInserter?: MotionImageInserter | null;
NielsenConfiguration?: NielsenConfiguration | null;
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | null;
OutputGroups?: OutputGroup[] | null;
TimecodeConfig?: TimecodeConfig | null;
TimedMetadataInsertion?: TimedMetadataInsertion | null;
}

§Properties

§
AdAvailOffset?: number | null
[src]

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

§
AvailBlanking?: AvailBlanking | null
[src]

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

§
Esam?: EsamSettings | null
[src]

Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.

§
ExtendedDataServices?: ExtendedDataServices | null
[src]

If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.

§
Inputs?: Input[] | null
[src]

Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output.

§
KantarWatermark?: KantarWatermarkSettings | null
[src]

Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.

§
MotionImageInserter?: MotionImageInserter | null
[src]

Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.

§
NielsenConfiguration?: NielsenConfiguration | null
[src]

Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any children of nielsenConfiguration, you still enable the setting.

§
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | null
[src]

Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 5.2.1 Nielsen NLM Watermark Engine Version 1.2.7 Nielsen Watermark Authenticator [SID_TIC] Version [5.0.0]

§
OutputGroups?: OutputGroup[] | null
[src]

(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)>(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?: TimecodeConfig | null
[src]

These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.

§
TimedMetadataInsertion?: TimedMetadataInsertion | null
[src]

Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).