python-botocore/botocore/data/mediaconvert/2017-08-29/service-2.json
2018-02-22 17:45:23 +09:00

7000 lines
275 KiB
JSON

{
"metadata": {
"apiVersion": "2017-08-29",
"endpointPrefix": "mediaconvert",
"signingName": "mediaconvert",
"serviceFullName": "AWS Elemental MediaConvert",
"serviceId": "MediaConvert",
"protocol": "rest-json",
"jsonVersion": "1.1",
"uid": "mediaconvert-2017-08-29",
"signatureVersion": "v4",
"serviceAbbreviation": "MediaConvert"
},
"operations": {
"CancelJob": {
"name": "CancelJob",
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/jobs/{id}",
"responseCode": 202
},
"input": {
"shape": "CancelJobRequest"
},
"output": {
"shape": "CancelJobResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Permanently remove a job from a queue. Once you have canceled a job, you can't start it again. You can't delete a running job."
},
"CreateJob": {
"name": "CreateJob",
"http": {
"method": "POST",
"requestUri": "/2017-08-29/jobs",
"responseCode": 201
},
"input": {
"shape": "CreateJobRequest"
},
"output": {
"shape": "CreateJobResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"CreateJobTemplate": {
"name": "CreateJobTemplate",
"http": {
"method": "POST",
"requestUri": "/2017-08-29/jobTemplates",
"responseCode": 201
},
"input": {
"shape": "CreateJobTemplateRequest"
},
"output": {
"shape": "CreateJobTemplateResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"CreatePreset": {
"name": "CreatePreset",
"http": {
"method": "POST",
"requestUri": "/2017-08-29/presets",
"responseCode": 201
},
"input": {
"shape": "CreatePresetRequest"
},
"output": {
"shape": "CreatePresetResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"CreateQueue": {
"name": "CreateQueue",
"http": {
"method": "POST",
"requestUri": "/2017-08-29/queues",
"responseCode": 201
},
"input": {
"shape": "CreateQueueRequest"
},
"output": {
"shape": "CreateQueueResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Create a new transcoding queue. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"DeleteJobTemplate": {
"name": "DeleteJobTemplate",
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 202
},
"input": {
"shape": "DeleteJobTemplateRequest"
},
"output": {
"shape": "DeleteJobTemplateResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Permanently delete a job template you have created."
},
"DeletePreset": {
"name": "DeletePreset",
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 202
},
"input": {
"shape": "DeletePresetRequest"
},
"output": {
"shape": "DeletePresetResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Permanently delete a preset you have created."
},
"DeleteQueue": {
"name": "DeleteQueue",
"http": {
"method": "DELETE",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 202
},
"input": {
"shape": "DeleteQueueRequest"
},
"output": {
"shape": "DeleteQueueResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Permanently delete a queue you have created."
},
"DescribeEndpoints": {
"name": "DescribeEndpoints",
"http": {
"method": "POST",
"requestUri": "/2017-08-29/endpoints",
"responseCode": 200
},
"input": {
"shape": "DescribeEndpointsRequest"
},
"output": {
"shape": "DescribeEndpointsResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "BadRequestException"
},
{
"shape": "InternalServerErrorException",
"documentation": "InternalServiceException"
},
{
"shape": "ForbiddenException",
"documentation": "AccessDeniedException"
},
{
"shape": "NotFoundException",
"documentation": "ResourceNotFoundException"
},
{
"shape": "TooManyRequestsException",
"documentation": "LimitExceededException"
},
{
"shape": "ConflictException",
"documentation": "ResourceInUseException"
}
],
"documentation": "Send an request with an empty body to the regional API endpoint to get your account API endpoint."
},
"GetJob": {
"name": "GetJob",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobs/{id}",
"responseCode": 200
},
"input": {
"shape": "GetJobRequest"
},
"output": {
"shape": "GetJobResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve the JSON for a specific completed transcoding job."
},
"GetJobTemplate": {
"name": "GetJobTemplate",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 200
},
"input": {
"shape": "GetJobTemplateRequest"
},
"output": {
"shape": "GetJobTemplateResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve the JSON for a specific job template."
},
"GetPreset": {
"name": "GetPreset",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 200
},
"input": {
"shape": "GetPresetRequest"
},
"output": {
"shape": "GetPresetResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve the JSON for a specific preset."
},
"GetQueue": {
"name": "GetQueue",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 200
},
"input": {
"shape": "GetQueueRequest"
},
"output": {
"shape": "GetQueueResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve the JSON for a specific queue."
},
"ListJobTemplates": {
"name": "ListJobTemplates",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobTemplates",
"responseCode": 200
},
"input": {
"shape": "ListJobTemplatesRequest"
},
"output": {
"shape": "ListJobTemplatesResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array"
},
"ListJobs": {
"name": "ListJobs",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/jobs",
"responseCode": 200
},
"input": {
"shape": "ListJobsRequest"
},
"output": {
"shape": "ListJobsResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array."
},
"ListPresets": {
"name": "ListPresets",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/presets",
"responseCode": 200
},
"input": {
"shape": "ListPresetsRequest"
},
"output": {
"shape": "ListPresetsResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array."
},
"ListQueues": {
"name": "ListQueues",
"http": {
"method": "GET",
"requestUri": "/2017-08-29/queues",
"responseCode": 200
},
"input": {
"shape": "ListQueuesRequest"
},
"output": {
"shape": "ListQueuesResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array."
},
"UpdateJobTemplate": {
"name": "UpdateJobTemplate",
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/jobTemplates/{name}",
"responseCode": 200
},
"input": {
"shape": "UpdateJobTemplateRequest"
},
"output": {
"shape": "UpdateJobTemplateResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Modify one of your existing job templates."
},
"UpdatePreset": {
"name": "UpdatePreset",
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/presets/{name}",
"responseCode": 200
},
"input": {
"shape": "UpdatePresetRequest"
},
"output": {
"shape": "UpdatePresetResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Modify one of your existing presets."
},
"UpdateQueue": {
"name": "UpdateQueue",
"http": {
"method": "PUT",
"requestUri": "/2017-08-29/queues/{name}",
"responseCode": 200
},
"input": {
"shape": "UpdateQueueRequest"
},
"output": {
"shape": "UpdateQueueResponse"
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
{
"shape": "InternalServerErrorException",
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
{
"shape": "ForbiddenException",
"documentation": "You don't have permissions for this action with the credentials you sent."
},
{
"shape": "NotFoundException",
"documentation": "The resource you requested does not exist."
},
{
"shape": "TooManyRequestsException",
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
{
"shape": "ConflictException",
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
}
],
"documentation": "Modify one of your existing queues."
}
},
"shapes": {
"AacAudioDescriptionBroadcasterMix": {
"type": "string",
"documentation": "Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains \"broadcaster mixed AD\". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.",
"enum": [
"BROADCASTER_MIXED_AD",
"NORMAL"
]
},
"AacCodecProfile": {
"type": "string",
"documentation": "AAC Profile.",
"enum": [
"LC",
"HEV1",
"HEV2"
]
},
"AacCodingMode": {
"type": "string",
"documentation": "Mono (Audio Description), Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. \"1.0 - Audio Description (Receiver Mix)\" setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.",
"enum": [
"AD_RECEIVER_MIX",
"CODING_MODE_1_0",
"CODING_MODE_1_1",
"CODING_MODE_2_0",
"CODING_MODE_5_1"
]
},
"AacRateControlMode": {
"type": "string",
"documentation": "Rate Control Mode.",
"enum": [
"CBR",
"VBR"
]
},
"AacRawFormat": {
"type": "string",
"documentation": "Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose \"No container\" for the output container.",
"enum": [
"LATM_LOAS",
"NONE"
]
},
"AacSettings": {
"type": "structure",
"members": {
"AudioDescriptionBroadcasterMix": {
"shape": "AacAudioDescriptionBroadcasterMix",
"locationName": "audioDescriptionBroadcasterMix"
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Valid values depend on rate control mode and profile."
},
"CodecProfile": {
"shape": "AacCodecProfile",
"locationName": "codecProfile"
},
"CodingMode": {
"shape": "AacCodingMode",
"locationName": "codingMode"
},
"RateControlMode": {
"shape": "AacRateControlMode",
"locationName": "rateControlMode"
},
"RawFormat": {
"shape": "AacRawFormat",
"locationName": "rawFormat"
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in Hz. Valid values depend on rate control mode and profile."
},
"Specification": {
"shape": "AacSpecification",
"locationName": "specification"
},
"VbrQuality": {
"shape": "AacVbrQuality",
"locationName": "vbrQuality"
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AAC."
},
"AacSpecification": {
"type": "string",
"documentation": "Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.",
"enum": [
"MPEG2",
"MPEG4"
]
},
"AacVbrQuality": {
"type": "string",
"documentation": "VBR Quality Level - Only used if rate_control_mode is VBR.",
"enum": [
"LOW",
"MEDIUM_LOW",
"MEDIUM_HIGH",
"HIGH"
]
},
"Ac3BitstreamMode": {
"type": "string",
"documentation": "Specifies the \"Bitstream Mode\" (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values.",
"enum": [
"COMPLETE_MAIN",
"COMMENTARY",
"DIALOGUE",
"EMERGENCY",
"HEARING_IMPAIRED",
"MUSIC_AND_EFFECTS",
"VISUALLY_IMPAIRED",
"VOICE_OVER"
]
},
"Ac3CodingMode": {
"type": "string",
"documentation": "Dolby Digital coding mode. Determines number of channels.",
"enum": [
"CODING_MODE_1_0",
"CODING_MODE_1_1",
"CODING_MODE_2_0",
"CODING_MODE_3_2_LFE"
]
},
"Ac3DynamicRangeCompressionProfile": {
"type": "string",
"documentation": "If set to FILM_STANDARD, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.",
"enum": [
"FILM_STANDARD",
"NONE"
]
},
"Ac3LfeFilter": {
"type": "string",
"documentation": "Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"Ac3MetadataControl": {
"type": "string",
"documentation": "When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.",
"enum": [
"FOLLOW_INPUT",
"USE_CONFIGURED"
]
},
"Ac3Settings": {
"type": "structure",
"members": {
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Valid bitrates depend on the coding mode."
},
"BitstreamMode": {
"shape": "Ac3BitstreamMode",
"locationName": "bitstreamMode"
},
"CodingMode": {
"shape": "Ac3CodingMode",
"locationName": "codingMode"
},
"Dialnorm": {
"shape": "__integer",
"locationName": "dialnorm",
"documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through."
},
"DynamicRangeCompressionProfile": {
"shape": "Ac3DynamicRangeCompressionProfile",
"locationName": "dynamicRangeCompressionProfile"
},
"LfeFilter": {
"shape": "Ac3LfeFilter",
"locationName": "lfeFilter"
},
"MetadataControl": {
"shape": "Ac3MetadataControl",
"locationName": "metadataControl"
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in hz. Sample rate is always 48000."
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3."
},
"AfdSignaling": {
"type": "string",
"documentation": "This setting only applies to H.264 and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to whether there are AFD values in the output video data and what those values are. * Choose None to remove all AFD values from this output. * Choose Fixed to ignore input AFD values and instead encode the value specified in the job. * Choose Auto to calculate output AFD values based on the input AFD scaler data.",
"enum": [
"NONE",
"AUTO",
"FIXED"
]
},
"AiffSettings": {
"type": "structure",
"members": {
"BitDepth": {
"shape": "__integer",
"locationName": "bitDepth",
"documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track."
},
"Channels": {
"shape": "__integer",
"locationName": "channels",
"documentation": "Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2."
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in hz."
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF."
},
"AncillarySourceSettings": {
"type": "structure",
"members": {
"SourceAncillaryChannelNumber": {
"shape": "__integer",
"locationName": "sourceAncillaryChannelNumber",
"documentation": "Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough."
}
},
"documentation": "Settings for ancillary captions source."
},
"AntiAlias": {
"type": "string",
"documentation": "Enable Anti-alias (AntiAlias) to enhance sharp edges in video output when your input resolution is much larger than your output resolution. Default is enabled.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"AudioCodec": {
"type": "string",
"documentation": "Type of Audio codec.",
"enum": [
"AAC",
"MP2",
"WAV",
"AIFF",
"AC3",
"EAC3",
"PASSTHROUGH"
]
},
"AudioCodecSettings": {
"type": "structure",
"members": {
"AacSettings": {
"shape": "AacSettings",
"locationName": "aacSettings"
},
"Ac3Settings": {
"shape": "Ac3Settings",
"locationName": "ac3Settings"
},
"AiffSettings": {
"shape": "AiffSettings",
"locationName": "aiffSettings"
},
"Codec": {
"shape": "AudioCodec",
"locationName": "codec"
},
"Eac3Settings": {
"shape": "Eac3Settings",
"locationName": "eac3Settings"
},
"Mp2Settings": {
"shape": "Mp2Settings",
"locationName": "mp2Settings"
},
"WavSettings": {
"shape": "WavSettings",
"locationName": "wavSettings"
}
},
"documentation": "Audio codec settings (CodecSettings) under (AudioDescriptions) contains the group of settings related to audio encoding. The settings in this group vary depending on the value you choose for Audio codec (Codec). For each codec enum you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AAC, AacSettings * MP2, Mp2Settings * WAV, WavSettings * AIFF, AiffSettings * AC3, Ac3Settings * EAC3, Eac3Settings"
},
"AudioDefaultSelection": {
"type": "string",
"documentation": "When an \"Audio Description\":#audio_description specifies an AudioSelector or AudioSelectorGroup for which no matching source is found in the input, then the audio selector marked as DEFAULT will be used. If none are marked as default, silence will be inserted for the duration of the input.",
"enum": [
"DEFAULT",
"NOT_DEFAULT"
]
},
"AudioDescription": {
"type": "structure",
"members": {
"AudioNormalizationSettings": {
"shape": "AudioNormalizationSettings",
"locationName": "audioNormalizationSettings"
},
"AudioSourceName": {
"shape": "__string",
"locationName": "audioSourceName",
"documentation": "Specifies which audio data to use from each input. In the simplest case, specify an \"Audio Selector\":#inputs-audio_selector by name based on its order within each input. For example if you specify \"Audio Selector 3\", then the third audio selector will be used from each input. If an input does not have an \"Audio Selector 3\", then the audio selector marked as \"default\" in that input will be used. If there is no audio selector marked as \"default\", silence will be inserted for the duration of that input. Alternatively, an \"Audio Selector Group\":#inputs-audio_selector_group name may be specified, with similar default/silence behavior. If no audio_source_name is specified, then \"Audio Selector 1\" will be chosen automatically."
},
"AudioType": {
"shape": "__integer",
"locationName": "audioType",
"documentation": "Applies only if Follow Input Audio Type is unchecked (false). A number between 0 and 255. The following are defined in ISO-IEC 13818-1: 0 = Undefined, 1 = Clean Effects, 2 = Hearing Impaired, 3 = Visually Impaired Commentary, 4-255 = Reserved."
},
"AudioTypeControl": {
"shape": "AudioTypeControl",
"locationName": "audioTypeControl"
},
"CodecSettings": {
"shape": "AudioCodecSettings",
"locationName": "codecSettings"
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
"documentation": "Indicates the language of the audio output track. The ISO 639 language specified in the 'Language Code' drop down will be used when 'Follow Input Language Code' is not selected or when 'Follow Input Language Code' is selected but there is no ISO 639 language code specified by the input."
},
"LanguageCodeControl": {
"shape": "AudioLanguageCodeControl",
"locationName": "languageCodeControl"
},
"RemixSettings": {
"shape": "RemixSettings",
"locationName": "remixSettings",
"documentation": "Advanced audio remixing settings."
},
"StreamName": {
"shape": "__string",
"locationName": "streamName",
"documentation": "Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary). Alphanumeric characters, spaces, and underscore are legal."
}
},
"documentation": "Description of audio output"
},
"AudioLanguageCodeControl": {
"type": "string",
"documentation": "Choosing FOLLOW_INPUT will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The language specified for languageCode' will be used when USE_CONFIGURED is selected or when FOLLOW_INPUT is selected but there is no ISO 639 language code specified by the input.",
"enum": [
"FOLLOW_INPUT",
"USE_CONFIGURED"
]
},
"AudioNormalizationAlgorithm": {
"type": "string",
"documentation": "Audio normalization algorithm to use. 1770-1 conforms to the CALM Act specification, 1770-2 conforms to the EBU R-128 specification.",
"enum": [
"ITU_BS_1770_1",
"ITU_BS_1770_2"
]
},
"AudioNormalizationAlgorithmControl": {
"type": "string",
"documentation": "When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.",
"enum": [
"CORRECT_AUDIO",
"MEASURE_ONLY"
]
},
"AudioNormalizationLoudnessLogging": {
"type": "string",
"documentation": "If set to LOG, log each output's audio track loudness to a CSV file.",
"enum": [
"LOG",
"DONT_LOG"
]
},
"AudioNormalizationPeakCalculation": {
"type": "string",
"documentation": "If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio track loudness.",
"enum": [
"TRUE_PEAK",
"NONE"
]
},
"AudioNormalizationSettings": {
"type": "structure",
"members": {
"Algorithm": {
"shape": "AudioNormalizationAlgorithm",
"locationName": "algorithm"
},
"AlgorithmControl": {
"shape": "AudioNormalizationAlgorithmControl",
"locationName": "algorithmControl"
},
"CorrectionGateLevel": {
"shape": "__integer",
"locationName": "correctionGateLevel",
"documentation": "Content measuring above this level will be corrected to the target level. Content measuring below this level will not be corrected. Gating only applies when not using real_time_correction."
},
"LoudnessLogging": {
"shape": "AudioNormalizationLoudnessLogging",
"locationName": "loudnessLogging"
},
"PeakCalculation": {
"shape": "AudioNormalizationPeakCalculation",
"locationName": "peakCalculation"
},
"TargetLkfs": {
"shape": "__double",
"locationName": "targetLkfs",
"documentation": "Target LKFS(loudness) to adjust volume to. If no value is entered, a default value will be used according to the chosen algorithm. The CALM Act (1770-1) recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends a target of -23 LKFS."
}
},
"documentation": "Advanced audio normalization settings."
},
"AudioSelector": {
"type": "structure",
"members": {
"DefaultSelection": {
"shape": "AudioDefaultSelection",
"locationName": "defaultSelection"
},
"ExternalAudioFileInput": {
"shape": "__string",
"locationName": "externalAudioFileInput",
"documentation": "Specifies audio data from an external file source."
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
"documentation": "Selects a specific language code from within an audio source."
},
"Offset": {
"shape": "__integer",
"locationName": "offset",
"documentation": "Specifies a time delta in milliseconds to offset the audio from the input video."
},
"Pids": {
"shape": "ListOf__integer",
"locationName": "pids",
"documentation": "Selects a specific PID from within an audio source (e.g. 257 selects PID 0x101)."
},
"ProgramSelection": {
"shape": "__integer",
"locationName": "programSelection",
"documentation": "Applies only when input streams contain Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. \"All channels\" means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect."
},
"RemixSettings": {
"shape": "RemixSettings",
"locationName": "remixSettings",
"documentation": "Advanced audio remixing settings."
},
"SelectorType": {
"shape": "AudioSelectorType",
"locationName": "selectorType"
},
"Tracks": {
"shape": "ListOf__integer",
"locationName": "tracks",
"documentation": "Identify the channel to include in this selector by entering the 1-based track index. To combine several tracks, enter a comma-separated list, e.g. \"1,2,3\" for tracks 1-3."
}
},
"documentation": "Selector for Audio"
},
"AudioSelectorGroup": {
"type": "structure",
"members": {
"AudioSelectorNames": {
"shape": "ListOf__string",
"locationName": "audioSelectorNames",
"documentation": "Name of an \"Audio Selector\":#inputs-audio_selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g. \"Audio Selector 1\"). The audio_selector_name parameter can be repeated to add any number of audio selectors to the group."
}
},
"documentation": "Group of Audio Selectors"
},
"AudioSelectorType": {
"type": "string",
"documentation": "Specifies the type of the audio selector.",
"enum": [
"PID",
"TRACK",
"LANGUAGE_CODE"
]
},
"AudioTypeControl": {
"type": "string",
"documentation": "When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the output. If the input contains no ISO 639 audio_type, the value in Audio Type is included in the output. Otherwise the value in Audio Type is included in the output. Note that this field and audioType are both ignored if audioDescriptionBroadcasterMix is set to BROADCASTER_MIXED_AD.",
"enum": [
"FOLLOW_INPUT",
"USE_CONFIGURED"
]
},
"AvailBlanking": {
"type": "structure",
"members": {
"AvailBlankingImage": {
"shape": "__string",
"locationName": "availBlankingImage",
"documentation": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported."
}
},
"documentation": "Settings for Avail Blanking"
},
"BadRequestException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 400
},
"documentation": "The service can't process your request because of a problem in the request. Please check your request form and syntax."
},
"BurninDestinationSettings": {
"type": "structure",
"members": {
"Alignment": {
"shape": "BurninSubtitleAlignment",
"locationName": "alignment"
},
"BackgroundColor": {
"shape": "BurninSubtitleBackgroundColor",
"locationName": "backgroundColor"
},
"BackgroundOpacity": {
"shape": "__integer",
"locationName": "backgroundOpacity",
"documentation": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match."
},
"FontColor": {
"shape": "BurninSubtitleFontColor",
"locationName": "fontColor"
},
"FontOpacity": {
"shape": "__integer",
"locationName": "fontOpacity",
"documentation": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.\nAll burn-in and DVB-Sub font settings must match."
},
"FontResolution": {
"shape": "__integer",
"locationName": "fontResolution",
"documentation": "Font resolution in DPI (dots per inch); default is 96 dpi.\nAll burn-in and DVB-Sub font settings must match."
},
"FontSize": {
"shape": "__integer",
"locationName": "fontSize",
"documentation": "A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match."
},
"OutlineColor": {
"shape": "BurninSubtitleOutlineColor",
"locationName": "outlineColor"
},
"OutlineSize": {
"shape": "__integer",
"locationName": "outlineSize",
"documentation": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
},
"ShadowColor": {
"shape": "BurninSubtitleShadowColor",
"locationName": "shadowColor"
},
"ShadowOpacity": {
"shape": "__integer",
"locationName": "shadowOpacity",
"documentation": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match."
},
"ShadowXOffset": {
"shape": "__integer",
"locationName": "shadowXOffset",
"documentation": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match."
},
"ShadowYOffset": {
"shape": "__integer",
"locationName": "shadowYOffset",
"documentation": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match."
},
"TeletextSpacing": {
"shape": "BurninSubtitleTeletextSpacing",
"locationName": "teletextSpacing"
},
"XPosition": {
"shape": "__integer",
"locationName": "xPosition",
"documentation": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
},
"YPosition": {
"shape": "__integer",
"locationName": "yPosition",
"documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
}
},
"documentation": "Burn-In Destination Settings."
},
"BurninSubtitleAlignment": {
"type": "string",
"documentation": "If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"CENTERED",
"LEFT"
]
},
"BurninSubtitleBackgroundColor": {
"type": "string",
"documentation": "Specifies the color of the rectangle behind the captions.\nAll burn-in and DVB-Sub font settings must match.",
"enum": [
"NONE",
"BLACK",
"WHITE"
]
},
"BurninSubtitleFontColor": {
"type": "string",
"documentation": "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"WHITE",
"BLACK",
"YELLOW",
"RED",
"GREEN",
"BLUE"
]
},
"BurninSubtitleOutlineColor": {
"type": "string",
"documentation": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"BLACK",
"WHITE",
"YELLOW",
"RED",
"GREEN",
"BLUE"
]
},
"BurninSubtitleShadowColor": {
"type": "string",
"documentation": "Specifies the color of the shadow cast by the captions.\nAll burn-in and DVB-Sub font settings must match.",
"enum": [
"NONE",
"BLACK",
"WHITE"
]
},
"BurninSubtitleTeletextSpacing": {
"type": "string",
"documentation": "Controls whether a fixed grid size or proportional font spacing will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.",
"enum": [
"FIXED_GRID",
"PROPORTIONAL"
]
},
"CancelJobRequest": {
"type": "structure",
"members": {
"Id": {
"shape": "__string",
"locationName": "id",
"documentation": "The Job ID of the job to be cancelled.",
"location": "uri"
}
},
"required": [
"Id"
]
},
"CancelJobResponse": {
"type": "structure",
"members": {
}
},
"CaptionDescription": {
"type": "structure",
"members": {
"CaptionSelectorName": {
"shape": "__string",
"locationName": "captionSelectorName",
"documentation": "Specifies which \"Caption Selector\":#inputs-caption_selector to use from each input when generating captions. The name should be of the format \"Caption Selector <N>\", which denotes that the Nth Caption Selector will be used from each input."
},
"DestinationSettings": {
"shape": "CaptionDestinationSettings",
"locationName": "destinationSettings"
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
"documentation": "Indicates the language of the caption output track."
},
"LanguageDescription": {
"shape": "__string",
"locationName": "languageDescription",
"documentation": "Human readable information to indicate captions available for players (eg. English, or Spanish). Alphanumeric characters, spaces, and underscore are legal."
}
},
"documentation": "Description of Caption output"
},
"CaptionDescriptionPreset": {
"type": "structure",
"members": {
"DestinationSettings": {
"shape": "CaptionDestinationSettings",
"locationName": "destinationSettings"
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
"documentation": "Indicates the language of the caption output track."
},
"LanguageDescription": {
"shape": "__string",
"locationName": "languageDescription",
"documentation": "Human readable information to indicate captions available for players (eg. English, or Spanish). Alphanumeric characters, spaces, and underscore are legal."
}
},
"documentation": "Caption Description for preset"
},
"CaptionDestinationSettings": {
"type": "structure",
"members": {
"BurninDestinationSettings": {
"shape": "BurninDestinationSettings",
"locationName": "burninDestinationSettings"
},
"DestinationType": {
"shape": "CaptionDestinationType",
"locationName": "destinationType"
},
"DvbSubDestinationSettings": {
"shape": "DvbSubDestinationSettings",
"locationName": "dvbSubDestinationSettings"
},
"SccDestinationSettings": {
"shape": "SccDestinationSettings",
"locationName": "sccDestinationSettings"
},
"TeletextDestinationSettings": {
"shape": "TeletextDestinationSettings",
"locationName": "teletextDestinationSettings"
},
"TtmlDestinationSettings": {
"shape": "TtmlDestinationSettings",
"locationName": "ttmlDestinationSettings"
}
},
"documentation": "Specific settings required by destination type. Note that burnin_destination_settings are not available if the source of the caption data is Embedded or Teletext."
},
"CaptionDestinationType": {
"type": "string",
"documentation": "Type of Caption output, including Burn-In, Embedded, SCC, SRT, TTML, WebVTT, DVB-Sub, Teletext.",
"enum": [
"BURN_IN",
"DVB_SUB",
"EMBEDDED",
"SCC",
"SRT",
"TELETEXT",
"TTML",
"WEBVTT"
]
},
"CaptionSelector": {
"type": "structure",
"members": {
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode",
"documentation": "The specific language to extract from source. If input is SCTE-27, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub and output is Burn-in or SMPTE-TT, complete this field and/or PID to select the caption language to extract. If input is DVB-Sub that is being passed through, omit this field (and PID field); there is no way to extract a specific language with pass-through captions."
},
"SourceSettings": {
"shape": "CaptionSourceSettings",
"locationName": "sourceSettings"
}
},
"documentation": "Caption inputs to be mapped to caption outputs."
},
"CaptionSourceSettings": {
"type": "structure",
"members": {
"AncillarySourceSettings": {
"shape": "AncillarySourceSettings",
"locationName": "ancillarySourceSettings"
},
"DvbSubSourceSettings": {
"shape": "DvbSubSourceSettings",
"locationName": "dvbSubSourceSettings"
},
"EmbeddedSourceSettings": {
"shape": "EmbeddedSourceSettings",
"locationName": "embeddedSourceSettings"
},
"FileSourceSettings": {
"shape": "FileSourceSettings",
"locationName": "fileSourceSettings"
},
"SourceType": {
"shape": "CaptionSourceType",
"locationName": "sourceType"
},
"TeletextSourceSettings": {
"shape": "TeletextSourceSettings",
"locationName": "teletextSourceSettings"
}
},
"documentation": "Source settings (SourceSettings) contains the group of settings for captions in the input."
},
"CaptionSourceType": {
"type": "string",
"documentation": "Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.",
"enum": [
"ANCILLARY",
"DVB_SUB",
"EMBEDDED",
"SCC",
"TTML",
"STL",
"SRT",
"TELETEXT",
"NULL_SOURCE"
]
},
"ChannelMapping": {
"type": "structure",
"members": {
"OutputChannels": {
"shape": "ListOfOutputChannelMapping",
"locationName": "outputChannels",
"documentation": "List of output channels"
}
},
"documentation": "Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel. Units are in dB. Acceptable values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification)."
},
"ColorCorrector": {
"type": "structure",
"members": {
"Brightness": {
"shape": "__integer",
"locationName": "brightness",
"documentation": "Brightness level."
},
"ColorSpaceConversion": {
"shape": "ColorSpaceConversion",
"locationName": "colorSpaceConversion"
},
"Contrast": {
"shape": "__integer",
"locationName": "contrast",
"documentation": "Contrast level."
},
"Hdr10Metadata": {
"shape": "Hdr10Metadata",
"locationName": "hdr10Metadata"
},
"Hue": {
"shape": "__integer",
"locationName": "hue",
"documentation": "Hue in degrees."
},
"Saturation": {
"shape": "__integer",
"locationName": "saturation",
"documentation": "Saturation level."
}
},
"documentation": "Settings for color correction."
},
"ColorMetadata": {
"type": "string",
"documentation": "Enable Insert color metadata (ColorMetadata) to include color metadata in this output. This setting is enabled by default.",
"enum": [
"IGNORE",
"INSERT"
]
},
"ColorSpace": {
"type": "string",
"documentation": "Specifies the colorspace of an input. This setting works in tandem with \"Color Corrector\":#color_corrector > color_space_conversion to determine if any conversion will be performed.",
"enum": [
"FOLLOW",
"REC_601",
"REC_709",
"HDR10",
"HLG_2020"
]
},
"ColorSpaceConversion": {
"type": "string",
"documentation": "Determines if colorspace conversion will be performed. If set to _None_, no conversion will be performed. If _Force 601_ or _Force 709_ are selected, conversion will be performed for inputs with differing colorspaces. An input's colorspace can be specified explicitly in the \"Video Selector\":#inputs-video_selector if necessary.",
"enum": [
"NONE",
"FORCE_601",
"FORCE_709",
"FORCE_HDR10",
"FORCE_HLG_2020"
]
},
"ColorSpaceUsage": {
"type": "string",
"documentation": "There are two sources for color metadata, the input file and the job configuration. This enum controls which takes precedence. FORCE: System will use color metadata supplied by user, if any. If the user does not supply color metadata the system will use data from the source. FALLBACK: System will use color metadata from the source. If source has no color metadata, the system will use user-supplied color metadata values if available.",
"enum": [
"FORCE",
"FALLBACK"
]
},
"ConflictException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 409
},
"documentation": "The service could not complete your request because there is a conflict with the current state of the resource."
},
"ContainerSettings": {
"type": "structure",
"members": {
"Container": {
"shape": "ContainerType",
"locationName": "container"
},
"F4vSettings": {
"shape": "F4vSettings",
"locationName": "f4vSettings"
},
"M2tsSettings": {
"shape": "M2tsSettings",
"locationName": "m2tsSettings"
},
"M3u8Settings": {
"shape": "M3u8Settings",
"locationName": "m3u8Settings"
},
"MovSettings": {
"shape": "MovSettings",
"locationName": "movSettings"
},
"Mp4Settings": {
"shape": "Mp4Settings",
"locationName": "mp4Settings"
}
},
"documentation": "Container specific settings."
},
"ContainerType": {
"type": "string",
"documentation": "Container for this output. Some containers require a container settings object. If not specified, the default object will be created.",
"enum": [
"F4V",
"ISMV",
"M2TS",
"M3U8",
"MOV",
"MP4",
"MPD",
"MXF",
"RAW"
]
},
"CreateJobRequest": {
"type": "structure",
"members": {
"ClientRequestToken": {
"shape": "__string",
"locationName": "clientRequestToken",
"documentation": "Idempotency token for CreateJob operation.",
"idempotencyToken": true
},
"JobTemplate": {
"shape": "__string",
"locationName": "jobTemplate",
"documentation": "When you create a job, you can either specify a job template or specify the transcoding settings individually"
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html."
},
"Role": {
"shape": "__string",
"locationName": "role",
"documentation": "Required. The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html."
},
"Settings": {
"shape": "JobSettings",
"locationName": "settings"
},
"UserMetadata": {
"shape": "MapOf__string",
"locationName": "userMetadata",
"documentation": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs."
}
}
},
"CreateJobResponse": {
"type": "structure",
"members": {
"Job": {
"shape": "Job",
"locationName": "job"
}
}
},
"CreateJobTemplateRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "Optional. A category for the job template you are creating"
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "Optional. A description of the job template you are creating."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the job template you are creating."
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue."
},
"Settings": {
"shape": "JobTemplateSettings",
"locationName": "settings"
}
}
},
"CreateJobTemplateResponse": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "JobTemplate",
"locationName": "jobTemplate"
}
}
},
"CreatePresetRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "Optional. A category for the preset you are creating."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "Optional. A description of the preset you are creating."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the preset you are creating."
},
"Settings": {
"shape": "PresetSettings",
"locationName": "settings"
}
}
},
"CreatePresetResponse": {
"type": "structure",
"members": {
"Preset": {
"shape": "Preset",
"locationName": "preset"
}
}
},
"CreateQueueRequest": {
"type": "structure",
"members": {
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "Optional. A description of the queue you are creating."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the queue you are creating."
}
}
},
"CreateQueueResponse": {
"type": "structure",
"members": {
"Queue": {
"shape": "Queue",
"locationName": "queue"
}
}
},
"DashIsoEncryptionSettings": {
"type": "structure",
"members": {
"SpekeKeyProvider": {
"shape": "SpekeKeyProvider",
"locationName": "spekeKeyProvider"
}
},
"documentation": "Specifies DRM settings for DASH outputs."
},
"DashIsoGroupSettings": {
"type": "structure",
"members": {
"BaseUrl": {
"shape": "__string",
"locationName": "baseUrl",
"documentation": "A partial URI prefix that will be put in the manifest (.mpd) file at the top level BaseURL element. Can be used if streams are delivered from a different URL than the manifest file."
},
"Destination": {
"shape": "__string",
"locationName": "destination",
"documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file."
},
"Encryption": {
"shape": "DashIsoEncryptionSettings",
"locationName": "encryption",
"documentation": "DRM settings."
},
"FragmentLength": {
"shape": "__integer",
"locationName": "fragmentLength",
"documentation": "Length of fragments to generate (in seconds). Fragment length must be compatible with GOP size and Framerate. Note that fragments will end on the next keyframe after this number of seconds, so actual fragment length may be longer. When Emit Single File is checked, the fragmentation is internal to a single output file and it does not cause the creation of many output files as in other output types."
},
"HbbtvCompliance": {
"shape": "DashIsoHbbtvCompliance",
"locationName": "hbbtvCompliance"
},
"MinBufferTime": {
"shape": "__integer",
"locationName": "minBufferTime",
"documentation": "Minimum time of initially buffered media that is needed to ensure smooth playout."
},
"SegmentControl": {
"shape": "DashIsoSegmentControl",
"locationName": "segmentControl"
},
"SegmentLength": {
"shape": "__integer",
"locationName": "segmentLength",
"documentation": "Length of mpd segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer. When Emit Single File is checked, the segmentation is internal to a single output file and it does not cause the creation of many output files as in other output types."
}
},
"documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to DASH_ISO_GROUP_SETTINGS."
},
"DashIsoHbbtvCompliance": {
"type": "string",
"documentation": "Supports HbbTV specification as indicated",
"enum": [
"HBBTV_1_5",
"NONE"
]
},
"DashIsoSegmentControl": {
"type": "string",
"documentation": "When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.",
"enum": [
"SINGLE_FILE",
"SEGMENTED_FILES"
]
},
"DeinterlaceAlgorithm": {
"type": "string",
"documentation": "Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (ADAPTIVE). Motion adaptive interpolate (INTERPOLATE) produces sharper pictures, while blend (BLEND) produces smoother motion. Use (INTERPOLATE_TICKER) OR (BLEND_TICKER) if your source file includes a ticker, such as a scrolling headline at the bottom of the frame.",
"enum": [
"INTERPOLATE",
"INTERPOLATE_TICKER",
"BLEND",
"BLEND_TICKER"
]
},
"Deinterlacer": {
"type": "structure",
"members": {
"Algorithm": {
"shape": "DeinterlaceAlgorithm",
"locationName": "algorithm"
},
"Control": {
"shape": "DeinterlacerControl",
"locationName": "control"
},
"Mode": {
"shape": "DeinterlacerMode",
"locationName": "mode"
}
},
"documentation": "Settings for deinterlacer"
},
"DeinterlacerControl": {
"type": "string",
"documentation": "- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as progressive. It will only convert those that are tagged as some other type. - When set to FORCE_ALL_FRAMES, the deinterlacer converts every frame to progressive - even those that are already tagged as progressive. Turn Force mode on only if there is a good chance that the metadata has tagged frames as progressive when they are not progressive. Do not turn on otherwise; processing frames that are already progressive into progressive will probably result in lower quality video.",
"enum": [
"FORCE_ALL_FRAMES",
"NORMAL"
]
},
"DeinterlacerMode": {
"type": "string",
"documentation": "Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.",
"enum": [
"DEINTERLACE",
"INVERSE_TELECINE",
"ADAPTIVE"
]
},
"DeleteJobTemplateRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the job template to be deleted.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"DeleteJobTemplateResponse": {
"type": "structure",
"members": {
}
},
"DeletePresetRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the preset to be deleted.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"DeletePresetResponse": {
"type": "structure",
"members": {
}
},
"DeleteQueueRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the queue to be deleted.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"DeleteQueueResponse": {
"type": "structure",
"members": {
}
},
"DescribeEndpointsRequest": {
"type": "structure",
"members": {
"MaxResults": {
"shape": "__integer",
"locationName": "maxResults",
"documentation": "Optional. Max number of endpoints, up to twenty, that will be returned at one time."
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of endpoints."
}
},
"documentation": "DescribeEndpointsRequest"
},
"DescribeEndpointsResponse": {
"type": "structure",
"members": {
"Endpoints": {
"shape": "ListOfEndpoint",
"locationName": "endpoints",
"documentation": "List of endpoints"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of endpoints."
}
}
},
"DropFrameTimecode": {
"type": "string",
"documentation": "Applies only to 29.97 fps outputs. When this feature is enabled, the service will use drop-frame timecode on outputs. If it is not possible to use drop-frame timecode, the system will fall back to non-drop-frame. This setting is enabled by default when Timecode insertion (TimecodeInsertion) is enabled.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"DvbNitSettings": {
"type": "structure",
"members": {
"NetworkId": {
"shape": "__integer",
"locationName": "networkId",
"documentation": "The numeric value placed in the Network Information Table (NIT)."
},
"NetworkName": {
"shape": "__string",
"locationName": "networkName",
"documentation": "The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters."
},
"NitInterval": {
"shape": "__integer",
"locationName": "nitInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
}
},
"documentation": "Inserts DVB Network Information Table (NIT) at the specified table repetition interval."
},
"DvbSdtSettings": {
"type": "structure",
"members": {
"OutputSdt": {
"shape": "OutputSdt",
"locationName": "outputSdt"
},
"SdtInterval": {
"shape": "__integer",
"locationName": "sdtInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
},
"ServiceName": {
"shape": "__string",
"locationName": "serviceName",
"documentation": "The service name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters."
},
"ServiceProviderName": {
"shape": "__string",
"locationName": "serviceProviderName",
"documentation": "The service provider name placed in the service_descriptor in the Service Description Table. Maximum length is 256 characters."
}
},
"documentation": "Inserts DVB Service Description Table (NIT) at the specified table repetition interval."
},
"DvbSubDestinationSettings": {
"type": "structure",
"members": {
"Alignment": {
"shape": "DvbSubtitleAlignment",
"locationName": "alignment"
},
"BackgroundColor": {
"shape": "DvbSubtitleBackgroundColor",
"locationName": "backgroundColor"
},
"BackgroundOpacity": {
"shape": "__integer",
"locationName": "backgroundOpacity",
"documentation": "Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match."
},
"FontColor": {
"shape": "DvbSubtitleFontColor",
"locationName": "fontColor"
},
"FontOpacity": {
"shape": "__integer",
"locationName": "fontOpacity",
"documentation": "Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.\nAll burn-in and DVB-Sub font settings must match."
},
"FontResolution": {
"shape": "__integer",
"locationName": "fontResolution",
"documentation": "Font resolution in DPI (dots per inch); default is 96 dpi.\nAll burn-in and DVB-Sub font settings must match."
},
"FontSize": {
"shape": "__integer",
"locationName": "fontSize",
"documentation": "A positive integer indicates the exact font size in points. Set to 0 for automatic font size selection. All burn-in and DVB-Sub font settings must match."
},
"OutlineColor": {
"shape": "DvbSubtitleOutlineColor",
"locationName": "outlineColor"
},
"OutlineSize": {
"shape": "__integer",
"locationName": "outlineSize",
"documentation": "Specifies font outline size in pixels. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
},
"ShadowColor": {
"shape": "DvbSubtitleShadowColor",
"locationName": "shadowColor"
},
"ShadowOpacity": {
"shape": "__integer",
"locationName": "shadowOpacity",
"documentation": "Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match."
},
"ShadowXOffset": {
"shape": "__integer",
"locationName": "shadowXOffset",
"documentation": "Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match."
},
"ShadowYOffset": {
"shape": "__integer",
"locationName": "shadowYOffset",
"documentation": "Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match."
},
"TeletextSpacing": {
"shape": "DvbSubtitleTeletextSpacing",
"locationName": "teletextSpacing"
},
"XPosition": {
"shape": "__integer",
"locationName": "xPosition",
"documentation": "Specifies the horizontal position of the caption relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit x_position is provided, the horizontal caption position will be determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
},
"YPosition": {
"shape": "__integer",
"locationName": "yPosition",
"documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit y_position is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match."
}
},
"documentation": "DVB-Sub Destination Settings"
},
"DvbSubSourceSettings": {
"type": "structure",
"members": {
"Pid": {
"shape": "__integer",
"locationName": "pid",
"documentation": "When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors."
}
},
"documentation": "DVB Sub Source Settings"
},
"DvbSubtitleAlignment": {
"type": "string",
"documentation": "If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the bottom center of the output. Similarly, setting a left alignment will align captions to the bottom left of the output. If x and y positions are given in conjunction with the alignment parameter, the font will be justified (either left or centered) relative to those coordinates. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"CENTERED",
"LEFT"
]
},
"DvbSubtitleBackgroundColor": {
"type": "string",
"documentation": "Specifies the color of the rectangle behind the captions.\nAll burn-in and DVB-Sub font settings must match.",
"enum": [
"NONE",
"BLACK",
"WHITE"
]
},
"DvbSubtitleFontColor": {
"type": "string",
"documentation": "Specifies the color of the burned-in captions. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"WHITE",
"BLACK",
"YELLOW",
"RED",
"GREEN",
"BLUE"
]
},
"DvbSubtitleOutlineColor": {
"type": "string",
"documentation": "Specifies font outline color. This option is not valid for source captions that are either 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match.",
"enum": [
"BLACK",
"WHITE",
"YELLOW",
"RED",
"GREEN",
"BLUE"
]
},
"DvbSubtitleShadowColor": {
"type": "string",
"documentation": "Specifies the color of the shadow cast by the captions.\nAll burn-in and DVB-Sub font settings must match.",
"enum": [
"NONE",
"BLACK",
"WHITE"
]
},
"DvbSubtitleTeletextSpacing": {
"type": "string",
"documentation": "Controls whether a fixed grid size or proportional font spacing will be used to generate the output subtitles bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.",
"enum": [
"FIXED_GRID",
"PROPORTIONAL"
]
},
"DvbTdtSettings": {
"type": "structure",
"members": {
"TdtInterval": {
"shape": "__integer",
"locationName": "tdtInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
}
},
"documentation": "Inserts DVB Time and Date Table (TDT) at the specified table repetition interval."
},
"Eac3AttenuationControl": {
"type": "string",
"documentation": "If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.",
"enum": [
"ATTENUATE_3_DB",
"NONE"
]
},
"Eac3BitstreamMode": {
"type": "string",
"documentation": "Specifies the \"Bitstream Mode\" (bsmod) for the emitted E-AC-3 stream. See ATSC A/52-2012 (Annex E) for background on these values.",
"enum": [
"COMPLETE_MAIN",
"COMMENTARY",
"EMERGENCY",
"HEARING_IMPAIRED",
"VISUALLY_IMPAIRED"
]
},
"Eac3CodingMode": {
"type": "string",
"documentation": "Dolby Digital Plus coding mode. Determines number of channels.",
"enum": [
"CODING_MODE_1_0",
"CODING_MODE_2_0",
"CODING_MODE_3_2"
]
},
"Eac3DcFilter": {
"type": "string",
"documentation": "Activates a DC highpass filter for all input channels.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"Eac3DynamicRangeCompressionLine": {
"type": "string",
"documentation": "Enables Dynamic Range Compression that restricts the absolute peak level for a signal.",
"enum": [
"NONE",
"FILM_STANDARD",
"FILM_LIGHT",
"MUSIC_STANDARD",
"MUSIC_LIGHT",
"SPEECH"
]
},
"Eac3DynamicRangeCompressionRf": {
"type": "string",
"documentation": "Enables Heavy Dynamic Range Compression, ensures that the instantaneous signal peaks do not exceed specified levels.",
"enum": [
"NONE",
"FILM_STANDARD",
"FILM_LIGHT",
"MUSIC_STANDARD",
"MUSIC_LIGHT",
"SPEECH"
]
},
"Eac3LfeControl": {
"type": "string",
"documentation": "When encoding 3/2 audio, controls whether the LFE channel is enabled",
"enum": [
"LFE",
"NO_LFE"
]
},
"Eac3LfeFilter": {
"type": "string",
"documentation": "Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"Eac3MetadataControl": {
"type": "string",
"documentation": "When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.",
"enum": [
"FOLLOW_INPUT",
"USE_CONFIGURED"
]
},
"Eac3PassthroughControl": {
"type": "string",
"documentation": "When set to WHEN_POSSIBLE, input DD+ audio will be passed through if it is present on the input. this detection is dynamic over the life of the transcode. Inputs that alternate between DD+ and non-DD+ content will have a consistent DD+ output as the system alternates between passthrough and encoding.",
"enum": [
"WHEN_POSSIBLE",
"NO_PASSTHROUGH"
]
},
"Eac3PhaseControl": {
"type": "string",
"documentation": "Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.",
"enum": [
"SHIFT_90_DEGREES",
"NO_SHIFT"
]
},
"Eac3Settings": {
"type": "structure",
"members": {
"AttenuationControl": {
"shape": "Eac3AttenuationControl",
"locationName": "attenuationControl"
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Valid bitrates depend on the coding mode."
},
"BitstreamMode": {
"shape": "Eac3BitstreamMode",
"locationName": "bitstreamMode"
},
"CodingMode": {
"shape": "Eac3CodingMode",
"locationName": "codingMode"
},
"DcFilter": {
"shape": "Eac3DcFilter",
"locationName": "dcFilter"
},
"Dialnorm": {
"shape": "__integer",
"locationName": "dialnorm",
"documentation": "Sets the dialnorm for the output. If blank and input audio is Dolby Digital Plus, dialnorm will be passed through."
},
"DynamicRangeCompressionLine": {
"shape": "Eac3DynamicRangeCompressionLine",
"locationName": "dynamicRangeCompressionLine"
},
"DynamicRangeCompressionRf": {
"shape": "Eac3DynamicRangeCompressionRf",
"locationName": "dynamicRangeCompressionRf"
},
"LfeControl": {
"shape": "Eac3LfeControl",
"locationName": "lfeControl"
},
"LfeFilter": {
"shape": "Eac3LfeFilter",
"locationName": "lfeFilter"
},
"LoRoCenterMixLevel": {
"shape": "__double",
"locationName": "loRoCenterMixLevel",
"documentation": "Left only/Right only center mix level. Only used for 3/2 coding mode.\nValid values: 3.0, 1.5, 0.0, -1.5 -3.0 -4.5 -6.0 -60"
},
"LoRoSurroundMixLevel": {
"shape": "__double",
"locationName": "loRoSurroundMixLevel",
"documentation": "Left only/Right only surround mix level. Only used for 3/2 coding mode.\nValid values: -1.5 -3.0 -4.5 -6.0 -60"
},
"LtRtCenterMixLevel": {
"shape": "__double",
"locationName": "ltRtCenterMixLevel",
"documentation": "Left total/Right total center mix level. Only used for 3/2 coding mode.\nValid values: 3.0, 1.5, 0.0, -1.5 -3.0 -4.5 -6.0 -60"
},
"LtRtSurroundMixLevel": {
"shape": "__double",
"locationName": "ltRtSurroundMixLevel",
"documentation": "Left total/Right total surround mix level. Only used for 3/2 coding mode.\nValid values: -1.5 -3.0 -4.5 -6.0 -60"
},
"MetadataControl": {
"shape": "Eac3MetadataControl",
"locationName": "metadataControl"
},
"PassthroughControl": {
"shape": "Eac3PassthroughControl",
"locationName": "passthroughControl"
},
"PhaseControl": {
"shape": "Eac3PhaseControl",
"locationName": "phaseControl"
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in hz. Sample rate is always 48000."
},
"StereoDownmix": {
"shape": "Eac3StereoDownmix",
"locationName": "stereoDownmix"
},
"SurroundExMode": {
"shape": "Eac3SurroundExMode",
"locationName": "surroundExMode"
},
"SurroundMode": {
"shape": "Eac3SurroundMode",
"locationName": "surroundMode"
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3."
},
"Eac3StereoDownmix": {
"type": "string",
"documentation": "Stereo downmix preference. Only used for 3/2 coding mode.",
"enum": [
"NOT_INDICATED",
"LO_RO",
"LT_RT",
"DPL2"
]
},
"Eac3SurroundExMode": {
"type": "string",
"documentation": "When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.",
"enum": [
"NOT_INDICATED",
"ENABLED",
"DISABLED"
]
},
"Eac3SurroundMode": {
"type": "string",
"documentation": "When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.",
"enum": [
"NOT_INDICATED",
"ENABLED",
"DISABLED"
]
},
"EmbeddedConvert608To708": {
"type": "string",
"documentation": "When set to UPCONVERT, 608 data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.",
"enum": [
"UPCONVERT",
"DISABLED"
]
},
"EmbeddedSourceSettings": {
"type": "structure",
"members": {
"Convert608To708": {
"shape": "EmbeddedConvert608To708",
"locationName": "convert608To708"
},
"Source608ChannelNumber": {
"shape": "__integer",
"locationName": "source608ChannelNumber",
"documentation": "Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough."
},
"Source608TrackNumber": {
"shape": "__integer",
"locationName": "source608TrackNumber",
"documentation": "Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'."
}
},
"documentation": "Settings for embedded captions Source"
},
"Endpoint": {
"type": "structure",
"members": {
"Url": {
"shape": "__string",
"locationName": "url",
"documentation": "URL of endpoint"
}
},
"documentation": "Describes account specific API endpoint"
},
"ExceptionBody": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
}
},
"F4vMoovPlacement": {
"type": "string",
"documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
"enum": [
"PROGRESSIVE_DOWNLOAD",
"NORMAL"
]
},
"F4vSettings": {
"type": "structure",
"members": {
"MoovPlacement": {
"shape": "F4vMoovPlacement",
"locationName": "moovPlacement"
}
},
"documentation": "Settings for F4v container"
},
"FileGroupSettings": {
"type": "structure",
"members": {
"Destination": {
"shape": "__string",
"locationName": "destination",
"documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file."
}
},
"documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to FILE_GROUP_SETTINGS."
},
"FileSourceConvert608To708": {
"type": "string",
"documentation": "If set to UPCONVERT, 608 caption data is both passed through via the \"608 compatibility bytes\" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.",
"enum": [
"UPCONVERT",
"DISABLED"
]
},
"FileSourceSettings": {
"type": "structure",
"members": {
"Convert608To708": {
"shape": "FileSourceConvert608To708",
"locationName": "convert608To708"
},
"SourceFile": {
"shape": "__string",
"locationName": "sourceFile",
"documentation": "External caption file used for loading captions. Accepted file extensions are 'scc', 'ttml', 'dfxp', 'stl', 'srt', and 'smi'."
},
"TimeDelta": {
"shape": "__integer",
"locationName": "timeDelta",
"documentation": "Specifies a time delta in seconds to offset the captions from the source file."
}
},
"documentation": "Settings for File-based Captions in Source"
},
"ForbiddenException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 403
},
"documentation": "You don't have permissions for this action with the credentials you sent."
},
"FrameCaptureSettings": {
"type": "structure",
"members": {
"FramerateDenominator": {
"shape": "__integer",
"locationName": "framerateDenominator",
"documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.n.jpg where n is the 0-based sequence number of each Capture."
},
"FramerateNumerator": {
"shape": "__integer",
"locationName": "framerateNumerator",
"documentation": "Frame capture will encode the first frame of the output stream, then one frame every framerateDenominator/framerateNumerator seconds. For example, settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of 1/3 frame per second) will capture the first frame, then 1 frame every 3s. Files will be named as filename.NNNNNNN.jpg where N is the 0-based frame sequence number zero padded to 7 decimal places."
},
"MaxCaptures": {
"shape": "__integer",
"locationName": "maxCaptures",
"documentation": "Maximum number of captures (encoded jpg output files)."
},
"Quality": {
"shape": "__integer",
"locationName": "quality",
"documentation": "JPEG Quality - a higher value equals higher quality."
}
},
"documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value FRAME_CAPTURE."
},
"GetJobRequest": {
"type": "structure",
"members": {
"Id": {
"shape": "__string",
"locationName": "id",
"documentation": "the job ID of the job.",
"location": "uri"
}
},
"required": [
"Id"
]
},
"GetJobResponse": {
"type": "structure",
"members": {
"Job": {
"shape": "Job",
"locationName": "job"
}
}
},
"GetJobTemplateRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the job template.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"GetJobTemplateResponse": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "JobTemplate",
"locationName": "jobTemplate"
}
}
},
"GetPresetRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the preset.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"GetPresetResponse": {
"type": "structure",
"members": {
"Preset": {
"shape": "Preset",
"locationName": "preset"
}
}
},
"GetQueueRequest": {
"type": "structure",
"members": {
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the queue.",
"location": "uri"
}
},
"required": [
"Name"
]
},
"GetQueueResponse": {
"type": "structure",
"members": {
"Queue": {
"shape": "Queue",
"locationName": "queue"
}
}
},
"H264AdaptiveQuantization": {
"type": "string",
"documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.",
"enum": [
"OFF",
"LOW",
"MEDIUM",
"HIGH",
"HIGHER",
"MAX"
]
},
"H264CodecLevel": {
"type": "string",
"documentation": "H.264 Level.",
"enum": [
"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"
]
},
"H264CodecProfile": {
"type": "string",
"documentation": "H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.",
"enum": [
"BASELINE",
"HIGH",
"HIGH_10BIT",
"HIGH_422",
"HIGH_422_10BIT",
"MAIN"
]
},
"H264EntropyEncoding": {
"type": "string",
"documentation": "Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.",
"enum": [
"CABAC",
"CAVLC"
]
},
"H264FieldEncoding": {
"type": "string",
"documentation": "Choosing FORCE_FIELD disables PAFF encoding for interlaced outputs.",
"enum": [
"PAFF",
"FORCE_FIELD"
]
},
"H264FlickerAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264FramerateControl": {
"type": "string",
"documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"H264FramerateConversionAlgorithm": {
"type": "string",
"documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.",
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE"
]
},
"H264GopBReference": {
"type": "string",
"documentation": "If enable, use reference B frames for GOP structures that have B frames > 1.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264GopSizeUnits": {
"type": "string",
"documentation": "Indicates if the GOP Size in H264 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.",
"enum": [
"FRAMES",
"SECONDS"
]
},
"H264InterlaceMode": {
"type": "string",
"documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.",
"enum": [
"PROGRESSIVE",
"TOP_FIELD",
"BOTTOM_FIELD",
"FOLLOW_TOP_FIELD",
"FOLLOW_BOTTOM_FIELD"
]
},
"H264ParControl": {
"type": "string",
"documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"H264QualityTuningLevel": {
"type": "string",
"documentation": "Use Quality tuning level (H264QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality singlepass, or high-quality multipass video encoding.",
"enum": [
"SINGLE_PASS",
"SINGLE_PASS_HQ",
"MULTI_PASS_HQ"
]
},
"H264RateControlMode": {
"type": "string",
"documentation": "Rate control mode. CQ uses constant quantizer (qp), ABR (average bitrate) does not write HRD parameters.",
"enum": [
"VBR",
"CBR"
]
},
"H264RepeatPps": {
"type": "string",
"documentation": "Places a PPS header on each encoded picture, even if repeated.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264SceneChangeDetect": {
"type": "string",
"documentation": "Scene change detection (inserts I-frames on scene changes).",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264Settings": {
"type": "structure",
"members": {
"AdaptiveQuantization": {
"shape": "H264AdaptiveQuantization",
"locationName": "adaptiveQuantization"
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000."
},
"CodecLevel": {
"shape": "H264CodecLevel",
"locationName": "codecLevel"
},
"CodecProfile": {
"shape": "H264CodecProfile",
"locationName": "codecProfile"
},
"EntropyEncoding": {
"shape": "H264EntropyEncoding",
"locationName": "entropyEncoding"
},
"FieldEncoding": {
"shape": "H264FieldEncoding",
"locationName": "fieldEncoding"
},
"FlickerAdaptiveQuantization": {
"shape": "H264FlickerAdaptiveQuantization",
"locationName": "flickerAdaptiveQuantization"
},
"FramerateControl": {
"shape": "H264FramerateControl",
"locationName": "framerateControl"
},
"FramerateConversionAlgorithm": {
"shape": "H264FramerateConversionAlgorithm",
"locationName": "framerateConversionAlgorithm"
},
"FramerateDenominator": {
"shape": "__integer",
"locationName": "framerateDenominator",
"documentation": "When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use framerate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976."
},
"FramerateNumerator": {
"shape": "__integer",
"locationName": "framerateNumerator",
"documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps."
},
"GopBReference": {
"shape": "H264GopBReference",
"locationName": "gopBReference"
},
"GopClosedCadence": {
"shape": "__integer",
"locationName": "gopClosedCadence",
"documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting."
},
"GopSize": {
"shape": "__double",
"locationName": "gopSize",
"documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero."
},
"GopSizeUnits": {
"shape": "H264GopSizeUnits",
"locationName": "gopSizeUnits"
},
"HrdBufferInitialFillPercentage": {
"shape": "__integer",
"locationName": "hrdBufferInitialFillPercentage",
"documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)."
},
"HrdBufferSize": {
"shape": "__integer",
"locationName": "hrdBufferSize",
"documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"InterlaceMode": {
"shape": "H264InterlaceMode",
"locationName": "interlaceMode"
},
"MaxBitrate": {
"shape": "__integer",
"locationName": "maxBitrate",
"documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"MinIInterval": {
"shape": "__integer",
"locationName": "minIInterval",
"documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1"
},
"NumberBFramesBetweenReferenceFrames": {
"shape": "__integer",
"locationName": "numberBFramesBetweenReferenceFrames",
"documentation": "Number of B-frames between reference frames."
},
"NumberReferenceFrames": {
"shape": "__integer",
"locationName": "numberReferenceFrames",
"documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding."
},
"ParControl": {
"shape": "H264ParControl",
"locationName": "parControl"
},
"ParDenominator": {
"shape": "__integer",
"locationName": "parDenominator",
"documentation": "Pixel Aspect Ratio denominator."
},
"ParNumerator": {
"shape": "__integer",
"locationName": "parNumerator",
"documentation": "Pixel Aspect Ratio numerator."
},
"QualityTuningLevel": {
"shape": "H264QualityTuningLevel",
"locationName": "qualityTuningLevel"
},
"RateControlMode": {
"shape": "H264RateControlMode",
"locationName": "rateControlMode"
},
"RepeatPps": {
"shape": "H264RepeatPps",
"locationName": "repeatPps"
},
"SceneChangeDetect": {
"shape": "H264SceneChangeDetect",
"locationName": "sceneChangeDetect"
},
"Slices": {
"shape": "__integer",
"locationName": "slices",
"documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures."
},
"SlowPal": {
"shape": "H264SlowPal",
"locationName": "slowPal"
},
"Softness": {
"shape": "__integer",
"locationName": "softness",
"documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image."
},
"SpatialAdaptiveQuantization": {
"shape": "H264SpatialAdaptiveQuantization",
"locationName": "spatialAdaptiveQuantization"
},
"Syntax": {
"shape": "H264Syntax",
"locationName": "syntax"
},
"Telecine": {
"shape": "H264Telecine",
"locationName": "telecine"
},
"TemporalAdaptiveQuantization": {
"shape": "H264TemporalAdaptiveQuantization",
"locationName": "temporalAdaptiveQuantization"
},
"UnregisteredSeiTimecode": {
"shape": "H264UnregisteredSeiTimecode",
"locationName": "unregisteredSeiTimecode"
}
},
"documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value H_264."
},
"H264SlowPal": {
"type": "string",
"documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264SpatialAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on spatial variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264Syntax": {
"type": "string",
"documentation": "Produces a bitstream compliant with SMPTE RP-2027.",
"enum": [
"DEFAULT",
"RP2027"
]
},
"H264Telecine": {
"type": "string",
"documentation": "This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from 23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.",
"enum": [
"NONE",
"SOFT",
"HARD"
]
},
"H264TemporalAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on temporal variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H264UnregisteredSeiTimecode": {
"type": "string",
"documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265AdaptiveQuantization": {
"type": "string",
"documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.",
"enum": [
"OFF",
"LOW",
"MEDIUM",
"HIGH",
"HIGHER",
"MAX"
]
},
"H265AlternateTransferFunctionSei": {
"type": "string",
"documentation": "Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265CodecLevel": {
"type": "string",
"documentation": "H.265 Level.",
"enum": [
"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"
]
},
"H265CodecProfile": {
"type": "string",
"documentation": "Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as [Profile] / [Tier], so \"Main/High\" represents Main Profile with High Tier. 4:2:2 profiles are only available with the HEVC 4:2:2 License.",
"enum": [
"MAIN_MAIN",
"MAIN_HIGH",
"MAIN10_MAIN",
"MAIN10_HIGH",
"MAIN_422_8BIT_MAIN",
"MAIN_422_8BIT_HIGH",
"MAIN_422_10BIT_MAIN",
"MAIN_422_10BIT_HIGH"
]
},
"H265FlickerAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame to reduce flicker or 'pop' on I-frames.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265FramerateControl": {
"type": "string",
"documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"H265FramerateConversionAlgorithm": {
"type": "string",
"documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.",
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE"
]
},
"H265GopBReference": {
"type": "string",
"documentation": "If enable, use reference B frames for GOP structures that have B frames > 1.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265GopSizeUnits": {
"type": "string",
"documentation": "Indicates if the GOP Size in H265 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.",
"enum": [
"FRAMES",
"SECONDS"
]
},
"H265InterlaceMode": {
"type": "string",
"documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.",
"enum": [
"PROGRESSIVE",
"TOP_FIELD",
"BOTTOM_FIELD",
"FOLLOW_TOP_FIELD",
"FOLLOW_BOTTOM_FIELD"
]
},
"H265ParControl": {
"type": "string",
"documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"H265QualityTuningLevel": {
"type": "string",
"documentation": "Use Quality tuning level (H265QualityTuningLevel) to specifiy whether to use fast single-pass, high-quality singlepass, or high-quality multipass video encoding.",
"enum": [
"SINGLE_PASS",
"SINGLE_PASS_HQ",
"MULTI_PASS_HQ"
]
},
"H265RateControlMode": {
"type": "string",
"documentation": "Rate control mode. CQ uses constant quantizer (qp), ABR (average bitrate) does not write HRD parameters.",
"enum": [
"VBR",
"CBR"
]
},
"H265SampleAdaptiveOffsetFilterMode": {
"type": "string",
"documentation": "Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength based on content",
"enum": [
"DEFAULT",
"ADAPTIVE",
"OFF"
]
},
"H265SceneChangeDetect": {
"type": "string",
"documentation": "Scene change detection (inserts I-frames on scene changes).",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265Settings": {
"type": "structure",
"members": {
"AdaptiveQuantization": {
"shape": "H265AdaptiveQuantization",
"locationName": "adaptiveQuantization"
},
"AlternateTransferFunctionSei": {
"shape": "H265AlternateTransferFunctionSei",
"locationName": "alternateTransferFunctionSei"
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000."
},
"CodecLevel": {
"shape": "H265CodecLevel",
"locationName": "codecLevel"
},
"CodecProfile": {
"shape": "H265CodecProfile",
"locationName": "codecProfile"
},
"FlickerAdaptiveQuantization": {
"shape": "H265FlickerAdaptiveQuantization",
"locationName": "flickerAdaptiveQuantization"
},
"FramerateControl": {
"shape": "H265FramerateControl",
"locationName": "framerateControl"
},
"FramerateConversionAlgorithm": {
"shape": "H265FramerateConversionAlgorithm",
"locationName": "framerateConversionAlgorithm"
},
"FramerateDenominator": {
"shape": "__integer",
"locationName": "framerateDenominator",
"documentation": "Framerate denominator."
},
"FramerateNumerator": {
"shape": "__integer",
"locationName": "framerateNumerator",
"documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps."
},
"GopBReference": {
"shape": "H265GopBReference",
"locationName": "gopBReference"
},
"GopClosedCadence": {
"shape": "__integer",
"locationName": "gopClosedCadence",
"documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting."
},
"GopSize": {
"shape": "__double",
"locationName": "gopSize",
"documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero."
},
"GopSizeUnits": {
"shape": "H265GopSizeUnits",
"locationName": "gopSizeUnits"
},
"HrdBufferInitialFillPercentage": {
"shape": "__integer",
"locationName": "hrdBufferInitialFillPercentage",
"documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)."
},
"HrdBufferSize": {
"shape": "__integer",
"locationName": "hrdBufferSize",
"documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"InterlaceMode": {
"shape": "H265InterlaceMode",
"locationName": "interlaceMode"
},
"MaxBitrate": {
"shape": "__integer",
"locationName": "maxBitrate",
"documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"MinIInterval": {
"shape": "__integer",
"locationName": "minIInterval",
"documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1"
},
"NumberBFramesBetweenReferenceFrames": {
"shape": "__integer",
"locationName": "numberBFramesBetweenReferenceFrames",
"documentation": "Number of B-frames between reference frames."
},
"NumberReferenceFrames": {
"shape": "__integer",
"locationName": "numberReferenceFrames",
"documentation": "Number of reference frames to use. The encoder may use more than requested if using B-frames and/or interlaced encoding."
},
"ParControl": {
"shape": "H265ParControl",
"locationName": "parControl"
},
"ParDenominator": {
"shape": "__integer",
"locationName": "parDenominator",
"documentation": "Pixel Aspect Ratio denominator."
},
"ParNumerator": {
"shape": "__integer",
"locationName": "parNumerator",
"documentation": "Pixel Aspect Ratio numerator."
},
"QualityTuningLevel": {
"shape": "H265QualityTuningLevel",
"locationName": "qualityTuningLevel"
},
"RateControlMode": {
"shape": "H265RateControlMode",
"locationName": "rateControlMode"
},
"SampleAdaptiveOffsetFilterMode": {
"shape": "H265SampleAdaptiveOffsetFilterMode",
"locationName": "sampleAdaptiveOffsetFilterMode"
},
"SceneChangeDetect": {
"shape": "H265SceneChangeDetect",
"locationName": "sceneChangeDetect"
},
"Slices": {
"shape": "__integer",
"locationName": "slices",
"documentation": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures."
},
"SlowPal": {
"shape": "H265SlowPal",
"locationName": "slowPal"
},
"SpatialAdaptiveQuantization": {
"shape": "H265SpatialAdaptiveQuantization",
"locationName": "spatialAdaptiveQuantization"
},
"Telecine": {
"shape": "H265Telecine",
"locationName": "telecine"
},
"TemporalAdaptiveQuantization": {
"shape": "H265TemporalAdaptiveQuantization",
"locationName": "temporalAdaptiveQuantization"
},
"TemporalIds": {
"shape": "H265TemporalIds",
"locationName": "temporalIds"
},
"Tiles": {
"shape": "H265Tiles",
"locationName": "tiles"
},
"UnregisteredSeiTimecode": {
"shape": "H265UnregisteredSeiTimecode",
"locationName": "unregisteredSeiTimecode"
}
},
"documentation": "Settings for H265 codec"
},
"H265SlowPal": {
"type": "string",
"documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265SpatialAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on spatial variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265Telecine": {
"type": "string",
"documentation": "This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from 23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.",
"enum": [
"NONE",
"SOFT",
"HARD"
]
},
"H265TemporalAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on temporal variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265TemporalIds": {
"type": "string",
"documentation": "Enables temporal layer identifiers in the encoded bitstream. Up to 3 layers are supported depending on GOP structure: I- and P-frames form one layer, reference B-frames can form a second layer and non-reference b-frames can form a third layer. Decoders can optionally decode only the lower temporal layers to generate a lower frame rate output. For example, given a bitstream with temporal IDs and with b-frames = 1 (i.e. IbPbPb display order), a decoder could decode all the frames for full frame rate output or only the I and P frames (lowest temporal layer) for a half frame rate output.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265Tiles": {
"type": "string",
"documentation": "Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"H265UnregisteredSeiTimecode": {
"type": "string",
"documentation": "Inserts timecode for each frame as 4 bytes of an unregistered SEI message.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"Hdr10Metadata": {
"type": "structure",
"members": {
"BluePrimaryX": {
"shape": "__integer",
"locationName": "bluePrimaryX",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"BluePrimaryY": {
"shape": "__integer",
"locationName": "bluePrimaryY",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"GreenPrimaryX": {
"shape": "__integer",
"locationName": "greenPrimaryX",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"GreenPrimaryY": {
"shape": "__integer",
"locationName": "greenPrimaryY",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"MaxContentLightLevel": {
"shape": "__integer",
"locationName": "maxContentLightLevel",
"documentation": "Maximum light level among all samples in the coded video sequence, in units of candelas per square meter."
},
"MaxFrameAverageLightLevel": {
"shape": "__integer",
"locationName": "maxFrameAverageLightLevel",
"documentation": "Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter."
},
"MaxLuminance": {
"shape": "__integer",
"locationName": "maxLuminance",
"documentation": "Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter."
},
"MinLuminance": {
"shape": "__integer",
"locationName": "minLuminance",
"documentation": "Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter"
},
"RedPrimaryX": {
"shape": "__integer",
"locationName": "redPrimaryX",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"RedPrimaryY": {
"shape": "__integer",
"locationName": "redPrimaryY",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"WhitePointX": {
"shape": "__integer",
"locationName": "whitePointX",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"WhitePointY": {
"shape": "__integer",
"locationName": "whitePointY",
"documentation": "HDR Master Display Information comes from the color grader and the color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
}
},
"documentation": "Use the HDR master display (Hdr10Metadata) settings to provide values for HDR color. These values vary depending on the input video and must be provided by a color grader. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate."
},
"HlsAdMarkers": {
"type": "string",
"enum": [
"ELEMENTAL",
"ELEMENTAL_SCTE35"
]
},
"HlsAudioTrackType": {
"type": "string",
"documentation": "Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO",
"enum": [
"ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
"ALTERNATE_AUDIO_AUTO_SELECT",
"ALTERNATE_AUDIO_NOT_AUTO_SELECT",
"AUDIO_ONLY_VARIANT_STREAM"
]
},
"HlsCaptionLanguageMapping": {
"type": "structure",
"members": {
"CaptionChannel": {
"shape": "__integer",
"locationName": "captionChannel",
"documentation": "Caption channel."
},
"LanguageCode": {
"shape": "LanguageCode",
"locationName": "languageCode"
},
"LanguageDescription": {
"shape": "__string",
"locationName": "languageDescription",
"documentation": "Caption language description."
}
},
"documentation": "Caption Language Mapping"
},
"HlsCaptionLanguageSetting": {
"type": "string",
"documentation": "Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.",
"enum": [
"INSERT",
"OMIT",
"NONE"
]
},
"HlsClientCache": {
"type": "string",
"documentation": "When set to ENABLED, sets #EXT-X-ALLOW-CACHE:no tag, which prevents client from saving media segments for later replay.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"HlsCodecSpecification": {
"type": "string",
"documentation": "Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.",
"enum": [
"RFC_6381",
"RFC_4281"
]
},
"HlsDirectoryStructure": {
"type": "string",
"documentation": "Indicates whether segments should be placed in subdirectories.",
"enum": [
"SINGLE_DIRECTORY",
"SUBDIRECTORY_PER_STREAM"
]
},
"HlsEncryptionSettings": {
"type": "structure",
"members": {
"ConstantInitializationVector": {
"shape": "__string",
"locationName": "constantInitializationVector",
"documentation": "This is a 128-bit, 16-byte hex value represented by a 32-character text string. If this parameter is not set then the Initialization Vector will follow the segment number by default."
},
"EncryptionMethod": {
"shape": "HlsEncryptionType",
"locationName": "encryptionMethod"
},
"InitializationVectorInManifest": {
"shape": "HlsInitializationVectorInManifest",
"locationName": "initializationVectorInManifest"
},
"SpekeKeyProvider": {
"shape": "SpekeKeyProvider",
"locationName": "spekeKeyProvider"
},
"StaticKeyProvider": {
"shape": "StaticKeyProvider",
"locationName": "staticKeyProvider"
},
"Type": {
"shape": "HlsKeyProviderType",
"locationName": "type"
}
},
"documentation": "Settings for HLS encryption"
},
"HlsEncryptionType": {
"type": "string",
"documentation": "Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.",
"enum": [
"AES128",
"SAMPLE_AES"
]
},
"HlsGroupSettings": {
"type": "structure",
"members": {
"AdMarkers": {
"shape": "ListOfHlsAdMarkers",
"locationName": "adMarkers",
"documentation": "Choose one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs."
},
"BaseUrl": {
"shape": "__string",
"locationName": "baseUrl",
"documentation": "A partial URI prefix that will be prepended to each output in the media .m3u8 file. Can be used if base manifest is delivered from a different URL than the main .m3u8 file."
},
"CaptionLanguageMappings": {
"shape": "ListOfHlsCaptionLanguageMapping",
"locationName": "captionLanguageMappings",
"documentation": "Language to be used on Caption outputs"
},
"CaptionLanguageSetting": {
"shape": "HlsCaptionLanguageSetting",
"locationName": "captionLanguageSetting"
},
"ClientCache": {
"shape": "HlsClientCache",
"locationName": "clientCache"
},
"CodecSpecification": {
"shape": "HlsCodecSpecification",
"locationName": "codecSpecification"
},
"Destination": {
"shape": "__string",
"locationName": "destination",
"documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file."
},
"DirectoryStructure": {
"shape": "HlsDirectoryStructure",
"locationName": "directoryStructure"
},
"Encryption": {
"shape": "HlsEncryptionSettings",
"locationName": "encryption",
"documentation": "DRM settings."
},
"ManifestCompression": {
"shape": "HlsManifestCompression",
"locationName": "manifestCompression"
},
"ManifestDurationFormat": {
"shape": "HlsManifestDurationFormat",
"locationName": "manifestDurationFormat"
},
"MinSegmentLength": {
"shape": "__integer",
"locationName": "minSegmentLength",
"documentation": "When set, Minimum Segment Size is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed."
},
"OutputSelection": {
"shape": "HlsOutputSelection",
"locationName": "outputSelection"
},
"ProgramDateTime": {
"shape": "HlsProgramDateTime",
"locationName": "programDateTime"
},
"ProgramDateTimePeriod": {
"shape": "__integer",
"locationName": "programDateTimePeriod",
"documentation": "Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds."
},
"SegmentControl": {
"shape": "HlsSegmentControl",
"locationName": "segmentControl"
},
"SegmentLength": {
"shape": "__integer",
"locationName": "segmentLength",
"documentation": "Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer."
},
"SegmentsPerSubdirectory": {
"shape": "__integer",
"locationName": "segmentsPerSubdirectory",
"documentation": "Number of segments to write to a subdirectory before starting a new one. directoryStructure must be SINGLE_DIRECTORY for this setting to have an effect."
},
"StreamInfResolution": {
"shape": "HlsStreamInfResolution",
"locationName": "streamInfResolution"
},
"TimedMetadataId3Frame": {
"shape": "HlsTimedMetadataId3Frame",
"locationName": "timedMetadataId3Frame"
},
"TimedMetadataId3Period": {
"shape": "__integer",
"locationName": "timedMetadataId3Period",
"documentation": "Timed Metadata interval in seconds."
},
"TimestampDeltaMilliseconds": {
"shape": "__integer",
"locationName": "timestampDeltaMilliseconds",
"documentation": "Provides an extra millisecond delta offset to fine tune the timestamps."
}
},
"documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS."
},
"HlsIFrameOnlyManifest": {
"type": "string",
"documentation": "When set to INCLUDE, writes I-Frame Only Manifest in addition to the HLS manifest",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"HlsInitializationVectorInManifest": {
"type": "string",
"documentation": "The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks. If set to INCLUDE, Initialization Vector is listed in the manifest. Otherwise Initialization Vector is not in the manifest.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"HlsKeyProviderType": {
"type": "string",
"documentation": "Indicates which type of key provider is used for encryption.",
"enum": [
"SPEKE",
"STATIC_KEY"
]
},
"HlsManifestCompression": {
"type": "string",
"documentation": "When set to GZIP, compresses HLS playlist.",
"enum": [
"GZIP",
"NONE"
]
},
"HlsManifestDurationFormat": {
"type": "string",
"documentation": "Indicates whether the output manifest should use floating point values for segment duration.",
"enum": [
"FLOATING_POINT",
"INTEGER"
]
},
"HlsOutputSelection": {
"type": "string",
"documentation": "Indicates whether the .m3u8 manifest file should be generated for this HLS output group.",
"enum": [
"MANIFESTS_AND_SEGMENTS",
"SEGMENTS_ONLY"
]
},
"HlsProgramDateTime": {
"type": "string",
"documentation": "Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestamp_offset.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"HlsSegmentControl": {
"type": "string",
"documentation": "When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.",
"enum": [
"SINGLE_FILE",
"SEGMENTED_FILES"
]
},
"HlsSettings": {
"type": "structure",
"members": {
"AudioGroupId": {
"shape": "__string",
"locationName": "audioGroupId",
"documentation": "Specifies the group to which the audio Rendition belongs."
},
"AudioRenditionSets": {
"shape": "__string",
"locationName": "audioRenditionSets",
"documentation": "List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','."
},
"AudioTrackType": {
"shape": "HlsAudioTrackType",
"locationName": "audioTrackType"
},
"IFrameOnlyManifest": {
"shape": "HlsIFrameOnlyManifest",
"locationName": "iFrameOnlyManifest"
},
"SegmentModifier": {
"shape": "__string",
"locationName": "segmentModifier",
"documentation": "String concatenated to end of segment filenames. Accepts \"Format Identifiers\":#format_identifier_parameters."
}
},
"documentation": "Settings for HLS output groups"
},
"HlsStreamInfResolution": {
"type": "string",
"documentation": "Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"HlsTimedMetadataId3Frame": {
"type": "string",
"documentation": "Indicates ID3 frame that has the timecode.",
"enum": [
"NONE",
"PRIV",
"TDRL"
]
},
"Id3Insertion": {
"type": "structure",
"members": {
"Id3": {
"shape": "__string",
"locationName": "id3",
"documentation": "Use ID3 tag (Id3) to provide a tag value in base64-encode format."
},
"Timecode": {
"shape": "__string",
"locationName": "timecode",
"documentation": "Provide a Timecode (TimeCode) in HH:MM:SS:FF or HH:MM:SS;FF format."
}
},
"documentation": "To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (TimeCode) to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create mulitple instances of ID3 insertion (Id3Insertion)."
},
"ImageInserter": {
"type": "structure",
"members": {
"InsertableImages": {
"shape": "ListOfInsertableImage",
"locationName": "insertableImages",
"documentation": "Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames."
}
},
"documentation": "Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default."
},
"Input": {
"type": "structure",
"members": {
"AudioSelectorGroups": {
"shape": "MapOfAudioSelectorGroup",
"locationName": "audioSelectorGroups",
"documentation": "Specifies set of audio selectors within an input to combine. An input may have multiple audio selector groups. See \"Audio Selector Group\":#inputs-audio_selector_group for more information."
},
"AudioSelectors": {
"shape": "MapOfAudioSelector",
"locationName": "audioSelectors",
"documentation": "Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use mutiple Audio selectors per input."
},
"CaptionSelectors": {
"shape": "MapOfCaptionSelector",
"locationName": "captionSelectors",
"documentation": "Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your outputs. You can use mutiple captions selectors per input."
},
"DeblockFilter": {
"shape": "InputDeblockFilter",
"locationName": "deblockFilter"
},
"DenoiseFilter": {
"shape": "InputDenoiseFilter",
"locationName": "denoiseFilter"
},
"FileInput": {
"shape": "__string",
"locationName": "fileInput",
"documentation": "Use Input (fileInput) to define the source file used in the transcode job. There can be multiple inputs in a job. These inputs are concantenated, in the order they are specified in the job, to create the output."
},
"FilterEnable": {
"shape": "InputFilterEnable",
"locationName": "filterEnable"
},
"FilterStrength": {
"shape": "__integer",
"locationName": "filterStrength",
"documentation": "Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise). The range is -5 to 5. Default is 0."
},
"InputClippings": {
"shape": "ListOfInputClipping",
"locationName": "inputClippings",
"documentation": "(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in the outputs. If you provide only a start time, the clip will be the entire input from that point to the end. If you provide only an end time, it will be the entire input up to that point. When you specify more than one input clip, the transcoding service creates the job outputs by stringing the clips together in the order you specify them."
},
"ProgramNumber": {
"shape": "__integer",
"locationName": "programNumber",
"documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default."
},
"PsiControl": {
"shape": "InputPsiControl",
"locationName": "psiControl"
},
"TimecodeSource": {
"shape": "InputTimecodeSource",
"locationName": "timecodeSource"
},
"VideoSelector": {
"shape": "VideoSelector",
"locationName": "videoSelector"
}
},
"documentation": "Specifies media input"
},
"InputClipping": {
"type": "structure",
"members": {
"EndTimecode": {
"shape": "__string",
"locationName": "endTimecode",
"documentation": "Set End timecode (EndTimecode) to the end of the portion of the input you are clipping. The frame corresponding to the End timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. When choosing this value, take into account your setting for Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to begin five minutes into the video, use 01:00:05:00."
},
"StartTimecode": {
"shape": "__string",
"locationName": "startTimecode",
"documentation": "Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping. The frame corresponding to the Start timecode value is included in the clip. Start timecode or End timecode may be left blank, but not both. When choosing this value, take into account your setting for Input timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to begin five minutes into the video, use 01:00:05:00."
}
},
"documentation": "Include one instance of (InputClipping) for each input clip."
},
"InputDeblockFilter": {
"type": "string",
"documentation": "Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manaully controllable for MPEG2 and uncompressed video inputs.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"InputDenoiseFilter": {
"type": "string",
"documentation": "Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"InputFilterEnable": {
"type": "string",
"documentation": "Use Filter enable (InputFilterEnable) to specify how the transcoding service applies the denoise and deblock filters. You must also enable the filters separately, with Denoise (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The transcoding service determines whether to apply filtering, depending on input type and quality. * Disable - The input is not filtered. This is true even if you use the API to enable them in (InputDeblockFilter) and (InputDeblockFilter). * Force - The in put is filtered regardless of input type.",
"enum": [
"AUTO",
"DISABLE",
"FORCE"
]
},
"InputPsiControl": {
"type": "string",
"documentation": "Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans. * Ignore PSI - Scan all PIDs for audio and video. * Use PSI - Scan only PSI data.",
"enum": [
"IGNORE_PSI",
"USE_PSI"
]
},
"InputTemplate": {
"type": "structure",
"members": {
"AudioSelectorGroups": {
"shape": "MapOfAudioSelectorGroup",
"locationName": "audioSelectorGroups",
"documentation": "Specifies set of audio selectors within an input to combine. An input may have multiple audio selector groups. See \"Audio Selector Group\":#inputs-audio_selector_group for more information."
},
"AudioSelectors": {
"shape": "MapOfAudioSelector",
"locationName": "audioSelectors",
"documentation": "Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your outputs. You can use mutiple Audio selectors per input."
},
"CaptionSelectors": {
"shape": "MapOfCaptionSelector",
"locationName": "captionSelectors",
"documentation": "Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your outputs. You can use mutiple captions selectors per input."
},
"DeblockFilter": {
"shape": "InputDeblockFilter",
"locationName": "deblockFilter"
},
"DenoiseFilter": {
"shape": "InputDenoiseFilter",
"locationName": "denoiseFilter"
},
"FilterEnable": {
"shape": "InputFilterEnable",
"locationName": "filterEnable"
},
"FilterStrength": {
"shape": "__integer",
"locationName": "filterStrength",
"documentation": "Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise). The range is -5 to 5. Default is 0."
},
"InputClippings": {
"shape": "ListOfInputClipping",
"locationName": "inputClippings",
"documentation": "(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in the outputs. If you provide only a start time, the clip will be the entire input from that point to the end. If you provide only an end time, it will be the entire input up to that point. When you specify more than one input clip, the transcoding service creates the job outputs by stringing the clips together in the order you specify them."
},
"ProgramNumber": {
"shape": "__integer",
"locationName": "programNumber",
"documentation": "Use Program (programNumber) to select a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported. Default is the first program within the transport stream. If the program you specify doesn't exist, the transcoding service will use this default."
},
"PsiControl": {
"shape": "InputPsiControl",
"locationName": "psiControl"
},
"TimecodeSource": {
"shape": "InputTimecodeSource",
"locationName": "timecodeSource"
},
"VideoSelector": {
"shape": "VideoSelector",
"locationName": "videoSelector"
}
},
"documentation": "Specified video input in a template."
},
"InputTimecodeSource": {
"type": "string",
"documentation": "Use Timecode source (InputTimecodeSource) to specify how timecode information from your input is adjusted and encoded in all outputs for the job. Default is embedded. Set to Embedded (EMBEDDED) to use the timecode that is in the input video. If no embedded timecode is in the source, will set the timecode for the first frame to 00:00:00:00. Set to Start at 0 (ZEROBASED) to set the timecode of the initial frame to 00:00:00:00. Set to Specified start (SPECIFIEDSTART) to provide the initial timecode yourself the setting (Start).",
"enum": [
"EMBEDDED",
"ZEROBASED",
"SPECIFIEDSTART"
]
},
"InsertableImage": {
"type": "structure",
"members": {
"Duration": {
"shape": "__integer",
"locationName": "duration",
"documentation": "Use Duration (Duration) to set the time, in milliseconds, for the image to remain on the output video."
},
"FadeIn": {
"shape": "__integer",
"locationName": "fadeIn",
"documentation": "Use Fade in (FadeIut) to set the length, in milliseconds, of the inserted image fade in. If you don't specify a value for Fade in, the image will appear abruptly at the Start time."
},
"FadeOut": {
"shape": "__integer",
"locationName": "fadeOut",
"documentation": "Use Fade out (FadeOut) to set the length, in milliseconds, of the inserted image fade out. If you don't specify a value for Fade out, the image will disappear abruptly at the end of the inserted image duration."
},
"Height": {
"shape": "__integer",
"locationName": "height",
"documentation": "Specify the Height (Height) of the inserted image. Use a value that is less than or equal to the video resolution height. Leave this setting blank to use the native height of the image."
},
"ImageInserterInput": {
"shape": "__string",
"locationName": "imageInserterInput",
"documentation": "Use Image location (imageInserterInput) to specify the Amazon S3 location of the image to be inserted into the output. Use a 32 bit BMP, PNG, or TGA file that fits inside the video frame."
},
"ImageX": {
"shape": "__integer",
"locationName": "imageX",
"documentation": "Use Left (ImageX) to set the distance, in pixels, between the inserted image and the left edge of the frame. Required for BMP, PNG and TGA input."
},
"ImageY": {
"shape": "__integer",
"locationName": "imageY",
"documentation": "Use Top (ImageY) to set the distance, in pixels, between the inserted image and the top edge of the video frame. Required for BMP, PNG and TGA input."
},
"Layer": {
"shape": "__integer",
"locationName": "layer",
"documentation": "Use Layer (Layer) to specify how overlapping inserted images appear. Images with higher values of layer appear on top of images with lower values of layer."
},
"Opacity": {
"shape": "__integer",
"locationName": "opacity",
"documentation": "Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image. 0 is transparent and 100 is fully opaque. Default is 50."
},
"StartTime": {
"shape": "__string",
"locationName": "startTime",
"documentation": "Use Start time (StartTime) to specify the video timecode when the image is inserted in the output. This must be in timecode format (HH:MM:SS:FF)"
},
"Width": {
"shape": "__integer",
"locationName": "width",
"documentation": "Specify the Width (Width) of the inserted image. Use a value that is less than or equal to the video resolution width. Leave this setting blank to use the native width of the image."
}
},
"documentation": "Settings for Insertable Image"
},
"InternalServerErrorException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 500
},
"documentation": "The service encountered an unexpected condition and cannot fulfill your request."
},
"Job": {
"type": "structure",
"members": {
"Arn": {
"shape": "__string",
"locationName": "arn",
"documentation": "An identifier for this resource that is unique within all of AWS."
},
"CreatedAt": {
"shape": "__timestamp",
"locationName": "createdAt",
"documentation": "The time, in Unix epoch format in seconds, when the job got created."
},
"ErrorCode": {
"shape": "__integer",
"locationName": "errorCode",
"documentation": "Error code for the job"
},
"ErrorMessage": {
"shape": "__string",
"locationName": "errorMessage",
"documentation": "Error message of Job"
},
"Id": {
"shape": "__string",
"locationName": "id",
"documentation": "A portion of the job's ARN, unique within your AWS Elemental MediaConvert resources"
},
"JobTemplate": {
"shape": "__string",
"locationName": "jobTemplate",
"documentation": "The job template that the job is created from, if it is created from a job template."
},
"OutputGroupDetails": {
"shape": "ListOfOutputGroupDetail",
"locationName": "outputGroupDetails",
"documentation": "List of output group details"
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"Role": {
"shape": "__string",
"locationName": "role",
"documentation": "The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html"
},
"Settings": {
"shape": "JobSettings",
"locationName": "settings"
},
"Status": {
"shape": "JobStatus",
"locationName": "status"
},
"Timing": {
"shape": "Timing",
"locationName": "timing"
},
"UserMetadata": {
"shape": "MapOf__string",
"locationName": "userMetadata",
"documentation": "User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs."
}
},
"documentation": "Each job converts an input file into an output file or files. For more information, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html"
},
"JobSettings": {
"type": "structure",
"members": {
"AdAvailOffset": {
"shape": "__integer",
"locationName": "adAvailOffset",
"documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time."
},
"AvailBlanking": {
"shape": "AvailBlanking",
"locationName": "availBlanking",
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
},
"Inputs": {
"shape": "ListOfInput",
"locationName": "inputs",
"documentation": "Use Inputs (inputs) to define source file used in the transcode job. There can be multiple inputs add in a job. These inputs will be concantenated together to create the output."
},
"NielsenConfiguration": {
"shape": "NielsenConfiguration",
"locationName": "nielsenConfiguration"
},
"OutputGroups": {
"shape": "ListOfOutputGroup",
"locationName": "outputGroups",
"documentation": "**!!**(OutputGroups) contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole group. This required object depends on the value you set for (Type) under (OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings"
},
"TimecodeConfig": {
"shape": "TimecodeConfig",
"locationName": "timecodeConfig",
"documentation": "Contains settings used to acquire and adjust timecode information from inputs."
},
"TimedMetadataInsertion": {
"shape": "TimedMetadataInsertion",
"locationName": "timedMetadataInsertion"
}
},
"documentation": "JobSettings contains all the transcode settings for a job."
},
"JobStatus": {
"type": "string",
"documentation": "A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.",
"enum": [
"SUBMITTED",
"PROGRESSING",
"COMPLETE",
"CANCELED",
"ERROR"
]
},
"JobTemplate": {
"type": "structure",
"members": {
"Arn": {
"shape": "__string",
"locationName": "arn",
"documentation": "An identifier for this resource that is unique within all of AWS."
},
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "An optional category you create to organize your job templates."
},
"CreatedAt": {
"shape": "__timestamp",
"locationName": "createdAt",
"documentation": "The timestamp in epoch seconds for Job template creation."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "An optional description you create for each job template."
},
"LastUpdated": {
"shape": "__timestamp",
"locationName": "lastUpdated",
"documentation": "The timestamp in epoch seconds when the Job template was last updated."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "A name you create for each job template. Each name must be unique within your account."
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue."
},
"Settings": {
"shape": "JobTemplateSettings",
"locationName": "settings"
},
"Type": {
"shape": "Type",
"locationName": "type",
"documentation": "A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user."
}
},
"documentation": "A job template is a pre-made set of encoding instructions that you can use to quickly create a job."
},
"JobTemplateListBy": {
"type": "string",
"documentation": "Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.",
"enum": [
"NAME",
"CREATION_DATE",
"SYSTEM"
]
},
"JobTemplateSettings": {
"type": "structure",
"members": {
"AdAvailOffset": {
"shape": "__integer",
"locationName": "adAvailOffset",
"documentation": "When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time."
},
"AvailBlanking": {
"shape": "AvailBlanking",
"locationName": "availBlanking",
"documentation": "Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails."
},
"Inputs": {
"shape": "ListOfInputTemplate",
"locationName": "inputs",
"documentation": "Use Inputs (inputs) to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template."
},
"NielsenConfiguration": {
"shape": "NielsenConfiguration",
"locationName": "nielsenConfiguration"
},
"OutputGroups": {
"shape": "ListOfOutputGroup",
"locationName": "outputGroups",
"documentation": "**!!**(OutputGroups) contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in (OutputGroups) is a group of settings that apply to the whole group. This required object depends on the value you set for (Type) under (OutputGroups)>(OutputGroupSettings). Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings"
},
"TimecodeConfig": {
"shape": "TimecodeConfig",
"locationName": "timecodeConfig",
"documentation": "Contains settings used to acquire and adjust timecode information from inputs."
},
"TimedMetadataInsertion": {
"shape": "TimedMetadataInsertion",
"locationName": "timedMetadataInsertion"
}
},
"documentation": "JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it."
},
"LanguageCode": {
"type": "string",
"documentation": "Code to specify the language, following the specification \"ISO 639-2 three-digit code\":http://www.loc.gov/standards/iso639-2/",
"enum": [
"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"
]
},
"ListJobTemplatesRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "Optionally, specify a job template category to limit responses to only job templates from that category.",
"location": "querystring"
},
"ListBy": {
"shape": "JobTemplateListBy",
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"shape": "__integer",
"locationName": "maxResults",
"documentation": "Optional. Number of job templates, up to twenty, that will be returned at one time.",
"location": "querystring"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of job templates.",
"location": "querystring"
},
"Order": {
"shape": "Order",
"locationName": "order",
"location": "querystring"
}
}
},
"ListJobTemplatesResponse": {
"type": "structure",
"members": {
"JobTemplates": {
"shape": "ListOfJobTemplate",
"locationName": "jobTemplates",
"documentation": "List of Job templates."
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of job templates."
}
}
},
"ListJobsRequest": {
"type": "structure",
"members": {
"MaxResults": {
"shape": "__integer",
"locationName": "maxResults",
"documentation": "Optional. Number of jobs, up to twenty, that will be returned at one time.",
"location": "querystring"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of jobs.",
"location": "querystring"
},
"Order": {
"shape": "Order",
"locationName": "order",
"location": "querystring"
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "Provide a queue name to get back only jobs from that queue.",
"location": "querystring"
},
"Status": {
"shape": "JobStatus",
"locationName": "status",
"location": "querystring"
}
}
},
"ListJobsResponse": {
"type": "structure",
"members": {
"Jobs": {
"shape": "ListOfJob",
"locationName": "jobs",
"documentation": "List of jobs"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of jobs."
}
}
},
"ListOfAudioDescription": {
"type": "list",
"member": {
"shape": "AudioDescription"
}
},
"ListOfCaptionDescription": {
"type": "list",
"member": {
"shape": "CaptionDescription"
}
},
"ListOfCaptionDescriptionPreset": {
"type": "list",
"member": {
"shape": "CaptionDescriptionPreset"
}
},
"ListOfEndpoint": {
"type": "list",
"member": {
"shape": "Endpoint"
}
},
"ListOfHlsAdMarkers": {
"type": "list",
"member": {
"shape": "HlsAdMarkers"
}
},
"ListOfHlsCaptionLanguageMapping": {
"type": "list",
"member": {
"shape": "HlsCaptionLanguageMapping"
}
},
"ListOfId3Insertion": {
"type": "list",
"member": {
"shape": "Id3Insertion"
}
},
"ListOfInput": {
"type": "list",
"member": {
"shape": "Input"
}
},
"ListOfInputClipping": {
"type": "list",
"member": {
"shape": "InputClipping"
}
},
"ListOfInputTemplate": {
"type": "list",
"member": {
"shape": "InputTemplate"
}
},
"ListOfInsertableImage": {
"type": "list",
"member": {
"shape": "InsertableImage"
}
},
"ListOfJob": {
"type": "list",
"member": {
"shape": "Job"
}
},
"ListOfJobTemplate": {
"type": "list",
"member": {
"shape": "JobTemplate"
}
},
"ListOfOutput": {
"type": "list",
"member": {
"shape": "Output"
}
},
"ListOfOutputChannelMapping": {
"type": "list",
"member": {
"shape": "OutputChannelMapping"
}
},
"ListOfOutputDetail": {
"type": "list",
"member": {
"shape": "OutputDetail"
}
},
"ListOfOutputGroup": {
"type": "list",
"member": {
"shape": "OutputGroup"
}
},
"ListOfOutputGroupDetail": {
"type": "list",
"member": {
"shape": "OutputGroupDetail"
}
},
"ListOfPreset": {
"type": "list",
"member": {
"shape": "Preset"
}
},
"ListOfQueue": {
"type": "list",
"member": {
"shape": "Queue"
}
},
"ListOf__integer": {
"type": "list",
"member": {
"shape": "__integer"
}
},
"ListOf__string": {
"type": "list",
"member": {
"shape": "__string"
}
},
"ListPresetsRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "Optionally, specify a preset category to limit responses to only presets from that category.",
"location": "querystring"
},
"ListBy": {
"shape": "PresetListBy",
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"shape": "__integer",
"locationName": "maxResults",
"documentation": "Optional. Number of presets, up to twenty, that will be returned at one time",
"location": "querystring"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of presets.",
"location": "querystring"
},
"Order": {
"shape": "Order",
"locationName": "order",
"location": "querystring"
}
}
},
"ListPresetsResponse": {
"type": "structure",
"members": {
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of presets."
},
"Presets": {
"shape": "ListOfPreset",
"locationName": "presets",
"documentation": "List of presets"
}
}
},
"ListQueuesRequest": {
"type": "structure",
"members": {
"ListBy": {
"shape": "QueueListBy",
"locationName": "listBy",
"location": "querystring"
},
"MaxResults": {
"shape": "__integer",
"locationName": "maxResults",
"documentation": "Optional. Number of queues, up to twenty, that will be returned at one time.",
"location": "querystring"
},
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string, provided with the response to a previous request, to request the next batch of queues.",
"location": "querystring"
},
"Order": {
"shape": "Order",
"locationName": "order",
"location": "querystring"
}
}
},
"ListQueuesResponse": {
"type": "structure",
"members": {
"NextToken": {
"shape": "__string",
"locationName": "nextToken",
"documentation": "Use this string to request the next batch of queues."
},
"Queues": {
"shape": "ListOfQueue",
"locationName": "queues",
"documentation": "List of queues"
}
}
},
"M2tsAudioBufferModel": {
"type": "string",
"documentation": "Selects between the DVB and ATSC buffer models for Dolby Digital audio.",
"enum": [
"DVB",
"ATSC"
]
},
"M2tsBufferModel": {
"type": "string",
"documentation": "Controls what buffer model to use for accurate interleaving. If set to MULTIPLEX, use multiplex buffer model. If set to NONE, this can lead to lower latency, but low-memory devices may not be able to play back the stream without interruptions.",
"enum": [
"MULTIPLEX",
"NONE"
]
},
"M2tsEbpAudioInterval": {
"type": "string",
"documentation": "When set to VIDEO_AND_FIXED_INTERVALS, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. When set to VIDEO_INTERVAL, these additional markers will not be inserted. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).",
"enum": [
"VIDEO_AND_FIXED_INTERVALS",
"VIDEO_INTERVAL"
]
},
"M2tsEbpPlacement": {
"type": "string",
"documentation": "Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).",
"enum": [
"VIDEO_AND_AUDIO_PIDS",
"VIDEO_PID"
]
},
"M2tsEsRateInPes": {
"type": "string",
"documentation": "Controls whether to include the ES Rate field in the PES header.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"M2tsNielsenId3": {
"type": "string",
"documentation": "If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.",
"enum": [
"INSERT",
"NONE"
]
},
"M2tsPcrControl": {
"type": "string",
"documentation": "When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.",
"enum": [
"PCR_EVERY_PES_PACKET",
"CONFIGURED_PCR_PERIOD"
]
},
"M2tsRateMode": {
"type": "string",
"documentation": "When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.",
"enum": [
"VBR",
"CBR"
]
},
"M2tsScte35Source": {
"type": "string",
"documentation": "Enables SCTE-35 passthrough (scte35Source) to pass any SCTE-35 signals from input to output.",
"enum": [
"PASSTHROUGH",
"NONE"
]
},
"M2tsSegmentationMarkers": {
"type": "string",
"documentation": "Inserts segmentation markers at each segmentation_time period. rai_segstart sets the Random Access Indicator bit in the adaptation field. rai_adapt sets the RAI bit and adds the current timecode in the private data bytes. psi_segstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebp_legacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.",
"enum": [
"NONE",
"RAI_SEGSTART",
"RAI_ADAPT",
"PSI_SEGSTART",
"EBP",
"EBP_LEGACY"
]
},
"M2tsSegmentationStyle": {
"type": "string",
"documentation": "The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted. When a segmentation style of \"reset_cadence\" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of of $segmentation_time seconds. When a segmentation style of \"maintain_cadence\" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentation_time seconds. Note that EBP lookahead is a slight exception to this rule.",
"enum": [
"MAINTAIN_CADENCE",
"RESET_CADENCE"
]
},
"M2tsSettings": {
"type": "structure",
"members": {
"AudioBufferModel": {
"shape": "M2tsAudioBufferModel",
"locationName": "audioBufferModel"
},
"AudioFramesPerPes": {
"shape": "__integer",
"locationName": "audioFramesPerPes",
"documentation": "The number of audio frames to insert for each PES packet."
},
"AudioPids": {
"shape": "ListOf__integer",
"locationName": "audioPids",
"documentation": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation."
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000."
},
"BufferModel": {
"shape": "M2tsBufferModel",
"locationName": "bufferModel"
},
"DvbNitSettings": {
"shape": "DvbNitSettings",
"locationName": "dvbNitSettings"
},
"DvbSdtSettings": {
"shape": "DvbSdtSettings",
"locationName": "dvbSdtSettings"
},
"DvbSubPids": {
"shape": "ListOf__integer",
"locationName": "dvbSubPids",
"documentation": "Packet Identifier (PID) for input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation."
},
"DvbTdtSettings": {
"shape": "DvbTdtSettings",
"locationName": "dvbTdtSettings"
},
"DvbTeletextPid": {
"shape": "__integer",
"locationName": "dvbTeletextPid",
"documentation": "Packet Identifier (PID) for input source DVB Teletext data to this output."
},
"EbpAudioInterval": {
"shape": "M2tsEbpAudioInterval",
"locationName": "ebpAudioInterval"
},
"EbpPlacement": {
"shape": "M2tsEbpPlacement",
"locationName": "ebpPlacement"
},
"EsRateInPes": {
"shape": "M2tsEsRateInPes",
"locationName": "esRateInPes"
},
"FragmentTime": {
"shape": "__double",
"locationName": "fragmentTime",
"documentation": "The length in seconds of each fragment. Only used with EBP markers."
},
"MaxPcrInterval": {
"shape": "__integer",
"locationName": "maxPcrInterval",
"documentation": "Maximum time in milliseconds between Program Clock References (PCRs) inserted into the transport stream."
},
"MinEbpInterval": {
"shape": "__integer",
"locationName": "minEbpInterval",
"documentation": "When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is \"stretched\" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate."
},
"NielsenId3": {
"shape": "M2tsNielsenId3",
"locationName": "nielsenId3"
},
"NullPacketBitrate": {
"shape": "__double",
"locationName": "nullPacketBitrate",
"documentation": "Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets."
},
"PatInterval": {
"shape": "__integer",
"locationName": "patInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
},
"PcrControl": {
"shape": "M2tsPcrControl",
"locationName": "pcrControl"
},
"PcrPid": {
"shape": "__integer",
"locationName": "pcrPid",
"documentation": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID."
},
"PmtInterval": {
"shape": "__integer",
"locationName": "pmtInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
},
"PmtPid": {
"shape": "__integer",
"locationName": "pmtPid",
"documentation": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream."
},
"PrivateMetadataPid": {
"shape": "__integer",
"locationName": "privateMetadataPid",
"documentation": "Packet Identifier (PID) of the private metadata stream in the transport stream."
},
"ProgramNumber": {
"shape": "__integer",
"locationName": "programNumber",
"documentation": "The value of the program number field in the Program Map Table."
},
"RateMode": {
"shape": "M2tsRateMode",
"locationName": "rateMode"
},
"Scte35Pid": {
"shape": "__integer",
"locationName": "scte35Pid",
"documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream."
},
"Scte35Source": {
"shape": "M2tsScte35Source",
"locationName": "scte35Source"
},
"SegmentationMarkers": {
"shape": "M2tsSegmentationMarkers",
"locationName": "segmentationMarkers"
},
"SegmentationStyle": {
"shape": "M2tsSegmentationStyle",
"locationName": "segmentationStyle"
},
"SegmentationTime": {
"shape": "__double",
"locationName": "segmentationTime",
"documentation": "The length in seconds of each segment. Required unless markers is set to _none_."
},
"TimedMetadataPid": {
"shape": "__integer",
"locationName": "timedMetadataPid",
"documentation": "Packet Identifier (PID) of the timed metadata stream in the transport stream."
},
"TransportStreamId": {
"shape": "__integer",
"locationName": "transportStreamId",
"documentation": "The value of the transport stream ID field in the Program Map Table."
},
"VideoPid": {
"shape": "__integer",
"locationName": "videoPid",
"documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream."
}
},
"documentation": "Settings for M2TS Container."
},
"M3u8NielsenId3": {
"type": "string",
"documentation": "If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.",
"enum": [
"INSERT",
"NONE"
]
},
"M3u8PcrControl": {
"type": "string",
"documentation": "When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.",
"enum": [
"PCR_EVERY_PES_PACKET",
"CONFIGURED_PCR_PERIOD"
]
},
"M3u8Scte35Source": {
"type": "string",
"documentation": "Enables SCTE-35 passthrough (scte35Source) to pass any SCTE-35 signals from input to output.",
"enum": [
"PASSTHROUGH",
"NONE"
]
},
"M3u8Settings": {
"type": "structure",
"members": {
"AudioFramesPerPes": {
"shape": "__integer",
"locationName": "audioFramesPerPes",
"documentation": "The number of audio frames to insert for each PES packet."
},
"AudioPids": {
"shape": "ListOf__integer",
"locationName": "audioPids",
"documentation": "Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation."
},
"NielsenId3": {
"shape": "M3u8NielsenId3",
"locationName": "nielsenId3"
},
"PatInterval": {
"shape": "__integer",
"locationName": "patInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
},
"PcrControl": {
"shape": "M3u8PcrControl",
"locationName": "pcrControl"
},
"PcrPid": {
"shape": "__integer",
"locationName": "pcrPid",
"documentation": "Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID."
},
"PmtInterval": {
"shape": "__integer",
"locationName": "pmtInterval",
"documentation": "The number of milliseconds between instances of this table in the output transport stream."
},
"PmtPid": {
"shape": "__integer",
"locationName": "pmtPid",
"documentation": "Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream."
},
"PrivateMetadataPid": {
"shape": "__integer",
"locationName": "privateMetadataPid",
"documentation": "Packet Identifier (PID) of the private metadata stream in the transport stream."
},
"ProgramNumber": {
"shape": "__integer",
"locationName": "programNumber",
"documentation": "The value of the program number field in the Program Map Table."
},
"Scte35Pid": {
"shape": "__integer",
"locationName": "scte35Pid",
"documentation": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream."
},
"Scte35Source": {
"shape": "M3u8Scte35Source",
"locationName": "scte35Source"
},
"TimedMetadata": {
"shape": "TimedMetadata",
"locationName": "timedMetadata"
},
"TimedMetadataPid": {
"shape": "__integer",
"locationName": "timedMetadataPid",
"documentation": "Packet Identifier (PID) of the timed metadata stream in the transport stream."
},
"TransportStreamId": {
"shape": "__integer",
"locationName": "transportStreamId",
"documentation": "The value of the transport stream ID field in the Program Map Table."
},
"VideoPid": {
"shape": "__integer",
"locationName": "videoPid",
"documentation": "Packet Identifier (PID) of the elementary video stream in the transport stream."
}
},
"documentation": "Settings for TS segments in HLS"
},
"MapOfAudioSelector": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "AudioSelector"
}
},
"MapOfAudioSelectorGroup": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "AudioSelectorGroup"
}
},
"MapOfCaptionSelector": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "CaptionSelector"
}
},
"MapOf__string": {
"type": "map",
"key": {
"shape": "__string"
},
"value": {
"shape": "__string"
}
},
"MovClapAtom": {
"type": "string",
"documentation": "When enabled, include 'clap' atom if appropriate for the video output settings.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"MovCslgAtom": {
"type": "string",
"documentation": "When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"MovMpeg2FourCCControl": {
"type": "string",
"documentation": "When set to XDCAM, writes MPEG2 video streams into the QuickTime file using XDCAM fourcc codes. This increases compatibility with Apple editors and players, but may decrease compatibility with other players. Only applicable when the video codec is MPEG2.",
"enum": [
"XDCAM",
"MPEG"
]
},
"MovPaddingControl": {
"type": "string",
"documentation": "If set to OMNEON, inserts Omneon-compatible padding",
"enum": [
"OMNEON",
"NONE"
]
},
"MovReference": {
"type": "string",
"documentation": "A value of 'external' creates separate media files and the wrapper file (.mov) contains references to these media files. A value of 'self_contained' creates only a wrapper (.mov) file and this file contains all of the media.",
"enum": [
"SELF_CONTAINED",
"EXTERNAL"
]
},
"MovSettings": {
"type": "structure",
"members": {
"ClapAtom": {
"shape": "MovClapAtom",
"locationName": "clapAtom"
},
"CslgAtom": {
"shape": "MovCslgAtom",
"locationName": "cslgAtom"
},
"Mpeg2FourCCControl": {
"shape": "MovMpeg2FourCCControl",
"locationName": "mpeg2FourCCControl"
},
"PaddingControl": {
"shape": "MovPaddingControl",
"locationName": "paddingControl"
},
"Reference": {
"shape": "MovReference",
"locationName": "reference"
}
},
"documentation": "Settings for MOV Container."
},
"Mp2Settings": {
"type": "structure",
"members": {
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second."
},
"Channels": {
"shape": "__integer",
"locationName": "channels",
"documentation": "Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2."
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in hz."
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2."
},
"Mp4CslgAtom": {
"type": "string",
"documentation": "When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"Mp4FreeSpaceBox": {
"type": "string",
"documentation": "Inserts a free-space box immediately after the moov box.",
"enum": [
"INCLUDE",
"EXCLUDE"
]
},
"Mp4MoovPlacement": {
"type": "string",
"documentation": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.",
"enum": [
"PROGRESSIVE_DOWNLOAD",
"NORMAL"
]
},
"Mp4Settings": {
"type": "structure",
"members": {
"CslgAtom": {
"shape": "Mp4CslgAtom",
"locationName": "cslgAtom"
},
"FreeSpaceBox": {
"shape": "Mp4FreeSpaceBox",
"locationName": "freeSpaceBox"
},
"MoovPlacement": {
"shape": "Mp4MoovPlacement",
"locationName": "moovPlacement"
},
"Mp4MajorBrand": {
"shape": "__string",
"locationName": "mp4MajorBrand",
"documentation": "Overrides the \"Major Brand\" field in the output file. Usually not necessary to specify."
}
},
"documentation": "Settings for MP4 Container"
},
"Mpeg2AdaptiveQuantization": {
"type": "string",
"documentation": "Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.",
"enum": [
"OFF",
"LOW",
"MEDIUM",
"HIGH"
]
},
"Mpeg2CodecLevel": {
"type": "string",
"documentation": "Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.",
"enum": [
"AUTO",
"LOW",
"MAIN",
"HIGH1440",
"HIGH"
]
},
"Mpeg2CodecProfile": {
"type": "string",
"documentation": "Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.",
"enum": [
"MAIN",
"PROFILE_422"
]
},
"Mpeg2FramerateControl": {
"type": "string",
"documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"Mpeg2FramerateConversionAlgorithm": {
"type": "string",
"documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.",
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE"
]
},
"Mpeg2GopSizeUnits": {
"type": "string",
"documentation": "Indicates if the GOP Size in MPEG2 is specified in frames or seconds. If seconds the system will convert the GOP Size into a frame count at run time.",
"enum": [
"FRAMES",
"SECONDS"
]
},
"Mpeg2InterlaceMode": {
"type": "string",
"documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.",
"enum": [
"PROGRESSIVE",
"TOP_FIELD",
"BOTTOM_FIELD",
"FOLLOW_TOP_FIELD",
"FOLLOW_BOTTOM_FIELD"
]
},
"Mpeg2IntraDcPrecision": {
"type": "string",
"documentation": "Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients. If you choose the value auto, the service will automatically select the precision based on the per-frame compression ratio.",
"enum": [
"AUTO",
"INTRA_DC_PRECISION_8",
"INTRA_DC_PRECISION_9",
"INTRA_DC_PRECISION_10",
"INTRA_DC_PRECISION_11"
]
},
"Mpeg2ParControl": {
"type": "string",
"documentation": "Using the API, enable ParFollowSource if you want the service to use the pixel aspect ratio from the input. Using the console, do this by choosing Follow source for Pixel aspect ratio.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"Mpeg2QualityTuningLevel": {
"type": "string",
"documentation": "Use Quality tuning level (Mpeg2QualityTuningLevel) to specifiy whether to use single-pass or multipass video encoding.",
"enum": [
"SINGLE_PASS",
"MULTI_PASS"
]
},
"Mpeg2RateControlMode": {
"type": "string",
"documentation": "Use Rate control mode (Mpeg2RateControlMode) to specifiy whether the bitrate is variable (vbr) or constant (cbr).",
"enum": [
"VBR",
"CBR"
]
},
"Mpeg2SceneChangeDetect": {
"type": "string",
"documentation": "Scene change detection (inserts I-frames on scene changes).",
"enum": [
"DISABLED",
"ENABLED"
]
},
"Mpeg2Settings": {
"type": "structure",
"members": {
"AdaptiveQuantization": {
"shape": "Mpeg2AdaptiveQuantization",
"locationName": "adaptiveQuantization"
},
"Bitrate": {
"shape": "__integer",
"locationName": "bitrate",
"documentation": "Average bitrate in bits/second. Required for VBR, CBR, and ABR. Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000."
},
"CodecLevel": {
"shape": "Mpeg2CodecLevel",
"locationName": "codecLevel"
},
"CodecProfile": {
"shape": "Mpeg2CodecProfile",
"locationName": "codecProfile"
},
"FramerateControl": {
"shape": "Mpeg2FramerateControl",
"locationName": "framerateControl"
},
"FramerateConversionAlgorithm": {
"shape": "Mpeg2FramerateConversionAlgorithm",
"locationName": "framerateConversionAlgorithm"
},
"FramerateDenominator": {
"shape": "__integer",
"locationName": "framerateDenominator",
"documentation": "Framerate denominator."
},
"FramerateNumerator": {
"shape": "__integer",
"locationName": "framerateNumerator",
"documentation": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps."
},
"GopClosedCadence": {
"shape": "__integer",
"locationName": "gopClosedCadence",
"documentation": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting."
},
"GopSize": {
"shape": "__double",
"locationName": "gopSize",
"documentation": "GOP Length (keyframe interval) in frames or seconds. Must be greater than zero."
},
"GopSizeUnits": {
"shape": "Mpeg2GopSizeUnits",
"locationName": "gopSizeUnits"
},
"HrdBufferInitialFillPercentage": {
"shape": "__integer",
"locationName": "hrdBufferInitialFillPercentage",
"documentation": "Percentage of the buffer that should initially be filled (HRD buffer model)."
},
"HrdBufferSize": {
"shape": "__integer",
"locationName": "hrdBufferSize",
"documentation": "Size of buffer (HRD buffer model). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"InterlaceMode": {
"shape": "Mpeg2InterlaceMode",
"locationName": "interlaceMode"
},
"IntraDcPrecision": {
"shape": "Mpeg2IntraDcPrecision",
"locationName": "intraDcPrecision"
},
"MaxBitrate": {
"shape": "__integer",
"locationName": "maxBitrate",
"documentation": "Maximum bitrate in bits/second (for VBR mode only). Five megabits can be entered as 5000000 or 5m. Five hundred kilobits can be entered as 500000 or 0.5m."
},
"MinIInterval": {
"shape": "__integer",
"locationName": "minIInterval",
"documentation": "Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. This setting is only used when Scene Change Detect is enabled. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1"
},
"NumberBFramesBetweenReferenceFrames": {
"shape": "__integer",
"locationName": "numberBFramesBetweenReferenceFrames",
"documentation": "Number of B-frames between reference frames."
},
"ParControl": {
"shape": "Mpeg2ParControl",
"locationName": "parControl"
},
"ParDenominator": {
"shape": "__integer",
"locationName": "parDenominator",
"documentation": "Pixel Aspect Ratio denominator."
},
"ParNumerator": {
"shape": "__integer",
"locationName": "parNumerator",
"documentation": "Pixel Aspect Ratio numerator."
},
"QualityTuningLevel": {
"shape": "Mpeg2QualityTuningLevel",
"locationName": "qualityTuningLevel"
},
"RateControlMode": {
"shape": "Mpeg2RateControlMode",
"locationName": "rateControlMode"
},
"SceneChangeDetect": {
"shape": "Mpeg2SceneChangeDetect",
"locationName": "sceneChangeDetect"
},
"SlowPal": {
"shape": "Mpeg2SlowPal",
"locationName": "slowPal"
},
"Softness": {
"shape": "__integer",
"locationName": "softness",
"documentation": "Softness. Selects quantizer matrix, larger values reduce high-frequency content in the encoded image."
},
"SpatialAdaptiveQuantization": {
"shape": "Mpeg2SpatialAdaptiveQuantization",
"locationName": "spatialAdaptiveQuantization"
},
"Syntax": {
"shape": "Mpeg2Syntax",
"locationName": "syntax"
},
"Telecine": {
"shape": "Mpeg2Telecine",
"locationName": "telecine"
},
"TemporalAdaptiveQuantization": {
"shape": "Mpeg2TemporalAdaptiveQuantization",
"locationName": "temporalAdaptiveQuantization"
}
},
"documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value MPEG2."
},
"Mpeg2SlowPal": {
"type": "string",
"documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"Mpeg2SpatialAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on spatial variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"Mpeg2Syntax": {
"type": "string",
"documentation": "Produces a Type D-10 compatible bitstream (SMPTE 356M-2001).",
"enum": [
"DEFAULT",
"D_10"
]
},
"Mpeg2Telecine": {
"type": "string",
"documentation": "Only use Telecine (Mpeg2Telecine) when you set Framerate (Framerate) to 29.970. Set Telecine (Mpeg2Telecine) to Hard (hard) to produce a 29.97i output from a 23.976 input. Set it to Soft (soft) to produce 23.976 output and leave converstion to the player.",
"enum": [
"NONE",
"SOFT",
"HARD"
]
},
"Mpeg2TemporalAdaptiveQuantization": {
"type": "string",
"documentation": "Adjust quantization within each frame based on temporal variation of content complexity.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"MsSmoothAudioDeduplication": {
"type": "string",
"documentation": "COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.",
"enum": [
"COMBINE_DUPLICATE_STREAMS",
"NONE"
]
},
"MsSmoothEncryptionSettings": {
"type": "structure",
"members": {
"SpekeKeyProvider": {
"shape": "SpekeKeyProvider",
"locationName": "spekeKeyProvider"
}
},
"documentation": "If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider."
},
"MsSmoothGroupSettings": {
"type": "structure",
"members": {
"AudioDeduplication": {
"shape": "MsSmoothAudioDeduplication",
"locationName": "audioDeduplication"
},
"Destination": {
"shape": "__string",
"locationName": "destination",
"documentation": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file."
},
"Encryption": {
"shape": "MsSmoothEncryptionSettings",
"locationName": "encryption"
},
"FragmentLength": {
"shape": "__integer",
"locationName": "fragmentLength",
"documentation": "Use Fragment length (FragmentLength) to specify the mp4 fragment sizes in seconds. Fragment length must be compatible with GOP size and framerate."
},
"ManifestEncoding": {
"shape": "MsSmoothManifestEncoding",
"locationName": "manifestEncoding"
}
},
"documentation": "Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to MS_SMOOTH_GROUP_SETTINGS."
},
"MsSmoothManifestEncoding": {
"type": "string",
"documentation": "Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.",
"enum": [
"UTF8",
"UTF16"
]
},
"NielsenConfiguration": {
"type": "structure",
"members": {
"BreakoutCode": {
"shape": "__integer",
"locationName": "breakoutCode",
"documentation": "Use Nielsen Configuration (NielsenConfiguration) to set the Nielsen measurement system breakout code. Supported values are 0, 3, 7, and 9."
},
"DistributorId": {
"shape": "__string",
"locationName": "distributorId",
"documentation": "Use Distributor ID (DistributorID) to specify the distributor ID that is assigned to your organization by Neilsen."
}
},
"documentation": "Settings for Nielsen Configuration"
},
"NoiseReducer": {
"type": "structure",
"members": {
"Filter": {
"shape": "NoiseReducerFilter",
"locationName": "filter"
},
"FilterSettings": {
"shape": "NoiseReducerFilterSettings",
"locationName": "filterSettings"
},
"SpatialFilterSettings": {
"shape": "NoiseReducerSpatialFilterSettings",
"locationName": "spatialFilterSettings"
}
},
"documentation": "Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer (NoiseReducer), you must also select a value for Noise reducer filter (NoiseReducerFilter)."
},
"NoiseReducerFilter": {
"type": "string",
"documentation": "Use Noise reducer filter (NoiseReducerFilter) to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer (NoiseReducer). * Bilateral is an edge preserving noise reduction filter * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) are convolution filters * Conserve is a min/max noise reduction filter * Spatial is frequency-domain filter based on JND principles.",
"enum": [
"BILATERAL",
"MEAN",
"GAUSSIAN",
"LANCZOS",
"SHARPEN",
"CONSERVE",
"SPATIAL"
]
},
"NoiseReducerFilterSettings": {
"type": "structure",
"members": {
"Strength": {
"shape": "__integer",
"locationName": "strength",
"documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering."
}
},
"documentation": "Settings for a noise reducer filter"
},
"NoiseReducerSpatialFilterSettings": {
"type": "structure",
"members": {
"PostFilterSharpenStrength": {
"shape": "__integer",
"locationName": "postFilterSharpenStrength",
"documentation": "Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength."
},
"Speed": {
"shape": "__integer",
"locationName": "speed",
"documentation": "The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value."
},
"Strength": {
"shape": "__integer",
"locationName": "strength",
"documentation": "Relative strength of noise reducing filter. Higher values produce stronger filtering."
}
},
"documentation": "Noise reducer filter settings for spatial filter."
},
"NotFoundException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 404
},
"documentation": "The resource you requested does not exist."
},
"Order": {
"type": "string",
"documentation": "When you request lists of resources, you can optionally specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.",
"enum": [
"ASCENDING",
"DESCENDING"
]
},
"Output": {
"type": "structure",
"members": {
"AudioDescriptions": {
"shape": "ListOfAudioDescription",
"locationName": "audioDescriptions",
"documentation": "(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings."
},
"CaptionDescriptions": {
"shape": "ListOfCaptionDescription",
"locationName": "captionDescriptions",
"documentation": "(CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings."
},
"ContainerSettings": {
"shape": "ContainerSettings",
"locationName": "containerSettings"
},
"Extension": {
"shape": "__string",
"locationName": "extension",
"documentation": "Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)"
},
"NameModifier": {
"shape": "__string",
"locationName": "nameModifier",
"documentation": "Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You specify the base filename as part of your destination URI. When you create multiple outputs in the same output group, Name modifier (NameModifier) is required. Name modifier also accepts format identifiers. For DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in the same way in all outputs of the output group."
},
"OutputSettings": {
"shape": "OutputSettings",
"locationName": "outputSettings"
},
"Preset": {
"shape": "__string",
"locationName": "preset",
"documentation": "Use Preset (Preset) to specifiy a preset for your transcoding settings. Provide the system or custom preset name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both."
},
"VideoDescription": {
"shape": "VideoDescription",
"locationName": "videoDescription",
"documentation": "(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output."
}
},
"documentation": "An output object describes the settings for a single output file or stream in an output group."
},
"OutputChannelMapping": {
"type": "structure",
"members": {
"InputChannels": {
"shape": "ListOf__integer",
"locationName": "inputChannels",
"documentation": "List of input channels"
}
},
"documentation": "OutputChannel mapping settings."
},
"OutputDetail": {
"type": "structure",
"members": {
"DurationInMs": {
"shape": "__integer",
"locationName": "durationInMs",
"documentation": "Duration in milliseconds"
},
"VideoDetails": {
"shape": "VideoDetail",
"locationName": "videoDetails"
}
},
"documentation": "Details regarding output"
},
"OutputGroup": {
"type": "structure",
"members": {
"CustomName": {
"shape": "__string",
"locationName": "customName",
"documentation": "Use Custom Group Name (CustomName) to specify a name for the output group. This value is displayed on the console and can make your job settings JSON more human-readable. It does not affect your outputs. Use up to twelve characters that are either letters, numbers, spaces, or underscores."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "Name of the output group"
},
"OutputGroupSettings": {
"shape": "OutputGroupSettings",
"locationName": "outputGroupSettings"
},
"Outputs": {
"shape": "ListOfOutput",
"locationName": "outputs",
"documentation": "This object holds groups of encoding settings, one group of settings per output."
}
},
"documentation": "Group of outputs"
},
"OutputGroupDetail": {
"type": "structure",
"members": {
"OutputDetails": {
"shape": "ListOfOutputDetail",
"locationName": "outputDetails",
"documentation": "Details about the output"
}
},
"documentation": "Contains details about the output groups specified in the job settings."
},
"OutputGroupSettings": {
"type": "structure",
"members": {
"DashIsoGroupSettings": {
"shape": "DashIsoGroupSettings",
"locationName": "dashIsoGroupSettings"
},
"FileGroupSettings": {
"shape": "FileGroupSettings",
"locationName": "fileGroupSettings"
},
"HlsGroupSettings": {
"shape": "HlsGroupSettings",
"locationName": "hlsGroupSettings"
},
"MsSmoothGroupSettings": {
"shape": "MsSmoothGroupSettings",
"locationName": "msSmoothGroupSettings"
},
"Type": {
"shape": "OutputGroupType",
"locationName": "type"
}
},
"documentation": "Output Group settings, including type"
},
"OutputGroupType": {
"type": "string",
"documentation": "Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming)",
"enum": [
"HLS_GROUP_SETTINGS",
"DASH_ISO_GROUP_SETTINGS",
"FILE_GROUP_SETTINGS",
"MS_SMOOTH_GROUP_SETTINGS"
]
},
"OutputSdt": {
"type": "string",
"documentation": "Selects method of inserting SDT information into output stream. \"Follow input SDT\" copies SDT information from input stream to output stream. \"Follow input SDT if present\" copies SDT information from input stream to output stream if SDT information is present in the input, otherwise it will fall back on the user-defined values. Enter \"SDT Manually\" means user will enter the SDT information. \"No SDT\" means output stream will not contain SDT information.",
"enum": [
"SDT_FOLLOW",
"SDT_FOLLOW_IF_PRESENT",
"SDT_MANUAL",
"SDT_NONE"
]
},
"OutputSettings": {
"type": "structure",
"members": {
"HlsSettings": {
"shape": "HlsSettings",
"locationName": "hlsSettings"
}
},
"documentation": "Specific settings for this type of output."
},
"Preset": {
"type": "structure",
"members": {
"Arn": {
"shape": "__string",
"locationName": "arn",
"documentation": "An identifier for this resource that is unique within all of AWS."
},
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "An optional category you create to organize your presets."
},
"CreatedAt": {
"shape": "__timestamp",
"locationName": "createdAt",
"documentation": "The timestamp in epoch seconds for preset creation."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "An optional description you create for each preset."
},
"LastUpdated": {
"shape": "__timestamp",
"locationName": "lastUpdated",
"documentation": "The timestamp in epoch seconds when the preset was last updated."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "A name you create for each preset. Each name must be unique within your account."
},
"Settings": {
"shape": "PresetSettings",
"locationName": "settings"
},
"Type": {
"shape": "Type",
"locationName": "type",
"documentation": "A preset can be of two types: system or custom. System or built-in preset can't be modified or deleted by the user."
}
},
"documentation": "A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process."
},
"PresetListBy": {
"type": "string",
"documentation": "Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.",
"enum": [
"NAME",
"CREATION_DATE",
"SYSTEM"
]
},
"PresetSettings": {
"type": "structure",
"members": {
"AudioDescriptions": {
"shape": "ListOfAudioDescription",
"locationName": "audioDescriptions",
"documentation": "(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings."
},
"CaptionDescriptions": {
"shape": "ListOfCaptionDescriptionPreset",
"locationName": "captionDescriptions",
"documentation": "Caption settings for this preset. There can be multiple caption settings in a single output."
},
"ContainerSettings": {
"shape": "ContainerSettings",
"locationName": "containerSettings"
},
"VideoDescription": {
"shape": "VideoDescription",
"locationName": "videoDescription",
"documentation": "(VideoDescription) contains a group of video encoding settings. The specific video settings depend on the video codec you choose when you specify a value for Video codec (codec). Include one instance of (VideoDescription) per output."
}
},
"documentation": "Settings for preset"
},
"ProresCodecProfile": {
"type": "string",
"documentation": "Use Profile (ProResCodecProfile) to specifiy the type of Apple ProRes codec to use for this output.",
"enum": [
"APPLE_PRORES_422",
"APPLE_PRORES_422_HQ",
"APPLE_PRORES_422_LT",
"APPLE_PRORES_422_PROXY"
]
},
"ProresFramerateControl": {
"type": "string",
"documentation": "Using the API, set FramerateControl to INITIALIZE_FROM_SOURCE if you want the service to use the framerate from the input. Using the console, do this by choosing INITIALIZE_FROM_SOURCE for Framerate.",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"ProresFramerateConversionAlgorithm": {
"type": "string",
"documentation": "When set to INTERPOLATE, produces smoother motion during framerate conversion.",
"enum": [
"DUPLICATE_DROP",
"INTERPOLATE"
]
},
"ProresInterlaceMode": {
"type": "string",
"documentation": "Use Interlace mode (InterlaceMode) to choose the scan line type for the output. * Top Field First (TOP_FIELD) and Bottom Field First (BOTTOM_FIELD) produce interlaced output with the entire output having the same field polarity (top or bottom first). * Follow, Default Top (FOLLOw_TOP_FIELD) and Follow, Default Bottom (FOLLOW_BOTTOM_FIELD) use the same field polarity as the source. Therefore, behavior depends on the input scan type. - If the source is interlaced, the output will be interlaced with the same polarity as the source (it will follow the source). The output could therefore be a mix of \"top field first\" and \"bottom field first\". - If the source is progressive, the output will be interlaced with \"top field first\" or \"bottom field first\" polarity, depending on which of the Follow options you chose.",
"enum": [
"PROGRESSIVE",
"TOP_FIELD",
"BOTTOM_FIELD",
"FOLLOW_TOP_FIELD",
"FOLLOW_BOTTOM_FIELD"
]
},
"ProresParControl": {
"type": "string",
"documentation": "Use (ProresParControl) to specify how the service determines the pixel aspect ratio. Set to Follow source (INITIALIZE_FROM_SOURCE) to use the pixel aspect ratio from the input. To specify a different pixel aspect ratio: Using the console, choose it from the dropdown menu. Using the API, set ProresParControl to (SPECIFIED) and provide for (ParNumerator) and (ParDenominator).",
"enum": [
"INITIALIZE_FROM_SOURCE",
"SPECIFIED"
]
},
"ProresSettings": {
"type": "structure",
"members": {
"CodecProfile": {
"shape": "ProresCodecProfile",
"locationName": "codecProfile"
},
"FramerateControl": {
"shape": "ProresFramerateControl",
"locationName": "framerateControl"
},
"FramerateConversionAlgorithm": {
"shape": "ProresFramerateConversionAlgorithm",
"locationName": "framerateConversionAlgorithm"
},
"FramerateDenominator": {
"shape": "__integer",
"locationName": "framerateDenominator",
"documentation": "Framerate denominator."
},
"FramerateNumerator": {
"shape": "__integer",
"locationName": "framerateNumerator",
"documentation": "When you use the API for transcode jobs that use framerate conversion, specify the framerate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator."
},
"InterlaceMode": {
"shape": "ProresInterlaceMode",
"locationName": "interlaceMode"
},
"ParControl": {
"shape": "ProresParControl",
"locationName": "parControl"
},
"ParDenominator": {
"shape": "__integer",
"locationName": "parDenominator",
"documentation": "Pixel Aspect Ratio denominator."
},
"ParNumerator": {
"shape": "__integer",
"locationName": "parNumerator",
"documentation": "Pixel Aspect Ratio numerator."
},
"SlowPal": {
"shape": "ProresSlowPal",
"locationName": "slowPal"
},
"Telecine": {
"shape": "ProresTelecine",
"locationName": "telecine"
}
},
"documentation": "Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value PRORES."
},
"ProresSlowPal": {
"type": "string",
"documentation": "Enables Slow PAL rate conversion. 23.976fps and 24fps input is relabeled as 25fps, and audio is sped up correspondingly.",
"enum": [
"DISABLED",
"ENABLED"
]
},
"ProresTelecine": {
"type": "string",
"documentation": "Only use Telecine (ProresTelecine) when you set Framerate (Framerate) to 29.970. Set Telecine (ProresTelecine) to Hard (hard) to produce a 29.97i output from a 23.976 input. Set it to Soft (soft) to produce 23.976 output and leave converstion to the player.",
"enum": [
"NONE",
"HARD"
]
},
"Queue": {
"type": "structure",
"members": {
"Arn": {
"shape": "__string",
"locationName": "arn",
"documentation": "An identifier for this resource that is unique within all of AWS."
},
"CreatedAt": {
"shape": "__timestamp",
"locationName": "createdAt",
"documentation": "The timestamp in epoch seconds for queue creation."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "An optional description you create for each queue."
},
"LastUpdated": {
"shape": "__timestamp",
"locationName": "lastUpdated",
"documentation": "The timestamp in epoch seconds when the queue was last updated."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "A name you create for each queue. Each name must be unique within your account."
},
"Status": {
"shape": "QueueStatus",
"locationName": "status"
},
"Type": {
"shape": "Type",
"locationName": "type",
"documentation": "A queue can be of two types: system or custom. System or built-in queues can't be modified or deleted by the user."
}
},
"documentation": "MediaConvert jobs are submitted to a queue. Unless specified otherwise jobs are submitted to a built-in default queue. User can create additional queues to separate the jobs of different categories or priority."
},
"QueueListBy": {
"type": "string",
"documentation": "Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.",
"enum": [
"NAME",
"CREATION_DATE"
]
},
"QueueStatus": {
"type": "string",
"documentation": "Queues can be ACTIVE or PAUSED. If you pause a queue, jobs in that queue will not begin. Jobs running when a queue is paused continue to run until they finish or error out.",
"enum": [
"ACTIVE",
"PAUSED"
]
},
"Rectangle": {
"type": "structure",
"members": {
"Height": {
"shape": "__integer",
"locationName": "height",
"documentation": "Height of rectangle in pixels."
},
"Width": {
"shape": "__integer",
"locationName": "width",
"documentation": "Width of rectangle in pixels."
},
"X": {
"shape": "__integer",
"locationName": "x",
"documentation": "The distance, in pixels, between the rectangle and the left edge of the video frame."
},
"Y": {
"shape": "__integer",
"locationName": "y",
"documentation": "The distance, in pixels, between the rectangle and the top edge of the video frame."
}
},
"documentation": "Use Rectangle to identify a specific area of the video frame."
},
"RemixSettings": {
"type": "structure",
"members": {
"ChannelMapping": {
"shape": "ChannelMapping",
"locationName": "channelMapping"
},
"ChannelsIn": {
"shape": "__integer",
"locationName": "channelsIn",
"documentation": "Specify the number of audio channels from your input that you want to use in your output. With remixing, you might combine or split the data in these channels, so the number of channels in your final output might be different."
},
"ChannelsOut": {
"shape": "__integer",
"locationName": "channelsOut",
"documentation": "Specify the number of channels in this output after remixing. Valid values: 1, 2, 4, 6, 8"
}
},
"documentation": "Use Manual audio remixing (RemixSettings) to adjust audio levels for each output channel. With audio remixing, you can output more or fewer audio channels than your input audio source provides."
},
"RespondToAfd": {
"type": "string",
"documentation": "Use Respond to AFD (RespondToAfd) to specify how the service changes the video itself in response to AFD values in the input. * Choose Respond to clip the input video frame according to the AFD value, input display aspect ratio, and output display aspect ratio. * Choose Passthrough to include the input AFD values. Do not choose this when AfdSignaling is set to (NONE). A preferred implementation of this workflow is to set RespondToAfd to (NONE) and set AfdSignaling to (AUTO). * Choose None to remove all input AFD values from this output.",
"enum": [
"NONE",
"RESPOND",
"PASSTHROUGH"
]
},
"ScalingBehavior": {
"type": "string",
"documentation": "Applies only if your input aspect ratio is different from your output aspect ratio. Enable Stretch to output (StretchToOutput) to have the service stretch your video image to fit. Leave this setting disabled to allow the service to letterbox your video instead. This setting overrides any positioning value you specify elsewhere in the job.",
"enum": [
"DEFAULT",
"STRETCH_TO_OUTPUT"
]
},
"SccDestinationFramerate": {
"type": "string",
"documentation": "Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a framerate that matches the framerate of the associated video. If the video framerate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).",
"enum": [
"FRAMERATE_23_97",
"FRAMERATE_24",
"FRAMERATE_29_97_DROPFRAME",
"FRAMERATE_29_97_NON_DROPFRAME"
]
},
"SccDestinationSettings": {
"type": "structure",
"members": {
"Framerate": {
"shape": "SccDestinationFramerate",
"locationName": "framerate"
}
},
"documentation": "Settings for SCC caption output."
},
"SpekeKeyProvider": {
"type": "structure",
"members": {
"ResourceId": {
"shape": "__string",
"locationName": "resourceId",
"documentation": "The SPEKE-compliant server uses Resource ID (ResourceId) to identify content."
},
"SystemIds": {
"shape": "ListOf__string",
"locationName": "systemIds",
"documentation": "Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id."
},
"Url": {
"shape": "__string",
"locationName": "url",
"documentation": "Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content."
}
},
"documentation": "Settings for use with a SPEKE key provider"
},
"StaticKeyProvider": {
"type": "structure",
"members": {
"KeyFormat": {
"shape": "__string",
"locationName": "keyFormat",
"documentation": "Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'."
},
"KeyFormatVersions": {
"shape": "__string",
"locationName": "keyFormatVersions",
"documentation": "Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3)."
},
"StaticKeyValue": {
"shape": "__string",
"locationName": "staticKeyValue",
"documentation": "Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value (StaticKeyValue)."
},
"Url": {
"shape": "__string",
"locationName": "url",
"documentation": "Relates to DRM implementation. The location of the license server used for protecting content."
}
},
"documentation": "Settings for use with a SPEKE key provider."
},
"TeletextDestinationSettings": {
"type": "structure",
"members": {
"PageNumber": {
"shape": "__string",
"locationName": "pageNumber",
"documentation": "Set pageNumber to the Teletext page number for the destination captions for this output. This value must be a three-digit hexadecimal string; strings ending in -FF are invalid. If you are passing through the entire set of Teletext data, do not use this field."
}
},
"documentation": "Settings for Teletext caption output"
},
"TeletextSourceSettings": {
"type": "structure",
"members": {
"PageNumber": {
"shape": "__string",
"locationName": "pageNumber",
"documentation": "Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output."
}
},
"documentation": "Settings specific to Teletext caption sources, including Page number."
},
"TimecodeBurnin": {
"type": "structure",
"members": {
"FontSize": {
"shape": "__integer",
"locationName": "fontSize",
"documentation": "Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48."
},
"Position": {
"shape": "TimecodeBurninPosition",
"locationName": "position"
},
"Prefix": {
"shape": "__string",
"locationName": "prefix",
"documentation": "Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of \"EZ-\" will result in the timecode \"EZ-00:00:00:00\". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard."
}
},
"documentation": "Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output."
},
"TimecodeBurninPosition": {
"type": "string",
"documentation": "Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.",
"enum": [
"TOP_CENTER",
"TOP_LEFT",
"TOP_RIGHT",
"MIDDLE_LEFT",
"MIDDLE_CENTER",
"MIDDLE_RIGHT",
"BOTTOM_LEFT",
"BOTTOM_CENTER",
"BOTTOM_RIGHT"
]
},
"TimecodeConfig": {
"type": "structure",
"members": {
"Anchor": {
"shape": "__string",
"locationName": "anchor",
"documentation": "If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a timecode that will match the input video frame to the output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores framerate conversion. System behavior for Anchor Timecode varies depending on your setting for Timecode source (TimecodeSource). * If Timecode source (TimecodeSource) is set to Specified Start (specifiedstart), the first input frame is the specified value in Start Timecode (Start). Anchor Timecode (Anchor) and Start Timecode (Start) are used calculate output timecode. * If Timecode source (TimecodeSource) is set to Start at 0 (zerobased) the first frame is 00:00:00:00. * If Timecode source (TimecodeSource) is set to Embedded (embedded), the first frame is the timecode value on the first input frame of the input."
},
"Source": {
"shape": "TimecodeSource",
"locationName": "source"
},
"Start": {
"shape": "__string",
"locationName": "start",
"documentation": "Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART). Use Start timecode (Start) to specify the timecode for the initial frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or (HH:MM:SS;FF)."
},
"TimestampOffset": {
"shape": "__string",
"locationName": "timestampOffset",
"documentation": "Only applies to outputs that support program-date-time stamp. Use Time stamp offset (TimestampOffset) to overwrite the timecode date without affecting the time and frame number. Provide the new date as a string in the format \"yyyy-mm-dd\". To use Time stamp offset, you must also enable Insert program-date-time (InsertProgramDateTime) in the output settings."
}
},
"documentation": "Contains settings used to acquire and adjust timecode information from inputs."
},
"TimecodeSource": {
"type": "string",
"documentation": "Use Timecode source (TimecodeSource) to set how timecodes are handled within this input. To make sure that your video, audio, captions, and markers are synchronized and that time-based features, such as image inserter, work correctly, choose the Timecode source option that matches your assets. All timecodes are in a 24-hour format with frame number (HH:MM:SS:FF). * Embedded (EMBEDDED) - Use the timecode that is in the input video. If no embedded timecode is in the source, the service will use Start at 0 (ZEROBASED) instead. * Start at 0 (ZEROBASED) - Set the timecode of the initial frame to 00:00:00:00. * Specified Start (SPECIFIEDSTART) - Set the timecode of the initial frame to a value other than zero. You use Start timecode (Start) to provide this value.",
"enum": [
"EMBEDDED",
"ZEROBASED",
"SPECIFIEDSTART"
]
},
"TimedMetadata": {
"type": "string",
"documentation": "If PASSTHROUGH, inserts ID3 timed metadata from the timed_metadata REST command into this output.",
"enum": [
"PASSTHROUGH",
"NONE"
]
},
"TimedMetadataInsertion": {
"type": "structure",
"members": {
"Id3Insertions": {
"shape": "ListOfId3Insertion",
"locationName": "id3Insertions",
"documentation": "Id3Insertions contains the array of Id3Insertion instances."
}
},
"documentation": "Enable Timed metadata insertion (TimedMetadataInsertion) to include ID3 tags in your job. To include timed metadata, you must enable it here, enable it in each output container, and specify tags and timecodes in ID3 insertion (Id3Insertion) objects."
},
"Timing": {
"type": "structure",
"members": {
"FinishTime": {
"shape": "__timestamp",
"locationName": "finishTime",
"documentation": "The time, in Unix epoch format, that the transcoding job finished"
},
"StartTime": {
"shape": "__timestamp",
"locationName": "startTime",
"documentation": "The time, in Unix epoch format, that transcoding for the job began."
},
"SubmitTime": {
"shape": "__timestamp",
"locationName": "submitTime",
"documentation": "The time, in Unix epoch format, that you submitted the job."
}
},
"documentation": "Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds."
},
"TooManyRequestsException": {
"type": "structure",
"members": {
"Message": {
"shape": "__string",
"locationName": "message"
}
},
"exception": true,
"error": {
"httpStatusCode": 429
},
"documentation": "Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests."
},
"TtmlDestinationSettings": {
"type": "structure",
"members": {
"StylePassthrough": {
"shape": "TtmlStylePassthrough",
"locationName": "stylePassthrough"
}
},
"documentation": "Settings specific to TTML caption outputs, including Pass style information (TtmlStylePassthrough)."
},
"TtmlStylePassthrough": {
"type": "string",
"documentation": "Pass through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.",
"enum": [
"ENABLED",
"DISABLED"
]
},
"Type": {
"type": "string",
"enum": [
"SYSTEM",
"CUSTOM"
]
},
"UpdateJobTemplateRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "The new category for the job template, if you are changing it."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "The new description for the job template, if you are changing it."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the job template you are modifying",
"location": "uri"
},
"Queue": {
"shape": "__string",
"locationName": "queue",
"documentation": "The new queue for the job template, if you are changing it."
},
"Settings": {
"shape": "JobTemplateSettings",
"locationName": "settings"
}
},
"required": [
"Name"
]
},
"UpdateJobTemplateResponse": {
"type": "structure",
"members": {
"JobTemplate": {
"shape": "JobTemplate",
"locationName": "jobTemplate"
}
}
},
"UpdatePresetRequest": {
"type": "structure",
"members": {
"Category": {
"shape": "__string",
"locationName": "category",
"documentation": "The new category for the preset, if you are changing it."
},
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "The new description for the preset, if you are changing it."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the preset you are modifying.",
"location": "uri"
},
"Settings": {
"shape": "PresetSettings",
"locationName": "settings"
}
},
"required": [
"Name"
]
},
"UpdatePresetResponse": {
"type": "structure",
"members": {
"Preset": {
"shape": "Preset",
"locationName": "preset"
}
}
},
"UpdateQueueRequest": {
"type": "structure",
"members": {
"Description": {
"shape": "__string",
"locationName": "description",
"documentation": "The new description for the queue, if you are changing it."
},
"Name": {
"shape": "__string",
"locationName": "name",
"documentation": "The name of the queue you are modifying.",
"location": "uri"
},
"Status": {
"shape": "QueueStatus",
"locationName": "status"
}
},
"required": [
"Name"
]
},
"UpdateQueueResponse": {
"type": "structure",
"members": {
"Queue": {
"shape": "Queue",
"locationName": "queue"
}
}
},
"VideoCodec": {
"type": "string",
"documentation": "Type of video codec",
"enum": [
"FRAME_CAPTURE",
"H_264",
"H_265",
"MPEG2",
"PRORES"
]
},
"VideoCodecSettings": {
"type": "structure",
"members": {
"Codec": {
"shape": "VideoCodec",
"locationName": "codec"
},
"FrameCaptureSettings": {
"shape": "FrameCaptureSettings",
"locationName": "frameCaptureSettings"
},
"H264Settings": {
"shape": "H264Settings",
"locationName": "h264Settings"
},
"H265Settings": {
"shape": "H265Settings",
"locationName": "h265Settings"
},
"Mpeg2Settings": {
"shape": "Mpeg2Settings",
"locationName": "mpeg2Settings"
},
"ProresSettings": {
"shape": "ProresSettings",
"locationName": "proresSettings"
}
},
"documentation": "Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video encoding. The settings in this group vary depending on the value you choose for Video codec (Codec). For each codec enum you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * FRAME_CAPTURE, FrameCaptureSettings"
},
"VideoDescription": {
"type": "structure",
"members": {
"AfdSignaling": {
"shape": "AfdSignaling",
"locationName": "afdSignaling"
},
"AntiAlias": {
"shape": "AntiAlias",
"locationName": "antiAlias"
},
"CodecSettings": {
"shape": "VideoCodecSettings",
"locationName": "codecSettings"
},
"ColorMetadata": {
"shape": "ColorMetadata",
"locationName": "colorMetadata"
},
"Crop": {
"shape": "Rectangle",
"locationName": "crop",
"documentation": "Applies only if your input aspect ratio is different from your output aspect ratio. Use Input cropping rectangle (Crop) to specify the video area the service will include in the output. This will crop the input source, causing video pixels to be removed on encode. Do not use this setting if you have enabled Stretch to output (stretchToOutput) in your output settings."
},
"DropFrameTimecode": {
"shape": "DropFrameTimecode",
"locationName": "dropFrameTimecode"
},
"FixedAfd": {
"shape": "__integer",
"locationName": "fixedAfd",
"documentation": "Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED). Use Fixed (FixedAfd) to specify a four-bit AFD value which the service will write on all frames of this video output."
},
"Height": {
"shape": "__integer",
"locationName": "height",
"documentation": "Use the Height (Height) setting to define the video resolution height for this output. Specify in pixels. If you don't provide a value here, the service will use the input height."
},
"Position": {
"shape": "Rectangle",
"locationName": "position",
"documentation": "Use Position (Position) to point to a rectangle object to define your position. This setting overrides any other aspect ratio."
},
"RespondToAfd": {
"shape": "RespondToAfd",
"locationName": "respondToAfd"
},
"ScalingBehavior": {
"shape": "ScalingBehavior",
"locationName": "scalingBehavior"
},
"Sharpness": {
"shape": "__integer",
"locationName": "sharpness",
"documentation": "Use Sharpness (Sharpness)setting to specify the strength of anti-aliasing. This setting changes the width of the anti-alias filter kernel used for scaling. Sharpness only applies if your output resolution is different from your input resolution, and if you set Anti-alias (AntiAlias) to ENABLED. 0 is the softest setting, 100 the sharpest, and 50 recommended for most content."
},
"TimecodeInsertion": {
"shape": "VideoTimecodeInsertion",
"locationName": "timecodeInsertion"
},
"VideoPreprocessors": {
"shape": "VideoPreprocessor",
"locationName": "videoPreprocessors",
"documentation": "Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default."
},
"Width": {
"shape": "__integer",
"locationName": "width",
"documentation": "Use Width (Width) to define the video resolution width, in pixels, for this output. If you don't provide a value here, the service will use the input width."
}
},
"documentation": "Settings for video outputs"
},
"VideoDetail": {
"type": "structure",
"members": {
"HeightInPx": {
"shape": "__integer",
"locationName": "heightInPx",
"documentation": "Height in pixels for the output"
},
"WidthInPx": {
"shape": "__integer",
"locationName": "widthInPx",
"documentation": "Width in pixels for the output"
}
},
"documentation": "Contains details about the output's video stream"
},
"VideoPreprocessor": {
"type": "structure",
"members": {
"ColorCorrector": {
"shape": "ColorCorrector",
"locationName": "colorCorrector",
"documentation": "Enable the Color corrector (ColorCorrector) feature if necessary. Enable or disable this feature for each output individually. This setting is disabled by default."
},
"Deinterlacer": {
"shape": "Deinterlacer",
"locationName": "deinterlacer",
"documentation": "Use Deinterlacer (Deinterlacer) to produce smoother motion and a clearer picture."
},
"ImageInserter": {
"shape": "ImageInserter",
"locationName": "imageInserter",
"documentation": "Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default."
},
"NoiseReducer": {
"shape": "NoiseReducer",
"locationName": "noiseReducer",
"documentation": "Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default."
},
"TimecodeBurnin": {
"shape": "TimecodeBurnin",
"locationName": "timecodeBurnin",
"documentation": "Timecode burn-in (TimecodeBurnIn)--Burns the output timecode and specified prefix into the output."
}
},
"documentation": "Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default."
},
"VideoSelector": {
"type": "structure",
"members": {
"ColorSpace": {
"shape": "ColorSpace",
"locationName": "colorSpace"
},
"ColorSpaceUsage": {
"shape": "ColorSpaceUsage",
"locationName": "colorSpaceUsage"
},
"Hdr10Metadata": {
"shape": "Hdr10Metadata",
"locationName": "hdr10Metadata"
},
"Pid": {
"shape": "__integer",
"locationName": "pid",
"documentation": "Use PID (Pid) to select specific video data from an input file. Specify this value as an integer; the system automatically converts it to the hexidecimal value. For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier for a set of data in an MPEG-2 transport stream container."
},
"ProgramNumber": {
"shape": "__integer",
"locationName": "programNumber",
"documentation": "Selects a specific program from within a multi-program transport stream. Note that Quad 4K is not currently supported."
}
},
"documentation": "Selector for video."
},
"VideoTimecodeInsertion": {
"type": "string",
"documentation": "Enable Timecode insertion to include timecode information in this output. Do this in the API by setting (VideoTimecodeInsertion) to (PIC_TIMING_SEI). To get timecodes to appear correctly in your output, also set up the timecode configuration for your job in the input settings. Only enable Timecode insertion when the input framerate is identical to output framerate. Disable this setting to remove the timecode from the output. Default is disabled.",
"enum": [
"DISABLED",
"PIC_TIMING_SEI"
]
},
"WavSettings": {
"type": "structure",
"members": {
"BitDepth": {
"shape": "__integer",
"locationName": "bitDepth",
"documentation": "Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track."
},
"Channels": {
"shape": "__integer",
"locationName": "channels",
"documentation": "Set Channels to specify the number of channels in this output audio track. With WAV, valid values 1, 2, 4, and 8. In the console, these values are Mono, Stereo, 4-Channel, and 8-Channel, respectively."
},
"SampleRate": {
"shape": "__integer",
"locationName": "sampleRate",
"documentation": "Sample rate in Hz."
}
},
"documentation": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV."
},
"__boolean": {
"type": "boolean"
},
"__double": {
"type": "double"
},
"__integer": {
"type": "integer"
},
"__string": {
"type": "string"
},
"__timestamp": {
"type": "timestamp"
}
},
"documentation": "AWS Elemental MediaConvert"
}