@aws-sdk/client-mediaconvert 3.911.0 → 3.914.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +178 -0
- package/dist-es/MediaConvert.js +4 -0
- package/dist-es/commands/GetJobsQueryResultsCommand.js +22 -0
- package/dist-es/commands/StartJobsQueryCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_2.js +32 -0
- package/dist-es/protocols/Aws_restJson1.js +105 -1
- package/dist-types/MediaConvert.d.ts +15 -0
- package/dist-types/MediaConvertClient.d.ts +4 -2
- package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -0
- package/dist-types/commands/CancelJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateJobCommand.d.ts +17 -10
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +13 -10
- package/dist-types/commands/CreatePresetCommand.d.ts +13 -10
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
- package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +3 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +3 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -0
- package/dist-types/commands/GetJobCommand.d.ts +10 -5
- package/dist-types/commands/GetJobTemplateCommand.d.ts +8 -5
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +1727 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -0
- package/dist-types/commands/GetPresetCommand.d.ts +8 -5
- package/dist-types/commands/GetQueueCommand.d.ts +3 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +8 -5
- package/dist-types/commands/ListJobsCommand.d.ts +10 -5
- package/dist-types/commands/ListPresetsCommand.d.ts +8 -5
- package/dist-types/commands/ListQueuesCommand.d.ts +3 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListVersionsCommand.d.ts +3 -0
- package/dist-types/commands/ProbeCommand.d.ts +20 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +10 -5
- package/dist-types/commands/StartJobsQueryCommand.d.ts +105 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +13 -10
- package/dist-types/commands/UpdatePresetCommand.d.ts +13 -10
- package/dist-types/commands/UpdateQueueCommand.d.ts +3 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +21 -10
- package/dist-types/models/models_1.d.ts +8 -8
- package/dist-types/models/models_2.d.ts +205 -11
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +35 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartJobsQueryCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +65 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +33 -33
|
@@ -0,0 +1,1727 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { GetJobsQueryResultsRequest, GetJobsQueryResultsResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetJobsQueryResultsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetJobsQueryResultsCommandInput extends GetJobsQueryResultsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetJobsQueryResultsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetJobsQueryResultsCommandOutput extends GetJobsQueryResultsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetJobsQueryResultsCommand_base: {
|
|
25
|
+
new (input: GetJobsQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobsQueryResultsCommandInput, GetJobsQueryResultsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetJobsQueryResultsCommandInput): import("@smithy/smithy-client").CommandImpl<GetJobsQueryResultsCommandInput, GetJobsQueryResultsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Retrieve a JSON array of up to twenty of your most recent jobs matched by a jobs query.
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConvertClient, GetJobsQueryResultsCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
|
|
35
|
+
* // const { MediaConvertClient, GetJobsQueryResultsCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
|
|
36
|
+
* // import type { MediaConvertClientConfig } from "@aws-sdk/client-mediaconvert";
|
|
37
|
+
* const config = {}; // type is MediaConvertClientConfig
|
|
38
|
+
* const client = new MediaConvertClient(config);
|
|
39
|
+
* const input = { // GetJobsQueryResultsRequest
|
|
40
|
+
* Id: "STRING_VALUE", // required
|
|
41
|
+
* };
|
|
42
|
+
* const command = new GetJobsQueryResultsCommand(input);
|
|
43
|
+
* const response = await client.send(command);
|
|
44
|
+
* // { // GetJobsQueryResultsResponse
|
|
45
|
+
* // Jobs: [ // __listOfJob
|
|
46
|
+
* // { // Job
|
|
47
|
+
* // AccelerationSettings: { // AccelerationSettings
|
|
48
|
+
* // Mode: "DISABLED" || "ENABLED" || "PREFERRED", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // AccelerationStatus: "NOT_APPLICABLE" || "IN_PROGRESS" || "ACCELERATED" || "NOT_ACCELERATED",
|
|
51
|
+
* // Arn: "STRING_VALUE",
|
|
52
|
+
* // BillingTagsSource: "QUEUE" || "PRESET" || "JOB_TEMPLATE" || "JOB",
|
|
53
|
+
* // ClientRequestToken: "STRING_VALUE",
|
|
54
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
55
|
+
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
56
|
+
* // ErrorCode: Number("int"),
|
|
57
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
58
|
+
* // HopDestinations: [ // __listOfHopDestination
|
|
59
|
+
* // { // HopDestination
|
|
60
|
+
* // Priority: Number("int"),
|
|
61
|
+
* // Queue: "STRING_VALUE",
|
|
62
|
+
* // WaitMinutes: Number("int"),
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // Id: "STRING_VALUE",
|
|
66
|
+
* // JobEngineVersionRequested: "STRING_VALUE",
|
|
67
|
+
* // JobEngineVersionUsed: "STRING_VALUE",
|
|
68
|
+
* // JobPercentComplete: Number("int"),
|
|
69
|
+
* // JobTemplate: "STRING_VALUE",
|
|
70
|
+
* // LastShareDetails: "STRING_VALUE",
|
|
71
|
+
* // Messages: { // JobMessages
|
|
72
|
+
* // Info: [ // __listOf__string
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
75
|
+
* // Warning: [
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // },
|
|
79
|
+
* // OutputGroupDetails: [ // __listOfOutputGroupDetail
|
|
80
|
+
* // { // OutputGroupDetail
|
|
81
|
+
* // OutputDetails: [ // __listOfOutputDetail
|
|
82
|
+
* // { // OutputDetail
|
|
83
|
+
* // DurationInMs: Number("int"),
|
|
84
|
+
* // VideoDetails: { // VideoDetail
|
|
85
|
+
* // HeightInPx: Number("int"),
|
|
86
|
+
* // WidthInPx: Number("int"),
|
|
87
|
+
* // },
|
|
88
|
+
* // },
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // Priority: Number("int"),
|
|
93
|
+
* // Queue: "STRING_VALUE",
|
|
94
|
+
* // QueueTransitions: [ // __listOfQueueTransition
|
|
95
|
+
* // { // QueueTransition
|
|
96
|
+
* // DestinationQueue: "STRING_VALUE",
|
|
97
|
+
* // SourceQueue: "STRING_VALUE",
|
|
98
|
+
* // Timestamp: new Date("TIMESTAMP"),
|
|
99
|
+
* // },
|
|
100
|
+
* // ],
|
|
101
|
+
* // RetryCount: Number("int"),
|
|
102
|
+
* // Role: "STRING_VALUE", // required
|
|
103
|
+
* // Settings: { // JobSettings
|
|
104
|
+
* // AdAvailOffset: Number("int"),
|
|
105
|
+
* // AvailBlanking: { // AvailBlanking
|
|
106
|
+
* // AvailBlankingImage: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // ColorConversion3DLUTSettings: [ // __listOfColorConversion3DLUTSetting
|
|
109
|
+
* // { // ColorConversion3DLUTSetting
|
|
110
|
+
* // FileInput: "STRING_VALUE",
|
|
111
|
+
* // InputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
112
|
+
* // InputMasteringLuminance: Number("int"),
|
|
113
|
+
* // OutputColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
114
|
+
* // OutputMasteringLuminance: Number("int"),
|
|
115
|
+
* // },
|
|
116
|
+
* // ],
|
|
117
|
+
* // Esam: { // EsamSettings
|
|
118
|
+
* // ManifestConfirmConditionNotification: { // EsamManifestConfirmConditionNotification
|
|
119
|
+
* // MccXml: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // ResponseSignalPreroll: Number("int"),
|
|
122
|
+
* // SignalProcessingNotification: { // EsamSignalProcessingNotification
|
|
123
|
+
* // SccXml: "STRING_VALUE",
|
|
124
|
+
* // },
|
|
125
|
+
* // },
|
|
126
|
+
* // ExtendedDataServices: { // ExtendedDataServices
|
|
127
|
+
* // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
|
|
128
|
+
* // VchipAction: "PASSTHROUGH" || "STRIP",
|
|
129
|
+
* // },
|
|
130
|
+
* // FollowSource: Number("int"),
|
|
131
|
+
* // Inputs: [ // __listOfInput
|
|
132
|
+
* // { // Input
|
|
133
|
+
* // AdvancedInputFilter: "ENABLED" || "DISABLED",
|
|
134
|
+
* // AdvancedInputFilterSettings: { // AdvancedInputFilterSettings
|
|
135
|
+
* // AddTexture: "ENABLED" || "DISABLED",
|
|
136
|
+
* // Sharpening: "OFF" || "LOW" || "HIGH",
|
|
137
|
+
* // },
|
|
138
|
+
* // AudioSelectorGroups: { // __mapOfAudioSelectorGroup
|
|
139
|
+
* // "<keys>": { // AudioSelectorGroup
|
|
140
|
+
* // AudioSelectorNames: [ // __listOf__stringMin1
|
|
141
|
+
* // "STRING_VALUE",
|
|
142
|
+
* // ],
|
|
143
|
+
* // },
|
|
144
|
+
* // },
|
|
145
|
+
* // AudioSelectors: { // __mapOfAudioSelector
|
|
146
|
+
* // "<keys>": { // AudioSelector
|
|
147
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
148
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
149
|
+
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
150
|
+
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
151
|
+
* // HlsRenditionGroupSettings: { // HlsRenditionGroupSettings
|
|
152
|
+
* // RenditionGroupId: "STRING_VALUE",
|
|
153
|
+
* // RenditionLanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
154
|
+
* // RenditionName: "STRING_VALUE",
|
|
155
|
+
* // },
|
|
156
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
157
|
+
* // Offset: Number("int"),
|
|
158
|
+
* // Pids: [ // __listOf__integerMin1Max2147483647
|
|
159
|
+
* // Number("int"),
|
|
160
|
+
* // ],
|
|
161
|
+
* // ProgramSelection: Number("int"),
|
|
162
|
+
* // RemixSettings: { // RemixSettings
|
|
163
|
+
* // AudioDescriptionAudioChannel: Number("int"),
|
|
164
|
+
* // AudioDescriptionDataChannel: Number("int"),
|
|
165
|
+
* // ChannelMapping: { // ChannelMapping
|
|
166
|
+
* // OutputChannels: [ // __listOfOutputChannelMapping
|
|
167
|
+
* // { // OutputChannelMapping
|
|
168
|
+
* // InputChannels: [ // __listOf__integerMinNegative60Max6
|
|
169
|
+
* // Number("int"),
|
|
170
|
+
* // ],
|
|
171
|
+
* // InputChannelsFineTune: [ // __listOf__doubleMinNegative60Max6
|
|
172
|
+
* // Number("double"),
|
|
173
|
+
* // ],
|
|
174
|
+
* // },
|
|
175
|
+
* // ],
|
|
176
|
+
* // },
|
|
177
|
+
* // ChannelsIn: Number("int"),
|
|
178
|
+
* // ChannelsOut: Number("int"),
|
|
179
|
+
* // },
|
|
180
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
|
|
181
|
+
* // Tracks: [
|
|
182
|
+
* // Number("int"),
|
|
183
|
+
* // ],
|
|
184
|
+
* // },
|
|
185
|
+
* // },
|
|
186
|
+
* // CaptionSelectors: { // __mapOfCaptionSelector
|
|
187
|
+
* // "<keys>": { // CaptionSelector
|
|
188
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
189
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
190
|
+
* // SourceSettings: { // CaptionSourceSettings
|
|
191
|
+
* // AncillarySourceSettings: { // AncillarySourceSettings
|
|
192
|
+
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
193
|
+
* // SourceAncillaryChannelNumber: Number("int"),
|
|
194
|
+
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
195
|
+
* // },
|
|
196
|
+
* // DvbSubSourceSettings: { // DvbSubSourceSettings
|
|
197
|
+
* // Pid: Number("int"),
|
|
198
|
+
* // },
|
|
199
|
+
* // EmbeddedSourceSettings: { // EmbeddedSourceSettings
|
|
200
|
+
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
201
|
+
* // Source608ChannelNumber: Number("int"),
|
|
202
|
+
* // Source608TrackNumber: Number("int"),
|
|
203
|
+
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
204
|
+
* // },
|
|
205
|
+
* // FileSourceSettings: { // FileSourceSettings
|
|
206
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
207
|
+
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
208
|
+
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
209
|
+
* // Framerate: { // CaptionSourceFramerate
|
|
210
|
+
* // FramerateDenominator: Number("int"),
|
|
211
|
+
* // FramerateNumerator: Number("int"),
|
|
212
|
+
* // },
|
|
213
|
+
* // SourceFile: "STRING_VALUE",
|
|
214
|
+
* // TimeDelta: Number("int"),
|
|
215
|
+
* // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
|
|
216
|
+
* // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
|
|
217
|
+
* // },
|
|
218
|
+
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
|
|
219
|
+
* // TeletextSourceSettings: { // TeletextSourceSettings
|
|
220
|
+
* // PageNumber: "STRING_VALUE",
|
|
221
|
+
* // },
|
|
222
|
+
* // TrackSourceSettings: { // TrackSourceSettings
|
|
223
|
+
* // TrackNumber: Number("int"),
|
|
224
|
+
* // },
|
|
225
|
+
* // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
|
|
226
|
+
* // RenditionGroupId: "STRING_VALUE",
|
|
227
|
+
* // RenditionLanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
228
|
+
* // RenditionName: "STRING_VALUE",
|
|
229
|
+
* // },
|
|
230
|
+
* // },
|
|
231
|
+
* // },
|
|
232
|
+
* // },
|
|
233
|
+
* // Crop: { // Rectangle
|
|
234
|
+
* // Height: Number("int"),
|
|
235
|
+
* // Width: Number("int"),
|
|
236
|
+
* // X: Number("int"),
|
|
237
|
+
* // Y: Number("int"),
|
|
238
|
+
* // },
|
|
239
|
+
* // DeblockFilter: "ENABLED" || "DISABLED",
|
|
240
|
+
* // DecryptionSettings: { // InputDecryptionSettings
|
|
241
|
+
* // DecryptionMode: "AES_CTR" || "AES_CBC" || "AES_GCM",
|
|
242
|
+
* // EncryptedDecryptionKey: "STRING_VALUE",
|
|
243
|
+
* // InitializationVector: "STRING_VALUE",
|
|
244
|
+
* // KmsKeyRegion: "STRING_VALUE",
|
|
245
|
+
* // },
|
|
246
|
+
* // DenoiseFilter: "ENABLED" || "DISABLED",
|
|
247
|
+
* // DolbyVisionMetadataXml: "STRING_VALUE",
|
|
248
|
+
* // DynamicAudioSelectors: { // __mapOfDynamicAudioSelector
|
|
249
|
+
* // "<keys>": { // DynamicAudioSelector
|
|
250
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
251
|
+
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
252
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
253
|
+
* // Offset: Number("int"),
|
|
254
|
+
* // SelectorType: "ALL_TRACKS" || "LANGUAGE_CODE",
|
|
255
|
+
* // },
|
|
256
|
+
* // },
|
|
257
|
+
* // FileInput: "STRING_VALUE",
|
|
258
|
+
* // FilterEnable: "AUTO" || "DISABLE" || "FORCE",
|
|
259
|
+
* // FilterStrength: Number("int"),
|
|
260
|
+
* // ImageInserter: { // ImageInserter
|
|
261
|
+
* // InsertableImages: [ // __listOfInsertableImage
|
|
262
|
+
* // { // InsertableImage
|
|
263
|
+
* // Duration: Number("int"),
|
|
264
|
+
* // FadeIn: Number("int"),
|
|
265
|
+
* // FadeOut: Number("int"),
|
|
266
|
+
* // Height: Number("int"),
|
|
267
|
+
* // ImageInserterInput: "STRING_VALUE",
|
|
268
|
+
* // ImageX: Number("int"),
|
|
269
|
+
* // ImageY: Number("int"),
|
|
270
|
+
* // Layer: Number("int"),
|
|
271
|
+
* // Opacity: Number("int"),
|
|
272
|
+
* // StartTime: "STRING_VALUE",
|
|
273
|
+
* // Width: Number("int"),
|
|
274
|
+
* // },
|
|
275
|
+
* // ],
|
|
276
|
+
* // SdrReferenceWhiteLevel: Number("int"),
|
|
277
|
+
* // },
|
|
278
|
+
* // InputClippings: [ // __listOfInputClipping
|
|
279
|
+
* // { // InputClipping
|
|
280
|
+
* // EndTimecode: "STRING_VALUE",
|
|
281
|
+
* // StartTimecode: "STRING_VALUE",
|
|
282
|
+
* // },
|
|
283
|
+
* // ],
|
|
284
|
+
* // InputScanType: "AUTO" || "PSF",
|
|
285
|
+
* // Position: {
|
|
286
|
+
* // Height: Number("int"),
|
|
287
|
+
* // Width: Number("int"),
|
|
288
|
+
* // X: Number("int"),
|
|
289
|
+
* // Y: Number("int"),
|
|
290
|
+
* // },
|
|
291
|
+
* // ProgramNumber: Number("int"),
|
|
292
|
+
* // PsiControl: "IGNORE_PSI" || "USE_PSI",
|
|
293
|
+
* // SupplementalImps: [ // __listOf__stringPatternS3ASSETMAPXml
|
|
294
|
+
* // "STRING_VALUE",
|
|
295
|
+
* // ],
|
|
296
|
+
* // TamsSettings: { // InputTamsSettings
|
|
297
|
+
* // AuthConnectionArn: "STRING_VALUE",
|
|
298
|
+
* // GapHandling: "SKIP_GAPS" || "FILL_WITH_BLACK" || "HOLD_LAST_FRAME",
|
|
299
|
+
* // SourceId: "STRING_VALUE",
|
|
300
|
+
* // Timerange: "STRING_VALUE",
|
|
301
|
+
* // },
|
|
302
|
+
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
303
|
+
* // TimecodeStart: "STRING_VALUE",
|
|
304
|
+
* // VideoGenerator: { // InputVideoGenerator
|
|
305
|
+
* // Channels: Number("int"),
|
|
306
|
+
* // Duration: Number("int"),
|
|
307
|
+
* // FramerateDenominator: Number("int"),
|
|
308
|
+
* // FramerateNumerator: Number("int"),
|
|
309
|
+
* // Height: Number("int"),
|
|
310
|
+
* // SampleRate: Number("int"),
|
|
311
|
+
* // Width: Number("int"),
|
|
312
|
+
* // },
|
|
313
|
+
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
314
|
+
* // { // VideoOverlay
|
|
315
|
+
* // Crop: { // VideoOverlayCrop
|
|
316
|
+
* // Height: Number("int"),
|
|
317
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
318
|
+
* // Width: Number("int"),
|
|
319
|
+
* // X: Number("int"),
|
|
320
|
+
* // Y: Number("int"),
|
|
321
|
+
* // },
|
|
322
|
+
* // EndTimecode: "STRING_VALUE",
|
|
323
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
324
|
+
* // Height: Number("int"),
|
|
325
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
326
|
+
* // Width: Number("int"),
|
|
327
|
+
* // XPosition: Number("int"),
|
|
328
|
+
* // YPosition: Number("int"),
|
|
329
|
+
* // },
|
|
330
|
+
* // Input: { // VideoOverlayInput
|
|
331
|
+
* // FileInput: "STRING_VALUE",
|
|
332
|
+
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
333
|
+
* // { // VideoOverlayInputClipping
|
|
334
|
+
* // EndTimecode: "STRING_VALUE",
|
|
335
|
+
* // StartTimecode: "STRING_VALUE",
|
|
336
|
+
* // },
|
|
337
|
+
* // ],
|
|
338
|
+
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
339
|
+
* // TimecodeStart: "STRING_VALUE",
|
|
340
|
+
* // },
|
|
341
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
342
|
+
* // StartTimecode: "STRING_VALUE",
|
|
343
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
344
|
+
* // { // VideoOverlayTransition
|
|
345
|
+
* // EndPosition: {
|
|
346
|
+
* // Height: Number("int"),
|
|
347
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
348
|
+
* // Width: Number("int"),
|
|
349
|
+
* // XPosition: Number("int"),
|
|
350
|
+
* // YPosition: Number("int"),
|
|
351
|
+
* // },
|
|
352
|
+
* // EndTimecode: "STRING_VALUE",
|
|
353
|
+
* // StartTimecode: "STRING_VALUE",
|
|
354
|
+
* // },
|
|
355
|
+
* // ],
|
|
356
|
+
* // },
|
|
357
|
+
* // ],
|
|
358
|
+
* // VideoSelector: { // VideoSelector
|
|
359
|
+
* // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
|
|
360
|
+
* // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
|
|
361
|
+
* // ColorSpaceUsage: "FORCE" || "FALLBACK",
|
|
362
|
+
* // EmbeddedTimecodeOverride: "NONE" || "USE_MDPM",
|
|
363
|
+
* // Hdr10Metadata: { // Hdr10Metadata
|
|
364
|
+
* // BluePrimaryX: Number("int"),
|
|
365
|
+
* // BluePrimaryY: Number("int"),
|
|
366
|
+
* // GreenPrimaryX: Number("int"),
|
|
367
|
+
* // GreenPrimaryY: Number("int"),
|
|
368
|
+
* // MaxContentLightLevel: Number("int"),
|
|
369
|
+
* // MaxFrameAverageLightLevel: Number("int"),
|
|
370
|
+
* // MaxLuminance: Number("int"),
|
|
371
|
+
* // MinLuminance: Number("int"),
|
|
372
|
+
* // RedPrimaryX: Number("int"),
|
|
373
|
+
* // RedPrimaryY: Number("int"),
|
|
374
|
+
* // WhitePointX: Number("int"),
|
|
375
|
+
* // WhitePointY: Number("int"),
|
|
376
|
+
* // },
|
|
377
|
+
* // MaxLuminance: Number("int"),
|
|
378
|
+
* // PadVideo: "DISABLED" || "BLACK",
|
|
379
|
+
* // Pid: Number("int"),
|
|
380
|
+
* // ProgramNumber: Number("int"),
|
|
381
|
+
* // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
|
|
382
|
+
* // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
|
|
383
|
+
* // SelectorType: "AUTO" || "STREAM",
|
|
384
|
+
* // Streams: [
|
|
385
|
+
* // Number("int"),
|
|
386
|
+
* // ],
|
|
387
|
+
* // },
|
|
388
|
+
* // },
|
|
389
|
+
* // ],
|
|
390
|
+
* // KantarWatermark: { // KantarWatermarkSettings
|
|
391
|
+
* // ChannelName: "STRING_VALUE",
|
|
392
|
+
* // ContentReference: "STRING_VALUE",
|
|
393
|
+
* // CredentialsSecretName: "STRING_VALUE",
|
|
394
|
+
* // FileOffset: Number("double"),
|
|
395
|
+
* // KantarLicenseId: Number("int"),
|
|
396
|
+
* // KantarServerUrl: "STRING_VALUE",
|
|
397
|
+
* // LogDestination: "STRING_VALUE",
|
|
398
|
+
* // Metadata3: "STRING_VALUE",
|
|
399
|
+
* // Metadata4: "STRING_VALUE",
|
|
400
|
+
* // Metadata5: "STRING_VALUE",
|
|
401
|
+
* // Metadata6: "STRING_VALUE",
|
|
402
|
+
* // Metadata7: "STRING_VALUE",
|
|
403
|
+
* // Metadata8: "STRING_VALUE",
|
|
404
|
+
* // },
|
|
405
|
+
* // MotionImageInserter: { // MotionImageInserter
|
|
406
|
+
* // Framerate: { // MotionImageInsertionFramerate
|
|
407
|
+
* // FramerateDenominator: Number("int"),
|
|
408
|
+
* // FramerateNumerator: Number("int"),
|
|
409
|
+
* // },
|
|
410
|
+
* // Input: "STRING_VALUE",
|
|
411
|
+
* // InsertionMode: "MOV" || "PNG",
|
|
412
|
+
* // Offset: { // MotionImageInsertionOffset
|
|
413
|
+
* // ImageX: Number("int"),
|
|
414
|
+
* // ImageY: Number("int"),
|
|
415
|
+
* // },
|
|
416
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
417
|
+
* // StartTime: "STRING_VALUE",
|
|
418
|
+
* // },
|
|
419
|
+
* // NielsenConfiguration: { // NielsenConfiguration
|
|
420
|
+
* // BreakoutCode: Number("int"),
|
|
421
|
+
* // DistributorId: "STRING_VALUE",
|
|
422
|
+
* // },
|
|
423
|
+
* // NielsenNonLinearWatermark: { // NielsenNonLinearWatermarkSettings
|
|
424
|
+
* // ActiveWatermarkProcess: "NAES2_AND_NW" || "CBET" || "NAES2_AND_NW_AND_CBET",
|
|
425
|
+
* // AdiFilename: "STRING_VALUE",
|
|
426
|
+
* // AssetId: "STRING_VALUE",
|
|
427
|
+
* // AssetName: "STRING_VALUE",
|
|
428
|
+
* // CbetSourceId: "STRING_VALUE",
|
|
429
|
+
* // EpisodeId: "STRING_VALUE",
|
|
430
|
+
* // MetadataDestination: "STRING_VALUE",
|
|
431
|
+
* // SourceId: Number("int"),
|
|
432
|
+
* // SourceWatermarkStatus: "CLEAN" || "WATERMARKED",
|
|
433
|
+
* // TicServerUrl: "STRING_VALUE",
|
|
434
|
+
* // UniqueTicPerAudioTrack: "RESERVE_UNIQUE_TICS_PER_TRACK" || "SAME_TICS_PER_TRACK",
|
|
435
|
+
* // },
|
|
436
|
+
* // OutputGroups: [ // __listOfOutputGroup
|
|
437
|
+
* // { // OutputGroup
|
|
438
|
+
* // AutomatedEncodingSettings: { // AutomatedEncodingSettings
|
|
439
|
+
* // AbrSettings: { // AutomatedAbrSettings
|
|
440
|
+
* // MaxAbrBitrate: Number("int"),
|
|
441
|
+
* // MaxQualityLevel: Number("double"),
|
|
442
|
+
* // MaxRenditions: Number("int"),
|
|
443
|
+
* // MinAbrBitrate: Number("int"),
|
|
444
|
+
* // Rules: [ // __listOfAutomatedAbrRule
|
|
445
|
+
* // { // AutomatedAbrRule
|
|
446
|
+
* // AllowedRenditions: [ // __listOfAllowedRenditionSize
|
|
447
|
+
* // { // AllowedRenditionSize
|
|
448
|
+
* // Height: Number("int"),
|
|
449
|
+
* // Required: "ENABLED" || "DISABLED",
|
|
450
|
+
* // Width: Number("int"),
|
|
451
|
+
* // },
|
|
452
|
+
* // ],
|
|
453
|
+
* // ForceIncludeRenditions: [ // __listOfForceIncludeRenditionSize
|
|
454
|
+
* // { // ForceIncludeRenditionSize
|
|
455
|
+
* // Height: Number("int"),
|
|
456
|
+
* // Width: Number("int"),
|
|
457
|
+
* // },
|
|
458
|
+
* // ],
|
|
459
|
+
* // MinBottomRenditionSize: { // MinBottomRenditionSize
|
|
460
|
+
* // Height: Number("int"),
|
|
461
|
+
* // Width: Number("int"),
|
|
462
|
+
* // },
|
|
463
|
+
* // MinTopRenditionSize: { // MinTopRenditionSize
|
|
464
|
+
* // Height: Number("int"),
|
|
465
|
+
* // Width: Number("int"),
|
|
466
|
+
* // },
|
|
467
|
+
* // Type: "MIN_TOP_RENDITION_SIZE" || "MIN_BOTTOM_RENDITION_SIZE" || "FORCE_INCLUDE_RENDITIONS" || "ALLOWED_RENDITIONS",
|
|
468
|
+
* // },
|
|
469
|
+
* // ],
|
|
470
|
+
* // },
|
|
471
|
+
* // },
|
|
472
|
+
* // CustomName: "STRING_VALUE",
|
|
473
|
+
* // Name: "STRING_VALUE",
|
|
474
|
+
* // OutputGroupSettings: { // OutputGroupSettings
|
|
475
|
+
* // CmafGroupSettings: { // CmafGroupSettings
|
|
476
|
+
* // AdditionalManifests: [ // __listOfCmafAdditionalManifest
|
|
477
|
+
* // { // CmafAdditionalManifest
|
|
478
|
+
* // ManifestNameModifier: "STRING_VALUE",
|
|
479
|
+
* // SelectedOutputs: [
|
|
480
|
+
* // "STRING_VALUE",
|
|
481
|
+
* // ],
|
|
482
|
+
* // },
|
|
483
|
+
* // ],
|
|
484
|
+
* // BaseUrl: "STRING_VALUE",
|
|
485
|
+
* // ClientCache: "DISABLED" || "ENABLED",
|
|
486
|
+
* // CodecSpecification: "RFC_6381" || "RFC_4281",
|
|
487
|
+
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
488
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
489
|
+
* // Destination: "STRING_VALUE",
|
|
490
|
+
* // DestinationSettings: { // DestinationSettings
|
|
491
|
+
* // S3Settings: { // S3DestinationSettings
|
|
492
|
+
* // AccessControl: { // S3DestinationAccessControl
|
|
493
|
+
* // CannedAcl: "PUBLIC_READ" || "AUTHENTICATED_READ" || "BUCKET_OWNER_READ" || "BUCKET_OWNER_FULL_CONTROL",
|
|
494
|
+
* // },
|
|
495
|
+
* // Encryption: { // S3EncryptionSettings
|
|
496
|
+
* // EncryptionType: "SERVER_SIDE_ENCRYPTION_S3" || "SERVER_SIDE_ENCRYPTION_KMS",
|
|
497
|
+
* // KmsEncryptionContext: "STRING_VALUE",
|
|
498
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
499
|
+
* // },
|
|
500
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
501
|
+
* // },
|
|
502
|
+
* // },
|
|
503
|
+
* // Encryption: { // CmafEncryptionSettings
|
|
504
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
505
|
+
* // EncryptionMethod: "SAMPLE_AES" || "AES_CTR",
|
|
506
|
+
* // InitializationVectorInManifest: "INCLUDE" || "EXCLUDE",
|
|
507
|
+
* // SpekeKeyProvider: { // SpekeKeyProviderCmaf
|
|
508
|
+
* // CertificateArn: "STRING_VALUE",
|
|
509
|
+
* // DashSignaledSystemIds: [ // __listOf__stringMin36Max36Pattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
510
|
+
* // "STRING_VALUE",
|
|
511
|
+
* // ],
|
|
512
|
+
* // EncryptionContractConfiguration: { // EncryptionContractConfiguration
|
|
513
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
514
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
515
|
+
* // },
|
|
516
|
+
* // HlsSignaledSystemIds: [
|
|
517
|
+
* // "STRING_VALUE",
|
|
518
|
+
* // ],
|
|
519
|
+
* // ResourceId: "STRING_VALUE",
|
|
520
|
+
* // Url: "STRING_VALUE",
|
|
521
|
+
* // },
|
|
522
|
+
* // StaticKeyProvider: { // StaticKeyProvider
|
|
523
|
+
* // KeyFormat: "STRING_VALUE",
|
|
524
|
+
* // KeyFormatVersions: "STRING_VALUE",
|
|
525
|
+
* // StaticKeyValue: "STRING_VALUE",
|
|
526
|
+
* // Url: "STRING_VALUE",
|
|
527
|
+
* // },
|
|
528
|
+
* // Type: "SPEKE" || "STATIC_KEY",
|
|
529
|
+
* // },
|
|
530
|
+
* // FragmentLength: Number("int"),
|
|
531
|
+
* // ImageBasedTrickPlay: "NONE" || "THUMBNAIL" || "THUMBNAIL_AND_FULLFRAME" || "ADVANCED",
|
|
532
|
+
* // ImageBasedTrickPlaySettings: { // CmafImageBasedTrickPlaySettings
|
|
533
|
+
* // IntervalCadence: "FOLLOW_IFRAME" || "FOLLOW_CUSTOM",
|
|
534
|
+
* // ThumbnailHeight: Number("int"),
|
|
535
|
+
* // ThumbnailInterval: Number("double"),
|
|
536
|
+
* // ThumbnailWidth: Number("int"),
|
|
537
|
+
* // TileHeight: Number("int"),
|
|
538
|
+
* // TileWidth: Number("int"),
|
|
539
|
+
* // },
|
|
540
|
+
* // ManifestCompression: "GZIP" || "NONE",
|
|
541
|
+
* // ManifestDurationFormat: "FLOATING_POINT" || "INTEGER",
|
|
542
|
+
* // MinBufferTime: Number("int"),
|
|
543
|
+
* // MinFinalSegmentLength: Number("double"),
|
|
544
|
+
* // MpdManifestBandwidthType: "AVERAGE" || "MAX",
|
|
545
|
+
* // MpdProfile: "MAIN_PROFILE" || "ON_DEMAND_PROFILE",
|
|
546
|
+
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
547
|
+
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
548
|
+
* // SegmentLength: Number("int"),
|
|
549
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
550
|
+
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
551
|
+
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
552
|
+
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
553
|
+
* // WriteDashManifest: "DISABLED" || "ENABLED",
|
|
554
|
+
* // WriteHlsManifest: "DISABLED" || "ENABLED",
|
|
555
|
+
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
556
|
+
* // },
|
|
557
|
+
* // DashIsoGroupSettings: { // DashIsoGroupSettings
|
|
558
|
+
* // AdditionalManifests: [ // __listOfDashAdditionalManifest
|
|
559
|
+
* // { // DashAdditionalManifest
|
|
560
|
+
* // ManifestNameModifier: "STRING_VALUE",
|
|
561
|
+
* // SelectedOutputs: [
|
|
562
|
+
* // "STRING_VALUE",
|
|
563
|
+
* // ],
|
|
564
|
+
* // },
|
|
565
|
+
* // ],
|
|
566
|
+
* // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
|
|
567
|
+
* // BaseUrl: "STRING_VALUE",
|
|
568
|
+
* // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
|
|
569
|
+
* // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
|
|
570
|
+
* // Destination: "STRING_VALUE",
|
|
571
|
+
* // DestinationSettings: {
|
|
572
|
+
* // S3Settings: {
|
|
573
|
+
* // AccessControl: {
|
|
574
|
+
* // CannedAcl: "PUBLIC_READ" || "AUTHENTICATED_READ" || "BUCKET_OWNER_READ" || "BUCKET_OWNER_FULL_CONTROL",
|
|
575
|
+
* // },
|
|
576
|
+
* // Encryption: {
|
|
577
|
+
* // EncryptionType: "SERVER_SIDE_ENCRYPTION_S3" || "SERVER_SIDE_ENCRYPTION_KMS",
|
|
578
|
+
* // KmsEncryptionContext: "STRING_VALUE",
|
|
579
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
580
|
+
* // },
|
|
581
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
582
|
+
* // },
|
|
583
|
+
* // },
|
|
584
|
+
* // Encryption: { // DashIsoEncryptionSettings
|
|
585
|
+
* // PlaybackDeviceCompatibility: "CENC_V1" || "UNENCRYPTED_SEI",
|
|
586
|
+
* // SpekeKeyProvider: { // SpekeKeyProvider
|
|
587
|
+
* // CertificateArn: "STRING_VALUE",
|
|
588
|
+
* // EncryptionContractConfiguration: {
|
|
589
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
590
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
591
|
+
* // },
|
|
592
|
+
* // ResourceId: "STRING_VALUE",
|
|
593
|
+
* // SystemIds: [ // __listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12
|
|
594
|
+
* // "STRING_VALUE",
|
|
595
|
+
* // ],
|
|
596
|
+
* // Url: "STRING_VALUE",
|
|
597
|
+
* // },
|
|
598
|
+
* // },
|
|
599
|
+
* // FragmentLength: Number("int"),
|
|
600
|
+
* // HbbtvCompliance: "HBBTV_1_5" || "NONE",
|
|
601
|
+
* // ImageBasedTrickPlay: "NONE" || "THUMBNAIL" || "THUMBNAIL_AND_FULLFRAME" || "ADVANCED",
|
|
602
|
+
* // ImageBasedTrickPlaySettings: { // DashIsoImageBasedTrickPlaySettings
|
|
603
|
+
* // IntervalCadence: "FOLLOW_IFRAME" || "FOLLOW_CUSTOM",
|
|
604
|
+
* // ThumbnailHeight: Number("int"),
|
|
605
|
+
* // ThumbnailInterval: Number("double"),
|
|
606
|
+
* // ThumbnailWidth: Number("int"),
|
|
607
|
+
* // TileHeight: Number("int"),
|
|
608
|
+
* // TileWidth: Number("int"),
|
|
609
|
+
* // },
|
|
610
|
+
* // MinBufferTime: Number("int"),
|
|
611
|
+
* // MinFinalSegmentLength: Number("double"),
|
|
612
|
+
* // MpdManifestBandwidthType: "AVERAGE" || "MAX",
|
|
613
|
+
* // MpdProfile: "MAIN_PROFILE" || "ON_DEMAND_PROFILE",
|
|
614
|
+
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
615
|
+
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
616
|
+
* // SegmentLength: Number("int"),
|
|
617
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
618
|
+
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
619
|
+
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
620
|
+
* // },
|
|
621
|
+
* // FileGroupSettings: { // FileGroupSettings
|
|
622
|
+
* // Destination: "STRING_VALUE",
|
|
623
|
+
* // DestinationSettings: {
|
|
624
|
+
* // S3Settings: {
|
|
625
|
+
* // AccessControl: {
|
|
626
|
+
* // CannedAcl: "PUBLIC_READ" || "AUTHENTICATED_READ" || "BUCKET_OWNER_READ" || "BUCKET_OWNER_FULL_CONTROL",
|
|
627
|
+
* // },
|
|
628
|
+
* // Encryption: {
|
|
629
|
+
* // EncryptionType: "SERVER_SIDE_ENCRYPTION_S3" || "SERVER_SIDE_ENCRYPTION_KMS",
|
|
630
|
+
* // KmsEncryptionContext: "STRING_VALUE",
|
|
631
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
632
|
+
* // },
|
|
633
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
634
|
+
* // },
|
|
635
|
+
* // },
|
|
636
|
+
* // },
|
|
637
|
+
* // HlsGroupSettings: { // HlsGroupSettings
|
|
638
|
+
* // AdMarkers: [ // __listOfHlsAdMarkers
|
|
639
|
+
* // "ELEMENTAL" || "ELEMENTAL_SCTE35",
|
|
640
|
+
* // ],
|
|
641
|
+
* // AdditionalManifests: [ // __listOfHlsAdditionalManifest
|
|
642
|
+
* // { // HlsAdditionalManifest
|
|
643
|
+
* // ManifestNameModifier: "STRING_VALUE",
|
|
644
|
+
* // SelectedOutputs: [
|
|
645
|
+
* // "STRING_VALUE",
|
|
646
|
+
* // ],
|
|
647
|
+
* // },
|
|
648
|
+
* // ],
|
|
649
|
+
* // AudioOnlyHeader: "INCLUDE" || "EXCLUDE",
|
|
650
|
+
* // BaseUrl: "STRING_VALUE",
|
|
651
|
+
* // CaptionLanguageMappings: [ // __listOfHlsCaptionLanguageMapping
|
|
652
|
+
* // { // HlsCaptionLanguageMapping
|
|
653
|
+
* // CaptionChannel: Number("int"),
|
|
654
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
655
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
656
|
+
* // LanguageDescription: "STRING_VALUE",
|
|
657
|
+
* // },
|
|
658
|
+
* // ],
|
|
659
|
+
* // CaptionLanguageSetting: "INSERT" || "OMIT" || "NONE",
|
|
660
|
+
* // CaptionSegmentLengthControl: "LARGE_SEGMENTS" || "MATCH_VIDEO",
|
|
661
|
+
* // ClientCache: "DISABLED" || "ENABLED",
|
|
662
|
+
* // CodecSpecification: "RFC_6381" || "RFC_4281",
|
|
663
|
+
* // Destination: "STRING_VALUE",
|
|
664
|
+
* // DestinationSettings: {
|
|
665
|
+
* // S3Settings: {
|
|
666
|
+
* // AccessControl: {
|
|
667
|
+
* // CannedAcl: "PUBLIC_READ" || "AUTHENTICATED_READ" || "BUCKET_OWNER_READ" || "BUCKET_OWNER_FULL_CONTROL",
|
|
668
|
+
* // },
|
|
669
|
+
* // Encryption: {
|
|
670
|
+
* // EncryptionType: "SERVER_SIDE_ENCRYPTION_S3" || "SERVER_SIDE_ENCRYPTION_KMS",
|
|
671
|
+
* // KmsEncryptionContext: "STRING_VALUE",
|
|
672
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
673
|
+
* // },
|
|
674
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
675
|
+
* // },
|
|
676
|
+
* // },
|
|
677
|
+
* // DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
|
|
678
|
+
* // Encryption: { // HlsEncryptionSettings
|
|
679
|
+
* // ConstantInitializationVector: "STRING_VALUE",
|
|
680
|
+
* // EncryptionMethod: "AES128" || "SAMPLE_AES",
|
|
681
|
+
* // InitializationVectorInManifest: "INCLUDE" || "EXCLUDE",
|
|
682
|
+
* // OfflineEncrypted: "ENABLED" || "DISABLED",
|
|
683
|
+
* // SpekeKeyProvider: {
|
|
684
|
+
* // CertificateArn: "STRING_VALUE",
|
|
685
|
+
* // EncryptionContractConfiguration: {
|
|
686
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
687
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
688
|
+
* // },
|
|
689
|
+
* // ResourceId: "STRING_VALUE",
|
|
690
|
+
* // SystemIds: [
|
|
691
|
+
* // "STRING_VALUE",
|
|
692
|
+
* // ],
|
|
693
|
+
* // Url: "STRING_VALUE",
|
|
694
|
+
* // },
|
|
695
|
+
* // StaticKeyProvider: {
|
|
696
|
+
* // KeyFormat: "STRING_VALUE",
|
|
697
|
+
* // KeyFormatVersions: "STRING_VALUE",
|
|
698
|
+
* // StaticKeyValue: "STRING_VALUE",
|
|
699
|
+
* // Url: "STRING_VALUE",
|
|
700
|
+
* // },
|
|
701
|
+
* // Type: "SPEKE" || "STATIC_KEY",
|
|
702
|
+
* // },
|
|
703
|
+
* // ImageBasedTrickPlay: "NONE" || "THUMBNAIL" || "THUMBNAIL_AND_FULLFRAME" || "ADVANCED",
|
|
704
|
+
* // ImageBasedTrickPlaySettings: { // HlsImageBasedTrickPlaySettings
|
|
705
|
+
* // IntervalCadence: "FOLLOW_IFRAME" || "FOLLOW_CUSTOM",
|
|
706
|
+
* // ThumbnailHeight: Number("int"),
|
|
707
|
+
* // ThumbnailInterval: Number("double"),
|
|
708
|
+
* // ThumbnailWidth: Number("int"),
|
|
709
|
+
* // TileHeight: Number("int"),
|
|
710
|
+
* // TileWidth: Number("int"),
|
|
711
|
+
* // },
|
|
712
|
+
* // ManifestCompression: "GZIP" || "NONE",
|
|
713
|
+
* // ManifestDurationFormat: "FLOATING_POINT" || "INTEGER",
|
|
714
|
+
* // MinFinalSegmentLength: Number("double"),
|
|
715
|
+
* // MinSegmentLength: Number("int"),
|
|
716
|
+
* // OutputSelection: "MANIFESTS_AND_SEGMENTS" || "SEGMENTS_ONLY",
|
|
717
|
+
* // ProgramDateTime: "INCLUDE" || "EXCLUDE",
|
|
718
|
+
* // ProgramDateTimePeriod: Number("int"),
|
|
719
|
+
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
720
|
+
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
721
|
+
* // SegmentLength: Number("int"),
|
|
722
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
723
|
+
* // SegmentsPerSubdirectory: Number("int"),
|
|
724
|
+
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
725
|
+
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
726
|
+
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
727
|
+
* // TimedMetadataId3Period: Number("int"),
|
|
728
|
+
* // TimestampDeltaMilliseconds: Number("int"),
|
|
729
|
+
* // },
|
|
730
|
+
* // MsSmoothGroupSettings: { // MsSmoothGroupSettings
|
|
731
|
+
* // AdditionalManifests: [ // __listOfMsSmoothAdditionalManifest
|
|
732
|
+
* // { // MsSmoothAdditionalManifest
|
|
733
|
+
* // ManifestNameModifier: "STRING_VALUE",
|
|
734
|
+
* // SelectedOutputs: [
|
|
735
|
+
* // "STRING_VALUE",
|
|
736
|
+
* // ],
|
|
737
|
+
* // },
|
|
738
|
+
* // ],
|
|
739
|
+
* // AudioDeduplication: "COMBINE_DUPLICATE_STREAMS" || "NONE",
|
|
740
|
+
* // Destination: "STRING_VALUE",
|
|
741
|
+
* // DestinationSettings: {
|
|
742
|
+
* // S3Settings: {
|
|
743
|
+
* // AccessControl: {
|
|
744
|
+
* // CannedAcl: "PUBLIC_READ" || "AUTHENTICATED_READ" || "BUCKET_OWNER_READ" || "BUCKET_OWNER_FULL_CONTROL",
|
|
745
|
+
* // },
|
|
746
|
+
* // Encryption: {
|
|
747
|
+
* // EncryptionType: "SERVER_SIDE_ENCRYPTION_S3" || "SERVER_SIDE_ENCRYPTION_KMS",
|
|
748
|
+
* // KmsEncryptionContext: "STRING_VALUE",
|
|
749
|
+
* // KmsKeyArn: "STRING_VALUE",
|
|
750
|
+
* // },
|
|
751
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
752
|
+
* // },
|
|
753
|
+
* // },
|
|
754
|
+
* // Encryption: { // MsSmoothEncryptionSettings
|
|
755
|
+
* // SpekeKeyProvider: {
|
|
756
|
+
* // CertificateArn: "STRING_VALUE",
|
|
757
|
+
* // EncryptionContractConfiguration: {
|
|
758
|
+
* // SpekeAudioPreset: "PRESET_AUDIO_1" || "PRESET_AUDIO_2" || "PRESET_AUDIO_3" || "SHARED" || "UNENCRYPTED",
|
|
759
|
+
* // SpekeVideoPreset: "PRESET_VIDEO_1" || "PRESET_VIDEO_2" || "PRESET_VIDEO_3" || "PRESET_VIDEO_4" || "PRESET_VIDEO_5" || "PRESET_VIDEO_6" || "PRESET_VIDEO_7" || "PRESET_VIDEO_8" || "SHARED" || "UNENCRYPTED",
|
|
760
|
+
* // },
|
|
761
|
+
* // ResourceId: "STRING_VALUE",
|
|
762
|
+
* // SystemIds: [
|
|
763
|
+
* // "STRING_VALUE",
|
|
764
|
+
* // ],
|
|
765
|
+
* // Url: "STRING_VALUE",
|
|
766
|
+
* // },
|
|
767
|
+
* // },
|
|
768
|
+
* // FragmentLength: Number("int"),
|
|
769
|
+
* // FragmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
770
|
+
* // ManifestEncoding: "UTF8" || "UTF16",
|
|
771
|
+
* // },
|
|
772
|
+
* // PerFrameMetrics: [ // __listOfFrameMetricType
|
|
773
|
+
* // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
|
|
774
|
+
* // ],
|
|
775
|
+
* // Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
|
|
776
|
+
* // },
|
|
777
|
+
* // Outputs: [ // __listOfOutput
|
|
778
|
+
* // { // Output
|
|
779
|
+
* // AudioDescriptions: [ // __listOfAudioDescription
|
|
780
|
+
* // { // AudioDescription
|
|
781
|
+
* // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
|
|
782
|
+
* // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
783
|
+
* // ChannelTags: [ // __listOfAudioChannelTag
|
|
784
|
+
* // "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
785
|
+
* // ],
|
|
786
|
+
* // },
|
|
787
|
+
* // AudioNormalizationSettings: { // AudioNormalizationSettings
|
|
788
|
+
* // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
789
|
+
* // AlgorithmControl: "CORRECT_AUDIO" || "MEASURE_ONLY",
|
|
790
|
+
* // CorrectionGateLevel: Number("int"),
|
|
791
|
+
* // LoudnessLogging: "LOG" || "DONT_LOG",
|
|
792
|
+
* // PeakCalculation: "TRUE_PEAK" || "NONE",
|
|
793
|
+
* // TargetLkfs: Number("double"),
|
|
794
|
+
* // TruePeakLimiterThreshold: Number("double"),
|
|
795
|
+
* // },
|
|
796
|
+
* // AudioSourceName: "STRING_VALUE",
|
|
797
|
+
* // AudioType: Number("int"),
|
|
798
|
+
* // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
799
|
+
* // CodecSettings: { // AudioCodecSettings
|
|
800
|
+
* // AacSettings: { // AacSettings
|
|
801
|
+
* // AudioDescriptionBroadcasterMix: "BROADCASTER_MIXED_AD" || "NORMAL",
|
|
802
|
+
* // Bitrate: Number("int"),
|
|
803
|
+
* // CodecProfile: "LC" || "HEV1" || "HEV2" || "XHE",
|
|
804
|
+
* // CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
|
|
805
|
+
* // LoudnessMeasurementMode: "PROGRAM" || "ANCHOR",
|
|
806
|
+
* // RapInterval: Number("int"),
|
|
807
|
+
* // RateControlMode: "CBR" || "VBR",
|
|
808
|
+
* // RawFormat: "LATM_LOAS" || "NONE",
|
|
809
|
+
* // SampleRate: Number("int"),
|
|
810
|
+
* // Specification: "MPEG2" || "MPEG4",
|
|
811
|
+
* // TargetLoudnessRange: Number("int"),
|
|
812
|
+
* // VbrQuality: "LOW" || "MEDIUM_LOW" || "MEDIUM_HIGH" || "HIGH",
|
|
813
|
+
* // },
|
|
814
|
+
* // Ac3Settings: { // Ac3Settings
|
|
815
|
+
* // Bitrate: Number("int"),
|
|
816
|
+
* // BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
|
|
817
|
+
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
|
|
818
|
+
* // Dialnorm: Number("int"),
|
|
819
|
+
* // DynamicRangeCompressionLine: "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH" || "NONE",
|
|
820
|
+
* // DynamicRangeCompressionProfile: "FILM_STANDARD" || "NONE",
|
|
821
|
+
* // DynamicRangeCompressionRf: "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH" || "NONE",
|
|
822
|
+
* // LfeFilter: "ENABLED" || "DISABLED",
|
|
823
|
+
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
824
|
+
* // SampleRate: Number("int"),
|
|
825
|
+
* // },
|
|
826
|
+
* // AiffSettings: { // AiffSettings
|
|
827
|
+
* // BitDepth: Number("int"),
|
|
828
|
+
* // Channels: Number("int"),
|
|
829
|
+
* // SampleRate: Number("int"),
|
|
830
|
+
* // },
|
|
831
|
+
* // Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH" || "FLAC",
|
|
832
|
+
* // Eac3AtmosSettings: { // Eac3AtmosSettings
|
|
833
|
+
* // Bitrate: Number("int"),
|
|
834
|
+
* // BitstreamMode: "COMPLETE_MAIN",
|
|
835
|
+
* // CodingMode: "CODING_MODE_AUTO" || "CODING_MODE_5_1_4" || "CODING_MODE_7_1_4" || "CODING_MODE_9_1_6",
|
|
836
|
+
* // DialogueIntelligence: "ENABLED" || "DISABLED",
|
|
837
|
+
* // DownmixControl: "SPECIFIED" || "INITIALIZE_FROM_SOURCE",
|
|
838
|
+
* // DynamicRangeCompressionLine: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
839
|
+
* // DynamicRangeCompressionRf: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
840
|
+
* // DynamicRangeControl: "SPECIFIED" || "INITIALIZE_FROM_SOURCE",
|
|
841
|
+
* // LoRoCenterMixLevel: Number("double"),
|
|
842
|
+
* // LoRoSurroundMixLevel: Number("double"),
|
|
843
|
+
* // LtRtCenterMixLevel: Number("double"),
|
|
844
|
+
* // LtRtSurroundMixLevel: Number("double"),
|
|
845
|
+
* // MeteringMode: "LEQ_A" || "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
846
|
+
* // SampleRate: Number("int"),
|
|
847
|
+
* // SpeechThreshold: Number("int"),
|
|
848
|
+
* // StereoDownmix: "NOT_INDICATED" || "STEREO" || "SURROUND" || "DPL2",
|
|
849
|
+
* // SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
850
|
+
* // },
|
|
851
|
+
* // Eac3Settings: { // Eac3Settings
|
|
852
|
+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
|
|
853
|
+
* // Bitrate: Number("int"),
|
|
854
|
+
* // BitstreamMode: "COMPLETE_MAIN" || "COMMENTARY" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
|
|
855
|
+
* // CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
|
|
856
|
+
* // DcFilter: "ENABLED" || "DISABLED",
|
|
857
|
+
* // Dialnorm: Number("int"),
|
|
858
|
+
* // DynamicRangeCompressionLine: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
859
|
+
* // DynamicRangeCompressionRf: "NONE" || "FILM_STANDARD" || "FILM_LIGHT" || "MUSIC_STANDARD" || "MUSIC_LIGHT" || "SPEECH",
|
|
860
|
+
* // LfeControl: "LFE" || "NO_LFE",
|
|
861
|
+
* // LfeFilter: "ENABLED" || "DISABLED",
|
|
862
|
+
* // LoRoCenterMixLevel: Number("double"),
|
|
863
|
+
* // LoRoSurroundMixLevel: Number("double"),
|
|
864
|
+
* // LtRtCenterMixLevel: Number("double"),
|
|
865
|
+
* // LtRtSurroundMixLevel: Number("double"),
|
|
866
|
+
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
867
|
+
* // PassthroughControl: "WHEN_POSSIBLE" || "NO_PASSTHROUGH",
|
|
868
|
+
* // PhaseControl: "SHIFT_90_DEGREES" || "NO_SHIFT",
|
|
869
|
+
* // SampleRate: Number("int"),
|
|
870
|
+
* // StereoDownmix: "NOT_INDICATED" || "LO_RO" || "LT_RT" || "DPL2",
|
|
871
|
+
* // SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
872
|
+
* // SurroundMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
873
|
+
* // },
|
|
874
|
+
* // FlacSettings: { // FlacSettings
|
|
875
|
+
* // BitDepth: Number("int"),
|
|
876
|
+
* // Channels: Number("int"),
|
|
877
|
+
* // SampleRate: Number("int"),
|
|
878
|
+
* // },
|
|
879
|
+
* // Mp2Settings: { // Mp2Settings
|
|
880
|
+
* // AudioDescriptionMix: "BROADCASTER_MIXED_AD" || "NONE",
|
|
881
|
+
* // Bitrate: Number("int"),
|
|
882
|
+
* // Channels: Number("int"),
|
|
883
|
+
* // SampleRate: Number("int"),
|
|
884
|
+
* // },
|
|
885
|
+
* // Mp3Settings: { // Mp3Settings
|
|
886
|
+
* // Bitrate: Number("int"),
|
|
887
|
+
* // Channels: Number("int"),
|
|
888
|
+
* // RateControlMode: "CBR" || "VBR",
|
|
889
|
+
* // SampleRate: Number("int"),
|
|
890
|
+
* // VbrQuality: Number("int"),
|
|
891
|
+
* // },
|
|
892
|
+
* // OpusSettings: { // OpusSettings
|
|
893
|
+
* // Bitrate: Number("int"),
|
|
894
|
+
* // Channels: Number("int"),
|
|
895
|
+
* // SampleRate: Number("int"),
|
|
896
|
+
* // },
|
|
897
|
+
* // VorbisSettings: { // VorbisSettings
|
|
898
|
+
* // Channels: Number("int"),
|
|
899
|
+
* // SampleRate: Number("int"),
|
|
900
|
+
* // VbrQuality: Number("int"),
|
|
901
|
+
* // },
|
|
902
|
+
* // WavSettings: { // WavSettings
|
|
903
|
+
* // BitDepth: Number("int"),
|
|
904
|
+
* // Channels: Number("int"),
|
|
905
|
+
* // Format: "RIFF" || "RF64" || "EXTENSIBLE",
|
|
906
|
+
* // SampleRate: Number("int"),
|
|
907
|
+
* // },
|
|
908
|
+
* // },
|
|
909
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
910
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
911
|
+
* // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
912
|
+
* // RemixSettings: {
|
|
913
|
+
* // AudioDescriptionAudioChannel: Number("int"),
|
|
914
|
+
* // AudioDescriptionDataChannel: Number("int"),
|
|
915
|
+
* // ChannelMapping: {
|
|
916
|
+
* // OutputChannels: [
|
|
917
|
+
* // {
|
|
918
|
+
* // InputChannels: [
|
|
919
|
+
* // Number("int"),
|
|
920
|
+
* // ],
|
|
921
|
+
* // InputChannelsFineTune: [
|
|
922
|
+
* // Number("double"),
|
|
923
|
+
* // ],
|
|
924
|
+
* // },
|
|
925
|
+
* // ],
|
|
926
|
+
* // },
|
|
927
|
+
* // ChannelsIn: Number("int"),
|
|
928
|
+
* // ChannelsOut: Number("int"),
|
|
929
|
+
* // },
|
|
930
|
+
* // StreamName: "STRING_VALUE",
|
|
931
|
+
* // },
|
|
932
|
+
* // ],
|
|
933
|
+
* // CaptionDescriptions: [ // __listOfCaptionDescription
|
|
934
|
+
* // { // CaptionDescription
|
|
935
|
+
* // CaptionSelectorName: "STRING_VALUE",
|
|
936
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
937
|
+
* // DestinationSettings: { // CaptionDestinationSettings
|
|
938
|
+
* // BurninDestinationSettings: { // BurninDestinationSettings
|
|
939
|
+
* // Alignment: "CENTERED" || "LEFT" || "AUTO",
|
|
940
|
+
* // ApplyFontColor: "WHITE_TEXT_ONLY" || "ALL_TEXT",
|
|
941
|
+
* // BackgroundColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
942
|
+
* // BackgroundOpacity: Number("int"),
|
|
943
|
+
* // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
|
|
944
|
+
* // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
|
|
945
|
+
* // FontFileBold: "STRING_VALUE",
|
|
946
|
+
* // FontFileBoldItalic: "STRING_VALUE",
|
|
947
|
+
* // FontFileItalic: "STRING_VALUE",
|
|
948
|
+
* // FontFileRegular: "STRING_VALUE",
|
|
949
|
+
* // FontOpacity: Number("int"),
|
|
950
|
+
* // FontResolution: Number("int"),
|
|
951
|
+
* // FontScript: "AUTOMATIC" || "HANS" || "HANT",
|
|
952
|
+
* // FontSize: Number("int"),
|
|
953
|
+
* // HexFontColor: "STRING_VALUE",
|
|
954
|
+
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
955
|
+
* // OutlineSize: Number("int"),
|
|
956
|
+
* // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
|
|
957
|
+
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
958
|
+
* // ShadowOpacity: Number("int"),
|
|
959
|
+
* // ShadowXOffset: Number("int"),
|
|
960
|
+
* // ShadowYOffset: Number("int"),
|
|
961
|
+
* // StylePassthrough: "ENABLED" || "DISABLED",
|
|
962
|
+
* // TeletextSpacing: "FIXED_GRID" || "PROPORTIONAL" || "AUTO",
|
|
963
|
+
* // XPosition: Number("int"),
|
|
964
|
+
* // YPosition: Number("int"),
|
|
965
|
+
* // },
|
|
966
|
+
* // DestinationType: "BURN_IN" || "DVB_SUB" || "EMBEDDED" || "EMBEDDED_PLUS_SCTE20" || "IMSC" || "SCTE20_PLUS_EMBEDDED" || "SCC" || "SRT" || "SMI" || "TELETEXT" || "TTML" || "WEBVTT",
|
|
967
|
+
* // DvbSubDestinationSettings: { // DvbSubDestinationSettings
|
|
968
|
+
* // Alignment: "CENTERED" || "LEFT" || "AUTO",
|
|
969
|
+
* // ApplyFontColor: "WHITE_TEXT_ONLY" || "ALL_TEXT",
|
|
970
|
+
* // BackgroundColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
971
|
+
* // BackgroundOpacity: Number("int"),
|
|
972
|
+
* // DdsHandling: "NONE" || "SPECIFIED" || "NO_DISPLAY_WINDOW" || "SPECIFIED_OPTIMAL",
|
|
973
|
+
* // DdsXCoordinate: Number("int"),
|
|
974
|
+
* // DdsYCoordinate: Number("int"),
|
|
975
|
+
* // FallbackFont: "BEST_MATCH" || "MONOSPACED_SANSSERIF" || "MONOSPACED_SERIF" || "PROPORTIONAL_SANSSERIF" || "PROPORTIONAL_SERIF",
|
|
976
|
+
* // FontColor: "WHITE" || "BLACK" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "HEX" || "AUTO",
|
|
977
|
+
* // FontFileBold: "STRING_VALUE",
|
|
978
|
+
* // FontFileBoldItalic: "STRING_VALUE",
|
|
979
|
+
* // FontFileItalic: "STRING_VALUE",
|
|
980
|
+
* // FontFileRegular: "STRING_VALUE",
|
|
981
|
+
* // FontOpacity: Number("int"),
|
|
982
|
+
* // FontResolution: Number("int"),
|
|
983
|
+
* // FontScript: "AUTOMATIC" || "HANS" || "HANT",
|
|
984
|
+
* // FontSize: Number("int"),
|
|
985
|
+
* // Height: Number("int"),
|
|
986
|
+
* // HexFontColor: "STRING_VALUE",
|
|
987
|
+
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
|
|
988
|
+
* // OutlineSize: Number("int"),
|
|
989
|
+
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
|
|
990
|
+
* // ShadowOpacity: Number("int"),
|
|
991
|
+
* // ShadowXOffset: Number("int"),
|
|
992
|
+
* // ShadowYOffset: Number("int"),
|
|
993
|
+
* // StylePassthrough: "ENABLED" || "DISABLED",
|
|
994
|
+
* // SubtitlingType: "HEARING_IMPAIRED" || "STANDARD",
|
|
995
|
+
* // TeletextSpacing: "FIXED_GRID" || "PROPORTIONAL" || "AUTO",
|
|
996
|
+
* // Width: Number("int"),
|
|
997
|
+
* // XPosition: Number("int"),
|
|
998
|
+
* // YPosition: Number("int"),
|
|
999
|
+
* // },
|
|
1000
|
+
* // EmbeddedDestinationSettings: { // EmbeddedDestinationSettings
|
|
1001
|
+
* // Destination608ChannelNumber: Number("int"),
|
|
1002
|
+
* // Destination708ServiceNumber: Number("int"),
|
|
1003
|
+
* // },
|
|
1004
|
+
* // ImscDestinationSettings: { // ImscDestinationSettings
|
|
1005
|
+
* // Accessibility: "DISABLED" || "ENABLED",
|
|
1006
|
+
* // StylePassthrough: "ENABLED" || "DISABLED",
|
|
1007
|
+
* // },
|
|
1008
|
+
* // SccDestinationSettings: { // SccDestinationSettings
|
|
1009
|
+
* // Framerate: "FRAMERATE_23_97" || "FRAMERATE_24" || "FRAMERATE_25" || "FRAMERATE_29_97_DROPFRAME" || "FRAMERATE_29_97_NON_DROPFRAME",
|
|
1010
|
+
* // },
|
|
1011
|
+
* // SrtDestinationSettings: { // SrtDestinationSettings
|
|
1012
|
+
* // StylePassthrough: "ENABLED" || "DISABLED",
|
|
1013
|
+
* // },
|
|
1014
|
+
* // TeletextDestinationSettings: { // TeletextDestinationSettings
|
|
1015
|
+
* // PageNumber: "STRING_VALUE",
|
|
1016
|
+
* // PageTypes: [ // __listOfTeletextPageType
|
|
1017
|
+
* // "PAGE_TYPE_INITIAL" || "PAGE_TYPE_SUBTITLE" || "PAGE_TYPE_ADDL_INFO" || "PAGE_TYPE_PROGRAM_SCHEDULE" || "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE",
|
|
1018
|
+
* // ],
|
|
1019
|
+
* // },
|
|
1020
|
+
* // TtmlDestinationSettings: { // TtmlDestinationSettings
|
|
1021
|
+
* // StylePassthrough: "ENABLED" || "DISABLED",
|
|
1022
|
+
* // },
|
|
1023
|
+
* // WebvttDestinationSettings: { // WebvttDestinationSettings
|
|
1024
|
+
* // Accessibility: "DISABLED" || "ENABLED",
|
|
1025
|
+
* // StylePassthrough: "ENABLED" || "DISABLED" || "STRICT" || "MERGE",
|
|
1026
|
+
* // },
|
|
1027
|
+
* // },
|
|
1028
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
1029
|
+
* // LanguageDescription: "STRING_VALUE",
|
|
1030
|
+
* // },
|
|
1031
|
+
* // ],
|
|
1032
|
+
* // ContainerSettings: { // ContainerSettings
|
|
1033
|
+
* // CmfcSettings: { // CmfcSettings
|
|
1034
|
+
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1035
|
+
* // AudioGroupId: "STRING_VALUE",
|
|
1036
|
+
* // AudioRenditionSets: "STRING_VALUE",
|
|
1037
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
1038
|
+
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
1039
|
+
* // IFrameOnlyManifest: "INCLUDE" || "EXCLUDE",
|
|
1040
|
+
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
1041
|
+
* // ManifestMetadataSignaling: "ENABLED" || "DISABLED",
|
|
1042
|
+
* // Scte35Esam: "INSERT" || "NONE",
|
|
1043
|
+
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1044
|
+
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
1045
|
+
* // TimedMetadataBoxVersion: "VERSION_0" || "VERSION_1",
|
|
1046
|
+
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
1047
|
+
* // TimedMetadataValue: "STRING_VALUE",
|
|
1048
|
+
* // },
|
|
1049
|
+
* // Container: "F4V" || "GIF" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
1050
|
+
* // F4vSettings: { // F4vSettings
|
|
1051
|
+
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
1052
|
+
* // },
|
|
1053
|
+
* // M2tsSettings: { // M2tsSettings
|
|
1054
|
+
* // AudioBufferModel: "DVB" || "ATSC",
|
|
1055
|
+
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1056
|
+
* // AudioFramesPerPes: Number("int"),
|
|
1057
|
+
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
1058
|
+
* // Number("int"),
|
|
1059
|
+
* // ],
|
|
1060
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1061
|
+
* // Bitrate: Number("int"),
|
|
1062
|
+
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
1063
|
+
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1064
|
+
* // DvbNitSettings: { // DvbNitSettings
|
|
1065
|
+
* // NetworkId: Number("int"),
|
|
1066
|
+
* // NetworkName: "STRING_VALUE",
|
|
1067
|
+
* // NitInterval: Number("int"),
|
|
1068
|
+
* // },
|
|
1069
|
+
* // DvbSdtSettings: { // DvbSdtSettings
|
|
1070
|
+
* // OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
|
|
1071
|
+
* // SdtInterval: Number("int"),
|
|
1072
|
+
* // ServiceName: "STRING_VALUE",
|
|
1073
|
+
* // ServiceProviderName: "STRING_VALUE",
|
|
1074
|
+
* // },
|
|
1075
|
+
* // DvbSubPids: [
|
|
1076
|
+
* // Number("int"),
|
|
1077
|
+
* // ],
|
|
1078
|
+
* // DvbTdtSettings: { // DvbTdtSettings
|
|
1079
|
+
* // TdtInterval: Number("int"),
|
|
1080
|
+
* // },
|
|
1081
|
+
* // DvbTeletextPid: Number("int"),
|
|
1082
|
+
* // EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
|
|
1083
|
+
* // EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
|
|
1084
|
+
* // EsRateInPes: "INCLUDE" || "EXCLUDE",
|
|
1085
|
+
* // ForceTsVideoEbpOrder: "FORCE" || "DEFAULT",
|
|
1086
|
+
* // FragmentTime: Number("double"),
|
|
1087
|
+
* // KlvMetadata: "PASSTHROUGH" || "NONE",
|
|
1088
|
+
* // MaxPcrInterval: Number("int"),
|
|
1089
|
+
* // MinEbpInterval: Number("int"),
|
|
1090
|
+
* // NielsenId3: "INSERT" || "NONE",
|
|
1091
|
+
* // NullPacketBitrate: Number("double"),
|
|
1092
|
+
* // PatInterval: Number("int"),
|
|
1093
|
+
* // PcrControl: "PCR_EVERY_PES_PACKET" || "CONFIGURED_PCR_PERIOD",
|
|
1094
|
+
* // PcrPid: Number("int"),
|
|
1095
|
+
* // PmtInterval: Number("int"),
|
|
1096
|
+
* // PmtPid: Number("int"),
|
|
1097
|
+
* // PreventBufferUnderflow: "DISABLED" || "ENABLED",
|
|
1098
|
+
* // PrivateMetadataPid: Number("int"),
|
|
1099
|
+
* // ProgramNumber: Number("int"),
|
|
1100
|
+
* // PtsOffset: Number("int"),
|
|
1101
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1102
|
+
* // RateMode: "VBR" || "CBR",
|
|
1103
|
+
* // Scte35Esam: { // M2tsScte35Esam
|
|
1104
|
+
* // Scte35EsamPid: Number("int"),
|
|
1105
|
+
* // },
|
|
1106
|
+
* // Scte35Pid: Number("int"),
|
|
1107
|
+
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1108
|
+
* // SegmentationMarkers: "NONE" || "RAI_SEGSTART" || "RAI_ADAPT" || "PSI_SEGSTART" || "EBP" || "EBP_LEGACY",
|
|
1109
|
+
* // SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
|
|
1110
|
+
* // SegmentationTime: Number("double"),
|
|
1111
|
+
* // TimedMetadataPid: Number("int"),
|
|
1112
|
+
* // TransportStreamId: Number("int"),
|
|
1113
|
+
* // VideoPid: Number("int"),
|
|
1114
|
+
* // },
|
|
1115
|
+
* // M3u8Settings: { // M3u8Settings
|
|
1116
|
+
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1117
|
+
* // AudioFramesPerPes: Number("int"),
|
|
1118
|
+
* // AudioPids: [
|
|
1119
|
+
* // Number("int"),
|
|
1120
|
+
* // ],
|
|
1121
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1122
|
+
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1123
|
+
* // MaxPcrInterval: Number("int"),
|
|
1124
|
+
* // NielsenId3: "INSERT" || "NONE",
|
|
1125
|
+
* // PatInterval: Number("int"),
|
|
1126
|
+
* // PcrControl: "PCR_EVERY_PES_PACKET" || "CONFIGURED_PCR_PERIOD",
|
|
1127
|
+
* // PcrPid: Number("int"),
|
|
1128
|
+
* // PmtInterval: Number("int"),
|
|
1129
|
+
* // PmtPid: Number("int"),
|
|
1130
|
+
* // PrivateMetadataPid: Number("int"),
|
|
1131
|
+
* // ProgramNumber: Number("int"),
|
|
1132
|
+
* // PtsOffset: Number("int"),
|
|
1133
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1134
|
+
* // Scte35Pid: Number("int"),
|
|
1135
|
+
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1136
|
+
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
1137
|
+
* // TimedMetadataPid: Number("int"),
|
|
1138
|
+
* // TransportStreamId: Number("int"),
|
|
1139
|
+
* // VideoPid: Number("int"),
|
|
1140
|
+
* // },
|
|
1141
|
+
* // MovSettings: { // MovSettings
|
|
1142
|
+
* // ClapAtom: "INCLUDE" || "EXCLUDE",
|
|
1143
|
+
* // CslgAtom: "INCLUDE" || "EXCLUDE",
|
|
1144
|
+
* // Mpeg2FourCCControl: "XDCAM" || "MPEG",
|
|
1145
|
+
* // PaddingControl: "OMNEON" || "NONE",
|
|
1146
|
+
* // Reference: "SELF_CONTAINED" || "EXTERNAL",
|
|
1147
|
+
* // },
|
|
1148
|
+
* // Mp4Settings: { // Mp4Settings
|
|
1149
|
+
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1150
|
+
* // C2paManifest: "INCLUDE" || "EXCLUDE",
|
|
1151
|
+
* // CertificateSecret: "STRING_VALUE",
|
|
1152
|
+
* // CslgAtom: "INCLUDE" || "EXCLUDE",
|
|
1153
|
+
* // CttsVersion: Number("int"),
|
|
1154
|
+
* // FreeSpaceBox: "INCLUDE" || "EXCLUDE",
|
|
1155
|
+
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
1156
|
+
* // Mp4MajorBrand: "STRING_VALUE",
|
|
1157
|
+
* // SigningKmsKey: "STRING_VALUE",
|
|
1158
|
+
* // },
|
|
1159
|
+
* // MpdSettings: { // MpdSettings
|
|
1160
|
+
* // AccessibilityCaptionHints: "INCLUDE" || "EXCLUDE",
|
|
1161
|
+
* // AudioDuration: "DEFAULT_CODEC_DURATION" || "MATCH_VIDEO_DURATION",
|
|
1162
|
+
* // CaptionContainerType: "RAW" || "FRAGMENTED_MP4",
|
|
1163
|
+
* // KlvMetadata: "NONE" || "PASSTHROUGH",
|
|
1164
|
+
* // ManifestMetadataSignaling: "ENABLED" || "DISABLED",
|
|
1165
|
+
* // Scte35Esam: "INSERT" || "NONE",
|
|
1166
|
+
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1167
|
+
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
1168
|
+
* // TimedMetadataBoxVersion: "VERSION_0" || "VERSION_1",
|
|
1169
|
+
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
1170
|
+
* // TimedMetadataValue: "STRING_VALUE",
|
|
1171
|
+
* // },
|
|
1172
|
+
* // MxfSettings: { // MxfSettings
|
|
1173
|
+
* // AfdSignaling: "NO_COPY" || "COPY_FROM_VIDEO",
|
|
1174
|
+
* // Profile: "D_10" || "XDCAM" || "OP1A" || "XAVC" || "XDCAM_RDD9",
|
|
1175
|
+
* // XavcProfileSettings: { // MxfXavcProfileSettings
|
|
1176
|
+
* // DurationMode: "ALLOW_ANY_DURATION" || "DROP_FRAMES_FOR_COMPLIANCE",
|
|
1177
|
+
* // MaxAncDataSize: Number("int"),
|
|
1178
|
+
* // },
|
|
1179
|
+
* // },
|
|
1180
|
+
* // },
|
|
1181
|
+
* // Extension: "STRING_VALUE",
|
|
1182
|
+
* // NameModifier: "STRING_VALUE",
|
|
1183
|
+
* // OutputSettings: { // OutputSettings
|
|
1184
|
+
* // HlsSettings: { // HlsSettings
|
|
1185
|
+
* // AudioGroupId: "STRING_VALUE",
|
|
1186
|
+
* // AudioOnlyContainer: "AUTOMATIC" || "M2TS",
|
|
1187
|
+
* // AudioRenditionSets: "STRING_VALUE",
|
|
1188
|
+
* // AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
1189
|
+
* // DescriptiveVideoServiceFlag: "DONT_FLAG" || "FLAG",
|
|
1190
|
+
* // IFrameOnlyManifest: "INCLUDE" || "INCLUDE_AS_TS" || "EXCLUDE",
|
|
1191
|
+
* // SegmentModifier: "STRING_VALUE",
|
|
1192
|
+
* // },
|
|
1193
|
+
* // },
|
|
1194
|
+
* // Preset: "STRING_VALUE",
|
|
1195
|
+
* // VideoDescription: { // VideoDescription
|
|
1196
|
+
* // AfdSignaling: "NONE" || "AUTO" || "FIXED",
|
|
1197
|
+
* // AntiAlias: "DISABLED" || "ENABLED",
|
|
1198
|
+
* // ChromaPositionMode: "AUTO" || "FORCE_CENTER" || "FORCE_TOP_LEFT",
|
|
1199
|
+
* // CodecSettings: { // VideoCodecSettings
|
|
1200
|
+
* // Av1Settings: { // Av1Settings
|
|
1201
|
+
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
1202
|
+
* // BitDepth: "BIT_8" || "BIT_10",
|
|
1203
|
+
* // FilmGrainSynthesis: "DISABLED" || "ENABLED",
|
|
1204
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1205
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1206
|
+
* // FramerateDenominator: Number("int"),
|
|
1207
|
+
* // FramerateNumerator: Number("int"),
|
|
1208
|
+
* // GopSize: Number("double"),
|
|
1209
|
+
* // MaxBitrate: Number("int"),
|
|
1210
|
+
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1211
|
+
* // PerFrameMetrics: [
|
|
1212
|
+
* // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
|
|
1213
|
+
* // ],
|
|
1214
|
+
* // QvbrSettings: { // Av1QvbrSettings
|
|
1215
|
+
* // QvbrQualityLevel: Number("int"),
|
|
1216
|
+
* // QvbrQualityLevelFineTune: Number("double"),
|
|
1217
|
+
* // },
|
|
1218
|
+
* // RateControlMode: "QVBR",
|
|
1219
|
+
* // Slices: Number("int"),
|
|
1220
|
+
* // SpatialAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1221
|
+
* // },
|
|
1222
|
+
* // AvcIntraSettings: { // AvcIntraSettings
|
|
1223
|
+
* // AvcIntraClass: "CLASS_50" || "CLASS_100" || "CLASS_200" || "CLASS_4K_2K",
|
|
1224
|
+
* // AvcIntraUhdSettings: { // AvcIntraUhdSettings
|
|
1225
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
|
|
1226
|
+
* // },
|
|
1227
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1228
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1229
|
+
* // FramerateDenominator: Number("int"),
|
|
1230
|
+
* // FramerateNumerator: Number("int"),
|
|
1231
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1232
|
+
* // PerFrameMetrics: [
|
|
1233
|
+
* // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
|
|
1234
|
+
* // ],
|
|
1235
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1236
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1237
|
+
* // Telecine: "NONE" || "HARD",
|
|
1238
|
+
* // },
|
|
1239
|
+
* // Codec: "AV1" || "AVC_INTRA" || "FRAME_CAPTURE" || "GIF" || "H_264" || "H_265" || "MPEG2" || "PASSTHROUGH" || "PRORES" || "UNCOMPRESSED" || "VC3" || "VP8" || "VP9" || "XAVC",
|
|
1240
|
+
* // FrameCaptureSettings: { // FrameCaptureSettings
|
|
1241
|
+
* // FramerateDenominator: Number("int"),
|
|
1242
|
+
* // FramerateNumerator: Number("int"),
|
|
1243
|
+
* // MaxCaptures: Number("int"),
|
|
1244
|
+
* // Quality: Number("int"),
|
|
1245
|
+
* // },
|
|
1246
|
+
* // GifSettings: { // GifSettings
|
|
1247
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1248
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE",
|
|
1249
|
+
* // FramerateDenominator: Number("int"),
|
|
1250
|
+
* // FramerateNumerator: Number("int"),
|
|
1251
|
+
* // },
|
|
1252
|
+
* // H264Settings: { // H264Settings
|
|
1253
|
+
* // AdaptiveQuantization: "OFF" || "AUTO" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
1254
|
+
* // BandwidthReductionFilter: { // BandwidthReductionFilter
|
|
1255
|
+
* // Sharpening: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
1256
|
+
* // Strength: "LOW" || "MEDIUM" || "HIGH" || "AUTO" || "OFF",
|
|
1257
|
+
* // },
|
|
1258
|
+
* // Bitrate: Number("int"),
|
|
1259
|
+
* // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
|
|
1260
|
+
* // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
|
|
1261
|
+
* // DynamicSubGop: "ADAPTIVE" || "STATIC",
|
|
1262
|
+
* // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
|
|
1263
|
+
* // EntropyEncoding: "CABAC" || "CAVLC",
|
|
1264
|
+
* // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
|
|
1265
|
+
* // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1266
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1267
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1268
|
+
* // FramerateDenominator: Number("int"),
|
|
1269
|
+
* // FramerateNumerator: Number("int"),
|
|
1270
|
+
* // GopBReference: "DISABLED" || "ENABLED",
|
|
1271
|
+
* // GopClosedCadence: Number("int"),
|
|
1272
|
+
* // GopSize: Number("double"),
|
|
1273
|
+
* // GopSizeUnits: "FRAMES" || "SECONDS" || "AUTO",
|
|
1274
|
+
* // HrdBufferFinalFillPercentage: Number("int"),
|
|
1275
|
+
* // HrdBufferInitialFillPercentage: Number("int"),
|
|
1276
|
+
* // HrdBufferSize: Number("int"),
|
|
1277
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1278
|
+
* // MaxBitrate: Number("int"),
|
|
1279
|
+
* // MinIInterval: Number("int"),
|
|
1280
|
+
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1281
|
+
* // NumberReferenceFrames: Number("int"),
|
|
1282
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1283
|
+
* // ParDenominator: Number("int"),
|
|
1284
|
+
* // ParNumerator: Number("int"),
|
|
1285
|
+
* // PerFrameMetrics: [
|
|
1286
|
+
* // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
|
|
1287
|
+
* // ],
|
|
1288
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
|
|
1289
|
+
* // QvbrSettings: { // H264QvbrSettings
|
|
1290
|
+
* // MaxAverageBitrate: Number("int"),
|
|
1291
|
+
* // QvbrQualityLevel: Number("int"),
|
|
1292
|
+
* // QvbrQualityLevelFineTune: Number("double"),
|
|
1293
|
+
* // },
|
|
1294
|
+
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1295
|
+
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1296
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1297
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1298
|
+
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1299
|
+
* // Slices: Number("int"),
|
|
1300
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1301
|
+
* // Softness: Number("int"),
|
|
1302
|
+
* // SpatialAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1303
|
+
* // Syntax: "DEFAULT" || "RP2027",
|
|
1304
|
+
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1305
|
+
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1306
|
+
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1307
|
+
* // WriteMp4PackagingType: "AVC1" || "AVC3",
|
|
1308
|
+
* // },
|
|
1309
|
+
* // H265Settings: { // H265Settings
|
|
1310
|
+
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX" || "AUTO",
|
|
1311
|
+
* // AlternateTransferFunctionSei: "DISABLED" || "ENABLED",
|
|
1312
|
+
* // BandwidthReductionFilter: {
|
|
1313
|
+
* // Sharpening: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
1314
|
+
* // Strength: "LOW" || "MEDIUM" || "HIGH" || "AUTO" || "OFF",
|
|
1315
|
+
* // },
|
|
1316
|
+
* // Bitrate: Number("int"),
|
|
1317
|
+
* // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
|
|
1318
|
+
* // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
|
|
1319
|
+
* // Deblocking: "ENABLED" || "DISABLED",
|
|
1320
|
+
* // DynamicSubGop: "ADAPTIVE" || "STATIC",
|
|
1321
|
+
* // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
|
|
1322
|
+
* // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1323
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1324
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1325
|
+
* // FramerateDenominator: Number("int"),
|
|
1326
|
+
* // FramerateNumerator: Number("int"),
|
|
1327
|
+
* // GopBReference: "DISABLED" || "ENABLED",
|
|
1328
|
+
* // GopClosedCadence: Number("int"),
|
|
1329
|
+
* // GopSize: Number("double"),
|
|
1330
|
+
* // GopSizeUnits: "FRAMES" || "SECONDS" || "AUTO",
|
|
1331
|
+
* // HrdBufferFinalFillPercentage: Number("int"),
|
|
1332
|
+
* // HrdBufferInitialFillPercentage: Number("int"),
|
|
1333
|
+
* // HrdBufferSize: Number("int"),
|
|
1334
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1335
|
+
* // MaxBitrate: Number("int"),
|
|
1336
|
+
* // MinIInterval: Number("int"),
|
|
1337
|
+
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1338
|
+
* // NumberReferenceFrames: Number("int"),
|
|
1339
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1340
|
+
* // ParDenominator: Number("int"),
|
|
1341
|
+
* // ParNumerator: Number("int"),
|
|
1342
|
+
* // PerFrameMetrics: [
|
|
1343
|
+
* // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
|
|
1344
|
+
* // ],
|
|
1345
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
|
|
1346
|
+
* // QvbrSettings: { // H265QvbrSettings
|
|
1347
|
+
* // MaxAverageBitrate: Number("int"),
|
|
1348
|
+
* // QvbrQualityLevel: Number("int"),
|
|
1349
|
+
* // QvbrQualityLevelFineTune: Number("double"),
|
|
1350
|
+
* // },
|
|
1351
|
+
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1352
|
+
* // SampleAdaptiveOffsetFilterMode: "DEFAULT" || "ADAPTIVE" || "OFF",
|
|
1353
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1354
|
+
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1355
|
+
* // Slices: Number("int"),
|
|
1356
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1357
|
+
* // SpatialAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1358
|
+
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1359
|
+
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1360
|
+
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
1361
|
+
* // Tiles: "DISABLED" || "ENABLED",
|
|
1362
|
+
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1363
|
+
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
1364
|
+
* // },
|
|
1365
|
+
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1366
|
+
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH",
|
|
1367
|
+
* // Bitrate: Number("int"),
|
|
1368
|
+
* // CodecLevel: "AUTO" || "LOW" || "MAIN" || "HIGH1440" || "HIGH",
|
|
1369
|
+
* // CodecProfile: "MAIN" || "PROFILE_422",
|
|
1370
|
+
* // DynamicSubGop: "ADAPTIVE" || "STATIC",
|
|
1371
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1372
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1373
|
+
* // FramerateDenominator: Number("int"),
|
|
1374
|
+
* // FramerateNumerator: Number("int"),
|
|
1375
|
+
* // GopClosedCadence: Number("int"),
|
|
1376
|
+
* // GopSize: Number("double"),
|
|
1377
|
+
* // GopSizeUnits: "FRAMES" || "SECONDS",
|
|
1378
|
+
* // HrdBufferFinalFillPercentage: Number("int"),
|
|
1379
|
+
* // HrdBufferInitialFillPercentage: Number("int"),
|
|
1380
|
+
* // HrdBufferSize: Number("int"),
|
|
1381
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1382
|
+
* // IntraDcPrecision: "AUTO" || "INTRA_DC_PRECISION_8" || "INTRA_DC_PRECISION_9" || "INTRA_DC_PRECISION_10" || "INTRA_DC_PRECISION_11",
|
|
1383
|
+
* // MaxBitrate: Number("int"),
|
|
1384
|
+
* // MinIInterval: Number("int"),
|
|
1385
|
+
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1386
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1387
|
+
* // ParDenominator: Number("int"),
|
|
1388
|
+
* // ParNumerator: Number("int"),
|
|
1389
|
+
* // PerFrameMetrics: "<__listOfFrameMetricType>",
|
|
1390
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
|
|
1391
|
+
* // RateControlMode: "VBR" || "CBR",
|
|
1392
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1393
|
+
* // SceneChangeDetect: "DISABLED" || "ENABLED",
|
|
1394
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1395
|
+
* // Softness: Number("int"),
|
|
1396
|
+
* // SpatialAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1397
|
+
* // Syntax: "DEFAULT" || "D_10",
|
|
1398
|
+
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1399
|
+
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1400
|
+
* // },
|
|
1401
|
+
* // ProresSettings: { // ProresSettings
|
|
1402
|
+
* // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
|
|
1403
|
+
* // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
|
|
1404
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1405
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1406
|
+
* // FramerateDenominator: Number("int"),
|
|
1407
|
+
* // FramerateNumerator: Number("int"),
|
|
1408
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1409
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1410
|
+
* // ParDenominator: Number("int"),
|
|
1411
|
+
* // ParNumerator: Number("int"),
|
|
1412
|
+
* // PerFrameMetrics: "<__listOfFrameMetricType>",
|
|
1413
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1414
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1415
|
+
* // Telecine: "NONE" || "HARD",
|
|
1416
|
+
* // },
|
|
1417
|
+
* // UncompressedSettings: { // UncompressedSettings
|
|
1418
|
+
* // Fourcc: "I420" || "I422" || "I444",
|
|
1419
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1420
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1421
|
+
* // FramerateDenominator: Number("int"),
|
|
1422
|
+
* // FramerateNumerator: Number("int"),
|
|
1423
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1424
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1425
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1426
|
+
* // Telecine: "NONE" || "HARD",
|
|
1427
|
+
* // },
|
|
1428
|
+
* // Vc3Settings: { // Vc3Settings
|
|
1429
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1430
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1431
|
+
* // FramerateDenominator: Number("int"),
|
|
1432
|
+
* // FramerateNumerator: Number("int"),
|
|
1433
|
+
* // InterlaceMode: "INTERLACED" || "PROGRESSIVE",
|
|
1434
|
+
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1435
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1436
|
+
* // Telecine: "NONE" || "HARD",
|
|
1437
|
+
* // Vc3Class: "CLASS_145_8BIT" || "CLASS_220_8BIT" || "CLASS_220_10BIT",
|
|
1438
|
+
* // },
|
|
1439
|
+
* // Vp8Settings: { // Vp8Settings
|
|
1440
|
+
* // Bitrate: Number("int"),
|
|
1441
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1442
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1443
|
+
* // FramerateDenominator: Number("int"),
|
|
1444
|
+
* // FramerateNumerator: Number("int"),
|
|
1445
|
+
* // GopSize: Number("double"),
|
|
1446
|
+
* // HrdBufferSize: Number("int"),
|
|
1447
|
+
* // MaxBitrate: Number("int"),
|
|
1448
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1449
|
+
* // ParDenominator: Number("int"),
|
|
1450
|
+
* // ParNumerator: Number("int"),
|
|
1451
|
+
* // QualityTuningLevel: "MULTI_PASS" || "MULTI_PASS_HQ",
|
|
1452
|
+
* // RateControlMode: "VBR",
|
|
1453
|
+
* // },
|
|
1454
|
+
* // Vp9Settings: { // Vp9Settings
|
|
1455
|
+
* // Bitrate: Number("int"),
|
|
1456
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1457
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1458
|
+
* // FramerateDenominator: Number("int"),
|
|
1459
|
+
* // FramerateNumerator: Number("int"),
|
|
1460
|
+
* // GopSize: Number("double"),
|
|
1461
|
+
* // HrdBufferSize: Number("int"),
|
|
1462
|
+
* // MaxBitrate: Number("int"),
|
|
1463
|
+
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1464
|
+
* // ParDenominator: Number("int"),
|
|
1465
|
+
* // ParNumerator: Number("int"),
|
|
1466
|
+
* // QualityTuningLevel: "MULTI_PASS" || "MULTI_PASS_HQ",
|
|
1467
|
+
* // RateControlMode: "VBR",
|
|
1468
|
+
* // },
|
|
1469
|
+
* // XavcSettings: { // XavcSettings
|
|
1470
|
+
* // AdaptiveQuantization: "OFF" || "AUTO" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
1471
|
+
* // EntropyEncoding: "AUTO" || "CABAC" || "CAVLC",
|
|
1472
|
+
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1473
|
+
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER" || "MAINTAIN_FRAME_COUNT",
|
|
1474
|
+
* // FramerateDenominator: Number("int"),
|
|
1475
|
+
* // FramerateNumerator: Number("int"),
|
|
1476
|
+
* // PerFrameMetrics: "<__listOfFrameMetricType>",
|
|
1477
|
+
* // Profile: "XAVC_HD_INTRA_CBG" || "XAVC_4K_INTRA_CBG" || "XAVC_4K_INTRA_VBR" || "XAVC_HD" || "XAVC_4K",
|
|
1478
|
+
* // SlowPal: "DISABLED" || "ENABLED",
|
|
1479
|
+
* // Softness: Number("int"),
|
|
1480
|
+
* // SpatialAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1481
|
+
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1482
|
+
* // Xavc4kIntraCbgProfileSettings: { // Xavc4kIntraCbgProfileSettings
|
|
1483
|
+
* // XavcClass: "CLASS_100" || "CLASS_300" || "CLASS_480",
|
|
1484
|
+
* // },
|
|
1485
|
+
* // Xavc4kIntraVbrProfileSettings: { // Xavc4kIntraVbrProfileSettings
|
|
1486
|
+
* // XavcClass: "CLASS_100" || "CLASS_300" || "CLASS_480",
|
|
1487
|
+
* // },
|
|
1488
|
+
* // Xavc4kProfileSettings: { // Xavc4kProfileSettings
|
|
1489
|
+
* // BitrateClass: "BITRATE_CLASS_100" || "BITRATE_CLASS_140" || "BITRATE_CLASS_200",
|
|
1490
|
+
* // CodecProfile: "HIGH" || "HIGH_422",
|
|
1491
|
+
* // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1492
|
+
* // GopBReference: "DISABLED" || "ENABLED",
|
|
1493
|
+
* // GopClosedCadence: Number("int"),
|
|
1494
|
+
* // HrdBufferSize: Number("int"),
|
|
1495
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
|
|
1496
|
+
* // Slices: Number("int"),
|
|
1497
|
+
* // },
|
|
1498
|
+
* // XavcHdIntraCbgProfileSettings: { // XavcHdIntraCbgProfileSettings
|
|
1499
|
+
* // XavcClass: "CLASS_50" || "CLASS_100" || "CLASS_200",
|
|
1500
|
+
* // },
|
|
1501
|
+
* // XavcHdProfileSettings: { // XavcHdProfileSettings
|
|
1502
|
+
* // BitrateClass: "BITRATE_CLASS_25" || "BITRATE_CLASS_35" || "BITRATE_CLASS_50",
|
|
1503
|
+
* // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1504
|
+
* // GopBReference: "DISABLED" || "ENABLED",
|
|
1505
|
+
* // GopClosedCadence: Number("int"),
|
|
1506
|
+
* // HrdBufferSize: Number("int"),
|
|
1507
|
+
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1508
|
+
* // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
|
|
1509
|
+
* // Slices: Number("int"),
|
|
1510
|
+
* // Telecine: "NONE" || "HARD",
|
|
1511
|
+
* // },
|
|
1512
|
+
* // },
|
|
1513
|
+
* // },
|
|
1514
|
+
* // ColorMetadata: "IGNORE" || "INSERT",
|
|
1515
|
+
* // Crop: {
|
|
1516
|
+
* // Height: Number("int"),
|
|
1517
|
+
* // Width: Number("int"),
|
|
1518
|
+
* // X: Number("int"),
|
|
1519
|
+
* // Y: Number("int"),
|
|
1520
|
+
* // },
|
|
1521
|
+
* // DropFrameTimecode: "DISABLED" || "ENABLED",
|
|
1522
|
+
* // FixedAfd: Number("int"),
|
|
1523
|
+
* // Height: Number("int"),
|
|
1524
|
+
* // Position: {
|
|
1525
|
+
* // Height: Number("int"),
|
|
1526
|
+
* // Width: Number("int"),
|
|
1527
|
+
* // X: Number("int"),
|
|
1528
|
+
* // Y: Number("int"),
|
|
1529
|
+
* // },
|
|
1530
|
+
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1531
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1532
|
+
* // Sharpness: Number("int"),
|
|
1533
|
+
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1534
|
+
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
1535
|
+
* // VideoPreprocessors: { // VideoPreprocessor
|
|
1536
|
+
* // ColorCorrector: { // ColorCorrector
|
|
1537
|
+
* // Brightness: Number("int"),
|
|
1538
|
+
* // ClipLimits: { // ClipLimits
|
|
1539
|
+
* // MaximumRGBTolerance: Number("int"),
|
|
1540
|
+
* // MaximumYUV: Number("int"),
|
|
1541
|
+
* // MinimumRGBTolerance: Number("int"),
|
|
1542
|
+
* // MinimumYUV: Number("int"),
|
|
1543
|
+
* // },
|
|
1544
|
+
* // ColorSpaceConversion: "NONE" || "FORCE_601" || "FORCE_709" || "FORCE_HDR10" || "FORCE_HLG_2020" || "FORCE_P3DCI" || "FORCE_P3D65_SDR" || "FORCE_P3D65_HDR",
|
|
1545
|
+
* // Contrast: Number("int"),
|
|
1546
|
+
* // Hdr10Metadata: {
|
|
1547
|
+
* // BluePrimaryX: Number("int"),
|
|
1548
|
+
* // BluePrimaryY: Number("int"),
|
|
1549
|
+
* // GreenPrimaryX: Number("int"),
|
|
1550
|
+
* // GreenPrimaryY: Number("int"),
|
|
1551
|
+
* // MaxContentLightLevel: Number("int"),
|
|
1552
|
+
* // MaxFrameAverageLightLevel: Number("int"),
|
|
1553
|
+
* // MaxLuminance: Number("int"),
|
|
1554
|
+
* // MinLuminance: Number("int"),
|
|
1555
|
+
* // RedPrimaryX: Number("int"),
|
|
1556
|
+
* // RedPrimaryY: Number("int"),
|
|
1557
|
+
* // WhitePointX: Number("int"),
|
|
1558
|
+
* // WhitePointY: Number("int"),
|
|
1559
|
+
* // },
|
|
1560
|
+
* // HdrToSdrToneMapper: "PRESERVE_DETAILS" || "VIBRANT",
|
|
1561
|
+
* // Hue: Number("int"),
|
|
1562
|
+
* // MaxLuminance: Number("int"),
|
|
1563
|
+
* // SampleRangeConversion: "LIMITED_RANGE_SQUEEZE" || "NONE" || "LIMITED_RANGE_CLIP",
|
|
1564
|
+
* // Saturation: Number("int"),
|
|
1565
|
+
* // SdrReferenceWhiteLevel: Number("int"),
|
|
1566
|
+
* // },
|
|
1567
|
+
* // Deinterlacer: { // Deinterlacer
|
|
1568
|
+
* // Algorithm: "INTERPOLATE" || "INTERPOLATE_TICKER" || "BLEND" || "BLEND_TICKER" || "LINEAR_INTERPOLATION",
|
|
1569
|
+
* // Control: "FORCE_ALL_FRAMES" || "NORMAL",
|
|
1570
|
+
* // Mode: "DEINTERLACE" || "INVERSE_TELECINE" || "ADAPTIVE",
|
|
1571
|
+
* // },
|
|
1572
|
+
* // DolbyVision: { // DolbyVision
|
|
1573
|
+
* // L6Metadata: { // DolbyVisionLevel6Metadata
|
|
1574
|
+
* // MaxCll: Number("int"),
|
|
1575
|
+
* // MaxFall: Number("int"),
|
|
1576
|
+
* // },
|
|
1577
|
+
* // L6Mode: "PASSTHROUGH" || "RECALCULATE" || "SPECIFY",
|
|
1578
|
+
* // Mapping: "HDR10_NOMAP" || "HDR10_1000",
|
|
1579
|
+
* // Profile: "PROFILE_5" || "PROFILE_8_1",
|
|
1580
|
+
* // },
|
|
1581
|
+
* // Hdr10Plus: { // Hdr10Plus
|
|
1582
|
+
* // MasteringMonitorNits: Number("int"),
|
|
1583
|
+
* // TargetMonitorNits: Number("int"),
|
|
1584
|
+
* // },
|
|
1585
|
+
* // ImageInserter: {
|
|
1586
|
+
* // InsertableImages: [
|
|
1587
|
+
* // {
|
|
1588
|
+
* // Duration: Number("int"),
|
|
1589
|
+
* // FadeIn: Number("int"),
|
|
1590
|
+
* // FadeOut: Number("int"),
|
|
1591
|
+
* // Height: Number("int"),
|
|
1592
|
+
* // ImageInserterInput: "STRING_VALUE",
|
|
1593
|
+
* // ImageX: Number("int"),
|
|
1594
|
+
* // ImageY: Number("int"),
|
|
1595
|
+
* // Layer: Number("int"),
|
|
1596
|
+
* // Opacity: Number("int"),
|
|
1597
|
+
* // StartTime: "STRING_VALUE",
|
|
1598
|
+
* // Width: Number("int"),
|
|
1599
|
+
* // },
|
|
1600
|
+
* // ],
|
|
1601
|
+
* // SdrReferenceWhiteLevel: Number("int"),
|
|
1602
|
+
* // },
|
|
1603
|
+
* // NoiseReducer: { // NoiseReducer
|
|
1604
|
+
* // Filter: "BILATERAL" || "MEAN" || "GAUSSIAN" || "LANCZOS" || "SHARPEN" || "CONSERVE" || "SPATIAL" || "TEMPORAL",
|
|
1605
|
+
* // FilterSettings: { // NoiseReducerFilterSettings
|
|
1606
|
+
* // Strength: Number("int"),
|
|
1607
|
+
* // },
|
|
1608
|
+
* // SpatialFilterSettings: { // NoiseReducerSpatialFilterSettings
|
|
1609
|
+
* // PostFilterSharpenStrength: Number("int"),
|
|
1610
|
+
* // Speed: Number("int"),
|
|
1611
|
+
* // Strength: Number("int"),
|
|
1612
|
+
* // },
|
|
1613
|
+
* // TemporalFilterSettings: { // NoiseReducerTemporalFilterSettings
|
|
1614
|
+
* // AggressiveMode: Number("int"),
|
|
1615
|
+
* // PostTemporalSharpening: "DISABLED" || "ENABLED" || "AUTO",
|
|
1616
|
+
* // PostTemporalSharpeningStrength: "LOW" || "MEDIUM" || "HIGH",
|
|
1617
|
+
* // Speed: Number("int"),
|
|
1618
|
+
* // Strength: Number("int"),
|
|
1619
|
+
* // },
|
|
1620
|
+
* // },
|
|
1621
|
+
* // PartnerWatermarking: { // PartnerWatermarking
|
|
1622
|
+
* // NexguardFileMarkerSettings: { // NexGuardFileMarkerSettings
|
|
1623
|
+
* // License: "STRING_VALUE",
|
|
1624
|
+
* // Payload: Number("int"),
|
|
1625
|
+
* // Preset: "STRING_VALUE",
|
|
1626
|
+
* // Strength: "LIGHTEST" || "LIGHTER" || "DEFAULT" || "STRONGER" || "STRONGEST",
|
|
1627
|
+
* // },
|
|
1628
|
+
* // },
|
|
1629
|
+
* // TimecodeBurnin: { // TimecodeBurnin
|
|
1630
|
+
* // FontSize: Number("int"),
|
|
1631
|
+
* // Position: "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT" || "MIDDLE_LEFT" || "MIDDLE_CENTER" || "MIDDLE_RIGHT" || "BOTTOM_LEFT" || "BOTTOM_CENTER" || "BOTTOM_RIGHT",
|
|
1632
|
+
* // Prefix: "STRING_VALUE",
|
|
1633
|
+
* // },
|
|
1634
|
+
* // },
|
|
1635
|
+
* // Width: Number("int"),
|
|
1636
|
+
* // },
|
|
1637
|
+
* // },
|
|
1638
|
+
* // ],
|
|
1639
|
+
* // },
|
|
1640
|
+
* // ],
|
|
1641
|
+
* // TimecodeConfig: { // TimecodeConfig
|
|
1642
|
+
* // Anchor: "STRING_VALUE",
|
|
1643
|
+
* // Source: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
1644
|
+
* // Start: "STRING_VALUE",
|
|
1645
|
+
* // TimestampOffset: "STRING_VALUE",
|
|
1646
|
+
* // },
|
|
1647
|
+
* // TimedMetadataInsertion: { // TimedMetadataInsertion
|
|
1648
|
+
* // Id3Insertions: [ // __listOfId3Insertion
|
|
1649
|
+
* // { // Id3Insertion
|
|
1650
|
+
* // Id3: "STRING_VALUE",
|
|
1651
|
+
* // Timecode: "STRING_VALUE",
|
|
1652
|
+
* // },
|
|
1653
|
+
* // ],
|
|
1654
|
+
* // },
|
|
1655
|
+
* // },
|
|
1656
|
+
* // ShareStatus: "NOT_SHARED" || "INITIATED" || "SHARED",
|
|
1657
|
+
* // SimulateReservedQueue: "DISABLED" || "ENABLED",
|
|
1658
|
+
* // Status: "SUBMITTED" || "PROGRESSING" || "COMPLETE" || "CANCELED" || "ERROR",
|
|
1659
|
+
* // StatusUpdateInterval: "SECONDS_10" || "SECONDS_12" || "SECONDS_15" || "SECONDS_20" || "SECONDS_30" || "SECONDS_60" || "SECONDS_120" || "SECONDS_180" || "SECONDS_240" || "SECONDS_300" || "SECONDS_360" || "SECONDS_420" || "SECONDS_480" || "SECONDS_540" || "SECONDS_600",
|
|
1660
|
+
* // Timing: { // Timing
|
|
1661
|
+
* // FinishTime: new Date("TIMESTAMP"),
|
|
1662
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
1663
|
+
* // SubmitTime: new Date("TIMESTAMP"),
|
|
1664
|
+
* // },
|
|
1665
|
+
* // UserMetadata: { // __mapOf__string
|
|
1666
|
+
* // "<keys>": "STRING_VALUE",
|
|
1667
|
+
* // },
|
|
1668
|
+
* // Warnings: [ // __listOfWarningGroup
|
|
1669
|
+
* // { // WarningGroup
|
|
1670
|
+
* // Code: Number("int"), // required
|
|
1671
|
+
* // Count: Number("int"), // required
|
|
1672
|
+
* // },
|
|
1673
|
+
* // ],
|
|
1674
|
+
* // },
|
|
1675
|
+
* // ],
|
|
1676
|
+
* // NextToken: "STRING_VALUE",
|
|
1677
|
+
* // Status: "SUBMITTED" || "PROGRESSING" || "COMPLETE" || "ERROR",
|
|
1678
|
+
* // };
|
|
1679
|
+
*
|
|
1680
|
+
* ```
|
|
1681
|
+
*
|
|
1682
|
+
* @param GetJobsQueryResultsCommandInput - {@link GetJobsQueryResultsCommandInput}
|
|
1683
|
+
* @returns {@link GetJobsQueryResultsCommandOutput}
|
|
1684
|
+
* @see {@link GetJobsQueryResultsCommandInput} for command's `input` shape.
|
|
1685
|
+
* @see {@link GetJobsQueryResultsCommandOutput} for command's `response` shape.
|
|
1686
|
+
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
1687
|
+
*
|
|
1688
|
+
* @throws {@link BadRequestException} (client fault)
|
|
1689
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
1690
|
+
*
|
|
1691
|
+
* @throws {@link ConflictException} (client fault)
|
|
1692
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
1693
|
+
*
|
|
1694
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
1695
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
1696
|
+
*
|
|
1697
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
1698
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
1699
|
+
*
|
|
1700
|
+
* @throws {@link NotFoundException} (client fault)
|
|
1701
|
+
* The resource you requested doesn't exist.
|
|
1702
|
+
*
|
|
1703
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
1704
|
+
* You attempted to create more resources than the service allows based on service quotas.
|
|
1705
|
+
*
|
|
1706
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
1707
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
1708
|
+
*
|
|
1709
|
+
* @throws {@link MediaConvertServiceException}
|
|
1710
|
+
* <p>Base exception class for all service exceptions from MediaConvert service.</p>
|
|
1711
|
+
*
|
|
1712
|
+
*
|
|
1713
|
+
* @public
|
|
1714
|
+
*/
|
|
1715
|
+
export declare class GetJobsQueryResultsCommand extends GetJobsQueryResultsCommand_base {
|
|
1716
|
+
/** @internal type navigation helper, not in runtime. */
|
|
1717
|
+
protected static __types: {
|
|
1718
|
+
api: {
|
|
1719
|
+
input: GetJobsQueryResultsRequest;
|
|
1720
|
+
output: GetJobsQueryResultsResponse;
|
|
1721
|
+
};
|
|
1722
|
+
sdk: {
|
|
1723
|
+
input: GetJobsQueryResultsCommandInput;
|
|
1724
|
+
output: GetJobsQueryResultsCommandOutput;
|
|
1725
|
+
};
|
|
1726
|
+
};
|
|
1727
|
+
}
|