interface AccelerationSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConvert.CfnJobTemplate.AccelerationSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconvert#CfnJobTemplate_AccelerationSettingsProperty |
![]() | software.amazon.awscdk.services.mediaconvert.CfnJobTemplate.AccelerationSettingsProperty |
![]() | aws_cdk.aws_mediaconvert.CfnJobTemplate.AccelerationSettingsProperty |
![]() | aws-cdk-lib » aws_mediaconvert » CfnJobTemplate » AccelerationSettingsProperty |
Accelerated transcoding can significantly speed up jobs with long, visually complex content.
Outputs that use this feature incur pro-tier pricing. For information about feature limitations, For more information, see Job Limitations for Accelerated Transcoding in AWS Elemental MediaConvert in the AWS Elemental MediaConvert User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconvert as mediaconvert } from 'aws-cdk-lib';
const accelerationSettingsProperty: mediaconvert.CfnJobTemplate.AccelerationSettingsProperty = {
mode: 'mode',
};
Properties
Name | Type | Description |
---|---|---|
mode | string | Specify the conditions when the service will run your job with accelerated transcoding. |
mode
Type:
string
Specify the conditions when the service will run your job with accelerated transcoding.