...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/mediaconvert"
Overview
Constants

Overview ▾

Package mediaconvert provides the client and types for making API requests to AWS Elemental MediaConvert.

AWS Elemental MediaConvert

See https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29 for more information on this service.

See mediaconvert package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/mediaconvert/

Using the Client

To contact AWS Elemental MediaConvert with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Elemental MediaConvert client MediaConvert for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/mediaconvert/#New

The stub package, mediaconvertiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type MediaConvert
func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaConvert
func (c *MediaConvert) AssociateCertificate(input *AssociateCertificateInput) (*AssociateCertificateOutput, error)
func (c *MediaConvert) AssociateCertificateRequest(input *AssociateCertificateInput) (req *request.Request, output *AssociateCertificateOutput)
func (c *MediaConvert) AssociateCertificateWithContext(ctx aws.Context, input *AssociateCertificateInput, opts ...request.Option) (*AssociateCertificateOutput, error)
func (c *MediaConvert) CancelJob(input *CancelJobInput) (*CancelJobOutput, error)
func (c *MediaConvert) CancelJobRequest(input *CancelJobInput) (req *request.Request, output *CancelJobOutput)
func (c *MediaConvert) CancelJobWithContext(ctx aws.Context, input *CancelJobInput, opts ...request.Option) (*CancelJobOutput, error)
func (c *MediaConvert) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)
func (c *MediaConvert) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)
func (c *MediaConvert) CreateJobTemplate(input *CreateJobTemplateInput) (*CreateJobTemplateOutput, error)
func (c *MediaConvert) CreateJobTemplateRequest(input *CreateJobTemplateInput) (req *request.Request, output *CreateJobTemplateOutput)
func (c *MediaConvert) CreateJobTemplateWithContext(ctx aws.Context, input *CreateJobTemplateInput, opts ...request.Option) (*CreateJobTemplateOutput, error)
func (c *MediaConvert) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)
func (c *MediaConvert) CreatePreset(input *CreatePresetInput) (*CreatePresetOutput, error)
func (c *MediaConvert) CreatePresetRequest(input *CreatePresetInput) (req *request.Request, output *CreatePresetOutput)
func (c *MediaConvert) CreatePresetWithContext(ctx aws.Context, input *CreatePresetInput, opts ...request.Option) (*CreatePresetOutput, error)
func (c *MediaConvert) CreateQueue(input *CreateQueueInput) (*CreateQueueOutput, error)
func (c *MediaConvert) CreateQueueRequest(input *CreateQueueInput) (req *request.Request, output *CreateQueueOutput)
func (c *MediaConvert) CreateQueueWithContext(ctx aws.Context, input *CreateQueueInput, opts ...request.Option) (*CreateQueueOutput, error)
func (c *MediaConvert) DeleteJobTemplate(input *DeleteJobTemplateInput) (*DeleteJobTemplateOutput, error)
func (c *MediaConvert) DeleteJobTemplateRequest(input *DeleteJobTemplateInput) (req *request.Request, output *DeleteJobTemplateOutput)
func (c *MediaConvert) DeleteJobTemplateWithContext(ctx aws.Context, input *DeleteJobTemplateInput, opts ...request.Option) (*DeleteJobTemplateOutput, error)
func (c *MediaConvert) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)
func (c *MediaConvert) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)
func (c *MediaConvert) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)
func (c *MediaConvert) DeletePreset(input *DeletePresetInput) (*DeletePresetOutput, error)
func (c *MediaConvert) DeletePresetRequest(input *DeletePresetInput) (req *request.Request, output *DeletePresetOutput)
func (c *MediaConvert) DeletePresetWithContext(ctx aws.Context, input *DeletePresetInput, opts ...request.Option) (*DeletePresetOutput, error)
func (c *MediaConvert) DeleteQueue(input *DeleteQueueInput) (*DeleteQueueOutput, error)
func (c *MediaConvert) DeleteQueueRequest(input *DeleteQueueInput) (req *request.Request, output *DeleteQueueOutput)
func (c *MediaConvert) DeleteQueueWithContext(ctx aws.Context, input *DeleteQueueInput, opts ...request.Option) (*DeleteQueueOutput, error)
func (c *MediaConvert) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
func (c *MediaConvert) DescribeEndpointsPages(input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool) error
func (c *MediaConvert) DescribeEndpointsPagesWithContext(ctx aws.Context, input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool, opts ...request.Option) error
func (c *MediaConvert) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)
func (c *MediaConvert) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)
func (c *MediaConvert) DisassociateCertificate(input *DisassociateCertificateInput) (*DisassociateCertificateOutput, error)
func (c *MediaConvert) DisassociateCertificateRequest(input *DisassociateCertificateInput) (req *request.Request, output *DisassociateCertificateOutput)
func (c *MediaConvert) DisassociateCertificateWithContext(ctx aws.Context, input *DisassociateCertificateInput, opts ...request.Option) (*DisassociateCertificateOutput, error)
func (c *MediaConvert) GetJob(input *GetJobInput) (*GetJobOutput, error)
func (c *MediaConvert) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput)
func (c *MediaConvert) GetJobTemplate(input *GetJobTemplateInput) (*GetJobTemplateOutput, error)
func (c *MediaConvert) GetJobTemplateRequest(input *GetJobTemplateInput) (req *request.Request, output *GetJobTemplateOutput)
func (c *MediaConvert) GetJobTemplateWithContext(ctx aws.Context, input *GetJobTemplateInput, opts ...request.Option) (*GetJobTemplateOutput, error)
func (c *MediaConvert) GetJobWithContext(ctx aws.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error)
func (c *MediaConvert) GetPolicy(input *GetPolicyInput) (*GetPolicyOutput, error)
func (c *MediaConvert) GetPolicyRequest(input *GetPolicyInput) (req *request.Request, output *GetPolicyOutput)
func (c *MediaConvert) GetPolicyWithContext(ctx aws.Context, input *GetPolicyInput, opts ...request.Option) (*GetPolicyOutput, error)
func (c *MediaConvert) GetPreset(input *GetPresetInput) (*GetPresetOutput, error)
func (c *MediaConvert) GetPresetRequest(input *GetPresetInput) (req *request.Request, output *GetPresetOutput)
func (c *MediaConvert) GetPresetWithContext(ctx aws.Context, input *GetPresetInput, opts ...request.Option) (*GetPresetOutput, error)
func (c *MediaConvert) GetQueue(input *GetQueueInput) (*GetQueueOutput, error)
func (c *MediaConvert) GetQueueRequest(input *GetQueueInput) (req *request.Request, output *GetQueueOutput)
func (c *MediaConvert) GetQueueWithContext(ctx aws.Context, input *GetQueueInput, opts ...request.Option) (*GetQueueOutput, error)
func (c *MediaConvert) ListJobTemplates(input *ListJobTemplatesInput) (*ListJobTemplatesOutput, error)
func (c *MediaConvert) ListJobTemplatesPages(input *ListJobTemplatesInput, fn func(*ListJobTemplatesOutput, bool) bool) error
func (c *MediaConvert) ListJobTemplatesPagesWithContext(ctx aws.Context, input *ListJobTemplatesInput, fn func(*ListJobTemplatesOutput, bool) bool, opts ...request.Option) error
func (c *MediaConvert) ListJobTemplatesRequest(input *ListJobTemplatesInput) (req *request.Request, output *ListJobTemplatesOutput)
func (c *MediaConvert) ListJobTemplatesWithContext(ctx aws.Context, input *ListJobTemplatesInput, opts ...request.Option) (*ListJobTemplatesOutput, error)
func (c *MediaConvert) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)
func (c *MediaConvert) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error
func (c *MediaConvert) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...request.Option) error
func (c *MediaConvert) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)
func (c *MediaConvert) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)
func (c *MediaConvert) ListPresets(input *ListPresetsInput) (*ListPresetsOutput, error)
func (c *MediaConvert) ListPresetsPages(input *ListPresetsInput, fn func(*ListPresetsOutput, bool) bool) error
func (c *MediaConvert) ListPresetsPagesWithContext(ctx aws.Context, input *ListPresetsInput, fn func(*ListPresetsOutput, bool) bool, opts ...request.Option) error
func (c *MediaConvert) ListPresetsRequest(input *ListPresetsInput) (req *request.Request, output *ListPresetsOutput)
func (c *MediaConvert) ListPresetsWithContext(ctx aws.Context, input *ListPresetsInput, opts ...request.Option) (*ListPresetsOutput, error)
func (c *MediaConvert) ListQueues(input *ListQueuesInput) (*ListQueuesOutput, error)
func (c *MediaConvert) ListQueuesPages(input *ListQueuesInput, fn func(*ListQueuesOutput, bool) bool) error
func (c *MediaConvert) ListQueuesPagesWithContext(ctx aws.Context, input *ListQueuesInput, fn func(*ListQueuesOutput, bool) bool, opts ...request.Option) error
func (c *MediaConvert) ListQueuesRequest(input *ListQueuesInput) (req *request.Request, output *ListQueuesOutput)
func (c *MediaConvert) ListQueuesWithContext(ctx aws.Context, input *ListQueuesInput, opts ...request.Option) (*ListQueuesOutput, error)
func (c *MediaConvert) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *MediaConvert) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *MediaConvert) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *MediaConvert) PutPolicy(input *PutPolicyInput) (*PutPolicyOutput, error)
func (c *MediaConvert) PutPolicyRequest(input *PutPolicyInput) (req *request.Request, output *PutPolicyOutput)
func (c *MediaConvert) PutPolicyWithContext(ctx aws.Context, input *PutPolicyInput, opts ...request.Option) (*PutPolicyOutput, error)
func (c *MediaConvert) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
func (c *MediaConvert) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
func (c *MediaConvert) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
func (c *MediaConvert) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
func (c *MediaConvert) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
func (c *MediaConvert) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
func (c *MediaConvert) UpdateJobTemplate(input *UpdateJobTemplateInput) (*UpdateJobTemplateOutput, error)
func (c *MediaConvert) UpdateJobTemplateRequest(input *UpdateJobTemplateInput) (req *request.Request, output *UpdateJobTemplateOutput)
func (c *MediaConvert) UpdateJobTemplateWithContext(ctx aws.Context, input *UpdateJobTemplateInput, opts ...request.Option) (*UpdateJobTemplateOutput, error)
func (c *MediaConvert) UpdatePreset(input *UpdatePresetInput) (*UpdatePresetOutput, error)
func (c *MediaConvert) UpdatePresetRequest(input *UpdatePresetInput) (req *request.Request, output *UpdatePresetOutput)
func (c *MediaConvert) UpdatePresetWithContext(ctx aws.Context, input *UpdatePresetInput, opts ...request.Option) (*UpdatePresetOutput, error)
func (c *MediaConvert) UpdateQueue(input *UpdateQueueInput) (*UpdateQueueOutput, error)
func (c *MediaConvert) UpdateQueueRequest(input *UpdateQueueInput) (req *request.Request, output *UpdateQueueOutput)
func (c *MediaConvert) UpdateQueueWithContext(ctx aws.Context, input *UpdateQueueInput, opts ...request.Option) (*UpdateQueueOutput, error)
func AacAudioDescriptionBroadcasterMix_Values() []string
func AacCodecProfile_Values() []string
func AacCodingMode_Values() []string
func AacRateControlMode_Values() []string
func AacRawFormat_Values() []string
func AacSpecification_Values() []string
func AacVbrQuality_Values() []string
func Ac3BitstreamMode_Values() []string
func Ac3CodingMode_Values() []string
func Ac3DynamicRangeCompressionLine_Values() []string
func Ac3DynamicRangeCompressionProfile_Values() []string
func Ac3DynamicRangeCompressionRf_Values() []string
func Ac3LfeFilter_Values() []string
func Ac3MetadataControl_Values() []string
func AccelerationMode_Values() []string
func AccelerationStatus_Values() []string
func AdvancedInputFilterAddTexture_Values() []string
func AdvancedInputFilterSharpen_Values() []string
func AdvancedInputFilter_Values() []string
func AfdSignaling_Values() []string
func AlphaBehavior_Values() []string
func AncillaryConvert608To708_Values() []string
func AncillaryTerminateCaptions_Values() []string
func AntiAlias_Values() []string
func AudioChannelTag_Values() []string
func AudioCodec_Values() []string
func AudioDefaultSelection_Values() []string
func AudioDurationCorrection_Values() []string
func AudioLanguageCodeControl_Values() []string
func AudioNormalizationAlgorithmControl_Values() []string
func AudioNormalizationAlgorithm_Values() []string
func AudioNormalizationLoudnessLogging_Values() []string
func AudioNormalizationPeakCalculation_Values() []string
func AudioSelectorType_Values() []string
func AudioTypeControl_Values() []string
func Av1AdaptiveQuantization_Values() []string
func Av1BitDepth_Values() []string
func Av1FramerateControl_Values() []string
func Av1FramerateConversionAlgorithm_Values() []string
func Av1RateControlMode_Values() []string
func Av1SpatialAdaptiveQuantization_Values() []string
func AvcIntraClass_Values() []string
func AvcIntraFramerateControl_Values() []string
func AvcIntraFramerateConversionAlgorithm_Values() []string
func AvcIntraInterlaceMode_Values() []string
func AvcIntraScanTypeConversionMode_Values() []string
func AvcIntraSlowPal_Values() []string
func AvcIntraTelecine_Values() []string
func AvcIntraUhdQualityTuningLevel_Values() []string
func BandwidthReductionFilterSharpening_Values() []string
func BandwidthReductionFilterStrength_Values() []string
func BillingTagsSource_Values() []string
func BurnInSubtitleStylePassthrough_Values() []string
func BurninSubtitleAlignment_Values() []string
func BurninSubtitleApplyFontColor_Values() []string
func BurninSubtitleBackgroundColor_Values() []string
func BurninSubtitleFallbackFont_Values() []string
func BurninSubtitleFontColor_Values() []string
func BurninSubtitleOutlineColor_Values() []string
func BurninSubtitleShadowColor_Values() []string
func BurninSubtitleTeletextSpacing_Values() []string
func CaptionDestinationType_Values() []string
func CaptionSourceConvertPaintOnToPopOn_Values() []string
func CaptionSourceType_Values() []string
func CmafClientCache_Values() []string
func CmafCodecSpecification_Values() []string
func CmafEncryptionType_Values() []string
func CmafImageBasedTrickPlay_Values() []string
func CmafInitializationVectorInManifest_Values() []string
func CmafIntervalCadence_Values() []string
func CmafKeyProviderType_Values() []string
func CmafManifestCompression_Values() []string
func CmafManifestDurationFormat_Values() []string
func CmafMpdManifestBandwidthType_Values() []string
func CmafMpdProfile_Values() []string
func CmafPtsOffsetHandlingForBFrames_Values() []string
func CmafSegmentControl_Values() []string
func CmafSegmentLengthControl_Values() []string
func CmafStreamInfResolution_Values() []string
func CmafTargetDurationCompatibilityMode_Values() []string
func CmafVideoCompositionOffsets_Values() []string
func CmafWriteDASHManifest_Values() []string
func CmafWriteHLSManifest_Values() []string
func CmafWriteSegmentTimelineInRepresentation_Values() []string
func CmfcAudioDuration_Values() []string
func CmfcAudioTrackType_Values() []string
func CmfcDescriptiveVideoServiceFlag_Values() []string
func CmfcIFrameOnlyManifest_Values() []string
func CmfcKlvMetadata_Values() []string
func CmfcManifestMetadataSignaling_Values() []string
func CmfcScte35Esam_Values() []string
func CmfcScte35Source_Values() []string
func CmfcTimedMetadataBoxVersion_Values() []string
func CmfcTimedMetadata_Values() []string
func ColorMetadata_Values() []string
func ColorSpaceConversion_Values() []string
func ColorSpaceUsage_Values() []string
func ColorSpace_Values() []string
func Commitment_Values() []string
func ContainerType_Values() []string
func CopyProtectionAction_Values() []string
func DashIsoGroupAudioChannelConfigSchemeIdUri_Values() []string
func DashIsoHbbtvCompliance_Values() []string
func DashIsoImageBasedTrickPlay_Values() []string
func DashIsoIntervalCadence_Values() []string
func DashIsoMpdManifestBandwidthType_Values() []string
func DashIsoMpdProfile_Values() []string
func DashIsoPlaybackDeviceCompatibility_Values() []string
func DashIsoPtsOffsetHandlingForBFrames_Values() []string
func DashIsoSegmentControl_Values() []string
func DashIsoSegmentLengthControl_Values() []string
func DashIsoVideoCompositionOffsets_Values() []string
func DashIsoWriteSegmentTimelineInRepresentation_Values() []string
func DashManifestStyle_Values() []string
func DecryptionMode_Values() []string
func DeinterlaceAlgorithm_Values() []string
func DeinterlacerControl_Values() []string
func DeinterlacerMode_Values() []string
func DescribeEndpointsMode_Values() []string
func DolbyVisionLevel6Mode_Values() []string
func DolbyVisionMapping_Values() []string
func DolbyVisionProfile_Values() []string
func DropFrameTimecode_Values() []string
func DvbSubSubtitleFallbackFont_Values() []string
func DvbSubtitleAlignment_Values() []string
func DvbSubtitleApplyFontColor_Values() []string
func DvbSubtitleBackgroundColor_Values() []string
func DvbSubtitleFontColor_Values() []string
func DvbSubtitleOutlineColor_Values() []string
func DvbSubtitleShadowColor_Values() []string
func DvbSubtitleStylePassthrough_Values() []string
func DvbSubtitleTeletextSpacing_Values() []string
func DvbSubtitlingType_Values() []string
func DvbddsHandling_Values() []string
func Eac3AtmosBitstreamMode_Values() []string
func Eac3AtmosCodingMode_Values() []string
func Eac3AtmosDialogueIntelligence_Values() []string
func Eac3AtmosDownmixControl_Values() []string
func Eac3AtmosDynamicRangeCompressionLine_Values() []string
func Eac3AtmosDynamicRangeCompressionRf_Values() []string
func Eac3AtmosDynamicRangeControl_Values() []string
func Eac3AtmosMeteringMode_Values() []string
func Eac3AtmosStereoDownmix_Values() []string
func Eac3AtmosSurroundExMode_Values() []string
func Eac3AttenuationControl_Values() []string
func Eac3BitstreamMode_Values() []string
func Eac3CodingMode_Values() []string
func Eac3DcFilter_Values() []string
func Eac3DynamicRangeCompressionLine_Values() []string
func Eac3DynamicRangeCompressionRf_Values() []string
func Eac3LfeControl_Values() []string
func Eac3LfeFilter_Values() []string
func Eac3MetadataControl_Values() []string
func Eac3PassthroughControl_Values() []string
func Eac3PhaseControl_Values() []string
func Eac3StereoDownmix_Values() []string
func Eac3SurroundExMode_Values() []string
func Eac3SurroundMode_Values() []string
func EmbeddedConvert608To708_Values() []string
func EmbeddedTerminateCaptions_Values() []string
func EmbeddedTimecodeOverride_Values() []string
func F4vMoovPlacement_Values() []string
func FileSourceConvert608To708_Values() []string
func FileSourceTimeDeltaUnits_Values() []string
func FontScript_Values() []string
func H264AdaptiveQuantization_Values() []string
func H264CodecLevel_Values() []string
func H264CodecProfile_Values() []string
func H264DynamicSubGop_Values() []string
func H264EntropyEncoding_Values() []string
func H264FieldEncoding_Values() []string
func H264FlickerAdaptiveQuantization_Values() []string
func H264FramerateControl_Values() []string
func H264FramerateConversionAlgorithm_Values() []string
func H264GopBReference_Values() []string
func H264GopSizeUnits_Values() []string
func H264InterlaceMode_Values() []string
func H264ParControl_Values() []string
func H264QualityTuningLevel_Values() []string
func H264RateControlMode_Values() []string
func H264RepeatPps_Values() []string
func H264ScanTypeConversionMode_Values() []string
func H264SceneChangeDetect_Values() []string
func H264SlowPal_Values() []string
func H264SpatialAdaptiveQuantization_Values() []string
func H264Syntax_Values() []string
func H264Telecine_Values() []string
func H264TemporalAdaptiveQuantization_Values() []string
func H264UnregisteredSeiTimecode_Values() []string
func H265AdaptiveQuantization_Values() []string
func H265AlternateTransferFunctionSei_Values() []string
func H265CodecLevel_Values() []string
func H265CodecProfile_Values() []string
func H265DynamicSubGop_Values() []string
func H265FlickerAdaptiveQuantization_Values() []string
func H265FramerateControl_Values() []string
func H265FramerateConversionAlgorithm_Values() []string
func H265GopBReference_Values() []string
func H265GopSizeUnits_Values() []string
func H265InterlaceMode_Values() []string
func H265ParControl_Values() []string
func H265QualityTuningLevel_Values() []string
func H265RateControlMode_Values() []string
func H265SampleAdaptiveOffsetFilterMode_Values() []string
func H265ScanTypeConversionMode_Values() []string
func H265SceneChangeDetect_Values() []string
func H265SlowPal_Values() []string
func H265SpatialAdaptiveQuantization_Values() []string
func H265Telecine_Values() []string
func H265TemporalAdaptiveQuantization_Values() []string
func H265TemporalIds_Values() []string
func H265Tiles_Values() []string
func H265UnregisteredSeiTimecode_Values() []string
func H265WriteMp4PackagingType_Values() []string
func HDRToSDRToneMapper_Values() []string
func HlsAdMarkers_Values() []string
func HlsAudioOnlyContainer_Values() []string
func HlsAudioOnlyHeader_Values() []string
func HlsAudioTrackType_Values() []string
func HlsCaptionLanguageSetting_Values() []string
func HlsCaptionSegmentLengthControl_Values() []string
func HlsClientCache_Values() []string
func HlsCodecSpecification_Values() []string
func HlsDescriptiveVideoServiceFlag_Values() []string
func HlsDirectoryStructure_Values() []string
func HlsEncryptionType_Values() []string
func HlsIFrameOnlyManifest_Values() []string
func HlsImageBasedTrickPlay_Values() []string
func HlsInitializationVectorInManifest_Values() []string
func HlsIntervalCadence_Values() []string
func HlsKeyProviderType_Values() []string
func HlsManifestCompression_Values() []string
func HlsManifestDurationFormat_Values() []string
func HlsOfflineEncrypted_Values() []string
func HlsOutputSelection_Values() []string
func HlsProgramDateTime_Values() []string
func HlsSegmentControl_Values() []string
func HlsSegmentLengthControl_Values() []string
func HlsStreamInfResolution_Values() []string
func HlsTargetDurationCompatibilityMode_Values() []string
func HlsTimedMetadataId3Frame_Values() []string
func ImscAccessibilitySubs_Values() []string
func ImscStylePassthrough_Values() []string
func InputDeblockFilter_Values() []string
func InputDenoiseFilter_Values() []string
func InputFilterEnable_Values() []string
func InputPolicy_Values() []string
func InputPsiControl_Values() []string
func InputRotate_Values() []string
func InputSampleRange_Values() []string
func InputScanType_Values() []string
func InputTimecodeSource_Values() []string
func JobPhase_Values() []string
func JobStatus_Values() []string
func JobTemplateListBy_Values() []string
func LanguageCode_Values() []string
func M2tsAudioBufferModel_Values() []string
func M2tsAudioDuration_Values() []string
func M2tsBufferModel_Values() []string
func M2tsDataPtsControl_Values() []string
func M2tsEbpAudioInterval_Values() []string
func M2tsEbpPlacement_Values() []string
func M2tsEsRateInPes_Values() []string
func M2tsForceTsVideoEbpOrder_Values() []string
func M2tsKlvMetadata_Values() []string
func M2tsNielsenId3_Values() []string
func M2tsPcrControl_Values() []string
func M2tsRateMode_Values() []string
func M2tsScte35Source_Values() []string
func M2tsSegmentationMarkers_Values() []string
func M2tsSegmentationStyle_Values() []string
func M3u8AudioDuration_Values() []string
func M3u8DataPtsControl_Values() []string
func M3u8NielsenId3_Values() []string
func M3u8PcrControl_Values() []string
func M3u8Scte35Source_Values() []string
func MotionImageInsertionMode_Values() []string
func MotionImagePlayback_Values() []string
func MovClapAtom_Values() []string
func MovCslgAtom_Values() []string
func MovMpeg2FourCCControl_Values() []string
func MovPaddingControl_Values() []string
func MovReference_Values() []string
func Mp3RateControlMode_Values() []string
func Mp4CslgAtom_Values() []string
func Mp4FreeSpaceBox_Values() []string
func Mp4MoovPlacement_Values() []string
func MpdAccessibilityCaptionHints_Values() []string
func MpdAudioDuration_Values() []string
func MpdCaptionContainerType_Values() []string
func MpdKlvMetadata_Values() []string
func MpdManifestMetadataSignaling_Values() []string
func MpdScte35Esam_Values() []string
func MpdScte35Source_Values() []string
func MpdTimedMetadataBoxVersion_Values() []string
func MpdTimedMetadata_Values() []string
func Mpeg2AdaptiveQuantization_Values() []string
func Mpeg2CodecLevel_Values() []string
func Mpeg2CodecProfile_Values() []string
func Mpeg2DynamicSubGop_Values() []string
func Mpeg2FramerateControl_Values() []string
func Mpeg2FramerateConversionAlgorithm_Values() []string
func Mpeg2GopSizeUnits_Values() []string
func Mpeg2InterlaceMode_Values() []string
func Mpeg2IntraDcPrecision_Values() []string
func Mpeg2ParControl_Values() []string
func Mpeg2QualityTuningLevel_Values() []string
func Mpeg2RateControlMode_Values() []string
func Mpeg2ScanTypeConversionMode_Values() []string
func Mpeg2SceneChangeDetect_Values() []string
func Mpeg2SlowPal_Values() []string
func Mpeg2SpatialAdaptiveQuantization_Values() []string
func Mpeg2Syntax_Values() []string
func Mpeg2Telecine_Values() []string
func Mpeg2TemporalAdaptiveQuantization_Values() []string
func MsSmoothAudioDeduplication_Values() []string
func MsSmoothFragmentLengthControl_Values() []string
func MsSmoothManifestEncoding_Values() []string
func MxfAfdSignaling_Values() []string
func MxfProfile_Values() []string
func MxfXavcDurationMode_Values() []string
func NielsenActiveWatermarkProcessType_Values() []string
func NielsenSourceWatermarkStatusType_Values() []string
func NielsenUniqueTicPerAudioTrackType_Values() []string
func NoiseFilterPostTemporalSharpeningStrength_Values() []string
func NoiseFilterPostTemporalSharpening_Values() []string
func NoiseReducerFilter_Values() []string
func Order_Values() []string
func OutputGroupType_Values() []string
func OutputSdt_Values() []string
func PadVideo_Values() []string
func PresetListBy_Values() []string
func PricingPlan_Values() []string
func ProresChromaSampling_Values() []string
func ProresCodecProfile_Values() []string
func ProresFramerateControl_Values() []string
func ProresFramerateConversionAlgorithm_Values() []string
func ProresInterlaceMode_Values() []string
func ProresParControl_Values() []string
func ProresScanTypeConversionMode_Values() []string
func ProresSlowPal_Values() []string
func ProresTelecine_Values() []string
func QueueListBy_Values() []string
func QueueStatus_Values() []string
func RenewalType_Values() []string
func RequiredFlag_Values() []string
func ReservationPlanStatus_Values() []string
func RespondToAfd_Values() []string
func RuleType_Values() []string
func S3ObjectCannedAcl_Values() []string
func S3ServerSideEncryptionType_Values() []string
func SampleRangeConversion_Values() []string
func ScalingBehavior_Values() []string
func SccDestinationFramerate_Values() []string
func SimulateReservedQueue_Values() []string
func SrtStylePassthrough_Values() []string
func StatusUpdateInterval_Values() []string
func TeletextPageType_Values() []string
func TimecodeBurninPosition_Values() []string
func TimecodeSource_Values() []string
func TimedMetadata_Values() []string
func TtmlStylePassthrough_Values() []string
func Type_Values() []string
func Vc3Class_Values() []string
func Vc3FramerateControl_Values() []string
func Vc3FramerateConversionAlgorithm_Values() []string
func Vc3InterlaceMode_Values() []string
func Vc3ScanTypeConversionMode_Values() []string
func Vc3SlowPal_Values() []string
func Vc3Telecine_Values() []string
func VchipAction_Values() []string
func VideoCodec_Values() []string
func VideoTimecodeInsertion_Values() []string
func Vp8FramerateControl_Values() []string
func Vp8FramerateConversionAlgorithm_Values() []string
func Vp8ParControl_Values() []string
func Vp8QualityTuningLevel_Values() []string
func Vp8RateControlMode_Values() []string
func Vp9FramerateControl_Values() []string
func Vp9FramerateConversionAlgorithm_Values() []string
func Vp9ParControl_Values() []string
func Vp9QualityTuningLevel_Values() []string
func Vp9RateControlMode_Values() []string
func WatermarkingStrength_Values() []string
func WavFormat_Values() []string
func WebvttAccessibilitySubs_Values() []string
func WebvttStylePassthrough_Values() []string
func Xavc4kIntraCbgProfileClass_Values() []string
func Xavc4kIntraVbrProfileClass_Values() []string
func Xavc4kProfileBitrateClass_Values() []string
func Xavc4kProfileCodecProfile_Values() []string
func Xavc4kProfileQualityTuningLevel_Values() []string
func XavcAdaptiveQuantization_Values() []string
func XavcEntropyEncoding_Values() []string
func XavcFlickerAdaptiveQuantization_Values() []string
func XavcFramerateControl_Values() []string
func XavcFramerateConversionAlgorithm_Values() []string
func XavcGopBReference_Values() []string
func XavcHdIntraCbgProfileClass_Values() []string
func XavcHdProfileBitrateClass_Values() []string
func XavcHdProfileQualityTuningLevel_Values() []string
func XavcHdProfileTelecine_Values() []string
func XavcInterlaceMode_Values() []string
func XavcProfile_Values() []string
func XavcSlowPal_Values() []string
func XavcSpatialAdaptiveQuantization_Values() []string
func XavcTemporalAdaptiveQuantization_Values() []string
type AacSettings
type Ac3Settings
type AccelerationSettings
type AdvancedInputFilterSettings
type AiffSettings
type AllowedRenditionSize
type AncillarySourceSettings
type AssociateCertificateInput
type AssociateCertificateOutput
type AudioChannelTaggingSettings
type AudioCodecSettings
type AudioDescription
type AudioNormalizationSettings
type AudioSelector
type AudioSelectorGroup
type AutomatedAbrRule
type AutomatedAbrSettings
type AutomatedEncodingSettings
type Av1QvbrSettings
type Av1Settings
type AvailBlanking
type AvcIntraSettings
type AvcIntraUhdSettings
type BadRequestException
type BandwidthReductionFilter
type BurninDestinationSettings
type CancelJobInput
type CancelJobOutput
type CaptionDescription
type CaptionDescriptionPreset
type CaptionDestinationSettings
type CaptionSelector
type CaptionSourceFramerate
type CaptionSourceSettings
type ChannelMapping
type ClipLimits
type CmafAdditionalManifest
type CmafEncryptionSettings
type CmafGroupSettings
type CmafImageBasedTrickPlaySettings
type CmfcSettings
type ColorCorrector
type ConflictException
type ContainerSettings
type CreateJobInput
type CreateJobOutput
type CreateJobTemplateInput
type CreateJobTemplateOutput
type CreatePresetInput
type CreatePresetOutput
type CreateQueueInput
type CreateQueueOutput
type DashAdditionalManifest
type DashIsoEncryptionSettings
type DashIsoGroupSettings
type DashIsoImageBasedTrickPlaySettings
type Deinterlacer
type DeleteJobTemplateInput
type DeleteJobTemplateOutput
type DeletePolicyInput
type DeletePolicyOutput
type DeletePresetInput
type DeletePresetOutput
type DeleteQueueInput
type DeleteQueueOutput
type DescribeEndpointsInput
type DescribeEndpointsOutput
type DestinationSettings
type DisassociateCertificateInput
type DisassociateCertificateOutput
type DolbyVision
type DolbyVisionLevel6Metadata
type DvbNitSettings
type DvbSdtSettings
type DvbSubDestinationSettings
type DvbSubSourceSettings
type DvbTdtSettings
type Eac3AtmosSettings
type Eac3Settings
type EmbeddedDestinationSettings
type EmbeddedSourceSettings
type Endpoint
type EsamManifestConfirmConditionNotification
type EsamSettings
type EsamSignalProcessingNotification
type ExtendedDataServices
type F4vSettings
type FileGroupSettings
type FileSourceSettings
type ForbiddenException
type ForceIncludeRenditionSize
type FrameCaptureSettings
type GetJobInput
type GetJobOutput
type GetJobTemplateInput
type GetJobTemplateOutput
type GetPolicyInput
type GetPolicyOutput
type GetPresetInput
type GetPresetOutput
type GetQueueInput
type GetQueueOutput
type H264QvbrSettings
type H264Settings
type H265QvbrSettings
type H265Settings
type Hdr10Metadata
type Hdr10Plus
type HlsAdditionalManifest
type HlsCaptionLanguageMapping
type HlsEncryptionSettings
type HlsGroupSettings
type HlsImageBasedTrickPlaySettings
type HlsRenditionGroupSettings
type HlsSettings
type HopDestination
type Id3Insertion
type ImageInserter
type ImscDestinationSettings
type Input
type InputClipping
type InputDecryptionSettings
type InputTemplate
type InputVideoGenerator
type InsertableImage
type InternalServerErrorException
type Job
type JobMessages
type JobSettings
type JobTemplate
type JobTemplateSettings
type KantarWatermarkSettings
type ListJobTemplatesInput
type ListJobTemplatesOutput
type ListJobsInput
type ListJobsOutput
type ListPresetsInput
type ListPresetsOutput
type ListQueuesInput
type ListQueuesOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type M2tsScte35Esam
type M2tsSettings
type M3u8Settings
type MinBottomRenditionSize
type MinTopRenditionSize
type MotionImageInserter
type MotionImageInsertionFramerate
type MotionImageInsertionOffset
type MovSettings
type Mp2Settings
type Mp3Settings
type Mp4Settings
type MpdSettings
type Mpeg2Settings
type MsSmoothAdditionalManifest
type MsSmoothEncryptionSettings
type MsSmoothGroupSettings
type MxfSettings
type MxfXavcProfileSettings
type NexGuardFileMarkerSettings
type NielsenConfiguration
type NielsenNonLinearWatermarkSettings
type NoiseReducer
type NoiseReducerFilterSettings
type NoiseReducerSpatialFilterSettings
type NoiseReducerTemporalFilterSettings
type NotFoundException
type OpusSettings
type Output
type OutputChannelMapping
type OutputDetail
type OutputGroup
type OutputGroupDetail
type OutputGroupSettings
type OutputSettings
type PartnerWatermarking
type Policy
type Preset
type PresetSettings
type ProresSettings
type PutPolicyInput
type PutPolicyOutput
type Queue
type QueueTransition
type Rectangle
type RemixSettings
type ReservationPlan
type ReservationPlanSettings
type ResourceTags
type S3DestinationAccessControl
type S3DestinationSettings
type S3EncryptionSettings
type SccDestinationSettings
type SpekeKeyProvider
type SpekeKeyProviderCmaf
type SrtDestinationSettings
type StaticKeyProvider
type TagResourceInput
type TagResourceOutput
type TeletextDestinationSettings
type TeletextSourceSettings
type TimecodeBurnin
type TimecodeConfig
type TimedMetadataInsertion
type Timing
type TooManyRequestsException
type TrackSourceSettings
type TtmlDestinationSettings
type UntagResourceInput
type UntagResourceOutput
type UpdateJobTemplateInput
type UpdateJobTemplateOutput
type UpdatePresetInput
type UpdatePresetOutput
type UpdateQueueInput
type UpdateQueueOutput
type Vc3Settings
type VideoCodecSettings
type VideoDescription
type VideoDetail
type VideoPreprocessor
type VideoSelector
type VorbisSettings
type Vp8Settings
type Vp9Settings
type WarningGroup
type WavSettings
type WebvttDestinationSettings
type WebvttHlsSourceSettings
type Xavc4kIntraCbgProfileSettings
type Xavc4kIntraVbrProfileSettings
type Xavc4kProfileSettings
type XavcHdIntraCbgProfileSettings
type XavcHdProfileSettings
type XavcSettings

Constants ▾

const (
    // AacAudioDescriptionBroadcasterMixBroadcasterMixedAd is a AacAudioDescriptionBroadcasterMix enum value
    AacAudioDescriptionBroadcasterMixBroadcasterMixedAd = "BROADCASTER_MIXED_AD"

    // AacAudioDescriptionBroadcasterMixNormal is a AacAudioDescriptionBroadcasterMix enum value
    AacAudioDescriptionBroadcasterMixNormal = "NORMAL"
)

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.

const (
    // AacCodecProfileLc is a AacCodecProfile enum value
    AacCodecProfileLc = "LC"

    // AacCodecProfileHev1 is a AacCodecProfile enum value
    AacCodecProfileHev1 = "HEV1"

    // AacCodecProfileHev2 is a AacCodecProfile enum value
    AacCodecProfileHev2 = "HEV2"
)

AAC Profile.

const (
    // AacCodingModeAdReceiverMix is a AacCodingMode enum value
    AacCodingModeAdReceiverMix = "AD_RECEIVER_MIX"

    // AacCodingModeCodingMode10 is a AacCodingMode enum value
    AacCodingModeCodingMode10 = "CODING_MODE_1_0"

    // AacCodingModeCodingMode11 is a AacCodingMode enum value
    AacCodingModeCodingMode11 = "CODING_MODE_1_1"

    // AacCodingModeCodingMode20 is a AacCodingMode enum value
    AacCodingModeCodingMode20 = "CODING_MODE_2_0"

    // AacCodingModeCodingMode51 is a AacCodingMode enum value
    AacCodingModeCodingMode51 = "CODING_MODE_5_1"
)

The Coding mode that you specify determines the number of audio channels and the audio channel layout metadata in your AAC output. Valid coding modes depend on the Rate control mode and Profile that you select. The following list shows the number of audio channels and channel layout for each coding mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio description data from your stereo input. For more information see ETSI TS 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels, L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.

const (
    // AacRateControlModeCbr is a AacRateControlMode enum value
    AacRateControlModeCbr = "CBR"

    // AacRateControlModeVbr is a AacRateControlMode enum value
    AacRateControlModeVbr = "VBR"
)

Rate Control Mode.

const (
    // AacRawFormatLatmLoas is a AacRawFormat enum value
    AacRawFormatLatmLoas = "LATM_LOAS"

    // AacRawFormatNone is a AacRawFormat enum value
    AacRawFormatNone = "NONE"
)

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.

const (
    // AacSpecificationMpeg2 is a AacSpecification enum value
    AacSpecificationMpeg2 = "MPEG2"

    // AacSpecificationMpeg4 is a AacSpecification enum value
    AacSpecificationMpeg4 = "MPEG4"
)

Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

const (
    // AacVbrQualityLow is a AacVbrQuality enum value
    AacVbrQualityLow = "LOW"

    // AacVbrQualityMediumLow is a AacVbrQuality enum value
    AacVbrQualityMediumLow = "MEDIUM_LOW"

    // AacVbrQualityMediumHigh is a AacVbrQuality enum value
    AacVbrQualityMediumHigh = "MEDIUM_HIGH"

    // AacVbrQualityHigh is a AacVbrQuality enum value
    AacVbrQualityHigh = "HIGH"
)

VBR Quality Level - Only used if rate_control_mode is VBR.

const (
    // Ac3BitstreamModeCompleteMain is a Ac3BitstreamMode enum value
    Ac3BitstreamModeCompleteMain = "COMPLETE_MAIN"

    // Ac3BitstreamModeCommentary is a Ac3BitstreamMode enum value
    Ac3BitstreamModeCommentary = "COMMENTARY"

    // Ac3BitstreamModeDialogue is a Ac3BitstreamMode enum value
    Ac3BitstreamModeDialogue = "DIALOGUE"

    // Ac3BitstreamModeEmergency is a Ac3BitstreamMode enum value
    Ac3BitstreamModeEmergency = "EMERGENCY"

    // Ac3BitstreamModeHearingImpaired is a Ac3BitstreamMode enum value
    Ac3BitstreamModeHearingImpaired = "HEARING_IMPAIRED"

    // Ac3BitstreamModeMusicAndEffects is a Ac3BitstreamMode enum value
    Ac3BitstreamModeMusicAndEffects = "MUSIC_AND_EFFECTS"

    // Ac3BitstreamModeVisuallyImpaired is a Ac3BitstreamMode enum value
    Ac3BitstreamModeVisuallyImpaired = "VISUALLY_IMPAIRED"

    // Ac3BitstreamModeVoiceOver is a Ac3BitstreamMode enum value
    Ac3BitstreamModeVoiceOver = "VOICE_OVER"
)

Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).

const (
    // Ac3CodingModeCodingMode10 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode10 = "CODING_MODE_1_0"

    // Ac3CodingModeCodingMode11 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode11 = "CODING_MODE_1_1"

    // Ac3CodingModeCodingMode20 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode20 = "CODING_MODE_2_0"

    // Ac3CodingModeCodingMode32Lfe is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode32Lfe = "CODING_MODE_3_2_LFE"
)

Dolby Digital coding mode. Determines number of channels.

const (
    // Ac3DynamicRangeCompressionLineFilmStandard is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineFilmStandard = "FILM_STANDARD"

    // Ac3DynamicRangeCompressionLineFilmLight is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineFilmLight = "FILM_LIGHT"

    // Ac3DynamicRangeCompressionLineMusicStandard is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineMusicStandard = "MUSIC_STANDARD"

    // Ac3DynamicRangeCompressionLineMusicLight is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineMusicLight = "MUSIC_LIGHT"

    // Ac3DynamicRangeCompressionLineSpeech is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineSpeech = "SPEECH"

    // Ac3DynamicRangeCompressionLineNone is a Ac3DynamicRangeCompressionLine enum value
    Ac3DynamicRangeCompressionLineNone = "NONE"
)

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Ac3DynamicRangeCompressionProfileFilmStandard is a Ac3DynamicRangeCompressionProfile enum value
    Ac3DynamicRangeCompressionProfileFilmStandard = "FILM_STANDARD"

    // Ac3DynamicRangeCompressionProfileNone is a Ac3DynamicRangeCompressionProfile enum value
    Ac3DynamicRangeCompressionProfileNone = "NONE"
)

When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile (DynamicRangeCompressionProfile). The mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine) and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf). Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None (NONE) to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD) to set the profile to Dolby's film standard profile for all operating modes.

const (
    // Ac3DynamicRangeCompressionRfFilmStandard is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfFilmStandard = "FILM_STANDARD"

    // Ac3DynamicRangeCompressionRfFilmLight is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfFilmLight = "FILM_LIGHT"

    // Ac3DynamicRangeCompressionRfMusicStandard is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfMusicStandard = "MUSIC_STANDARD"

    // Ac3DynamicRangeCompressionRfMusicLight is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfMusicLight = "MUSIC_LIGHT"

    // Ac3DynamicRangeCompressionRfSpeech is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfSpeech = "SPEECH"

    // Ac3DynamicRangeCompressionRfNone is a Ac3DynamicRangeCompressionRf enum value
    Ac3DynamicRangeCompressionRfNone = "NONE"
)

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Ac3LfeFilterEnabled is a Ac3LfeFilter enum value
    Ac3LfeFilterEnabled = "ENABLED"

    // Ac3LfeFilterDisabled is a Ac3LfeFilter enum value
    Ac3LfeFilterDisabled = "DISABLED"
)

Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

const (
    // Ac3MetadataControlFollowInput is a Ac3MetadataControl enum value
    Ac3MetadataControlFollowInput = "FOLLOW_INPUT"

    // Ac3MetadataControlUseConfigured is a Ac3MetadataControl enum value
    Ac3MetadataControlUseConfigured = "USE_CONFIGURED"
)

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.

const (
    // AccelerationModeDisabled is a AccelerationMode enum value
    AccelerationModeDisabled = "DISABLED"

    // AccelerationModeEnabled is a AccelerationMode enum value
    AccelerationModeEnabled = "ENABLED"

    // AccelerationModePreferred is a AccelerationMode enum value
    AccelerationModePreferred = "PREFERRED"
)

Specify whether the service runs your job with accelerated transcoding. Choose DISABLED if you don't want accelerated transcoding. Choose ENABLED if you want your job to run with accelerated transcoding and to fail if your input files or your job settings aren't compatible with accelerated transcoding. Choose PREFERRED if you want your job to run with accelerated transcoding if the job is compatible with the feature and to run at standard speed if it's not.

const (
    // AccelerationStatusNotApplicable is a AccelerationStatus enum value
    AccelerationStatusNotApplicable = "NOT_APPLICABLE"

    // AccelerationStatusInProgress is a AccelerationStatus enum value
    AccelerationStatusInProgress = "IN_PROGRESS"

    // AccelerationStatusAccelerated is a AccelerationStatus enum value
    AccelerationStatusAccelerated = "ACCELERATED"

    // AccelerationStatusNotAccelerated is a AccelerationStatus enum value
    AccelerationStatusNotAccelerated = "NOT_ACCELERATED"
)

Describes whether the current job is running with accelerated transcoding. For jobs that have Acceleration (AccelerationMode) set to DISABLED, AccelerationStatus is always NOT_APPLICABLE. For jobs that have Acceleration (AccelerationMode) set to ENABLED or PREFERRED, AccelerationStatus is one of the other states. AccelerationStatus is IN_PROGRESS initially, while the service determines whether the input files and job settings are compatible with accelerated transcoding. If they are, AcclerationStatus is ACCELERATED. If your input files and job settings aren't compatible with accelerated transcoding, the service either fails your job or runs it without accelerated transcoding, depending on how you set Acceleration (AccelerationMode). When the service runs your job without accelerated transcoding, AccelerationStatus is NOT_ACCELERATED.

const (
    // AdvancedInputFilterEnabled is a AdvancedInputFilter enum value
    AdvancedInputFilterEnabled = "ENABLED"

    // AdvancedInputFilterDisabled is a AdvancedInputFilter enum value
    AdvancedInputFilterDisabled = "DISABLED"
)

Use to remove noise, blocking, blurriness, or ringing from your input as a pre-filter step before encoding. The Advanced input filter removes more types of compression artifacts and is an improvement when compared to basic Deblock and Denoise filters. To remove video compression artifacts from your input and improve the video quality: Choose Enabled. Additionally, this filter can help increase the video quality of your output relative to its bitrate, since noisy inputs are more complex and require more bits to encode. To help restore loss of detail after applying the filter, you can optionally add texture or sharpening as an additional step. Jobs that use this feature incur pro-tier pricing. To not apply advanced input filtering: Choose Disabled. Note that you can still apply basic filtering with Deblock and Denoise.

const (
    // AdvancedInputFilterAddTextureEnabled is a AdvancedInputFilterAddTexture enum value
    AdvancedInputFilterAddTextureEnabled = "ENABLED"

    // AdvancedInputFilterAddTextureDisabled is a AdvancedInputFilterAddTexture enum value
    AdvancedInputFilterAddTextureDisabled = "DISABLED"
)

Add texture and detail to areas of your input video content that were lost after applying the Advanced input filter. To adaptively add texture and reduce softness: Choose Enabled. To not add any texture: Keep the default value, Disabled. We recommend that you choose Disabled for input video content that doesn't have texture, including screen recordings, computer graphics, or cartoons.

const (
    // AdvancedInputFilterSharpenOff is a AdvancedInputFilterSharpen enum value
    AdvancedInputFilterSharpenOff = "OFF"

    // AdvancedInputFilterSharpenLow is a AdvancedInputFilterSharpen enum value
    AdvancedInputFilterSharpenLow = "LOW"

    // AdvancedInputFilterSharpenHigh is a AdvancedInputFilterSharpen enum value
    AdvancedInputFilterSharpenHigh = "HIGH"
)

Optionally specify the amount of sharpening to apply when you use the Advanced input filter. Sharpening adds contrast to the edges of your video content and can reduce softness. To apply no sharpening: Keep the default value, Off. To apply a minimal amount of sharpening choose Low, or for the maximum choose High.

const (
    // AfdSignalingNone is a AfdSignaling enum value
    AfdSignalingNone = "NONE"

    // AfdSignalingAuto is a AfdSignaling enum value
    AfdSignalingAuto = "AUTO"

    // AfdSignalingFixed is a AfdSignaling enum value
    AfdSignalingFixed = "FIXED"
)

This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert AFD signaling (AfdSignaling) to specify whether the service includes 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.

const (
    // AlphaBehaviorDiscard is a AlphaBehavior enum value
    AlphaBehaviorDiscard = "DISCARD"

    // AlphaBehaviorRemapToLuma is a AlphaBehavior enum value
    AlphaBehaviorRemapToLuma = "REMAP_TO_LUMA"
)

Ignore this setting unless this input is a QuickTime animation with an alpha channel. Use this setting to create separate Key and Fill outputs. In each output, specify which part of the input MediaConvert uses. Leave this setting at the default value DISCARD to delete the alpha channel and preserve the video. Set it to REMAP_TO_LUMA to delete the video and map the alpha channel to the luma channel of your outputs.

const (
    // AncillaryConvert608To708Upconvert is a AncillaryConvert608To708 enum value
    AncillaryConvert608To708Upconvert = "UPCONVERT"

    // AncillaryConvert608To708Disabled is a AncillaryConvert608To708 enum value
    AncillaryConvert608To708Disabled = "DISABLED"
)

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

const (
    // AncillaryTerminateCaptionsEndOfInput is a AncillaryTerminateCaptions enum value
    AncillaryTerminateCaptionsEndOfInput = "END_OF_INPUT"

    // AncillaryTerminateCaptionsDisabled is a AncillaryTerminateCaptions enum value
    AncillaryTerminateCaptionsDisabled = "DISABLED"
)

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

const (
    // AntiAliasDisabled is a AntiAlias enum value
    AntiAliasDisabled = "DISABLED"

    // AntiAliasEnabled is a AntiAlias enum value
    AntiAliasEnabled = "ENABLED"
)

The anti-alias filter is automatically applied to all outputs. The service no longer accepts the value DISABLED for AntiAlias. If you specify that in your job, the service will ignore the setting.

const (
    // AudioChannelTagL is a AudioChannelTag enum value
    AudioChannelTagL = "L"

    // AudioChannelTagR is a AudioChannelTag enum value
    AudioChannelTagR = "R"

    // AudioChannelTagC is a AudioChannelTag enum value
    AudioChannelTagC = "C"

    // AudioChannelTagLfe is a AudioChannelTag enum value
    AudioChannelTagLfe = "LFE"

    // AudioChannelTagLs is a AudioChannelTag enum value
    AudioChannelTagLs = "LS"

    // AudioChannelTagRs is a AudioChannelTag enum value
    AudioChannelTagRs = "RS"

    // AudioChannelTagLc is a AudioChannelTag enum value
    AudioChannelTagLc = "LC"

    // AudioChannelTagRc is a AudioChannelTag enum value
    AudioChannelTagRc = "RC"

    // AudioChannelTagCs is a AudioChannelTag enum value
    AudioChannelTagCs = "CS"

    // AudioChannelTagLsd is a AudioChannelTag enum value
    AudioChannelTagLsd = "LSD"

    // AudioChannelTagRsd is a AudioChannelTag enum value
    AudioChannelTagRsd = "RSD"

    // AudioChannelTagTcs is a AudioChannelTag enum value
    AudioChannelTagTcs = "TCS"

    // AudioChannelTagVhl is a AudioChannelTag enum value
    AudioChannelTagVhl = "VHL"

    // AudioChannelTagVhc is a AudioChannelTag enum value
    AudioChannelTagVhc = "VHC"

    // AudioChannelTagVhr is a AudioChannelTag enum value
    AudioChannelTagVhr = "VHR"
)

You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).

const (
    // AudioCodecAac is a AudioCodec enum value
    AudioCodecAac = "AAC"

    // AudioCodecMp2 is a AudioCodec enum value
    AudioCodecMp2 = "MP2"

    // AudioCodecMp3 is a AudioCodec enum value
    AudioCodecMp3 = "MP3"

    // AudioCodecWav is a AudioCodec enum value
    AudioCodecWav = "WAV"

    // AudioCodecAiff is a AudioCodec enum value
    AudioCodecAiff = "AIFF"

    // AudioCodecAc3 is a AudioCodec enum value
    AudioCodecAc3 = "AC3"

    // AudioCodecEac3 is a AudioCodec enum value
    AudioCodecEac3 = "EAC3"

    // AudioCodecEac3Atmos is a AudioCodec enum value
    AudioCodecEac3Atmos = "EAC3_ATMOS"

    // AudioCodecVorbis is a AudioCodec enum value
    AudioCodecVorbis = "VORBIS"

    // AudioCodecOpus is a AudioCodec enum value
    AudioCodecOpus = "OPUS"

    // AudioCodecPassthrough is a AudioCodec enum value
    AudioCodecPassthrough = "PASSTHROUGH"
)

Choose the audio codec for this output. Note that the option Dolby Digital passthrough (PASSTHROUGH) applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output

const (
    // AudioDefaultSelectionDefault is a AudioDefaultSelection enum value
    AudioDefaultSelectionDefault = "DEFAULT"

    // AudioDefaultSelectionNotDefault is a AudioDefaultSelection enum value
    AudioDefaultSelectionNotDefault = "NOT_DEFAULT"
)

Enable this setting on one audio selector to set it as the default for the job. The service uses this default for outputs where it can't find the specified input audio. If you don't set a default, those outputs have no audio.

const (
    // AudioDurationCorrectionDisabled is a AudioDurationCorrection enum value
    AudioDurationCorrectionDisabled = "DISABLED"

    // AudioDurationCorrectionAuto is a AudioDurationCorrection enum value
    AudioDurationCorrectionAuto = "AUTO"

    // AudioDurationCorrectionTrack is a AudioDurationCorrection enum value
    AudioDurationCorrectionTrack = "TRACK"

    // AudioDurationCorrectionFrame is a AudioDurationCorrection enum value
    AudioDurationCorrectionFrame = "FRAME"
)

Apply audio timing corrections to help synchronize audio and video in your output. To apply timing corrections, your input must meet the following requirements: * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. * Audio track: AAC. Choose from the following audio timing correction settings: * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs. MediaConvert analyzes the audio timing in your input and determines which correction setting to use, if needed. * Track: Adjust the duration of each audio frame by a constant amount to align the audio track length with STTS duration. Track-level correction does not affect pitch, and is recommended for tonal audio content such as music. * Frame: Adjust the duration of each audio frame by a variable amount to align audio frames with STTS timestamps. No corrections are made to already-aligned frames. Frame-level correction may affect the pitch of corrected frames, and is recommended for atonal audio content such as speech or percussion.

const (
    // AudioLanguageCodeControlFollowInput is a AudioLanguageCodeControl enum value
    AudioLanguageCodeControlFollowInput = "FOLLOW_INPUT"

    // AudioLanguageCodeControlUseConfigured is a AudioLanguageCodeControl enum value
    AudioLanguageCodeControlUseConfigured = "USE_CONFIGURED"
)

Specify which source for language code takes precedence for this audio track. When you choose Follow input (FOLLOW_INPUT), the service uses the language code from the input track if it's present. If there's no languge code on the input track, the service uses the code that you specify in the setting Language code (languageCode or customLanguageCode). When you choose Use configured (USE_CONFIGURED), the service uses the language code that you specify.

const (
    // AudioNormalizationAlgorithmItuBs17701 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItuBs17701 = "ITU_BS_1770_1"

    // AudioNormalizationAlgorithmItuBs17702 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItuBs17702 = "ITU_BS_1770_2"

    // AudioNormalizationAlgorithmItuBs17703 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItuBs17703 = "ITU_BS_1770_3"

    // AudioNormalizationAlgorithmItuBs17704 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItuBs17704 = "ITU_BS_1770_4"
)

Choose one of the following audio normalization algorithms: ITU-R BS.1770-1: Ungated loudness. A measurement of ungated average loudness for an entire piece of content, suitable for measurement of short-form content under ATSC recommendation A/85. Supports up to 5.1 audio channels. ITU-R BS.1770-2: Gated loudness. A measurement of gated average loudness compliant with the requirements of EBU-R128. Supports up to 5.1 audio channels. ITU-R BS.1770-3: Modified peak. The same loudness measurement algorithm as 1770-2, with an updated true peak measurement. ITU-R BS.1770-4: Higher channel count. Allows for more audio channels than the other algorithms, including configurations such as 7.1.

const (
    // AudioNormalizationAlgorithmControlCorrectAudio is a AudioNormalizationAlgorithmControl enum value
    AudioNormalizationAlgorithmControlCorrectAudio = "CORRECT_AUDIO"

    // AudioNormalizationAlgorithmControlMeasureOnly is a AudioNormalizationAlgorithmControl enum value
    AudioNormalizationAlgorithmControlMeasureOnly = "MEASURE_ONLY"
)

When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.

const (
    // AudioNormalizationLoudnessLoggingLog is a AudioNormalizationLoudnessLogging enum value
    AudioNormalizationLoudnessLoggingLog = "LOG"

    // AudioNormalizationLoudnessLoggingDontLog is a AudioNormalizationLoudnessLogging enum value
    AudioNormalizationLoudnessLoggingDontLog = "DONT_LOG"
)

If set to LOG, log each output's audio track loudness to a CSV file.

const (
    // AudioNormalizationPeakCalculationTruePeak is a AudioNormalizationPeakCalculation enum value
    AudioNormalizationPeakCalculationTruePeak = "TRUE_PEAK"

    // AudioNormalizationPeakCalculationNone is a AudioNormalizationPeakCalculation enum value
    AudioNormalizationPeakCalculationNone = "NONE"
)

If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio track loudness.

const (
    // AudioSelectorTypePid is a AudioSelectorType enum value
    AudioSelectorTypePid = "PID"

    // AudioSelectorTypeTrack is a AudioSelectorType enum value
    AudioSelectorTypeTrack = "TRACK"

    // AudioSelectorTypeLanguageCode is a AudioSelectorType enum value
    AudioSelectorTypeLanguageCode = "LANGUAGE_CODE"

    // AudioSelectorTypeHlsRenditionGroup is a AudioSelectorType enum value
    AudioSelectorTypeHlsRenditionGroup = "HLS_RENDITION_GROUP"
)

Specifies the type of the audio selector.

const (
    // AudioTypeControlFollowInput is a AudioTypeControl enum value
    AudioTypeControlFollowInput = "FOLLOW_INPUT"

    // AudioTypeControlUseConfigured is a AudioTypeControl enum value
    AudioTypeControlUseConfigured = "USE_CONFIGURED"
)

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.

const (
    // Av1AdaptiveQuantizationOff is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationOff = "OFF"

    // Av1AdaptiveQuantizationLow is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationLow = "LOW"

    // Av1AdaptiveQuantizationMedium is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationMedium = "MEDIUM"

    // Av1AdaptiveQuantizationHigh is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationHigh = "HIGH"

    // Av1AdaptiveQuantizationHigher is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationHigher = "HIGHER"

    // Av1AdaptiveQuantizationMax is a Av1AdaptiveQuantization enum value
    Av1AdaptiveQuantizationMax = "MAX"
)

Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).

const (
    // Av1BitDepthBit8 is a Av1BitDepth enum value
    Av1BitDepthBit8 = "BIT_8"

    // Av1BitDepthBit10 is a Av1BitDepth enum value
    Av1BitDepthBit10 = "BIT_10"
)

Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).

const (
    // Av1FramerateControlInitializeFromSource is a Av1FramerateControl enum value
    Av1FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Av1FramerateControlSpecified is a Av1FramerateControl enum value
    Av1FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // Av1FramerateConversionAlgorithmDuplicateDrop is a Av1FramerateConversionAlgorithm enum value
    Av1FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // Av1FramerateConversionAlgorithmInterpolate is a Av1FramerateConversionAlgorithm enum value
    Av1FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // Av1FramerateConversionAlgorithmFrameformer is a Av1FramerateConversionAlgorithm enum value
    Av1FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // Av1SpatialAdaptiveQuantizationDisabled is a Av1SpatialAdaptiveQuantization enum value
    Av1SpatialAdaptiveQuantizationDisabled = "DISABLED"

    // Av1SpatialAdaptiveQuantizationEnabled is a Av1SpatialAdaptiveQuantization enum value
    Av1SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual degradation and uses more bits on areas where any small distortion will be noticeable. For example, complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen with a lot of complex texture, you might choose to disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization (adaptiveQuantization) depending on your content. For homogeneous content, such as cartoons and video games, set it to Low. For content with a wider variety of textures, set it to High or Higher.

const (
    // AvcIntraClassClass50 is a AvcIntraClass enum value
    AvcIntraClassClass50 = "CLASS_50"

    // AvcIntraClassClass100 is a AvcIntraClass enum value
    AvcIntraClassClass100 = "CLASS_100"

    // AvcIntraClassClass200 is a AvcIntraClass enum value
    AvcIntraClassClass200 = "CLASS_200"

    // AvcIntraClassClass4k2k is a AvcIntraClass enum value
    AvcIntraClassClass4k2k = "CLASS_4K_2K"
)

Specify the AVC-Intra class of your output. The AVC-Intra class selection determines the output video bit rate depending on the frame rate of the output. Outputs with higher class values have higher bitrates and improved image quality. Note that for Class 4K/2K, MediaConvert supports only 4:2:2 chroma subsampling.

const (
    // AvcIntraFramerateControlInitializeFromSource is a AvcIntraFramerateControl enum value
    AvcIntraFramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // AvcIntraFramerateControlSpecified is a AvcIntraFramerateControl enum value
    AvcIntraFramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // AvcIntraFramerateConversionAlgorithmDuplicateDrop is a AvcIntraFramerateConversionAlgorithm enum value
    AvcIntraFramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // AvcIntraFramerateConversionAlgorithmInterpolate is a AvcIntraFramerateConversionAlgorithm enum value
    AvcIntraFramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // AvcIntraFramerateConversionAlgorithmFrameformer is a AvcIntraFramerateConversionAlgorithm enum value
    AvcIntraFramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // AvcIntraInterlaceModeProgressive is a AvcIntraInterlaceMode enum value
    AvcIntraInterlaceModeProgressive = "PROGRESSIVE"

    // AvcIntraInterlaceModeTopField is a AvcIntraInterlaceMode enum value
    AvcIntraInterlaceModeTopField = "TOP_FIELD"

    // AvcIntraInterlaceModeBottomField is a AvcIntraInterlaceMode enum value
    AvcIntraInterlaceModeBottomField = "BOTTOM_FIELD"

    // AvcIntraInterlaceModeFollowTopField is a AvcIntraInterlaceMode enum value
    AvcIntraInterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // AvcIntraInterlaceModeFollowBottomField is a AvcIntraInterlaceMode enum value
    AvcIntraInterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // AvcIntraScanTypeConversionModeInterlaced is a AvcIntraScanTypeConversionMode enum value
    AvcIntraScanTypeConversionModeInterlaced = "INTERLACED"

    // AvcIntraScanTypeConversionModeInterlacedOptimize is a AvcIntraScanTypeConversionMode enum value
    AvcIntraScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // AvcIntraSlowPalDisabled is a AvcIntraSlowPal enum value
    AvcIntraSlowPalDisabled = "DISABLED"

    // AvcIntraSlowPalEnabled is a AvcIntraSlowPal enum value
    AvcIntraSlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // AvcIntraTelecineNone is a AvcIntraTelecine enum value
    AvcIntraTelecineNone = "NONE"

    // AvcIntraTelecineHard is a AvcIntraTelecine enum value
    AvcIntraTelecineHard = "HARD"
)

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

const (
    // AvcIntraUhdQualityTuningLevelSinglePass is a AvcIntraUhdQualityTuningLevel enum value
    AvcIntraUhdQualityTuningLevelSinglePass = "SINGLE_PASS"

    // AvcIntraUhdQualityTuningLevelMultiPass is a AvcIntraUhdQualityTuningLevel enum value
    AvcIntraUhdQualityTuningLevelMultiPass = "MULTI_PASS"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS).

const (
    // BandwidthReductionFilterSharpeningLow is a BandwidthReductionFilterSharpening enum value
    BandwidthReductionFilterSharpeningLow = "LOW"

    // BandwidthReductionFilterSharpeningMedium is a BandwidthReductionFilterSharpening enum value
    BandwidthReductionFilterSharpeningMedium = "MEDIUM"

    // BandwidthReductionFilterSharpeningHigh is a BandwidthReductionFilterSharpening enum value
    BandwidthReductionFilterSharpeningHigh = "HIGH"

    // BandwidthReductionFilterSharpeningOff is a BandwidthReductionFilterSharpening enum value
    BandwidthReductionFilterSharpeningOff = "OFF"
)

Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.

const (
    // BandwidthReductionFilterStrengthLow is a BandwidthReductionFilterStrength enum value
    BandwidthReductionFilterStrengthLow = "LOW"

    // BandwidthReductionFilterStrengthMedium is a BandwidthReductionFilterStrength enum value
    BandwidthReductionFilterStrengthMedium = "MEDIUM"

    // BandwidthReductionFilterStrengthHigh is a BandwidthReductionFilterStrength enum value
    BandwidthReductionFilterStrengthHigh = "HIGH"

    // BandwidthReductionFilterStrengthAuto is a BandwidthReductionFilterStrength enum value
    BandwidthReductionFilterStrengthAuto = "AUTO"

    // BandwidthReductionFilterStrengthOff is a BandwidthReductionFilterStrength enum value
    BandwidthReductionFilterStrengthOff = "OFF"
)

Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto to reduce the bandwidth of your output with little to no perceptual decrease in video quality. For high quality and high bitrate outputs, choose Low. For the most bandwidth reduction, choose High. We recommend that you choose High for low bitrate outputs. Note that High may incur a slight increase in the softness of your output.

const (
    // BillingTagsSourceQueue is a BillingTagsSource enum value
    BillingTagsSourceQueue = "QUEUE"

    // BillingTagsSourcePreset is a BillingTagsSource enum value
    BillingTagsSourcePreset = "PRESET"

    // BillingTagsSourceJobTemplate is a BillingTagsSource enum value
    BillingTagsSourceJobTemplate = "JOB_TEMPLATE"

    // BillingTagsSourceJob is a BillingTagsSource enum value
    BillingTagsSourceJob = "JOB"
)

The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.

const (
    // BurnInSubtitleStylePassthroughEnabled is a BurnInSubtitleStylePassthrough enum value
    BurnInSubtitleStylePassthroughEnabled = "ENABLED"

    // BurnInSubtitleStylePassthroughDisabled is a BurnInSubtitleStylePassthrough enum value
    BurnInSubtitleStylePassthroughDisabled = "DISABLED"
)

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.

const (
    // BurninSubtitleAlignmentCentered is a BurninSubtitleAlignment enum value
    BurninSubtitleAlignmentCentered = "CENTERED"

    // BurninSubtitleAlignmentLeft is a BurninSubtitleAlignment enum value
    BurninSubtitleAlignmentLeft = "LEFT"

    // BurninSubtitleAlignmentAuto is a BurninSubtitleAlignment enum value
    BurninSubtitleAlignmentAuto = "AUTO"
)

Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign 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.

const (
    // BurninSubtitleApplyFontColorWhiteTextOnly is a BurninSubtitleApplyFontColor enum value
    BurninSubtitleApplyFontColorWhiteTextOnly = "WHITE_TEXT_ONLY"

    // BurninSubtitleApplyFontColorAllText is a BurninSubtitleApplyFontColor enum value
    BurninSubtitleApplyFontColorAllText = "ALL_TEXT"
)

Ignore this setting unless Style passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.

const (
    // BurninSubtitleBackgroundColorNone is a BurninSubtitleBackgroundColor enum value
    BurninSubtitleBackgroundColorNone = "NONE"

    // BurninSubtitleBackgroundColorBlack is a BurninSubtitleBackgroundColor enum value
    BurninSubtitleBackgroundColorBlack = "BLACK"

    // BurninSubtitleBackgroundColorWhite is a BurninSubtitleBackgroundColor enum value
    BurninSubtitleBackgroundColorWhite = "WHITE"

    // BurninSubtitleBackgroundColorAuto is a BurninSubtitleBackgroundColor enum value
    BurninSubtitleBackgroundColorAuto = "AUTO"
)

Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.

const (
    // BurninSubtitleFallbackFontBestMatch is a BurninSubtitleFallbackFont enum value
    BurninSubtitleFallbackFontBestMatch = "BEST_MATCH"

    // BurninSubtitleFallbackFontMonospacedSansserif is a BurninSubtitleFallbackFont enum value
    BurninSubtitleFallbackFontMonospacedSansserif = "MONOSPACED_SANSSERIF"

    // BurninSubtitleFallbackFontMonospacedSerif is a BurninSubtitleFallbackFont enum value
    BurninSubtitleFallbackFontMonospacedSerif = "MONOSPACED_SERIF"

    // BurninSubtitleFallbackFontProportionalSansserif is a BurninSubtitleFallbackFont enum value
    BurninSubtitleFallbackFontProportionalSansserif = "PROPORTIONAL_SANSSERIF"

    // BurninSubtitleFallbackFontProportionalSerif is a BurninSubtitleFallbackFont enum value
    BurninSubtitleFallbackFontProportionalSerif = "PROPORTIONAL_SERIF"
)

Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.

const (
    // BurninSubtitleFontColorWhite is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorWhite = "WHITE"

    // BurninSubtitleFontColorBlack is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorBlack = "BLACK"

    // BurninSubtitleFontColorYellow is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorYellow = "YELLOW"

    // BurninSubtitleFontColorRed is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorRed = "RED"

    // BurninSubtitleFontColorGreen is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorGreen = "GREEN"

    // BurninSubtitleFontColorBlue is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorBlue = "BLUE"

    // BurninSubtitleFontColorHex is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorHex = "HEX"

    // BurninSubtitleFontColorAuto is a BurninSubtitleFontColor enum value
    BurninSubtitleFontColorAuto = "AUTO"
)

Specify the color of the burned-in captions text. Leave Font color (FontColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if present.

const (
    // BurninSubtitleOutlineColorBlack is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorBlack = "BLACK"

    // BurninSubtitleOutlineColorWhite is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorWhite = "WHITE"

    // BurninSubtitleOutlineColorYellow is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorYellow = "YELLOW"

    // BurninSubtitleOutlineColorRed is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorRed = "RED"

    // BurninSubtitleOutlineColorGreen is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorGreen = "GREEN"

    // BurninSubtitleOutlineColorBlue is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorBlue = "BLUE"

    // BurninSubtitleOutlineColorAuto is a BurninSubtitleOutlineColor enum value
    BurninSubtitleOutlineColorAuto = "AUTO"
)

Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present.

const (
    // BurninSubtitleShadowColorNone is a BurninSubtitleShadowColor enum value
    BurninSubtitleShadowColorNone = "NONE"

    // BurninSubtitleShadowColorBlack is a BurninSubtitleShadowColor enum value
    BurninSubtitleShadowColorBlack = "BLACK"

    // BurninSubtitleShadowColorWhite is a BurninSubtitleShadowColor enum value
    BurninSubtitleShadowColorWhite = "WHITE"

    // BurninSubtitleShadowColorAuto is a BurninSubtitleShadowColor enum value
    BurninSubtitleShadowColorAuto = "AUTO"
)

Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present.

const (
    // BurninSubtitleTeletextSpacingFixedGrid is a BurninSubtitleTeletextSpacing enum value
    BurninSubtitleTeletextSpacingFixedGrid = "FIXED_GRID"

    // BurninSubtitleTeletextSpacingProportional is a BurninSubtitleTeletextSpacing enum value
    BurninSubtitleTeletextSpacingProportional = "PROPORTIONAL"

    // BurninSubtitleTeletextSpacingAuto is a BurninSubtitleTeletextSpacing enum value
    BurninSubtitleTeletextSpacingAuto = "AUTO"
)

Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions.

const (
    // CaptionDestinationTypeBurnIn is a CaptionDestinationType enum value
    CaptionDestinationTypeBurnIn = "BURN_IN"

    // CaptionDestinationTypeDvbSub is a CaptionDestinationType enum value
    CaptionDestinationTypeDvbSub = "DVB_SUB"

    // CaptionDestinationTypeEmbedded is a CaptionDestinationType enum value
    CaptionDestinationTypeEmbedded = "EMBEDDED"

    // CaptionDestinationTypeEmbeddedPlusScte20 is a CaptionDestinationType enum value
    CaptionDestinationTypeEmbeddedPlusScte20 = "EMBEDDED_PLUS_SCTE20"

    // CaptionDestinationTypeImsc is a CaptionDestinationType enum value
    CaptionDestinationTypeImsc = "IMSC"

    // CaptionDestinationTypeScte20PlusEmbedded is a CaptionDestinationType enum value
    CaptionDestinationTypeScte20PlusEmbedded = "SCTE20_PLUS_EMBEDDED"

    // CaptionDestinationTypeScc is a CaptionDestinationType enum value
    CaptionDestinationTypeScc = "SCC"

    // CaptionDestinationTypeSrt is a CaptionDestinationType enum value
    CaptionDestinationTypeSrt = "SRT"

    // CaptionDestinationTypeSmi is a CaptionDestinationType enum value
    CaptionDestinationTypeSmi = "SMI"

    // CaptionDestinationTypeTeletext is a CaptionDestinationType enum value
    CaptionDestinationTypeTeletext = "TELETEXT"

    // CaptionDestinationTypeTtml is a CaptionDestinationType enum value
    CaptionDestinationTypeTtml = "TTML"

    // CaptionDestinationTypeWebvtt is a CaptionDestinationType enum value
    CaptionDestinationTypeWebvtt = "WEBVTT"
)

Specify the format for this set of captions on this output. The default format is embedded without SCTE-20. Note that your choice of video output container constrains your choice of output captions format. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/captions-support-tables.html. If you are using SCTE-20 and you want to create an output that complies with the SCTE-43 spec, choose SCTE-20 plus embedded (SCTE20_PLUS_EMBEDDED). To create a non-compliant output where the embedded captions come first, choose Embedded plus SCTE-20 (EMBEDDED_PLUS_SCTE20).

const (
    // CaptionSourceConvertPaintOnToPopOnEnabled is a CaptionSourceConvertPaintOnToPopOn enum value
    CaptionSourceConvertPaintOnToPopOnEnabled = "ENABLED"

    // CaptionSourceConvertPaintOnToPopOnDisabled is a CaptionSourceConvertPaintOnToPopOn enum value
    CaptionSourceConvertPaintOnToPopOnDisabled = "DISABLED"
)

Choose the presentation style of your input SCC captions. To use the same presentation style as your input: Keep the default value, Disabled. To convert paint-on captions to pop-on: Choose Enabled. We also recommend that you choose Enabled if you notice additional repeated lines in your output captions.

const (
    // CaptionSourceTypeAncillary is a CaptionSourceType enum value
    CaptionSourceTypeAncillary = "ANCILLARY"

    // CaptionSourceTypeDvbSub is a CaptionSourceType enum value
    CaptionSourceTypeDvbSub = "DVB_SUB"

    // CaptionSourceTypeEmbedded is a CaptionSourceType enum value
    CaptionSourceTypeEmbedded = "EMBEDDED"

    // CaptionSourceTypeScte20 is a CaptionSourceType enum value
    CaptionSourceTypeScte20 = "SCTE20"

    // CaptionSourceTypeScc is a CaptionSourceType enum value
    CaptionSourceTypeScc = "SCC"

    // CaptionSourceTypeTtml is a CaptionSourceType enum value
    CaptionSourceTypeTtml = "TTML"

    // CaptionSourceTypeStl is a CaptionSourceType enum value
    CaptionSourceTypeStl = "STL"

    // CaptionSourceTypeSrt is a CaptionSourceType enum value
    CaptionSourceTypeSrt = "SRT"

    // CaptionSourceTypeSmi is a CaptionSourceType enum value
    CaptionSourceTypeSmi = "SMI"

    // CaptionSourceTypeSmpteTt is a CaptionSourceType enum value
    CaptionSourceTypeSmpteTt = "SMPTE_TT"

    // CaptionSourceTypeTeletext is a CaptionSourceType enum value
    CaptionSourceTypeTeletext = "TELETEXT"

    // CaptionSourceTypeNullSource is a CaptionSourceType enum value
    CaptionSourceTypeNullSource = "NULL_SOURCE"

    // CaptionSourceTypeImsc is a CaptionSourceType enum value
    CaptionSourceTypeImsc = "IMSC"

    // CaptionSourceTypeWebvtt is a CaptionSourceType enum value
    CaptionSourceTypeWebvtt = "WEBVTT"
)

Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.

const (
    // CmafClientCacheDisabled is a CmafClientCache enum value
    CmafClientCacheDisabled = "DISABLED"

    // CmafClientCacheEnabled is a CmafClientCache enum value
    CmafClientCacheEnabled = "ENABLED"
)

Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.

const (
    // CmafCodecSpecificationRfc6381 is a CmafCodecSpecification enum value
    CmafCodecSpecificationRfc6381 = "RFC_6381"

    // CmafCodecSpecificationRfc4281 is a CmafCodecSpecification enum value
    CmafCodecSpecificationRfc4281 = "RFC_4281"
)

Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.

const (
    // CmafEncryptionTypeSampleAes is a CmafEncryptionType enum value
    CmafEncryptionTypeSampleAes = "SAMPLE_AES"

    // CmafEncryptionTypeAesCtr is a CmafEncryptionType enum value
    CmafEncryptionTypeAesCtr = "AES_CTR"
)

Specify the encryption scheme that you want the service to use when encrypting your CMAF segments. Choose AES-CBC subsample (SAMPLE-AES) or AES_CTR (AES-CTR).

const (
    // CmafImageBasedTrickPlayNone is a CmafImageBasedTrickPlay enum value
    CmafImageBasedTrickPlayNone = "NONE"

    // CmafImageBasedTrickPlayThumbnail is a CmafImageBasedTrickPlay enum value
    CmafImageBasedTrickPlayThumbnail = "THUMBNAIL"

    // CmafImageBasedTrickPlayThumbnailAndFullframe is a CmafImageBasedTrickPlay enum value
    CmafImageBasedTrickPlayThumbnailAndFullframe = "THUMBNAIL_AND_FULLFRAME"

    // CmafImageBasedTrickPlayAdvanced is a CmafImageBasedTrickPlay enum value
    CmafImageBasedTrickPlayAdvanced = "ADVANCED"
)

Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. When you enable Write HLS manifest (WriteHlsManifest), MediaConvert creates a child manifest for each set of images that you generate and adds corresponding entries to the parent manifest. When you enable Write DASH manifest (WriteDashManifest), MediaConvert adds an entry in the .mpd manifest for each set of images that you generate. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md

const (
    // CmafInitializationVectorInManifestInclude is a CmafInitializationVectorInManifest enum value
    CmafInitializationVectorInManifestInclude = "INCLUDE"

    // CmafInitializationVectorInManifestExclude is a CmafInitializationVectorInManifest enum value
    CmafInitializationVectorInManifestExclude = "EXCLUDE"
)

When you use DRM with CMAF outputs, choose whether the service writes the 128-bit encryption initialization vector in the HLS and DASH manifests.

const (
    // CmafIntervalCadenceFollowIframe is a CmafIntervalCadence enum value
    CmafIntervalCadenceFollowIframe = "FOLLOW_IFRAME"

    // CmafIntervalCadenceFollowCustom is a CmafIntervalCadence enum value
    CmafIntervalCadenceFollowCustom = "FOLLOW_CUSTOM"
)

The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.

const (
    // CmafKeyProviderTypeSpeke is a CmafKeyProviderType enum value
    CmafKeyProviderTypeSpeke = "SPEKE"

    // CmafKeyProviderTypeStaticKey is a CmafKeyProviderType enum value
    CmafKeyProviderTypeStaticKey = "STATIC_KEY"
)

Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.

const (
    // CmafManifestCompressionGzip is a CmafManifestCompression enum value
    CmafManifestCompressionGzip = "GZIP"

    // CmafManifestCompressionNone is a CmafManifestCompression enum value
    CmafManifestCompressionNone = "NONE"
)

When set to GZIP, compresses HLS playlist.

const (
    // CmafManifestDurationFormatFloatingPoint is a CmafManifestDurationFormat enum value
    CmafManifestDurationFormatFloatingPoint = "FLOATING_POINT"

    // CmafManifestDurationFormatInteger is a CmafManifestDurationFormat enum value
    CmafManifestDurationFormatInteger = "INTEGER"
)

Indicates whether the output manifest should use floating point values for segment duration.

const (
    // CmafMpdManifestBandwidthTypeAverage is a CmafMpdManifestBandwidthType enum value
    CmafMpdManifestBandwidthTypeAverage = "AVERAGE"

    // CmafMpdManifestBandwidthTypeMax is a CmafMpdManifestBandwidthType enum value
    CmafMpdManifestBandwidthTypeMax = "MAX"
)

Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.

const (
    // CmafMpdProfileMainProfile is a CmafMpdProfile enum value
    CmafMpdProfileMainProfile = "MAIN_PROFILE"

    // CmafMpdProfileOnDemandProfile is a CmafMpdProfile enum value
    CmafMpdProfileOnDemandProfile = "ON_DEMAND_PROFILE"
)

Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).

const (
    // CmafPtsOffsetHandlingForBFramesZeroBased is a CmafPtsOffsetHandlingForBFrames enum value
    CmafPtsOffsetHandlingForBFramesZeroBased = "ZERO_BASED"

    // CmafPtsOffsetHandlingForBFramesMatchInitialPts is a CmafPtsOffsetHandlingForBFrames enum value
    CmafPtsOffsetHandlingForBFramesMatchInitialPts = "MATCH_INITIAL_PTS"
)

Use this setting only when your output video stream has B-frames, which causes the initial presentation time stamp (PTS) to be offset from the initial decode time stamp (DTS). Specify how MediaConvert handles PTS when writing time stamps in output DASH manifests. Choose Match initial PTS (MATCH_INITIAL_PTS) when you want MediaConvert to use the initial PTS as the first time stamp in the manifest. Choose Zero-based (ZERO_BASED) to have MediaConvert ignore the initial PTS in the video stream and instead write the initial time stamp as zero in the manifest. For outputs that don't have B-frames, the time stamps in your DASH manifests start at zero regardless of your choice here.

const (
    // CmafSegmentControlSingleFile is a CmafSegmentControl enum value
    CmafSegmentControlSingleFile = "SINGLE_FILE"

    // CmafSegmentControlSegmentedFiles is a CmafSegmentControl enum value
    CmafSegmentControlSegmentedFiles = "SEGMENTED_FILES"
)

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.

const (
    // CmafSegmentLengthControlExact is a CmafSegmentLengthControl enum value
    CmafSegmentLengthControlExact = "EXACT"

    // CmafSegmentLengthControlGopMultiple is a CmafSegmentLengthControl enum value
    CmafSegmentLengthControlGopMultiple = "GOP_MULTIPLE"
)

Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

const (
    // CmafStreamInfResolutionInclude is a CmafStreamInfResolution enum value
    CmafStreamInfResolutionInclude = "INCLUDE"

    // CmafStreamInfResolutionExclude is a CmafStreamInfResolution enum value
    CmafStreamInfResolutionExclude = "EXCLUDE"
)

Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.

const (
    // CmafTargetDurationCompatibilityModeLegacy is a CmafTargetDurationCompatibilityMode enum value
    CmafTargetDurationCompatibilityModeLegacy = "LEGACY"

    // CmafTargetDurationCompatibilityModeSpecCompliant is a CmafTargetDurationCompatibilityMode enum value
    CmafTargetDurationCompatibilityModeSpecCompliant = "SPEC_COMPLIANT"
)

When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs to ensure that the target duration is always longer than the actual duration of the segment. Some older players may experience interrupted playback when the actual duration of a track in a segment is longer than the target duration.

const (
    // CmafVideoCompositionOffsetsSigned is a CmafVideoCompositionOffsets enum value
    CmafVideoCompositionOffsetsSigned = "SIGNED"

    // CmafVideoCompositionOffsetsUnsigned is a CmafVideoCompositionOffsets enum value
    CmafVideoCompositionOffsetsUnsigned = "UNSIGNED"
)

Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.

const (
    // CmafWriteDASHManifestDisabled is a CmafWriteDASHManifest enum value
    CmafWriteDASHManifestDisabled = "DISABLED"

    // CmafWriteDASHManifestEnabled is a CmafWriteDASHManifest enum value
    CmafWriteDASHManifestEnabled = "ENABLED"
)

When set to ENABLED, a DASH MPD manifest will be generated for this output.

const (
    // CmafWriteHLSManifestDisabled is a CmafWriteHLSManifest enum value
    CmafWriteHLSManifestDisabled = "DISABLED"

    // CmafWriteHLSManifestEnabled is a CmafWriteHLSManifest enum value
    CmafWriteHLSManifestEnabled = "ENABLED"
)

When set to ENABLED, an Apple HLS manifest will be generated for this output.

const (
    // CmafWriteSegmentTimelineInRepresentationEnabled is a CmafWriteSegmentTimelineInRepresentation enum value
    CmafWriteSegmentTimelineInRepresentationEnabled = "ENABLED"

    // CmafWriteSegmentTimelineInRepresentationDisabled is a CmafWriteSegmentTimelineInRepresentation enum value
    CmafWriteSegmentTimelineInRepresentationDisabled = "DISABLED"
)

When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation), your DASH manifest shows precise segment durations. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't enabled, the segment durations in your DASH manifest are approximate. The segment duration information appears in the duration attribute of the SegmentTemplate element.

const (
    // CmfcAudioDurationDefaultCodecDuration is a CmfcAudioDuration enum value
    CmfcAudioDurationDefaultCodecDuration = "DEFAULT_CODEC_DURATION"

    // CmfcAudioDurationMatchVideoDuration is a CmfcAudioDuration enum value
    CmfcAudioDurationMatchVideoDuration = "MATCH_VIDEO_DURATION"
)

Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.

const (
    // CmfcAudioTrackTypeAlternateAudioAutoSelectDefault is a CmfcAudioTrackType enum value
    CmfcAudioTrackTypeAlternateAudioAutoSelectDefault = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"

    // CmfcAudioTrackTypeAlternateAudioAutoSelect is a CmfcAudioTrackType enum value
    CmfcAudioTrackTypeAlternateAudioAutoSelect = "ALTERNATE_AUDIO_AUTO_SELECT"

    // CmfcAudioTrackTypeAlternateAudioNotAutoSelect is a CmfcAudioTrackType enum value
    CmfcAudioTrackTypeAlternateAudioNotAutoSelect = "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
)

Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the client player selects which audio track to play. The other options for this setting determine the values that MediaConvert writes for the DEFAULT and AUTOSELECT attributes of the EXT-X-MEDIA entry for the audio variant. For more information about these attributes, see the Apple documentation article https://developer.apple.com/documentation/http_live_streaming/example_playlists_for_http_live_streaming/adding_alternate_media_to_a_playlist. Choose Alternate audio, auto select, default (ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT) to set DEFAULT=YES and AUTOSELECT=YES. Choose this value for only one variant in your output group. Choose Alternate audio, auto select, not default (ALTERNATE_AUDIO_AUTO_SELECT) to set DEFAULT=NO and AUTOSELECT=YES. Choose Alternate Audio, Not Auto Select to set DEFAULT=NO and AUTOSELECT=NO. When you don't specify a value for this setting, MediaConvert defaults to Alternate audio, auto select, default. When there is more than one variant in your output group, you must explicitly choose a value for this setting.

const (
    // CmfcDescriptiveVideoServiceFlagDontFlag is a CmfcDescriptiveVideoServiceFlag enum value
    CmfcDescriptiveVideoServiceFlagDontFlag = "DONT_FLAG"

    // CmfcDescriptiveVideoServiceFlagFlag is a CmfcDescriptiveVideoServiceFlag enum value
    CmfcDescriptiveVideoServiceFlagFlag = "FLAG"
)

Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest. When you choose Flag (FLAG), MediaConvert includes the parameter CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you keep the default choice, Don't flag (DONT_FLAG), MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation.

const (
    // CmfcIFrameOnlyManifestInclude is a CmfcIFrameOnlyManifest enum value
    CmfcIFrameOnlyManifestInclude = "INCLUDE"

    // CmfcIFrameOnlyManifestExclude is a CmfcIFrameOnlyManifest enum value
    CmfcIFrameOnlyManifestExclude = "EXCLUDE"
)

Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition. You might use this manifest as part of a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child manifest, keep the default value Exclude (EXCLUDE).

const (
    // CmfcKlvMetadataPassthrough is a CmfcKlvMetadata enum value
    CmfcKlvMetadataPassthrough = "PASSTHROUGH"

    // CmfcKlvMetadataNone is a CmfcKlvMetadata enum value
    CmfcKlvMetadataNone = "NONE"
)

To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.

const (
    // CmfcManifestMetadataSignalingEnabled is a CmfcManifestMetadataSignaling enum value
    CmfcManifestMetadataSignalingEnabled = "ENABLED"

    // CmfcManifestMetadataSignalingDisabled is a CmfcManifestMetadataSignaling enum value
    CmfcManifestMetadataSignalingDisabled = "DISABLED"
)

To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled. To enable Manifest metadata signaling, you must also set SCTE-35 source to Passthrough, ESAM SCTE-35 to insert, or ID3 metadata (TimedMetadata) to Passthrough.

const (
    // CmfcScte35EsamInsert is a CmfcScte35Esam enum value
    CmfcScte35EsamInsert = "INSERT"

    // CmfcScte35EsamNone is a CmfcScte35Esam enum value
    CmfcScte35EsamNone = "NONE"
)

Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

const (
    // CmfcScte35SourcePassthrough is a CmfcScte35Source enum value
    CmfcScte35SourcePassthrough = "PASSTHROUGH"

    // CmfcScte35SourceNone is a CmfcScte35Source enum value
    CmfcScte35SourceNone = "NONE"
)

Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.

const (
    // CmfcTimedMetadataPassthrough is a CmfcTimedMetadata enum value
    CmfcTimedMetadataPassthrough = "PASSTHROUGH"

    // CmfcTimedMetadataNone is a CmfcTimedMetadata enum value
    CmfcTimedMetadataNone = "NONE"
)

To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.

const (
    // CmfcTimedMetadataBoxVersionVersion0 is a CmfcTimedMetadataBoxVersion enum value
    CmfcTimedMetadataBoxVersionVersion0 = "VERSION_0"

    // CmfcTimedMetadataBoxVersionVersion1 is a CmfcTimedMetadataBoxVersion enum value
    CmfcTimedMetadataBoxVersionVersion1 = "VERSION_1"
)

Specify the event message box (eMSG) version for ID3 timed metadata in your output.For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.Leave blank to use the default value Version 0.When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.

const (
    // ColorMetadataIgnore is a ColorMetadata enum value
    ColorMetadataIgnore = "IGNORE"

    // ColorMetadataInsert is a ColorMetadata enum value
    ColorMetadataInsert = "INSERT"
)

Choose Insert (INSERT) for this setting to include color metadata in this output. Choose Ignore (IGNORE) to exclude color metadata from this output. If you don't specify a value, the service sets this to Insert by default.

const (
    // ColorSpaceFollow is a ColorSpace enum value
    ColorSpaceFollow = "FOLLOW"

    // ColorSpaceRec601 is a ColorSpace enum value
    ColorSpaceRec601 = "REC_601"

    // ColorSpaceRec709 is a ColorSpace enum value
    ColorSpaceRec709 = "REC_709"

    // ColorSpaceHdr10 is a ColorSpace enum value
    ColorSpaceHdr10 = "HDR10"

    // ColorSpaceHlg2020 is a ColorSpace enum value
    ColorSpaceHlg2020 = "HLG_2020"

    // ColorSpaceP3dci is a ColorSpace enum value
    ColorSpaceP3dci = "P3DCI"

    // ColorSpaceP3d65Sdr is a ColorSpace enum value
    ColorSpaceP3d65Sdr = "P3D65_SDR"

    // ColorSpaceP3d65Hdr is a ColorSpace enum value
    ColorSpaceP3d65Hdr = "P3D65_HDR"
)

If your input video has accurate color space metadata, or if you don't know about color space: Keep the default value, Follow. MediaConvert will automatically detect your input color space. If your input video has metadata indicating the wrong color space, or has missing metadata: Specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate: Choose Force HDR 10. Specify correct values in the input HDR 10 metadata settings. For more information about HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. When you specify an input color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients: * HDR 10: BT.2020, PQ, BT.2020 non-constant * HLG 2020: BT.2020, HLG, BT.2020 non-constant * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709 * P3D65 (SDR): Display P3, sRGB, BT.709 * P3D65 (HDR): Display P3, PQ, BT.709

const (
    // ColorSpaceConversionNone is a ColorSpaceConversion enum value
    ColorSpaceConversionNone = "NONE"

    // ColorSpaceConversionForce601 is a ColorSpaceConversion enum value
    ColorSpaceConversionForce601 = "FORCE_601"

    // ColorSpaceConversionForce709 is a ColorSpaceConversion enum value
    ColorSpaceConversionForce709 = "FORCE_709"

    // ColorSpaceConversionForceHdr10 is a ColorSpaceConversion enum value
    ColorSpaceConversionForceHdr10 = "FORCE_HDR10"

    // ColorSpaceConversionForceHlg2020 is a ColorSpaceConversion enum value
    ColorSpaceConversionForceHlg2020 = "FORCE_HLG_2020"

    // ColorSpaceConversionForceP3dci is a ColorSpaceConversion enum value
    ColorSpaceConversionForceP3dci = "FORCE_P3DCI"

    // ColorSpaceConversionForceP3d65Sdr is a ColorSpaceConversion enum value
    ColorSpaceConversionForceP3d65Sdr = "FORCE_P3D65_SDR"

    // ColorSpaceConversionForceP3d65Hdr is a ColorSpaceConversion enum value
    ColorSpaceConversionForceP3d65Hdr = "FORCE_P3D65_HDR"
)

Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses tone mapping to approximate the outcome of manually regrading from HDR to SDR. When you specify an output color space, MediaConvert uses the following color space metadata, which includes color primaries, transfer characteristics, and matrix coefficients: * HDR 10: BT.2020, PQ, BT.2020 non-constant * HLG 2020: BT.2020, HLG, BT.2020 non-constant * P3DCI (Theater): DCIP3, SMPTE 428M, BT.709 * P3D65 (SDR): Display P3, sRGB, BT.709 * P3D65 (HDR): Display P3, PQ, BT.709

const (
    // ColorSpaceUsageForce is a ColorSpaceUsage enum value
    ColorSpaceUsageForce = "FORCE"

    // ColorSpaceUsageFallback is a ColorSpaceUsage enum value
    ColorSpaceUsageFallback = "FALLBACK"
)

There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and HDR master display information settings(Hdr10Metadata). The Color space usage setting determines which takes precedence. Choose Force (FORCE) to use color metadata from the input job settings. If you don't specify values for those settings, the service defaults to using metadata from your input. FALLBACK - Choose Fallback (FALLBACK) to use color metadata from the source when it is present. If there's no color metadata in your input file, the service defaults to using values you specify in the input settings.

const (
    // ContainerTypeF4v is a ContainerType enum value
    ContainerTypeF4v = "F4V"

    // ContainerTypeIsmv is a ContainerType enum value
    ContainerTypeIsmv = "ISMV"

    // ContainerTypeM2ts is a ContainerType enum value
    ContainerTypeM2ts = "M2TS"

    // ContainerTypeM3u8 is a ContainerType enum value
    ContainerTypeM3u8 = "M3U8"

    // ContainerTypeCmfc is a ContainerType enum value
    ContainerTypeCmfc = "CMFC"

    // ContainerTypeMov is a ContainerType enum value
    ContainerTypeMov = "MOV"

    // ContainerTypeMp4 is a ContainerType enum value
    ContainerTypeMp4 = "MP4"

    // ContainerTypeMpd is a ContainerType enum value
    ContainerTypeMpd = "MPD"

    // ContainerTypeMxf is a ContainerType enum value
    ContainerTypeMxf = "MXF"

    // ContainerTypeWebm is a ContainerType enum value
    ContainerTypeWebm = "WEBM"

    // ContainerTypeRaw is a ContainerType enum value
    ContainerTypeRaw = "RAW"
)

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

const (
    // CopyProtectionActionPassthrough is a CopyProtectionAction enum value
    CopyProtectionActionPassthrough = "PASSTHROUGH"

    // CopyProtectionActionStrip is a CopyProtectionAction enum value
    CopyProtectionActionStrip = "STRIP"
)

The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.

const (
    // DashIsoGroupAudioChannelConfigSchemeIdUriMpegChannelConfiguration is a DashIsoGroupAudioChannelConfigSchemeIdUri enum value
    DashIsoGroupAudioChannelConfigSchemeIdUriMpegChannelConfiguration = "MPEG_CHANNEL_CONFIGURATION"

    // DashIsoGroupAudioChannelConfigSchemeIdUriDolbyChannelConfiguration is a DashIsoGroupAudioChannelConfigSchemeIdUri enum value
    DashIsoGroupAudioChannelConfigSchemeIdUriDolbyChannelConfiguration = "DOLBY_CHANNEL_CONFIGURATION"
)

Use this setting only when your audio codec is a Dolby one (AC3, EAC3, or Atmos) and your downstream workflow requires that your DASH manifest use the Dolby channel configuration tag, rather than the MPEG one. For example, you might need to use this to make dynamic ad insertion work. Specify which audio channel configuration scheme ID URI MediaConvert writes in your DASH manifest. Keep the default value, MPEG channel configuration (MPEG_CHANNEL_CONFIGURATION), to have MediaConvert write this: urn:mpeg:mpegB:cicp:ChannelConfiguration. Choose Dolby channel configuration (DOLBY_CHANNEL_CONFIGURATION) to have MediaConvert write this instead: tag:dolby.com,2014:dash:audio_channel_configuration:2011.

const (
    // DashIsoHbbtvComplianceHbbtv15 is a DashIsoHbbtvCompliance enum value
    DashIsoHbbtvComplianceHbbtv15 = "HBBTV_1_5"

    // DashIsoHbbtvComplianceNone is a DashIsoHbbtvCompliance enum value
    DashIsoHbbtvComplianceNone = "NONE"
)

Supports HbbTV specification as indicated

const (
    // DashIsoImageBasedTrickPlayNone is a DashIsoImageBasedTrickPlay enum value
    DashIsoImageBasedTrickPlayNone = "NONE"

    // DashIsoImageBasedTrickPlayThumbnail is a DashIsoImageBasedTrickPlay enum value
    DashIsoImageBasedTrickPlayThumbnail = "THUMBNAIL"

    // DashIsoImageBasedTrickPlayThumbnailAndFullframe is a DashIsoImageBasedTrickPlay enum value
    DashIsoImageBasedTrickPlayThumbnailAndFullframe = "THUMBNAIL_AND_FULLFRAME"

    // DashIsoImageBasedTrickPlayAdvanced is a DashIsoImageBasedTrickPlay enum value
    DashIsoImageBasedTrickPlayAdvanced = "ADVANCED"
)

Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. MediaConvert adds an entry in the .mpd manifest for each set of images that you generate. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md

const (
    // DashIsoIntervalCadenceFollowIframe is a DashIsoIntervalCadence enum value
    DashIsoIntervalCadenceFollowIframe = "FOLLOW_IFRAME"

    // DashIsoIntervalCadenceFollowCustom is a DashIsoIntervalCadence enum value
    DashIsoIntervalCadenceFollowCustom = "FOLLOW_CUSTOM"
)

The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.

const (
    // DashIsoMpdManifestBandwidthTypeAverage is a DashIsoMpdManifestBandwidthType enum value
    DashIsoMpdManifestBandwidthTypeAverage = "AVERAGE"

    // DashIsoMpdManifestBandwidthTypeMax is a DashIsoMpdManifestBandwidthType enum value
    DashIsoMpdManifestBandwidthTypeMax = "MAX"
)

Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.

const (
    // DashIsoMpdProfileMainProfile is a DashIsoMpdProfile enum value
    DashIsoMpdProfileMainProfile = "MAIN_PROFILE"

    // DashIsoMpdProfileOnDemandProfile is a DashIsoMpdProfile enum value
    DashIsoMpdProfileOnDemandProfile = "ON_DEMAND_PROFILE"
)

Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).

const (
    // DashIsoPlaybackDeviceCompatibilityCencV1 is a DashIsoPlaybackDeviceCompatibility enum value
    DashIsoPlaybackDeviceCompatibilityCencV1 = "CENC_V1"

    // DashIsoPlaybackDeviceCompatibilityUnencryptedSei is a DashIsoPlaybackDeviceCompatibility enum value
    DashIsoPlaybackDeviceCompatibilityUnencryptedSei = "UNENCRYPTED_SEI"
)

This setting can improve the compatibility of your output with video players on obsolete devices. It applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will leave the SEI NAL units unencrypted.

const (
    // DashIsoPtsOffsetHandlingForBFramesZeroBased is a DashIsoPtsOffsetHandlingForBFrames enum value
    DashIsoPtsOffsetHandlingForBFramesZeroBased = "ZERO_BASED"

    // DashIsoPtsOffsetHandlingForBFramesMatchInitialPts is a DashIsoPtsOffsetHandlingForBFrames enum value
    DashIsoPtsOffsetHandlingForBFramesMatchInitialPts = "MATCH_INITIAL_PTS"
)

Use this setting only when your output video stream has B-frames, which causes the initial presentation time stamp (PTS) to be offset from the initial decode time stamp (DTS). Specify how MediaConvert handles PTS when writing time stamps in output DASH manifests. Choose Match initial PTS (MATCH_INITIAL_PTS) when you want MediaConvert to use the initial PTS as the first time stamp in the manifest. Choose Zero-based (ZERO_BASED) to have MediaConvert ignore the initial PTS in the video stream and instead write the initial time stamp as zero in the manifest. For outputs that don't have B-frames, the time stamps in your DASH manifests start at zero regardless of your choice here.

const (
    // DashIsoSegmentControlSingleFile is a DashIsoSegmentControl enum value
    DashIsoSegmentControlSingleFile = "SINGLE_FILE"

    // DashIsoSegmentControlSegmentedFiles is a DashIsoSegmentControl enum value
    DashIsoSegmentControlSegmentedFiles = "SEGMENTED_FILES"
)

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.

const (
    // DashIsoSegmentLengthControlExact is a DashIsoSegmentLengthControl enum value
    DashIsoSegmentLengthControlExact = "EXACT"

    // DashIsoSegmentLengthControlGopMultiple is a DashIsoSegmentLengthControl enum value
    DashIsoSegmentLengthControlGopMultiple = "GOP_MULTIPLE"
)

Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

const (
    // DashIsoVideoCompositionOffsetsSigned is a DashIsoVideoCompositionOffsets enum value
    DashIsoVideoCompositionOffsetsSigned = "SIGNED"

    // DashIsoVideoCompositionOffsetsUnsigned is a DashIsoVideoCompositionOffsets enum value
    DashIsoVideoCompositionOffsetsUnsigned = "UNSIGNED"
)

Specify the video sample composition time offset mode in the output fMP4 TRUN box. For wider player compatibility, set Video composition offsets to Unsigned or leave blank. The earliest presentation time may be greater than zero, and sample composition time offsets will increment using unsigned integers. For strict fMP4 video and audio timing, set Video composition offsets to Signed. The earliest presentation time will be equal to zero, and sample composition time offsets will increment using signed integers.

const (
    // DashIsoWriteSegmentTimelineInRepresentationEnabled is a DashIsoWriteSegmentTimelineInRepresentation enum value
    DashIsoWriteSegmentTimelineInRepresentationEnabled = "ENABLED"

    // DashIsoWriteSegmentTimelineInRepresentationDisabled is a DashIsoWriteSegmentTimelineInRepresentation enum value
    DashIsoWriteSegmentTimelineInRepresentationDisabled = "DISABLED"
)

When you enable Precise segment duration in manifests (writeSegmentTimelineInRepresentation), your DASH manifest shows precise segment durations. The segment duration information appears inside the SegmentTimeline element, inside SegmentTemplate at the Representation level. When this feature isn't enabled, the segment durations in your DASH manifest are approximate. The segment duration information appears in the duration attribute of the SegmentTemplate element.

const (
    // DashManifestStyleBasic is a DashManifestStyle enum value
    DashManifestStyleBasic = "BASIC"

    // DashManifestStyleCompact is a DashManifestStyle enum value
    DashManifestStyleCompact = "COMPACT"

    // DashManifestStyleDistinct is a DashManifestStyle enum value
    DashManifestStyleDistinct = "DISTINCT"
)

Specify how MediaConvert writes SegmentTimeline in your output DASH manifest. To write a SegmentTimeline in each video Representation: Keep the default value, Basic. To write a common SegmentTimeline in the video AdaptationSet: Choose Compact. Note that MediaConvert will still write a SegmentTimeline in any Representation that does not share a common timeline. To write a video AdaptationSet for each different output framerate, and a common SegmentTimeline in each AdaptationSet: Choose Distinct.

const (
    // DecryptionModeAesCtr is a DecryptionMode enum value
    DecryptionModeAesCtr = "AES_CTR"

    // DecryptionModeAesCbc is a DecryptionMode enum value
    DecryptionModeAesCbc = "AES_CBC"

    // DecryptionModeAesGcm is a DecryptionMode enum value
    DecryptionModeAesGcm = "AES_GCM"
)

Specify the encryption mode that you used to encrypt your input files.

const (
    // DeinterlaceAlgorithmInterpolate is a DeinterlaceAlgorithm enum value
    DeinterlaceAlgorithmInterpolate = "INTERPOLATE"

    // DeinterlaceAlgorithmInterpolateTicker is a DeinterlaceAlgorithm enum value
    DeinterlaceAlgorithmInterpolateTicker = "INTERPOLATE_TICKER"

    // DeinterlaceAlgorithmBlend is a DeinterlaceAlgorithm enum value
    DeinterlaceAlgorithmBlend = "BLEND"

    // DeinterlaceAlgorithmBlendTicker is a DeinterlaceAlgorithm enum value
    DeinterlaceAlgorithmBlendTicker = "BLEND_TICKER"

    // DeinterlaceAlgorithmLinearInterpolation is a DeinterlaceAlgorithm enum value
    DeinterlaceAlgorithmLinearInterpolation = "LINEAR_INTERPOLATION"
)

Only applies when you set Deinterlace mode to Deinterlace or Adaptive. Interpolate produces sharper pictures, while blend produces smoother motion. If your source file includes a ticker, such as a scrolling headline at the bottom of the frame: Choose Interpolate ticker or Blend ticker. To apply field doubling: Choose Linear interpolation. Note that Linear interpolation may introduce video artifacts into your output.

const (
    // DeinterlacerControlForceAllFrames is a DeinterlacerControl enum value
    DeinterlacerControlForceAllFrames = "FORCE_ALL_FRAMES"

    // DeinterlacerControlNormal is a DeinterlacerControl enum value
    DeinterlacerControlNormal = "NORMAL"
)

- 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.

const (
    // DeinterlacerModeDeinterlace is a DeinterlacerMode enum value
    DeinterlacerModeDeinterlace = "DEINTERLACE"

    // DeinterlacerModeInverseTelecine is a DeinterlacerMode enum value
    DeinterlacerModeInverseTelecine = "INVERSE_TELECINE"

    // DeinterlacerModeAdaptive is a DeinterlacerMode enum value
    DeinterlacerModeAdaptive = "ADAPTIVE"
)

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.

const (
    // DescribeEndpointsModeDefault is a DescribeEndpointsMode enum value
    DescribeEndpointsModeDefault = "DEFAULT"

    // DescribeEndpointsModeGetOnly is a DescribeEndpointsMode enum value
    DescribeEndpointsModeGetOnly = "GET_ONLY"
)

Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.

const (
    // DolbyVisionLevel6ModePassthrough is a DolbyVisionLevel6Mode enum value
    DolbyVisionLevel6ModePassthrough = "PASSTHROUGH"

    // DolbyVisionLevel6ModeRecalculate is a DolbyVisionLevel6Mode enum value
    DolbyVisionLevel6ModeRecalculate = "RECALCULATE"

    // DolbyVisionLevel6ModeSpecify is a DolbyVisionLevel6Mode enum value
    DolbyVisionLevel6ModeSpecify = "SPECIFY"
)

Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

const (
    // DolbyVisionMappingHdr10Nomap is a DolbyVisionMapping enum value
    DolbyVisionMappingHdr10Nomap = "HDR10_NOMAP"

    // DolbyVisionMappingHdr101000 is a DolbyVisionMapping enum value
    DolbyVisionMappingHdr101000 = "HDR10_1000"
)

Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.

const (
    // DolbyVisionProfileProfile5 is a DolbyVisionProfile enum value
    DolbyVisionProfileProfile5 = "PROFILE_5"

    // DolbyVisionProfileProfile81 is a DolbyVisionProfile enum value
    DolbyVisionProfileProfile81 = "PROFILE_8_1"
)

Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.

const (
    // DropFrameTimecodeDisabled is a DropFrameTimecode enum value
    DropFrameTimecodeDisabled = "DISABLED"

    // DropFrameTimecodeEnabled is a DropFrameTimecode enum value
    DropFrameTimecodeEnabled = "ENABLED"
)

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.

const (
    // DvbSubSubtitleFallbackFontBestMatch is a DvbSubSubtitleFallbackFont enum value
    DvbSubSubtitleFallbackFontBestMatch = "BEST_MATCH"

    // DvbSubSubtitleFallbackFontMonospacedSansserif is a DvbSubSubtitleFallbackFont enum value
    DvbSubSubtitleFallbackFontMonospacedSansserif = "MONOSPACED_SANSSERIF"

    // DvbSubSubtitleFallbackFontMonospacedSerif is a DvbSubSubtitleFallbackFont enum value
    DvbSubSubtitleFallbackFontMonospacedSerif = "MONOSPACED_SERIF"

    // DvbSubSubtitleFallbackFontProportionalSansserif is a DvbSubSubtitleFallbackFont enum value
    DvbSubSubtitleFallbackFontProportionalSansserif = "PROPORTIONAL_SANSSERIF"

    // DvbSubSubtitleFallbackFontProportionalSerif is a DvbSubSubtitleFallbackFont enum value
    DvbSubSubtitleFallbackFontProportionalSerif = "PROPORTIONAL_SERIF"
)

Specify the font that you want the service to use for your burn in captions when your input captions specify a font that MediaConvert doesn't support. When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or leave blank, MediaConvert uses a supported font that most closely matches the font that your input captions specify. When there are multiple unsupported fonts in your input captions, MediaConvert matches each font with the supported font that matches best. When you explicitly choose a replacement font, MediaConvert uses that font to replace all unsupported fonts from your input.

const (
    // DvbSubtitleAlignmentCentered is a DvbSubtitleAlignment enum value
    DvbSubtitleAlignmentCentered = "CENTERED"

    // DvbSubtitleAlignmentLeft is a DvbSubtitleAlignment enum value
    DvbSubtitleAlignmentLeft = "LEFT"

    // DvbSubtitleAlignmentAuto is a DvbSubtitleAlignment enum value
    DvbSubtitleAlignmentAuto = "AUTO"
)

Specify the alignment of your captions. If no explicit x_position is provided, setting alignment to centered will placethe captions at the bottom center of the output. Similarly, setting a left alignment willalign 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. Within your job settings, all of your DVB-Sub settings must be identical.

const (
    // DvbSubtitleApplyFontColorWhiteTextOnly is a DvbSubtitleApplyFontColor enum value
    DvbSubtitleApplyFontColorWhiteTextOnly = "WHITE_TEXT_ONLY"

    // DvbSubtitleApplyFontColorAllText is a DvbSubtitleApplyFontColor enum value
    DvbSubtitleApplyFontColorAllText = "ALL_TEXT"
)

Ignore this setting unless Style Passthrough (StylePassthrough) is set to Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color (ApplyFontColor) for additional font color controls. When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font color setting only applies to white text in your input captions. For example, if your font color setting is Yellow, and your input captions have red and white text, your output captions will have red and yellow text. When you choose ALL_TEXT, your font color setting applies to all of your output captions text.

const (
    // DvbSubtitleBackgroundColorNone is a DvbSubtitleBackgroundColor enum value
    DvbSubtitleBackgroundColorNone = "NONE"

    // DvbSubtitleBackgroundColorBlack is a DvbSubtitleBackgroundColor enum value
    DvbSubtitleBackgroundColorBlack = "BLACK"

    // DvbSubtitleBackgroundColorWhite is a DvbSubtitleBackgroundColor enum value
    DvbSubtitleBackgroundColorWhite = "WHITE"

    // DvbSubtitleBackgroundColorAuto is a DvbSubtitleBackgroundColor enum value
    DvbSubtitleBackgroundColorAuto = "AUTO"
)

Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.

const (
    // DvbSubtitleFontColorWhite is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorWhite = "WHITE"

    // DvbSubtitleFontColorBlack is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorBlack = "BLACK"

    // DvbSubtitleFontColorYellow is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorYellow = "YELLOW"

    // DvbSubtitleFontColorRed is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorRed = "RED"

    // DvbSubtitleFontColorGreen is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorGreen = "GREEN"

    // DvbSubtitleFontColorBlue is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorBlue = "BLUE"

    // DvbSubtitleFontColorHex is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorHex = "HEX"

    // DvbSubtitleFontColorAuto is a DvbSubtitleFontColor enum value
    DvbSubtitleFontColorAuto = "AUTO"
)

Specify the color of the captions text. Leave Font color (FontColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.

const (
    // DvbSubtitleOutlineColorBlack is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorBlack = "BLACK"

    // DvbSubtitleOutlineColorWhite is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorWhite = "WHITE"

    // DvbSubtitleOutlineColorYellow is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorYellow = "YELLOW"

    // DvbSubtitleOutlineColorRed is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorRed = "RED"

    // DvbSubtitleOutlineColorGreen is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorGreen = "GREEN"

    // DvbSubtitleOutlineColorBlue is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorBlue = "BLUE"

    // DvbSubtitleOutlineColorAuto is a DvbSubtitleOutlineColor enum value
    DvbSubtitleOutlineColorAuto = "AUTO"
)

Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.

const (
    // DvbSubtitleShadowColorNone is a DvbSubtitleShadowColor enum value
    DvbSubtitleShadowColorNone = "NONE"

    // DvbSubtitleShadowColorBlack is a DvbSubtitleShadowColor enum value
    DvbSubtitleShadowColorBlack = "BLACK"

    // DvbSubtitleShadowColorWhite is a DvbSubtitleShadowColor enum value
    DvbSubtitleShadowColorWhite = "WHITE"

    // DvbSubtitleShadowColorAuto is a DvbSubtitleShadowColor enum value
    DvbSubtitleShadowColorAuto = "AUTO"
)

Specify the color of the shadow cast by the captions. Leave Shadow color (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled to use the shadow color data from your input captions, if present. Within your job settings, all of your DVB-Sub settings must be identical.

const (
    // DvbSubtitleStylePassthroughEnabled is a DvbSubtitleStylePassthrough enum value
    DvbSubtitleStylePassthroughEnabled = "ENABLED"

    // DvbSubtitleStylePassthroughDisabled is a DvbSubtitleStylePassthrough enum value
    DvbSubtitleStylePassthroughDisabled = "DISABLED"
)

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use default settings: white text with black outlining, bottom-center positioning, and automatic sizing. Whether you set Style passthrough to enabled or not, you can also choose to manually override any of the individual style and position settings.

const (
    // DvbSubtitleTeletextSpacingFixedGrid is a DvbSubtitleTeletextSpacing enum value
    DvbSubtitleTeletextSpacingFixedGrid = "FIXED_GRID"

    // DvbSubtitleTeletextSpacingProportional is a DvbSubtitleTeletextSpacing enum value
    DvbSubtitleTeletextSpacingProportional = "PROPORTIONAL"

    // DvbSubtitleTeletextSpacingAuto is a DvbSubtitleTeletextSpacing enum value
    DvbSubtitleTeletextSpacingAuto = "AUTO"
)

Specify whether the Text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.

const (
    // DvbSubtitlingTypeHearingImpaired is a DvbSubtitlingType enum value
    DvbSubtitlingTypeHearingImpaired = "HEARING_IMPAIRED"

    // DvbSubtitlingTypeStandard is a DvbSubtitlingType enum value
    DvbSubtitlingTypeStandard = "STANDARD"
)

Specify whether your DVB subtitles are standard or for hearing impaired. Choose hearing impaired if your subtitles include audio descriptions and dialogue. Choose standard if your subtitles include only dialogue.

const (
    // DvbddsHandlingNone is a DvbddsHandling enum value
    DvbddsHandlingNone = "NONE"

    // DvbddsHandlingSpecified is a DvbddsHandling enum value
    DvbddsHandlingSpecified = "SPECIFIED"

    // DvbddsHandlingNoDisplayWindow is a DvbddsHandling enum value
    DvbddsHandlingNoDisplayWindow = "NO_DISPLAY_WINDOW"
)

Specify how MediaConvert handles the display definition segment (DDS). To exclude the DDS from this set of captions: Keep the default, None. To include the DDS: Choose Specified. When you do, also specify the offset coordinates of the display window with DDS x-coordinate and DDS y-coordinate. To include the DDS, but not include display window data: Choose No display window. When you do, you can write position metadata to the page composition segment (PCS) with DDS x-coordinate and DDS y-coordinate. For video resolutions with a height of 576 pixels or less, MediaConvert doesn't include the DDS, regardless of the value you choose for DDS handling. All burn-in and DVB-Sub font settings must match.

const (
    // Eac3AtmosCodingModeCodingModeAuto is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingModeAuto = "CODING_MODE_AUTO"

    // Eac3AtmosCodingModeCodingMode514 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode514 = "CODING_MODE_5_1_4"

    // Eac3AtmosCodingModeCodingMode714 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode714 = "CODING_MODE_7_1_4"

    // Eac3AtmosCodingModeCodingMode916 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode916 = "CODING_MODE_9_1_6"
)

The coding mode for Dolby Digital Plus JOC (Atmos).

const (
    // Eac3AtmosDialogueIntelligenceEnabled is a Eac3AtmosDialogueIntelligence enum value
    Eac3AtmosDialogueIntelligenceEnabled = "ENABLED"

    // Eac3AtmosDialogueIntelligenceDisabled is a Eac3AtmosDialogueIntelligence enum value
    Eac3AtmosDialogueIntelligenceDisabled = "DISABLED"
)

Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.

const (
    // Eac3AtmosDownmixControlSpecified is a Eac3AtmosDownmixControl enum value
    Eac3AtmosDownmixControlSpecified = "SPECIFIED"

    // Eac3AtmosDownmixControlInitializeFromSource is a Eac3AtmosDownmixControl enum value
    Eac3AtmosDownmixControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"
)

Specify whether MediaConvert should use any downmix metadata from your input file. Keep the default value, Custom (SPECIFIED) to provide downmix values in your job settings. Choose Follow source (INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround (LoRoSurroundMixLevel), Left total/Right total surround (LtRtSurroundMixLevel), Left total/Right total center (LtRtCenterMixLevel), Left only/Right only center (LoRoCenterMixLevel), and Stereo downmix (StereoDownmix). When you keep Custom (SPECIFIED) for Downmix control (DownmixControl) and you don't specify values for the related settings, MediaConvert uses default values for those settings.

const (
    // Eac3AtmosDynamicRangeCompressionLineNone is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineNone = "NONE"

    // Eac3AtmosDynamicRangeCompressionLineFilmStandard is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineFilmStandard = "FILM_STANDARD"

    // Eac3AtmosDynamicRangeCompressionLineFilmLight is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineFilmLight = "FILM_LIGHT"

    // Eac3AtmosDynamicRangeCompressionLineMusicStandard is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineMusicStandard = "MUSIC_STANDARD"

    // Eac3AtmosDynamicRangeCompressionLineMusicLight is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineMusicLight = "MUSIC_LIGHT"

    // Eac3AtmosDynamicRangeCompressionLineSpeech is a Eac3AtmosDynamicRangeCompressionLine enum value
    Eac3AtmosDynamicRangeCompressionLineSpeech = "SPEECH"
)

Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the line operating mode. Default value: Film light (ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control (DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression line (DynamicRangeCompressionLine). For information about the Dolby DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Eac3AtmosDynamicRangeCompressionRfNone is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfNone = "NONE"

    // Eac3AtmosDynamicRangeCompressionRfFilmStandard is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfFilmStandard = "FILM_STANDARD"

    // Eac3AtmosDynamicRangeCompressionRfFilmLight is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfFilmLight = "FILM_LIGHT"

    // Eac3AtmosDynamicRangeCompressionRfMusicStandard is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfMusicStandard = "MUSIC_STANDARD"

    // Eac3AtmosDynamicRangeCompressionRfMusicLight is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfMusicLight = "MUSIC_LIGHT"

    // Eac3AtmosDynamicRangeCompressionRfSpeech is a Eac3AtmosDynamicRangeCompressionRf enum value
    Eac3AtmosDynamicRangeCompressionRfSpeech = "SPEECH"
)

Choose the Dolby dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby stream for the RF operating mode. Default value: Film light (ATMOS_STORAGE_DDP_COMPR_FILM_LIGHT) Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom (SPECIFIED) for the setting Dynamic range control (DynamicRangeControl). Otherwise, MediaConvert ignores Dynamic range compression RF (DynamicRangeCompressionRf). For information about the Dolby DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Eac3AtmosDynamicRangeControlSpecified is a Eac3AtmosDynamicRangeControl enum value
    Eac3AtmosDynamicRangeControlSpecified = "SPECIFIED"

    // Eac3AtmosDynamicRangeControlInitializeFromSource is a Eac3AtmosDynamicRangeControl enum value
    Eac3AtmosDynamicRangeControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"
)

Specify whether MediaConvert should use any dynamic range control metadata from your input file. Keep the default value, Custom (SPECIFIED), to provide dynamic range control values in your job settings. Choose Follow source (INITIALIZE_FROM_SOURCE) to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line (DynamicRangeCompressionLine) and Dynamic range compression RF (DynamicRangeCompressionRf). When you keep the value Custom (SPECIFIED) for Dynamic range control (DynamicRangeControl) and you don't specify values for the related settings, MediaConvert uses default values for those settings.

const (
    // Eac3AtmosMeteringModeLeqA is a Eac3AtmosMeteringMode enum value
    Eac3AtmosMeteringModeLeqA = "LEQ_A"

    // Eac3AtmosMeteringModeItuBs17701 is a Eac3AtmosMeteringMode enum value
    Eac3AtmosMeteringModeItuBs17701 = "ITU_BS_1770_1"

    // Eac3AtmosMeteringModeItuBs17702 is a Eac3AtmosMeteringMode enum value
    Eac3AtmosMeteringModeItuBs17702 = "ITU_BS_1770_2"

    // Eac3AtmosMeteringModeItuBs17703 is a Eac3AtmosMeteringMode enum value
    Eac3AtmosMeteringModeItuBs17703 = "ITU_BS_1770_3"

    // Eac3AtmosMeteringModeItuBs17704 is a Eac3AtmosMeteringMode enum value
    Eac3AtmosMeteringModeItuBs17704 = "ITU_BS_1770_4"
)

Choose how the service meters the loudness of your audio.

const (
    // Eac3AtmosStereoDownmixNotIndicated is a Eac3AtmosStereoDownmix enum value
    Eac3AtmosStereoDownmixNotIndicated = "NOT_INDICATED"

    // Eac3AtmosStereoDownmixStereo is a Eac3AtmosStereoDownmix enum value
    Eac3AtmosStereoDownmixStereo = "STEREO"

    // Eac3AtmosStereoDownmixSurround is a Eac3AtmosStereoDownmix enum value
    Eac3AtmosStereoDownmixSurround = "SURROUND"

    // Eac3AtmosStereoDownmixDpl2 is a Eac3AtmosStereoDownmix enum value
    Eac3AtmosStereoDownmixDpl2 = "DPL2"
)

Choose how the service does stereo downmixing. Default value: Not indicated (ATMOS_STORAGE_DDP_DMIXMOD_NOT_INDICATED) Related setting: To have MediaConvert use this value, keep the default value, Custom (SPECIFIED) for the setting Downmix control (DownmixControl). Otherwise, MediaConvert ignores Stereo downmix (StereoDownmix).

const (
    // Eac3AtmosSurroundExModeNotIndicated is a Eac3AtmosSurroundExMode enum value
    Eac3AtmosSurroundExModeNotIndicated = "NOT_INDICATED"

    // Eac3AtmosSurroundExModeEnabled is a Eac3AtmosSurroundExMode enum value
    Eac3AtmosSurroundExModeEnabled = "ENABLED"

    // Eac3AtmosSurroundExModeDisabled is a Eac3AtmosSurroundExMode enum value
    Eac3AtmosSurroundExModeDisabled = "DISABLED"
)

Specify whether your input audio has an additional center rear surround channel matrix encoded into your left and right surround channels.

const (
    // Eac3AttenuationControlAttenuate3Db is a Eac3AttenuationControl enum value
    Eac3AttenuationControlAttenuate3Db = "ATTENUATE_3_DB"

    // Eac3AttenuationControlNone is a Eac3AttenuationControl enum value
    Eac3AttenuationControlNone = "NONE"
)

If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.

const (
    // Eac3BitstreamModeCompleteMain is a Eac3BitstreamMode enum value
    Eac3BitstreamModeCompleteMain = "COMPLETE_MAIN"

    // Eac3BitstreamModeCommentary is a Eac3BitstreamMode enum value
    Eac3BitstreamModeCommentary = "COMMENTARY"

    // Eac3BitstreamModeEmergency is a Eac3BitstreamMode enum value
    Eac3BitstreamModeEmergency = "EMERGENCY"

    // Eac3BitstreamModeHearingImpaired is a Eac3BitstreamMode enum value
    Eac3BitstreamModeHearingImpaired = "HEARING_IMPAIRED"

    // Eac3BitstreamModeVisuallyImpaired is a Eac3BitstreamMode enum value
    Eac3BitstreamModeVisuallyImpaired = "VISUALLY_IMPAIRED"
)

Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).

const (
    // Eac3CodingModeCodingMode10 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode10 = "CODING_MODE_1_0"

    // Eac3CodingModeCodingMode20 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode20 = "CODING_MODE_2_0"

    // Eac3CodingModeCodingMode32 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode32 = "CODING_MODE_3_2"
)

Dolby Digital Plus coding mode. Determines number of channels.

const (
    // Eac3DcFilterEnabled is a Eac3DcFilter enum value
    Eac3DcFilterEnabled = "ENABLED"

    // Eac3DcFilterDisabled is a Eac3DcFilter enum value
    Eac3DcFilterDisabled = "DISABLED"
)

Activates a DC highpass filter for all input channels.

const (
    // Eac3DynamicRangeCompressionLineNone is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineNone = "NONE"

    // Eac3DynamicRangeCompressionLineFilmStandard is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineFilmStandard = "FILM_STANDARD"

    // Eac3DynamicRangeCompressionLineFilmLight is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineFilmLight = "FILM_LIGHT"

    // Eac3DynamicRangeCompressionLineMusicStandard is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineMusicStandard = "MUSIC_STANDARD"

    // Eac3DynamicRangeCompressionLineMusicLight is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineMusicLight = "MUSIC_LIGHT"

    // Eac3DynamicRangeCompressionLineSpeech is a Eac3DynamicRangeCompressionLine enum value
    Eac3DynamicRangeCompressionLineSpeech = "SPEECH"
)

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Eac3DynamicRangeCompressionRfNone is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfNone = "NONE"

    // Eac3DynamicRangeCompressionRfFilmStandard is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfFilmStandard = "FILM_STANDARD"

    // Eac3DynamicRangeCompressionRfFilmLight is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfFilmLight = "FILM_LIGHT"

    // Eac3DynamicRangeCompressionRfMusicStandard is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfMusicStandard = "MUSIC_STANDARD"

    // Eac3DynamicRangeCompressionRfMusicLight is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfMusicLight = "MUSIC_LIGHT"

    // Eac3DynamicRangeCompressionRfSpeech is a Eac3DynamicRangeCompressionRf enum value
    Eac3DynamicRangeCompressionRfSpeech = "SPEECH"
)

Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile). For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.

const (
    // Eac3LfeControlLfe is a Eac3LfeControl enum value
    Eac3LfeControlLfe = "LFE"

    // Eac3LfeControlNoLfe is a Eac3LfeControl enum value
    Eac3LfeControlNoLfe = "NO_LFE"
)

When encoding 3/2 audio, controls whether the LFE channel is enabled

const (
    // Eac3LfeFilterEnabled is a Eac3LfeFilter enum value
    Eac3LfeFilterEnabled = "ENABLED"

    // Eac3LfeFilterDisabled is a Eac3LfeFilter enum value
    Eac3LfeFilterDisabled = "DISABLED"
)

Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.

const (
    // Eac3MetadataControlFollowInput is a Eac3MetadataControl enum value
    Eac3MetadataControlFollowInput = "FOLLOW_INPUT"

    // Eac3MetadataControlUseConfigured is a Eac3MetadataControl enum value
    Eac3MetadataControlUseConfigured = "USE_CONFIGURED"
)

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.

const (
    // Eac3PassthroughControlWhenPossible is a Eac3PassthroughControl enum value
    Eac3PassthroughControlWhenPossible = "WHEN_POSSIBLE"

    // Eac3PassthroughControlNoPassthrough is a Eac3PassthroughControl enum value
    Eac3PassthroughControlNoPassthrough = "NO_PASSTHROUGH"
)

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.

const (
    // Eac3PhaseControlShift90Degrees is a Eac3PhaseControl enum value
    Eac3PhaseControlShift90Degrees = "SHIFT_90_DEGREES"

    // Eac3PhaseControlNoShift is a Eac3PhaseControl enum value
    Eac3PhaseControlNoShift = "NO_SHIFT"
)

Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.

const (
    // Eac3StereoDownmixNotIndicated is a Eac3StereoDownmix enum value
    Eac3StereoDownmixNotIndicated = "NOT_INDICATED"

    // Eac3StereoDownmixLoRo is a Eac3StereoDownmix enum value
    Eac3StereoDownmixLoRo = "LO_RO"

    // Eac3StereoDownmixLtRt is a Eac3StereoDownmix enum value
    Eac3StereoDownmixLtRt = "LT_RT"

    // Eac3StereoDownmixDpl2 is a Eac3StereoDownmix enum value
    Eac3StereoDownmixDpl2 = "DPL2"
)

Choose how the service does stereo downmixing. This setting only applies if you keep the default value of 3/2 - L, R, C, Ls, Rs (CODING_MODE_3_2) for the setting Coding mode (Eac3CodingMode). If you choose a different value for Coding mode, the service ignores Stereo downmix (Eac3StereoDownmix).

const (
    // Eac3SurroundExModeNotIndicated is a Eac3SurroundExMode enum value
    Eac3SurroundExModeNotIndicated = "NOT_INDICATED"

    // Eac3SurroundExModeEnabled is a Eac3SurroundExMode enum value
    Eac3SurroundExModeEnabled = "ENABLED"

    // Eac3SurroundExModeDisabled is a Eac3SurroundExMode enum value
    Eac3SurroundExModeDisabled = "DISABLED"
)

When encoding 3/2 audio, sets whether an extra center back surround channel is matrix encoded into the left and right surround channels.

const (
    // Eac3SurroundModeNotIndicated is a Eac3SurroundMode enum value
    Eac3SurroundModeNotIndicated = "NOT_INDICATED"

    // Eac3SurroundModeEnabled is a Eac3SurroundMode enum value
    Eac3SurroundModeEnabled = "ENABLED"

    // Eac3SurroundModeDisabled is a Eac3SurroundMode enum value
    Eac3SurroundModeDisabled = "DISABLED"
)

When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.

const (
    // EmbeddedConvert608To708Upconvert is a EmbeddedConvert608To708 enum value
    EmbeddedConvert608To708Upconvert = "UPCONVERT"

    // EmbeddedConvert608To708Disabled is a EmbeddedConvert608To708 enum value
    EmbeddedConvert608To708Disabled = "DISABLED"
)

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

const (
    // EmbeddedTerminateCaptionsEndOfInput is a EmbeddedTerminateCaptions enum value
    EmbeddedTerminateCaptionsEndOfInput = "END_OF_INPUT"

    // EmbeddedTerminateCaptionsDisabled is a EmbeddedTerminateCaptions enum value
    EmbeddedTerminateCaptionsDisabled = "DISABLED"
)

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

const (
    // EmbeddedTimecodeOverrideNone is a EmbeddedTimecodeOverride enum value
    EmbeddedTimecodeOverrideNone = "NONE"

    // EmbeddedTimecodeOverrideUseMdpm is a EmbeddedTimecodeOverride enum value
    EmbeddedTimecodeOverrideUseMdpm = "USE_MDPM"
)

Set Embedded timecode override (embeddedTimecodeOverride) to Use MDPM (USE_MDPM) when your AVCHD input contains timecode tag data in the Modified Digital Video Pack Metadata (MDPM). When you do, we recommend you also set Timecode source (inputTimecodeSource) to Embedded (EMBEDDED). Leave Embedded timecode override blank, or set to None (NONE), when your input does not contain MDPM timecode.

const (
    // F4vMoovPlacementProgressiveDownload is a F4vMoovPlacement enum value
    F4vMoovPlacementProgressiveDownload = "PROGRESSIVE_DOWNLOAD"

    // F4vMoovPlacementNormal is a F4vMoovPlacement enum value
    F4vMoovPlacementNormal = "NORMAL"
)

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.

const (
    // FileSourceConvert608To708Upconvert is a FileSourceConvert608To708 enum value
    FileSourceConvert608To708Upconvert = "UPCONVERT"

    // FileSourceConvert608To708Disabled is a FileSourceConvert608To708 enum value
    FileSourceConvert608To708Disabled = "DISABLED"
)

Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.

const (
    // FileSourceTimeDeltaUnitsSeconds is a FileSourceTimeDeltaUnits enum value
    FileSourceTimeDeltaUnitsSeconds = "SECONDS"

    // FileSourceTimeDeltaUnitsMilliseconds is a FileSourceTimeDeltaUnits enum value
    FileSourceTimeDeltaUnitsMilliseconds = "MILLISECONDS"
)

When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video, use this setting to specify the units for the delta that you specify. When you don't specify a value for Time delta units (TimeDeltaUnits), MediaConvert uses seconds by default.

const (
    // FontScriptAutomatic is a FontScript enum value
    FontScriptAutomatic = "AUTOMATIC"

    // FontScriptHans is a FontScript enum value
    FontScriptHans = "HANS"

    // FontScriptHant is a FontScript enum value
    FontScriptHant = "HANT"
)

Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining the script type. Where LanguageCode or CustomLanguageCode is sufficient, use "AUTOMATIC" or leave unset.

const (
    // H264AdaptiveQuantizationOff is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationOff = "OFF"

    // H264AdaptiveQuantizationAuto is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationAuto = "AUTO"

    // H264AdaptiveQuantizationLow is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationLow = "LOW"

    // H264AdaptiveQuantizationMedium is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationMedium = "MEDIUM"

    // H264AdaptiveQuantizationHigh is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationHigh = "HIGH"

    // H264AdaptiveQuantizationHigher is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationHigher = "HIGHER"

    // H264AdaptiveQuantizationMax is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationMax = "MAX"
)

Keep the default value, Auto (AUTO), for this setting to have MediaConvert automatically apply the best types of quantization for your video content. When you want to apply your quantization settings manually, you must set H264AdaptiveQuantization to a value other than Auto (AUTO). Use this setting to specify the strength of any adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive quantization in this transcode, set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF). Related settings: The value that you choose here applies to the following settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization, and H264TemporalAdaptiveQuantization.

const (
    // H264CodecLevelAuto is a H264CodecLevel enum value
    H264CodecLevelAuto = "AUTO"

    // H264CodecLevelLevel1 is a H264CodecLevel enum value
    H264CodecLevelLevel1 = "LEVEL_1"

    // H264CodecLevelLevel11 is a H264CodecLevel enum value
    H264CodecLevelLevel11 = "LEVEL_1_1"

    // H264CodecLevelLevel12 is a H264CodecLevel enum value
    H264CodecLevelLevel12 = "LEVEL_1_2"

    // H264CodecLevelLevel13 is a H264CodecLevel enum value
    H264CodecLevelLevel13 = "LEVEL_1_3"

    // H264CodecLevelLevel2 is a H264CodecLevel enum value
    H264CodecLevelLevel2 = "LEVEL_2"

    // H264CodecLevelLevel21 is a H264CodecLevel enum value
    H264CodecLevelLevel21 = "LEVEL_2_1"

    // H264CodecLevelLevel22 is a H264CodecLevel enum value
    H264CodecLevelLevel22 = "LEVEL_2_2"

    // H264CodecLevelLevel3 is a H264CodecLevel enum value
    H264CodecLevelLevel3 = "LEVEL_3"

    // H264CodecLevelLevel31 is a H264CodecLevel enum value
    H264CodecLevelLevel31 = "LEVEL_3_1"

    // H264CodecLevelLevel32 is a H264CodecLevel enum value
    H264CodecLevelLevel32 = "LEVEL_3_2"

    // H264CodecLevelLevel4 is a H264CodecLevel enum value
    H264CodecLevelLevel4 = "LEVEL_4"

    // H264CodecLevelLevel41 is a H264CodecLevel enum value
    H264CodecLevelLevel41 = "LEVEL_4_1"

    // H264CodecLevelLevel42 is a H264CodecLevel enum value
    H264CodecLevelLevel42 = "LEVEL_4_2"

    // H264CodecLevelLevel5 is a H264CodecLevel enum value
    H264CodecLevelLevel5 = "LEVEL_5"

    // H264CodecLevelLevel51 is a H264CodecLevel enum value
    H264CodecLevelLevel51 = "LEVEL_5_1"

    // H264CodecLevelLevel52 is a H264CodecLevel enum value
    H264CodecLevelLevel52 = "LEVEL_5_2"
)

Specify an H.264 level that is consistent with your output video settings. If you aren't sure what level to specify, choose Auto (AUTO).

const (
    // H264CodecProfileBaseline is a H264CodecProfile enum value
    H264CodecProfileBaseline = "BASELINE"

    // H264CodecProfileHigh is a H264CodecProfile enum value
    H264CodecProfileHigh = "HIGH"

    // H264CodecProfileHigh10bit is a H264CodecProfile enum value
    H264CodecProfileHigh10bit = "HIGH_10BIT"

    // H264CodecProfileHigh422 is a H264CodecProfile enum value
    H264CodecProfileHigh422 = "HIGH_422"

    // H264CodecProfileHigh42210bit is a H264CodecProfile enum value
    H264CodecProfileHigh42210bit = "HIGH_422_10BIT"

    // H264CodecProfileMain is a H264CodecProfile enum value
    H264CodecProfileMain = "MAIN"
)

H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.

const (
    // H264DynamicSubGopAdaptive is a H264DynamicSubGop enum value
    H264DynamicSubGopAdaptive = "ADAPTIVE"

    // H264DynamicSubGopStatic is a H264DynamicSubGop enum value
    H264DynamicSubGopStatic = "STATIC"
)

Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service to use fewer B-frames (which infer information based on other frames) for high-motion portions of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).

const (
    // H264EntropyEncodingCabac is a H264EntropyEncoding enum value
    H264EntropyEncodingCabac = "CABAC"

    // H264EntropyEncodingCavlc is a H264EntropyEncoding enum value
    H264EntropyEncodingCavlc = "CAVLC"
)

Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.

const (
    // H264FieldEncodingPaff is a H264FieldEncoding enum value
    H264FieldEncodingPaff = "PAFF"

    // H264FieldEncodingForceField is a H264FieldEncoding enum value
    H264FieldEncodingForceField = "FORCE_FIELD"

    // H264FieldEncodingMbaff is a H264FieldEncoding enum value
    H264FieldEncodingMbaff = "MBAFF"
)

The video encoding method for your MPEG-4 AVC output. Keep the default value, PAFF, to have MediaConvert use PAFF encoding for interlaced outputs. Choose Force field (FORCE_FIELD) to disable PAFF encoding and create separate interlaced fields. Choose MBAFF to disable PAFF and have MediaConvert use MBAFF encoding for interlaced outputs.

const (
    // H264FlickerAdaptiveQuantizationDisabled is a H264FlickerAdaptiveQuantization enum value
    H264FlickerAdaptiveQuantizationDisabled = "DISABLED"

    // H264FlickerAdaptiveQuantizationEnabled is a H264FlickerAdaptiveQuantization enum value
    H264FlickerAdaptiveQuantizationEnabled = "ENABLED"
)

Only use this setting when you change the default value, AUTO, for the setting H264AdaptiveQuantization. When you keep all defaults, excluding H264AdaptiveQuantization and all other adaptive quantization from your JSON job specification, MediaConvert automatically applies the best types of quantization for your video content. When you set H264AdaptiveQuantization to a value other than AUTO, the default value for H264FlickerAdaptiveQuantization is Disabled (DISABLED). Change this value to Enabled (ENABLED) to reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. To manually enable or disable H264FlickerAdaptiveQuantization, you must set Adaptive quantization (H264AdaptiveQuantization) to a value other than AUTO.

const (
    // H264FramerateControlInitializeFromSource is a H264FramerateControl enum value
    H264FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H264FramerateControlSpecified is a H264FramerateControl enum value
    H264FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // H264FramerateConversionAlgorithmDuplicateDrop is a H264FramerateConversionAlgorithm enum value
    H264FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // H264FramerateConversionAlgorithmInterpolate is a H264FramerateConversionAlgorithm enum value
    H264FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // H264FramerateConversionAlgorithmFrameformer is a H264FramerateConversionAlgorithm enum value
    H264FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // H264GopBReferenceDisabled is a H264GopBReference enum value
    H264GopBReferenceDisabled = "DISABLED"

    // H264GopBReferenceEnabled is a H264GopBReference enum value
    H264GopBReferenceEnabled = "ENABLED"
)

Specify whether to allow B-frames to be referenced by other frame types. To use reference B-frames when your GOP structure has 1 or more B-frames: Leave blank or keep the default value Enabled. We recommend that you choose Enabled to help improve the video quality of your output relative to its bitrate. To not use reference B-frames: Choose Disabled.

const (
    // H264GopSizeUnitsFrames is a H264GopSizeUnits enum value
    H264GopSizeUnitsFrames = "FRAMES"

    // H264GopSizeUnitsSeconds is a H264GopSizeUnits enum value
    H264GopSizeUnitsSeconds = "SECONDS"

    // H264GopSizeUnitsAuto is a H264GopSizeUnits enum value
    H264GopSizeUnitsAuto = "AUTO"
)

Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).

const (
    // H264InterlaceModeProgressive is a H264InterlaceMode enum value
    H264InterlaceModeProgressive = "PROGRESSIVE"

    // H264InterlaceModeTopField is a H264InterlaceMode enum value
    H264InterlaceModeTopField = "TOP_FIELD"

    // H264InterlaceModeBottomField is a H264InterlaceMode enum value
    H264InterlaceModeBottomField = "BOTTOM_FIELD"

    // H264InterlaceModeFollowTopField is a H264InterlaceMode enum value
    H264InterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // H264InterlaceModeFollowBottomField is a H264InterlaceMode enum value
    H264InterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // H264ParControlInitializeFromSource is a H264ParControl enum value
    H264ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H264ParControlSpecified is a H264ParControl enum value
    H264ParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // H264QualityTuningLevelSinglePass is a H264QualityTuningLevel enum value
    H264QualityTuningLevelSinglePass = "SINGLE_PASS"

    // H264QualityTuningLevelSinglePassHq is a H264QualityTuningLevel enum value
    H264QualityTuningLevelSinglePassHq = "SINGLE_PASS_HQ"

    // H264QualityTuningLevelMultiPassHq is a H264QualityTuningLevel enum value
    H264QualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

The Quality tuning level you choose represents a trade-off between the encoding speed of your job and the output video quality. For the fastest encoding speed at the cost of video quality: Choose Single pass. For a good balance between encoding speed and video quality: Leave blank or keep the default value Single pass HQ. For the best video quality, at the cost of encoding speed: Choose Multi pass HQ. MediaConvert performs an analysis pass on your input followed by an encoding pass. Outputs that use this feature incur pro-tier pricing.

const (
    // H264RateControlModeVbr is a H264RateControlMode enum value
    H264RateControlModeVbr = "VBR"

    // H264RateControlModeCbr is a H264RateControlMode enum value
    H264RateControlModeCbr = "CBR"

    // H264RateControlModeQvbr is a H264RateControlMode enum value
    H264RateControlModeQvbr = "QVBR"
)

Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or quality-defined variable bitrate (QVBR).

const (
    // H264RepeatPpsDisabled is a H264RepeatPps enum value
    H264RepeatPpsDisabled = "DISABLED"

    // H264RepeatPpsEnabled is a H264RepeatPps enum value
    H264RepeatPpsEnabled = "ENABLED"
)

Places a PPS header on each encoded picture, even if repeated.

const (
    // H264ScanTypeConversionModeInterlaced is a H264ScanTypeConversionMode enum value
    H264ScanTypeConversionModeInterlaced = "INTERLACED"

    // H264ScanTypeConversionModeInterlacedOptimize is a H264ScanTypeConversionMode enum value
    H264ScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // H264SceneChangeDetectDisabled is a H264SceneChangeDetect enum value
    H264SceneChangeDetectDisabled = "DISABLED"

    // H264SceneChangeDetectEnabled is a H264SceneChangeDetect enum value
    H264SceneChangeDetectEnabled = "ENABLED"

    // H264SceneChangeDetectTransitionDetection is a H264SceneChangeDetect enum value
    H264SceneChangeDetectTransitionDetection = "TRANSITION_DETECTION"
)

Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default. If this output uses QVBR, choose Transition detection (TRANSITION_DETECTION) for further video quality improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.

const (
    // H264SlowPalDisabled is a H264SlowPal enum value
    H264SlowPalDisabled = "DISABLED"

    // H264SlowPalEnabled is a H264SlowPal enum value
    H264SlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // H264SpatialAdaptiveQuantizationDisabled is a H264SpatialAdaptiveQuantization enum value
    H264SpatialAdaptiveQuantizationDisabled = "DISABLED"

    // H264SpatialAdaptiveQuantizationEnabled is a H264SpatialAdaptiveQuantization enum value
    H264SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Only use this setting when you change the default value, Auto (AUTO), for the setting H264AdaptiveQuantization. When you keep all defaults, excluding H264AdaptiveQuantization and all other adaptive quantization from your JSON job specification, MediaConvert automatically applies the best types of quantization for your video content. When you set H264AdaptiveQuantization to a value other than AUTO, the default value for H264SpatialAdaptiveQuantization is Enabled (ENABLED). Keep this default value to adjust quantization within each frame based on spatial variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual degradation and uses more bits on areas where any small distortion will be noticeable. For example, complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen with a lot of complex texture, you might choose to set H264SpatialAdaptiveQuantization to Disabled (DISABLED). Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization (H264AdaptiveQuantization) depending on your content. For homogeneous content, such as cartoons and video games, set it to Low. For content with a wider variety of textures, set it to High or Higher. To manually enable or disable H264SpatialAdaptiveQuantization, you must set Adaptive quantization (H264AdaptiveQuantization) to a value other than AUTO.

const (
    // H264SyntaxDefault is a H264Syntax enum value
    H264SyntaxDefault = "DEFAULT"

    // H264SyntaxRp2027 is a H264Syntax enum value
    H264SyntaxRp2027 = "RP2027"
)

Produces a bitstream compliant with SMPTE RP-2027.

const (
    // H264TelecineNone is a H264Telecine enum value
    H264TelecineNone = "NONE"

    // H264TelecineSoft is a H264Telecine enum value
    H264TelecineSoft = "SOFT"

    // H264TelecineHard is a H264Telecine enum value
    H264TelecineHard = "HARD"
)

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard or soft telecine to create a smoother picture. Hard telecine (HARD) produces a 29.97i output. Soft telecine (SOFT) produces an output with a 23.976 output that signals to the video player device to do the conversion during play back. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

const (
    // H264TemporalAdaptiveQuantizationDisabled is a H264TemporalAdaptiveQuantization enum value
    H264TemporalAdaptiveQuantizationDisabled = "DISABLED"

    // H264TemporalAdaptiveQuantizationEnabled is a H264TemporalAdaptiveQuantization enum value
    H264TemporalAdaptiveQuantizationEnabled = "ENABLED"
)

Only use this setting when you change the default value, AUTO, for the setting H264AdaptiveQuantization. When you keep all defaults, excluding H264AdaptiveQuantization and all other adaptive quantization from your JSON job specification, MediaConvert automatically applies the best types of quantization for your video content. When you set H264AdaptiveQuantization to a value other than AUTO, the default value for H264TemporalAdaptiveQuantization is Enabled (ENABLED). Keep this default value to adjust quantization within each frame based on temporal variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on complex objects with sharp edges that move a lot. For example, this feature improves the readability of text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to set H264TemporalAdaptiveQuantization to Disabled (DISABLED). Related setting: When you enable temporal quantization, adjust the strength of the filter with the setting Adaptive quantization (adaptiveQuantization). To manually enable or disable H264TemporalAdaptiveQuantization, you must set Adaptive quantization (H264AdaptiveQuantization) to a value other than AUTO.

const (
    // H264UnregisteredSeiTimecodeDisabled is a H264UnregisteredSeiTimecode enum value
    H264UnregisteredSeiTimecodeDisabled = "DISABLED"

    // H264UnregisteredSeiTimecodeEnabled is a H264UnregisteredSeiTimecode enum value
    H264UnregisteredSeiTimecodeEnabled = "ENABLED"
)

Inserts timecode for each frame as 4 bytes of an unregistered SEI message.

const (
    // H265AdaptiveQuantizationOff is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationOff = "OFF"

    // H265AdaptiveQuantizationLow is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationLow = "LOW"

    // H265AdaptiveQuantizationMedium is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationMedium = "MEDIUM"

    // H265AdaptiveQuantizationHigh is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationHigh = "HIGH"

    // H265AdaptiveQuantizationHigher is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationHigher = "HIGHER"

    // H265AdaptiveQuantizationMax is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationMax = "MAX"

    // H265AdaptiveQuantizationAuto is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationAuto = "AUTO"
)

When you set Adaptive Quantization (H265AdaptiveQuantization) to Auto (AUTO), or leave blank, MediaConvert automatically applies quantization to improve the video quality of your output. Set Adaptive Quantization to Low (LOW), Medium (MEDIUM), High (HIGH), Higher (HIGHER), or Max (MAX) to manually control the strength of the quantization filter. When you do, you can specify a value for Spatial Adaptive Quantization (H265SpatialAdaptiveQuantization), Temporal Adaptive Quantization (H265TemporalAdaptiveQuantization), and Flicker Adaptive Quantization (H265FlickerAdaptiveQuantization), to further control the quantization filter. Set Adaptive Quantization to Off (OFF) to apply no quantization to your output.

const (
    // H265AlternateTransferFunctionSeiDisabled is a H265AlternateTransferFunctionSei enum value
    H265AlternateTransferFunctionSeiDisabled = "DISABLED"

    // H265AlternateTransferFunctionSeiEnabled is a H265AlternateTransferFunctionSei enum value
    H265AlternateTransferFunctionSeiEnabled = "ENABLED"
)

Enables Alternate Transfer Function SEI message for outputs using Hybrid Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).

const (
    // H265CodecLevelAuto is a H265CodecLevel enum value
    H265CodecLevelAuto = "AUTO"

    // H265CodecLevelLevel1 is a H265CodecLevel enum value
    H265CodecLevelLevel1 = "LEVEL_1"

    // H265CodecLevelLevel2 is a H265CodecLevel enum value
    H265CodecLevelLevel2 = "LEVEL_2"

    // H265CodecLevelLevel21 is a H265CodecLevel enum value
    H265CodecLevelLevel21 = "LEVEL_2_1"

    // H265CodecLevelLevel3 is a H265CodecLevel enum value
    H265CodecLevelLevel3 = "LEVEL_3"

    // H265CodecLevelLevel31 is a H265CodecLevel enum value
    H265CodecLevelLevel31 = "LEVEL_3_1"

    // H265CodecLevelLevel4 is a H265CodecLevel enum value
    H265CodecLevelLevel4 = "LEVEL_4"

    // H265CodecLevelLevel41 is a H265CodecLevel enum value
    H265CodecLevelLevel41 = "LEVEL_4_1"

    // H265CodecLevelLevel5 is a H265CodecLevel enum value
    H265CodecLevelLevel5 = "LEVEL_5"

    // H265CodecLevelLevel51 is a H265CodecLevel enum value
    H265CodecLevelLevel51 = "LEVEL_5_1"

    // H265CodecLevelLevel52 is a H265CodecLevel enum value
    H265CodecLevelLevel52 = "LEVEL_5_2"

    // H265CodecLevelLevel6 is a H265CodecLevel enum value
    H265CodecLevelLevel6 = "LEVEL_6"

    // H265CodecLevelLevel61 is a H265CodecLevel enum value
    H265CodecLevelLevel61 = "LEVEL_6_1"

    // H265CodecLevelLevel62 is a H265CodecLevel enum value
    H265CodecLevelLevel62 = "LEVEL_6_2"
)

H.265 Level.

const (
    // H265CodecProfileMainMain is a H265CodecProfile enum value
    H265CodecProfileMainMain = "MAIN_MAIN"

    // H265CodecProfileMainHigh is a H265CodecProfile enum value
    H265CodecProfileMainHigh = "MAIN_HIGH"

    // H265CodecProfileMain10Main is a H265CodecProfile enum value
    H265CodecProfileMain10Main = "MAIN10_MAIN"

    // H265CodecProfileMain10High is a H265CodecProfile enum value
    H265CodecProfileMain10High = "MAIN10_HIGH"

    // H265CodecProfileMain4228bitMain is a H265CodecProfile enum value
    H265CodecProfileMain4228bitMain = "MAIN_422_8BIT_MAIN"

    // H265CodecProfileMain4228bitHigh is a H265CodecProfile enum value
    H265CodecProfileMain4228bitHigh = "MAIN_422_8BIT_HIGH"

    // H265CodecProfileMain42210bitMain is a H265CodecProfile enum value
    H265CodecProfileMain42210bitMain = "MAIN_422_10BIT_MAIN"

    // H265CodecProfileMain42210bitHigh is a H265CodecProfile enum value
    H265CodecProfileMain42210bitHigh = "MAIN_422_10BIT_HIGH"
)

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.

const (
    // H265DynamicSubGopAdaptive is a H265DynamicSubGop enum value
    H265DynamicSubGopAdaptive = "ADAPTIVE"

    // H265DynamicSubGopStatic is a H265DynamicSubGop enum value
    H265DynamicSubGopStatic = "STATIC"
)

Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service to use fewer B-frames (which infer information based on other frames) for high-motion portions of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).

const (
    // H265FlickerAdaptiveQuantizationDisabled is a H265FlickerAdaptiveQuantization enum value
    H265FlickerAdaptiveQuantizationDisabled = "DISABLED"

    // H265FlickerAdaptiveQuantizationEnabled is a H265FlickerAdaptiveQuantization enum value
    H265FlickerAdaptiveQuantizationEnabled = "ENABLED"
)

Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set adaptiveQuantization to a value other than Off (OFF).

const (
    // H265FramerateControlInitializeFromSource is a H265FramerateControl enum value
    H265FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H265FramerateControlSpecified is a H265FramerateControl enum value
    H265FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // H265FramerateConversionAlgorithmDuplicateDrop is a H265FramerateConversionAlgorithm enum value
    H265FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // H265FramerateConversionAlgorithmInterpolate is a H265FramerateConversionAlgorithm enum value
    H265FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // H265FramerateConversionAlgorithmFrameformer is a H265FramerateConversionAlgorithm enum value
    H265FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // H265GopBReferenceDisabled is a H265GopBReference enum value
    H265GopBReferenceDisabled = "DISABLED"

    // H265GopBReferenceEnabled is a H265GopBReference enum value
    H265GopBReferenceEnabled = "ENABLED"
)

Specify whether to allow B-frames to be referenced by other frame types. To use reference B-frames when your GOP structure has 1 or more B-frames: Leave blank or keep the default value Enabled. We recommend that you choose Enabled to help improve the video quality of your output relative to its bitrate. To not use reference B-frames: Choose Disabled.

const (
    // H265GopSizeUnitsFrames is a H265GopSizeUnits enum value
    H265GopSizeUnitsFrames = "FRAMES"

    // H265GopSizeUnitsSeconds is a H265GopSizeUnits enum value
    H265GopSizeUnitsSeconds = "SECONDS"

    // H265GopSizeUnitsAuto is a H265GopSizeUnits enum value
    H265GopSizeUnitsAuto = "AUTO"
)

Specify how the transcoder determines GOP size for this output. We recommend that you have the transcoder automatically choose this value for you based on characteristics of your input video. To enable this automatic behavior, choose Auto (AUTO) and and leave GOP size (GopSize) blank. By default, if you don't specify GOP mode control (GopSizeUnits), MediaConvert will use automatic behavior. If your output group specifies HLS, DASH, or CMAF, set GOP mode control to Auto and leave GOP size blank in each output in your output group. To explicitly specify the GOP length, choose Specified, frames (FRAMES) or Specified, seconds (SECONDS) and then provide the GOP length in the related setting GOP size (GopSize).

const (
    // H265InterlaceModeProgressive is a H265InterlaceMode enum value
    H265InterlaceModeProgressive = "PROGRESSIVE"

    // H265InterlaceModeTopField is a H265InterlaceMode enum value
    H265InterlaceModeTopField = "TOP_FIELD"

    // H265InterlaceModeBottomField is a H265InterlaceMode enum value
    H265InterlaceModeBottomField = "BOTTOM_FIELD"

    // H265InterlaceModeFollowTopField is a H265InterlaceMode enum value
    H265InterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // H265InterlaceModeFollowBottomField is a H265InterlaceMode enum value
    H265InterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // H265ParControlInitializeFromSource is a H265ParControl enum value
    H265ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H265ParControlSpecified is a H265ParControl enum value
    H265ParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // H265QualityTuningLevelSinglePass is a H265QualityTuningLevel enum value
    H265QualityTuningLevelSinglePass = "SINGLE_PASS"

    // H265QualityTuningLevelSinglePassHq is a H265QualityTuningLevel enum value
    H265QualityTuningLevelSinglePassHq = "SINGLE_PASS_HQ"

    // H265QualityTuningLevelMultiPassHq is a H265QualityTuningLevel enum value
    H265QualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

const (
    // H265RateControlModeVbr is a H265RateControlMode enum value
    H265RateControlModeVbr = "VBR"

    // H265RateControlModeCbr is a H265RateControlMode enum value
    H265RateControlModeCbr = "CBR"

    // H265RateControlModeQvbr is a H265RateControlMode enum value
    H265RateControlModeQvbr = "QVBR"
)

Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or quality-defined variable bitrate (QVBR).

const (
    // H265SampleAdaptiveOffsetFilterModeDefault is a H265SampleAdaptiveOffsetFilterMode enum value
    H265SampleAdaptiveOffsetFilterModeDefault = "DEFAULT"

    // H265SampleAdaptiveOffsetFilterModeAdaptive is a H265SampleAdaptiveOffsetFilterMode enum value
    H265SampleAdaptiveOffsetFilterModeAdaptive = "ADAPTIVE"

    // H265SampleAdaptiveOffsetFilterModeOff is a H265SampleAdaptiveOffsetFilterMode enum value
    H265SampleAdaptiveOffsetFilterModeOff = "OFF"
)

Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically selects best strength based on content

const (
    // H265ScanTypeConversionModeInterlaced is a H265ScanTypeConversionMode enum value
    H265ScanTypeConversionModeInterlaced = "INTERLACED"

    // H265ScanTypeConversionModeInterlacedOptimize is a H265ScanTypeConversionMode enum value
    H265ScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // H265SceneChangeDetectDisabled is a H265SceneChangeDetect enum value
    H265SceneChangeDetectDisabled = "DISABLED"

    // H265SceneChangeDetectEnabled is a H265SceneChangeDetect enum value
    H265SceneChangeDetectEnabled = "ENABLED"

    // H265SceneChangeDetectTransitionDetection is a H265SceneChangeDetect enum value
    H265SceneChangeDetectTransitionDetection = "TRANSITION_DETECTION"
)

Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default. If this output uses QVBR, choose Transition detection (TRANSITION_DETECTION) for further video quality improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.

const (
    // H265SlowPalDisabled is a H265SlowPal enum value
    H265SlowPalDisabled = "DISABLED"

    // H265SlowPalEnabled is a H265SlowPal enum value
    H265SlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // H265SpatialAdaptiveQuantizationDisabled is a H265SpatialAdaptiveQuantization enum value
    H265SpatialAdaptiveQuantizationDisabled = "DISABLED"

    // H265SpatialAdaptiveQuantizationEnabled is a H265SpatialAdaptiveQuantization enum value
    H265SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual degradation and uses more bits on areas where any small distortion will be noticeable. For example, complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen with a lot of complex texture, you might choose to disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization (adaptiveQuantization) depending on your content. For homogeneous content, such as cartoons and video games, set it to Low. For content with a wider variety of textures, set it to High or Higher.

const (
    // H265TelecineNone is a H265Telecine enum value
    H265TelecineNone = "NONE"

    // H265TelecineSoft is a H265Telecine enum value
    H265TelecineSoft = "SOFT"

    // H265TelecineHard is a H265Telecine enum value
    H265TelecineHard = "HARD"
)

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.

const (
    // H265TemporalAdaptiveQuantizationDisabled is a H265TemporalAdaptiveQuantization enum value
    H265TemporalAdaptiveQuantizationDisabled = "DISABLED"

    // H265TemporalAdaptiveQuantizationEnabled is a H265TemporalAdaptiveQuantization enum value
    H265TemporalAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on temporal variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on complex objects with sharp edges that move a lot. For example, this feature improves the readability of text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to disable this feature. Related setting: When you enable temporal quantization, adjust the strength of the filter with the setting Adaptive quantization (adaptiveQuantization).

const (
    // H265TemporalIdsDisabled is a H265TemporalIds enum value
    H265TemporalIdsDisabled = "DISABLED"

    // H265TemporalIdsEnabled is a H265TemporalIds enum value
    H265TemporalIdsEnabled = "ENABLED"
)

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.

const (
    // H265TilesDisabled is a H265Tiles enum value
    H265TilesDisabled = "DISABLED"

    // H265TilesEnabled is a H265Tiles enum value
    H265TilesEnabled = "ENABLED"
)

Enable use of tiles, allowing horizontal as well as vertical subdivision of the encoded pictures.

const (
    // H265UnregisteredSeiTimecodeDisabled is a H265UnregisteredSeiTimecode enum value
    H265UnregisteredSeiTimecodeDisabled = "DISABLED"

    // H265UnregisteredSeiTimecodeEnabled is a H265UnregisteredSeiTimecode enum value
    H265UnregisteredSeiTimecodeEnabled = "ENABLED"
)

Inserts timecode for each frame as 4 bytes of an unregistered SEI message.

const (
    // H265WriteMp4PackagingTypeHvc1 is a H265WriteMp4PackagingType enum value
    H265WriteMp4PackagingTypeHvc1 = "HVC1"

    // H265WriteMp4PackagingTypeHev1 is a H265WriteMp4PackagingType enum value
    H265WriteMp4PackagingTypeHev1 = "HEV1"
)

If the location of parameter set NAL units doesn't matter in your workflow, ignore this setting. Use this setting only with CMAF or DASH outputs, or with standalone file outputs in an MPEG-4 container (MP4 outputs). Choose HVC1 to mark your output as HVC1. This makes your output compliant with the following specification: ISO IECJTC1 SC29 N13798 Text ISO/IEC FDIS 14496-15 3rd Edition. For these outputs, the service stores parameter set NAL units in the sample headers but not in the samples directly. For MP4 outputs, when you choose HVC1, your output video might not work properly with some downstream systems and video players. The service defaults to marking your output as HEV1. For these outputs, the service writes parameter set NAL units directly into the samples.

const (
    // HDRToSDRToneMapperPreserveDetails is a HDRToSDRToneMapper enum value
    HDRToSDRToneMapperPreserveDetails = "PRESERVE_DETAILS"

    // HDRToSDRToneMapperVibrant is a HDRToSDRToneMapper enum value
    HDRToSDRToneMapperVibrant = "VIBRANT"
)

Specify how MediaConvert maps brightness and colors from your HDR input to your SDR output. The mode that you select represents a creative choice, with different tradeoffs in the details and tones of your output. To maintain details in bright or saturated areas of your output: Choose Preserve details. For some sources, your SDR output may look less bright and less saturated when compared to your HDR source. MediaConvert automatically applies this mode for HLG sources, regardless of your choice. For a bright and saturated output: Choose Vibrant. We recommend that you choose this mode when any of your source content is HDR10, and for the best results when it is mastered for 1000 nits. You may notice loss of details in bright or saturated areas of your output. HDR to SDR tone mapping has no effect when your input is SDR.

const (
    // HlsAdMarkersElemental is a HlsAdMarkers enum value
    HlsAdMarkersElemental = "ELEMENTAL"

    // HlsAdMarkersElementalScte35 is a HlsAdMarkers enum value
    HlsAdMarkersElementalScte35 = "ELEMENTAL_SCTE35"
)

Ad marker for Apple HLS manifest.

const (
    // HlsAudioOnlyContainerAutomatic is a HlsAudioOnlyContainer enum value
    HlsAudioOnlyContainerAutomatic = "AUTOMATIC"

    // HlsAudioOnlyContainerM2ts is a HlsAudioOnlyContainer enum value
    HlsAudioOnlyContainerM2ts = "M2TS"
)

Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an MPEG2-TS container. Keep the default value Automatic (AUTOMATIC) to create a raw audio-only file with no container. Regardless of the value that you specify here, if this output has video, the service will place outputs into an MPEG2-TS container.

const (
    // HlsAudioOnlyHeaderInclude is a HlsAudioOnlyHeader enum value
    HlsAudioOnlyHeaderInclude = "INCLUDE"

    // HlsAudioOnlyHeaderExclude is a HlsAudioOnlyHeader enum value
    HlsAudioOnlyHeaderExclude = "EXCLUDE"
)

Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues. Keep the default value, Include (INCLUDE), to output audio-only headers. Choose Exclude (EXCLUDE) to remove the audio-only headers from your audio segments.

const (
    // HlsAudioTrackTypeAlternateAudioAutoSelectDefault is a HlsAudioTrackType enum value
    HlsAudioTrackTypeAlternateAudioAutoSelectDefault = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"

    // HlsAudioTrackTypeAlternateAudioAutoSelect is a HlsAudioTrackType enum value
    HlsAudioTrackTypeAlternateAudioAutoSelect = "ALTERNATE_AUDIO_AUTO_SELECT"

    // HlsAudioTrackTypeAlternateAudioNotAutoSelect is a HlsAudioTrackType enum value
    HlsAudioTrackTypeAlternateAudioNotAutoSelect = "ALTERNATE_AUDIO_NOT_AUTO_SELECT"

    // HlsAudioTrackTypeAudioOnlyVariantStream is a HlsAudioTrackType enum value
    HlsAudioTrackTypeAudioOnlyVariantStream = "AUDIO_ONLY_VARIANT_STREAM"
)

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

const (
    // HlsCaptionLanguageSettingInsert is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingInsert = "INSERT"

    // HlsCaptionLanguageSettingOmit is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingOmit = "OMIT"

    // HlsCaptionLanguageSettingNone is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingNone = "NONE"
)

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.

const (
    // HlsCaptionSegmentLengthControlLargeSegments is a HlsCaptionSegmentLengthControl enum value
    HlsCaptionSegmentLengthControlLargeSegments = "LARGE_SEGMENTS"

    // HlsCaptionSegmentLengthControlMatchVideo is a HlsCaptionSegmentLengthControl enum value
    HlsCaptionSegmentLengthControlMatchVideo = "MATCH_VIDEO"
)

Set Caption segment length control (CaptionSegmentLengthControl) to Match video (MATCH_VIDEO) to create caption segments that align with the video segments from the first video output in this output group. For example, if the video segments are 2 seconds long, your WebVTT segments will also be 2 seconds long. Keep the default setting, Large segments (LARGE_SEGMENTS) to create caption segments that are 300 seconds long.

const (
    // HlsClientCacheDisabled is a HlsClientCache enum value
    HlsClientCacheDisabled = "DISABLED"

    // HlsClientCacheEnabled is a HlsClientCache enum value
    HlsClientCacheEnabled = "ENABLED"
)

Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.

const (
    // HlsCodecSpecificationRfc6381 is a HlsCodecSpecification enum value
    HlsCodecSpecificationRfc6381 = "RFC_6381"

    // HlsCodecSpecificationRfc4281 is a HlsCodecSpecification enum value
    HlsCodecSpecificationRfc4281 = "RFC_4281"
)

Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.

const (
    // HlsDescriptiveVideoServiceFlagDontFlag is a HlsDescriptiveVideoServiceFlag enum value
    HlsDescriptiveVideoServiceFlagDontFlag = "DONT_FLAG"

    // HlsDescriptiveVideoServiceFlagFlag is a HlsDescriptiveVideoServiceFlag enum value
    HlsDescriptiveVideoServiceFlagFlag = "FLAG"
)

Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest. When you choose Flag (FLAG), MediaConvert includes the parameter CHARACTERISTICS="public.accessibility.describes-video" in the EXT-X-MEDIA entry for this track. When you keep the default choice, Don't flag (DONT_FLAG), MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation.

const (
    // HlsDirectoryStructureSingleDirectory is a HlsDirectoryStructure enum value
    HlsDirectoryStructureSingleDirectory = "SINGLE_DIRECTORY"

    // HlsDirectoryStructureSubdirectoryPerStream is a HlsDirectoryStructure enum value
    HlsDirectoryStructureSubdirectoryPerStream = "SUBDIRECTORY_PER_STREAM"
)

Indicates whether segments should be placed in subdirectories.

const (
    // HlsEncryptionTypeAes128 is a HlsEncryptionType enum value
    HlsEncryptionTypeAes128 = "AES128"

    // HlsEncryptionTypeSampleAes is a HlsEncryptionType enum value
    HlsEncryptionTypeSampleAes = "SAMPLE_AES"
)

Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.

const (
    // HlsIFrameOnlyManifestInclude is a HlsIFrameOnlyManifest enum value
    HlsIFrameOnlyManifestInclude = "INCLUDE"

    // HlsIFrameOnlyManifestExclude is a HlsIFrameOnlyManifest enum value
    HlsIFrameOnlyManifestExclude = "EXCLUDE"
)

Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition. You might use this manifest as part of a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child manifest, keep the default value Exclude (EXCLUDE).

const (
    // HlsImageBasedTrickPlayNone is a HlsImageBasedTrickPlay enum value
    HlsImageBasedTrickPlayNone = "NONE"

    // HlsImageBasedTrickPlayThumbnail is a HlsImageBasedTrickPlay enum value
    HlsImageBasedTrickPlayThumbnail = "THUMBNAIL"

    // HlsImageBasedTrickPlayThumbnailAndFullframe is a HlsImageBasedTrickPlay enum value
    HlsImageBasedTrickPlayThumbnailAndFullframe = "THUMBNAIL_AND_FULLFRAME"

    // HlsImageBasedTrickPlayAdvanced is a HlsImageBasedTrickPlay enum value
    HlsImageBasedTrickPlayAdvanced = "ADVANCED"
)

Specify whether MediaConvert generates images for trick play. Keep the default value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL) to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME) to generate tiled thumbnails and full-resolution images of single frames. MediaConvert creates a child manifest for each set of images that you generate and adds corresponding entries to the parent manifest. A common application for these images is Roku trick mode. The thumbnails and full-frame images that MediaConvert creates with this feature are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md

const (
    // HlsInitializationVectorInManifestInclude is a HlsInitializationVectorInManifest enum value
    HlsInitializationVectorInManifestInclude = "INCLUDE"

    // HlsInitializationVectorInManifestExclude is a HlsInitializationVectorInManifest enum value
    HlsInitializationVectorInManifestExclude = "EXCLUDE"
)

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.

const (
    // HlsIntervalCadenceFollowIframe is a HlsIntervalCadence enum value
    HlsIntervalCadenceFollowIframe = "FOLLOW_IFRAME"

    // HlsIntervalCadenceFollowCustom is a HlsIntervalCadence enum value
    HlsIntervalCadenceFollowCustom = "FOLLOW_CUSTOM"
)

The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.

const (
    // HlsKeyProviderTypeSpeke is a HlsKeyProviderType enum value
    HlsKeyProviderTypeSpeke = "SPEKE"

    // HlsKeyProviderTypeStaticKey is a HlsKeyProviderType enum value
    HlsKeyProviderTypeStaticKey = "STATIC_KEY"
)

Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.

const (
    // HlsManifestCompressionGzip is a HlsManifestCompression enum value
    HlsManifestCompressionGzip = "GZIP"

    // HlsManifestCompressionNone is a HlsManifestCompression enum value
    HlsManifestCompressionNone = "NONE"
)

When set to GZIP, compresses HLS playlist.

const (
    // HlsManifestDurationFormatFloatingPoint is a HlsManifestDurationFormat enum value
    HlsManifestDurationFormatFloatingPoint = "FLOATING_POINT"

    // HlsManifestDurationFormatInteger is a HlsManifestDurationFormat enum value
    HlsManifestDurationFormatInteger = "INTEGER"
)

Indicates whether the output manifest should use floating point values for segment duration.

const (
    // HlsOfflineEncryptedEnabled is a HlsOfflineEncrypted enum value
    HlsOfflineEncryptedEnabled = "ENABLED"

    // HlsOfflineEncryptedDisabled is a HlsOfflineEncrypted enum value
    HlsOfflineEncryptedDisabled = "DISABLED"
)

Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist. This allows for offline Apple HLS FairPlay content protection.

const (
    // HlsOutputSelectionManifestsAndSegments is a HlsOutputSelection enum value
    HlsOutputSelectionManifestsAndSegments = "MANIFESTS_AND_SEGMENTS"

    // HlsOutputSelectionSegmentsOnly is a HlsOutputSelection enum value
    HlsOutputSelectionSegmentsOnly = "SEGMENTS_ONLY"
)

Indicates whether the .m3u8 manifest file should be generated for this HLS output group.

const (
    // HlsProgramDateTimeInclude is a HlsProgramDateTime enum value
    HlsProgramDateTimeInclude = "INCLUDE"

    // HlsProgramDateTimeExclude is a HlsProgramDateTime enum value
    HlsProgramDateTimeExclude = "EXCLUDE"
)

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.

const (
    // HlsSegmentControlSingleFile is a HlsSegmentControl enum value
    HlsSegmentControlSingleFile = "SINGLE_FILE"

    // HlsSegmentControlSegmentedFiles is a HlsSegmentControl enum value
    HlsSegmentControlSegmentedFiles = "SEGMENTED_FILES"
)

When set to SINGLE_FILE, emits program as a single media resource (.ts) file, uses #EXT-X-BYTERANGE tags to index segment for playback.

const (
    // HlsSegmentLengthControlExact is a HlsSegmentLengthControl enum value
    HlsSegmentLengthControlExact = "EXACT"

    // HlsSegmentLengthControlGopMultiple is a HlsSegmentLengthControl enum value
    HlsSegmentLengthControlGopMultiple = "GOP_MULTIPLE"
)

Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

const (
    // HlsStreamInfResolutionInclude is a HlsStreamInfResolution enum value
    HlsStreamInfResolutionInclude = "INCLUDE"

    // HlsStreamInfResolutionExclude is a HlsStreamInfResolution enum value
    HlsStreamInfResolutionExclude = "EXCLUDE"
)

Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.

const (
    // HlsTargetDurationCompatibilityModeLegacy is a HlsTargetDurationCompatibilityMode enum value
    HlsTargetDurationCompatibilityModeLegacy = "LEGACY"

    // HlsTargetDurationCompatibilityModeSpecCompliant is a HlsTargetDurationCompatibilityMode enum value
    HlsTargetDurationCompatibilityModeSpecCompliant = "SPEC_COMPLIANT"
)

When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT, the segment target duration is rounded up to the nearest integer value if fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs to ensure that the target duration is always longer than the actual duration of the segment. Some older players may experience interrupted playback when the actual duration of a track in a segment is longer than the target duration.

const (
    // HlsTimedMetadataId3FrameNone is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FrameNone = "NONE"

    // HlsTimedMetadataId3FramePriv is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FramePriv = "PRIV"

    // HlsTimedMetadataId3FrameTdrl is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FrameTdrl = "TDRL"
)

Specify the type of the ID3 frame (timedMetadataId3Frame) to use for ID3 timestamps (timedMetadataId3Period) in your output. To include ID3 timestamps: Specify PRIV (PRIV) or TDRL (TDRL) and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). To exclude ID3 timestamps: Set ID3 timestamp frame type to None (NONE).

const (
    // ImscAccessibilitySubsDisabled is a ImscAccessibilitySubs enum value
    ImscAccessibilitySubsDisabled = "DISABLED"

    // ImscAccessibilitySubsEnabled is a ImscAccessibilitySubs enum value
    ImscAccessibilitySubsEnabled = "ENABLED"
)

If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .

const (
    // ImscStylePassthroughEnabled is a ImscStylePassthrough enum value
    ImscStylePassthroughEnabled = "ENABLED"

    // ImscStylePassthroughDisabled is a ImscStylePassthrough enum value
    ImscStylePassthroughDisabled = "DISABLED"
)

Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.

const (
    // InputDeblockFilterEnabled is a InputDeblockFilter enum value
    InputDeblockFilterEnabled = "ENABLED"

    // InputDeblockFilterDisabled is a InputDeblockFilter enum value
    InputDeblockFilterDisabled = "DISABLED"
)

Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manually controllable for MPEG2 and uncompressed video inputs.

const (
    // InputDenoiseFilterEnabled is a InputDenoiseFilter enum value
    InputDenoiseFilterEnabled = "ENABLED"

    // InputDenoiseFilterDisabled is a InputDenoiseFilter enum value
    InputDenoiseFilterDisabled = "DISABLED"
)

Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.

const (
    // InputFilterEnableAuto is a InputFilterEnable enum value
    InputFilterEnableAuto = "AUTO"

    // InputFilterEnableDisable is a InputFilterEnable enum value
    InputFilterEnableDisable = "DISABLE"

    // InputFilterEnableForce is a InputFilterEnable enum value
    InputFilterEnableForce = "FORCE"
)

Specify whether to apply input filtering to improve the video quality of your input. To apply filtering depending on your input type and quality: Choose Auto. To apply no filtering: Choose Disable. To apply filtering regardless of your input type and quality: Choose Force. When you do, you must also specify a value for Filter strength.

const (
    // InputPolicyAllowed is a InputPolicy enum value
    InputPolicyAllowed = "ALLOWED"

    // InputPolicyDisallowed is a InputPolicy enum value
    InputPolicyDisallowed = "DISALLOWED"
)

An input policy allows or disallows a job you submit to run based on the conditions that you specify.

const (
    // InputPsiControlIgnorePsi is a InputPsiControl enum value
    InputPsiControlIgnorePsi = "IGNORE_PSI"

    // InputPsiControlUsePsi is a InputPsiControl enum value
    InputPsiControlUsePsi = "USE_PSI"
)

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.

const (
    // InputRotateDegree0 is a InputRotate enum value
    InputRotateDegree0 = "DEGREE_0"

    // InputRotateDegrees90 is a InputRotate enum value
    InputRotateDegrees90 = "DEGREES_90"

    // InputRotateDegrees180 is a InputRotate enum value
    InputRotateDegrees180 = "DEGREES_180"

    // InputRotateDegrees270 is a InputRotate enum value
    InputRotateDegrees270 = "DEGREES_270"

    // InputRotateAuto is a InputRotate enum value
    InputRotateAuto = "AUTO"
)

Use Rotate (InputRotate) to specify how the service rotates your video. You can choose automatic rotation or specify a rotation. You can specify a clockwise rotation of 0, 90, 180, or 270 degrees. If your input video container is .mov or .mp4 and your input has rotation metadata, you can choose Automatic to have the service rotate your video according to the rotation specified in the metadata. The rotation must be within one degree of 90, 180, or 270 degrees. If the rotation metadata specifies any other rotation, the service will default to no rotation. By default, the service does no rotation, even if your input video has rotation metadata. The service doesn't pass through rotation metadata.

const (
    // InputSampleRangeFollow is a InputSampleRange enum value
    InputSampleRangeFollow = "FOLLOW"

    // InputSampleRangeFullRange is a InputSampleRange enum value
    InputSampleRangeFullRange = "FULL_RANGE"

    // InputSampleRangeLimitedRange is a InputSampleRange enum value
    InputSampleRangeLimitedRange = "LIMITED_RANGE"
)

If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the default value, Follow (FOLLOW), for this setting. When you do, the service automatically detects your input sample range. If your input video has metadata indicating the wrong sample range, specify the accurate sample range here. When you do, MediaConvert ignores any sample range information in the input metadata. Regardless of whether MediaConvert uses the input sample range or the sample range that you specify, MediaConvert uses the sample range for transcoding and also writes it to the output metadata.

const (
    // InputScanTypeAuto is a InputScanType enum value
    InputScanTypeAuto = "AUTO"

    // InputScanTypePsf is a InputScanType enum value
    InputScanTypePsf = "PSF"
)

When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF. MediaConvert doesn't automatically detect PsF. Therefore, flagging your input as PsF results in better preservation of video quality when you do deinterlacing and frame rate conversion. If you don't specify, the default value is Auto (AUTO). Auto is the correct setting for all inputs that are not PsF. Don't set this value to PsF when your input is interlaced. Doing so creates horizontal interlacing artifacts.

const (
    // InputTimecodeSourceEmbedded is a InputTimecodeSource enum value
    InputTimecodeSourceEmbedded = "EMBEDDED"

    // InputTimecodeSourceZerobased is a InputTimecodeSource enum value
    InputTimecodeSourceZerobased = "ZEROBASED"

    // InputTimecodeSourceSpecifiedstart is a InputTimecodeSource enum value
    InputTimecodeSourceSpecifiedstart = "SPECIFIEDSTART"
)

Use this Timecode source setting, located under the input settings (InputTimecodeSource), to specify how the service counts input video frames. This input frame count affects only the behavior of features that apply to a single input at a time, such as input clipping and synchronizing some captions formats. Choose Embedded (EMBEDDED) to use the timecodes in your input video. Choose Start at zero (ZEROBASED) to start the first frame at zero. Choose Specified start (SPECIFIEDSTART) to start the first frame at the timecode that you specify in the setting Start timecode (timecodeStart). If you don't specify a value for Timecode source, the service will use Embedded by default. For more information about timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.

const (
    // JobPhaseProbing is a JobPhase enum value
    JobPhaseProbing = "PROBING"

    // JobPhaseTranscoding is a JobPhase enum value
    JobPhaseTranscoding = "TRANSCODING"

    // JobPhaseUploading is a JobPhase enum value
    JobPhaseUploading = "UPLOADING"
)

A job's phase can be PROBING, TRANSCODING OR UPLOADING

const (
    // JobStatusSubmitted is a JobStatus enum value
    JobStatusSubmitted = "SUBMITTED"

    // JobStatusProgressing is a JobStatus enum value
    JobStatusProgressing = "PROGRESSING"

    // JobStatusComplete is a JobStatus enum value
    JobStatusComplete = "COMPLETE"

    // JobStatusCanceled is a JobStatus enum value
    JobStatusCanceled = "CANCELED"

    // JobStatusError is a JobStatus enum value
    JobStatusError = "ERROR"
)

A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.

const (
    // JobTemplateListByName is a JobTemplateListBy enum value
    JobTemplateListByName = "NAME"

    // JobTemplateListByCreationDate is a JobTemplateListBy enum value
    JobTemplateListByCreationDate = "CREATION_DATE"

    // JobTemplateListBySystem is a JobTemplateListBy enum value
    JobTemplateListBySystem = "SYSTEM"
)

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.

const (
    // LanguageCodeEng is a LanguageCode enum value
    LanguageCodeEng = "ENG"

    // LanguageCodeSpa is a LanguageCode enum value
    LanguageCodeSpa = "SPA"

    // LanguageCodeFra is a LanguageCode enum value
    LanguageCodeFra = "FRA"

    // LanguageCodeDeu is a LanguageCode enum value
    LanguageCodeDeu = "DEU"

    // LanguageCodeGer is a LanguageCode enum value
    LanguageCodeGer = "GER"

    // LanguageCodeZho is a LanguageCode enum value
    LanguageCodeZho = "ZHO"

    // LanguageCodeAra is a LanguageCode enum value
    LanguageCodeAra = "ARA"

    // LanguageCodeHin is a LanguageCode enum value
    LanguageCodeHin = "HIN"

    // LanguageCodeJpn is a LanguageCode enum value
    LanguageCodeJpn = "JPN"

    // LanguageCodeRus is a LanguageCode enum value
    LanguageCodeRus = "RUS"

    // LanguageCodePor is a LanguageCode enum value
    LanguageCodePor = "POR"

    // LanguageCodeIta is a LanguageCode enum value
    LanguageCodeIta = "ITA"

    // LanguageCodeUrd is a LanguageCode enum value
    LanguageCodeUrd = "URD"

    // LanguageCodeVie is a LanguageCode enum value
    LanguageCodeVie = "VIE"

    // LanguageCodeKor is a LanguageCode enum value
    LanguageCodeKor = "KOR"

    // LanguageCodePan is a LanguageCode enum value
    LanguageCodePan = "PAN"

    // LanguageCodeAbk is a LanguageCode enum value
    LanguageCodeAbk = "ABK"

    // LanguageCodeAar is a LanguageCode enum value
    LanguageCodeAar = "AAR"

    // LanguageCodeAfr is a LanguageCode enum value
    LanguageCodeAfr = "AFR"

    // LanguageCodeAka is a LanguageCode enum value
    LanguageCodeAka = "AKA"

    // LanguageCodeSqi is a LanguageCode enum value
    LanguageCodeSqi = "SQI"

    // LanguageCodeAmh is a LanguageCode enum value
    LanguageCodeAmh = "AMH"

    // LanguageCodeArg is a LanguageCode enum value
    LanguageCodeArg = "ARG"

    // LanguageCodeHye is a LanguageCode enum value
    LanguageCodeHye = "HYE"

    // LanguageCodeAsm is a LanguageCode enum value
    LanguageCodeAsm = "ASM"

    // LanguageCodeAva is a LanguageCode enum value
    LanguageCodeAva = "AVA"

    // LanguageCodeAve is a LanguageCode enum value
    LanguageCodeAve = "AVE"

    // LanguageCodeAym is a LanguageCode enum value
    LanguageCodeAym = "AYM"

    // LanguageCodeAze is a LanguageCode enum value
    LanguageCodeAze = "AZE"

    // LanguageCodeBam is a LanguageCode enum value
    LanguageCodeBam = "BAM"

    // LanguageCodeBak is a LanguageCode enum value
    LanguageCodeBak = "BAK"

    // LanguageCodeEus is a LanguageCode enum value
    LanguageCodeEus = "EUS"

    // LanguageCodeBel is a LanguageCode enum value
    LanguageCodeBel = "BEL"

    // LanguageCodeBen is a LanguageCode enum value
    LanguageCodeBen = "BEN"

    // LanguageCodeBih is a LanguageCode enum value
    LanguageCodeBih = "BIH"

    // LanguageCodeBis is a LanguageCode enum value
    LanguageCodeBis = "BIS"

    // LanguageCodeBos is a LanguageCode enum value
    LanguageCodeBos = "BOS"

    // LanguageCodeBre is a LanguageCode enum value
    LanguageCodeBre = "BRE"

    // LanguageCodeBul is a LanguageCode enum value
    LanguageCodeBul = "BUL"

    // LanguageCodeMya is a LanguageCode enum value
    LanguageCodeMya = "MYA"

    // LanguageCodeCat is a LanguageCode enum value
    LanguageCodeCat = "CAT"

    // LanguageCodeKhm is a LanguageCode enum value
    LanguageCodeKhm = "KHM"

    // LanguageCodeCha is a LanguageCode enum value
    LanguageCodeCha = "CHA"

    // LanguageCodeChe is a LanguageCode enum value
    LanguageCodeChe = "CHE"

    // LanguageCodeNya is a LanguageCode enum value
    LanguageCodeNya = "NYA"

    // LanguageCodeChu is a LanguageCode enum value
    LanguageCodeChu = "CHU"

    // LanguageCodeChv is a LanguageCode enum value
    LanguageCodeChv = "CHV"

    // LanguageCodeCor is a LanguageCode enum value
    LanguageCodeCor = "COR"

    // LanguageCodeCos is a LanguageCode enum value
    LanguageCodeCos = "COS"

    // LanguageCodeCre is a LanguageCode enum value
    LanguageCodeCre = "CRE"

    // LanguageCodeHrv is a LanguageCode enum value
    LanguageCodeHrv = "HRV"

    // LanguageCodeCes is a LanguageCode enum value
    LanguageCodeCes = "CES"

    // LanguageCodeDan is a LanguageCode enum value
    LanguageCodeDan = "DAN"

    // LanguageCodeDiv is a LanguageCode enum value
    LanguageCodeDiv = "DIV"

    // LanguageCodeNld is a LanguageCode enum value
    LanguageCodeNld = "NLD"

    // LanguageCodeDzo is a LanguageCode enum value
    LanguageCodeDzo = "DZO"

    // LanguageCodeEnm is a LanguageCode enum value
    LanguageCodeEnm = "ENM"

    // LanguageCodeEpo is a LanguageCode enum value
    LanguageCodeEpo = "EPO"

    // LanguageCodeEst is a LanguageCode enum value
    LanguageCodeEst = "EST"

    // LanguageCodeEwe is a LanguageCode enum value
    LanguageCodeEwe = "EWE"

    // LanguageCodeFao is a LanguageCode enum value
    LanguageCodeFao = "FAO"

    // LanguageCodeFij is a LanguageCode enum value
    LanguageCodeFij = "FIJ"

    // LanguageCodeFin is a LanguageCode enum value
    LanguageCodeFin = "FIN"

    // LanguageCodeFrm is a LanguageCode enum value
    LanguageCodeFrm = "FRM"

    // LanguageCodeFul is a LanguageCode enum value
    LanguageCodeFul = "FUL"

    // LanguageCodeGla is a LanguageCode enum value
    LanguageCodeGla = "GLA"

    // LanguageCodeGlg is a LanguageCode enum value
    LanguageCodeGlg = "GLG"

    // LanguageCodeLug is a LanguageCode enum value
    LanguageCodeLug = "LUG"

    // LanguageCodeKat is a LanguageCode enum value
    LanguageCodeKat = "KAT"

    // LanguageCodeEll is a LanguageCode enum value
    LanguageCodeEll = "ELL"

    // LanguageCodeGrn is a LanguageCode enum value
    LanguageCodeGrn = "GRN"

    // LanguageCodeGuj is a LanguageCode enum value
    LanguageCodeGuj = "GUJ"

    // LanguageCodeHat is a LanguageCode enum value
    LanguageCodeHat = "HAT"

    // LanguageCodeHau is a LanguageCode enum value
    LanguageCodeHau = "HAU"

    // LanguageCodeHeb is a LanguageCode enum value
    LanguageCodeHeb = "HEB"

    // LanguageCodeHer is a LanguageCode enum value
    LanguageCodeHer = "HER"

    // LanguageCodeHmo is a LanguageCode enum value
    LanguageCodeHmo = "HMO"

    // LanguageCodeHun is a LanguageCode enum value
    LanguageCodeHun = "HUN"

    // LanguageCodeIsl is a LanguageCode enum value
    LanguageCodeIsl = "ISL"

    // LanguageCodeIdo is a LanguageCode enum value
    LanguageCodeIdo = "IDO"

    // LanguageCodeIbo is a LanguageCode enum value
    LanguageCodeIbo = "IBO"

    // LanguageCodeInd is a LanguageCode enum value
    LanguageCodeInd = "IND"

    // LanguageCodeIna is a LanguageCode enum value
    LanguageCodeIna = "INA"

    // LanguageCodeIle is a LanguageCode enum value
    LanguageCodeIle = "ILE"

    // LanguageCodeIku is a LanguageCode enum value
    LanguageCodeIku = "IKU"

    // LanguageCodeIpk is a LanguageCode enum value
    LanguageCodeIpk = "IPK"

    // LanguageCodeGle is a LanguageCode enum value
    LanguageCodeGle = "GLE"

    // LanguageCodeJav is a LanguageCode enum value
    LanguageCodeJav = "JAV"

    // LanguageCodeKal is a LanguageCode enum value
    LanguageCodeKal = "KAL"

    // LanguageCodeKan is a LanguageCode enum value
    LanguageCodeKan = "KAN"

    // LanguageCodeKau is a LanguageCode enum value
    LanguageCodeKau = "KAU"

    // LanguageCodeKas is a LanguageCode enum value
    LanguageCodeKas = "KAS"

    // LanguageCodeKaz is a LanguageCode enum value
    LanguageCodeKaz = "KAZ"

    // LanguageCodeKik is a LanguageCode enum value
    LanguageCodeKik = "KIK"

    // LanguageCodeKin is a LanguageCode enum value
    LanguageCodeKin = "KIN"

    // LanguageCodeKir is a LanguageCode enum value
    LanguageCodeKir = "KIR"

    // LanguageCodeKom is a LanguageCode enum value
    LanguageCodeKom = "KOM"

    // LanguageCodeKon is a LanguageCode enum value
    LanguageCodeKon = "KON"

    // LanguageCodeKua is a LanguageCode enum value
    LanguageCodeKua = "KUA"

    // LanguageCodeKur is a LanguageCode enum value
    LanguageCodeKur = "KUR"

    // LanguageCodeLao is a LanguageCode enum value
    LanguageCodeLao = "LAO"

    // LanguageCodeLat is a LanguageCode enum value
    LanguageCodeLat = "LAT"

    // LanguageCodeLav is a LanguageCode enum value
    LanguageCodeLav = "LAV"

    // LanguageCodeLim is a LanguageCode enum value
    LanguageCodeLim = "LIM"

    // LanguageCodeLin is a LanguageCode enum value
    LanguageCodeLin = "LIN"

    // LanguageCodeLit is a LanguageCode enum value
    LanguageCodeLit = "LIT"

    // LanguageCodeLub is a LanguageCode enum value
    LanguageCodeLub = "LUB"

    // LanguageCodeLtz is a LanguageCode enum value
    LanguageCodeLtz = "LTZ"

    // LanguageCodeMkd is a LanguageCode enum value
    LanguageCodeMkd = "MKD"

    // LanguageCodeMlg is a LanguageCode enum value
    LanguageCodeMlg = "MLG"

    // LanguageCodeMsa is a LanguageCode enum value
    LanguageCodeMsa = "MSA"

    // LanguageCodeMal is a LanguageCode enum value
    LanguageCodeMal = "MAL"

    // LanguageCodeMlt is a LanguageCode enum value
    LanguageCodeMlt = "MLT"

    // LanguageCodeGlv is a LanguageCode enum value
    LanguageCodeGlv = "GLV"

    // LanguageCodeMri is a LanguageCode enum value
    LanguageCodeMri = "MRI"

    // LanguageCodeMar is a LanguageCode enum value
    LanguageCodeMar = "MAR"

    // LanguageCodeMah is a LanguageCode enum value
    LanguageCodeMah = "MAH"

    // LanguageCodeMon is a LanguageCode enum value
    LanguageCodeMon = "MON"

    // LanguageCodeNau is a LanguageCode enum value
    LanguageCodeNau = "NAU"

    // LanguageCodeNav is a LanguageCode enum value
    LanguageCodeNav = "NAV"

    // LanguageCodeNde is a LanguageCode enum value
    LanguageCodeNde = "NDE"

    // LanguageCodeNbl is a LanguageCode enum value
    LanguageCodeNbl = "NBL"

    // LanguageCodeNdo is a LanguageCode enum value
    LanguageCodeNdo = "NDO"

    // LanguageCodeNep is a LanguageCode enum value
    LanguageCodeNep = "NEP"

    // LanguageCodeSme is a LanguageCode enum value
    LanguageCodeSme = "SME"

    // LanguageCodeNor is a LanguageCode enum value
    LanguageCodeNor = "NOR"

    // LanguageCodeNob is a LanguageCode enum value
    LanguageCodeNob = "NOB"

    // LanguageCodeNno is a LanguageCode enum value
    LanguageCodeNno = "NNO"

    // LanguageCodeOci is a LanguageCode enum value
    LanguageCodeOci = "OCI"

    // LanguageCodeOji is a LanguageCode enum value
    LanguageCodeOji = "OJI"

    // LanguageCodeOri is a LanguageCode enum value
    LanguageCodeOri = "ORI"

    // LanguageCodeOrm is a LanguageCode enum value
    LanguageCodeOrm = "ORM"

    // LanguageCodeOss is a LanguageCode enum value
    LanguageCodeOss = "OSS"

    // LanguageCodePli is a LanguageCode enum value
    LanguageCodePli = "PLI"

    // LanguageCodeFas is a LanguageCode enum value
    LanguageCodeFas = "FAS"

    // LanguageCodePol is a LanguageCode enum value
    LanguageCodePol = "POL"

    // LanguageCodePus is a LanguageCode enum value
    LanguageCodePus = "PUS"

    // LanguageCodeQue is a LanguageCode enum value
    LanguageCodeQue = "QUE"

    // LanguageCodeQaa is a LanguageCode enum value
    LanguageCodeQaa = "QAA"

    // LanguageCodeRon is a LanguageCode enum value
    LanguageCodeRon = "RON"

    // LanguageCodeRoh is a LanguageCode enum value
    LanguageCodeRoh = "ROH"

    // LanguageCodeRun is a LanguageCode enum value
    LanguageCodeRun = "RUN"

    // LanguageCodeSmo is a LanguageCode enum value
    LanguageCodeSmo = "SMO"

    // LanguageCodeSag is a LanguageCode enum value
    LanguageCodeSag = "SAG"

    // LanguageCodeSan is a LanguageCode enum value
    LanguageCodeSan = "SAN"

    // LanguageCodeSrd is a LanguageCode enum value
    LanguageCodeSrd = "SRD"

    // LanguageCodeSrb is a LanguageCode enum value
    LanguageCodeSrb = "SRB"

    // LanguageCodeSna is a LanguageCode enum value
    LanguageCodeSna = "SNA"

    // LanguageCodeIii is a LanguageCode enum value
    LanguageCodeIii = "III"

    // LanguageCodeSnd is a LanguageCode enum value
    LanguageCodeSnd = "SND"

    // LanguageCodeSin is a LanguageCode enum value
    LanguageCodeSin = "SIN"

    // LanguageCodeSlk is a LanguageCode enum value
    LanguageCodeSlk = "SLK"

    // LanguageCodeSlv is a LanguageCode enum value
    LanguageCodeSlv = "SLV"

    // LanguageCodeSom is a LanguageCode enum value
    LanguageCodeSom = "SOM"

    // LanguageCodeSot is a LanguageCode enum value
    LanguageCodeSot = "SOT"

    // LanguageCodeSun is a LanguageCode enum value
    LanguageCodeSun = "SUN"

    // LanguageCodeSwa is a LanguageCode enum value
    LanguageCodeSwa = "SWA"

    // LanguageCodeSsw is a LanguageCode enum value
    LanguageCodeSsw = "SSW"

    // LanguageCodeSwe is a LanguageCode enum value
    LanguageCodeSwe = "SWE"

    // LanguageCodeTgl is a LanguageCode enum value
    LanguageCodeTgl = "TGL"

    // LanguageCodeTah is a LanguageCode enum value
    LanguageCodeTah = "TAH"

    // LanguageCodeTgk is a LanguageCode enum value
    LanguageCodeTgk = "TGK"

    // LanguageCodeTam is a LanguageCode enum value
    LanguageCodeTam = "TAM"

    // LanguageCodeTat is a LanguageCode enum value
    LanguageCodeTat = "TAT"

    // LanguageCodeTel is a LanguageCode enum value
    LanguageCodeTel = "TEL"

    // LanguageCodeTha is a LanguageCode enum value
    LanguageCodeTha = "THA"

    // LanguageCodeBod is a LanguageCode enum value
    LanguageCodeBod = "BOD"

    // LanguageCodeTir is a LanguageCode enum value
    LanguageCodeTir = "TIR"

    // LanguageCodeTon is a LanguageCode enum value
    LanguageCodeTon = "TON"

    // LanguageCodeTso is a LanguageCode enum value
    LanguageCodeTso = "TSO"

    // LanguageCodeTsn is a LanguageCode enum value
    LanguageCodeTsn = "TSN"

    // LanguageCodeTur is a LanguageCode enum value
    LanguageCodeTur = "TUR"

    // LanguageCodeTuk is a LanguageCode enum value
    LanguageCodeTuk = "TUK"

    // LanguageCodeTwi is a LanguageCode enum value
    LanguageCodeTwi = "TWI"

    // LanguageCodeUig is a LanguageCode enum value
    LanguageCodeUig = "UIG"

    // LanguageCodeUkr is a LanguageCode enum value
    LanguageCodeUkr = "UKR"

    // LanguageCodeUzb is a LanguageCode enum value
    LanguageCodeUzb = "UZB"

    // LanguageCodeVen is a LanguageCode enum value
    LanguageCodeVen = "VEN"

    // LanguageCodeVol is a LanguageCode enum value
    LanguageCodeVol = "VOL"

    // LanguageCodeWln is a LanguageCode enum value
    LanguageCodeWln = "WLN"

    // LanguageCodeCym is a LanguageCode enum value
    LanguageCodeCym = "CYM"

    // LanguageCodeFry is a LanguageCode enum value
    LanguageCodeFry = "FRY"

    // LanguageCodeWol is a LanguageCode enum value
    LanguageCodeWol = "WOL"

    // LanguageCodeXho is a LanguageCode enum value
    LanguageCodeXho = "XHO"

    // LanguageCodeYid is a LanguageCode enum value
    LanguageCodeYid = "YID"

    // LanguageCodeYor is a LanguageCode enum value
    LanguageCodeYor = "YOR"

    // LanguageCodeZha is a LanguageCode enum value
    LanguageCodeZha = "ZHA"

    // LanguageCodeZul is a LanguageCode enum value
    LanguageCodeZul = "ZUL"

    // LanguageCodeOrj is a LanguageCode enum value
    LanguageCodeOrj = "ORJ"

    // LanguageCodeQpc is a LanguageCode enum value
    LanguageCodeQpc = "QPC"

    // LanguageCodeTng is a LanguageCode enum value
    LanguageCodeTng = "TNG"

    // LanguageCodeSrp is a LanguageCode enum value
    LanguageCodeSrp = "SRP"
)

Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.

const (
    // M2tsAudioBufferModelDvb is a M2tsAudioBufferModel enum value
    M2tsAudioBufferModelDvb = "DVB"

    // M2tsAudioBufferModelAtsc is a M2tsAudioBufferModel enum value
    M2tsAudioBufferModelAtsc = "ATSC"
)

Selects between the DVB and ATSC buffer models for Dolby Digital audio.

const (
    // M2tsAudioDurationDefaultCodecDuration is a M2tsAudioDuration enum value
    M2tsAudioDurationDefaultCodecDuration = "DEFAULT_CODEC_DURATION"

    // M2tsAudioDurationMatchVideoDuration is a M2tsAudioDuration enum value
    M2tsAudioDurationMatchVideoDuration = "MATCH_VIDEO_DURATION"
)

Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.

const (
    // M2tsBufferModelMultiplex is a M2tsBufferModel enum value
    M2tsBufferModelMultiplex = "MULTIPLEX"

    // M2tsBufferModelNone is a M2tsBufferModel enum value
    M2tsBufferModelNone = "NONE"
)

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.

const (
    // M2tsDataPtsControlAuto is a M2tsDataPtsControl enum value
    M2tsDataPtsControlAuto = "AUTO"

    // M2tsDataPtsControlAlignToVideo is a M2tsDataPtsControl enum value
    M2tsDataPtsControlAlignToVideo = "ALIGN_TO_VIDEO"
)

If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.

const (
    // M2tsEbpAudioIntervalVideoAndFixedIntervals is a M2tsEbpAudioInterval enum value
    M2tsEbpAudioIntervalVideoAndFixedIntervals = "VIDEO_AND_FIXED_INTERVALS"

    // M2tsEbpAudioIntervalVideoInterval is a M2tsEbpAudioInterval enum value
    M2tsEbpAudioIntervalVideoInterval = "VIDEO_INTERVAL"
)

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).

const (
    // M2tsEbpPlacementVideoAndAudioPids is a M2tsEbpPlacement enum value
    M2tsEbpPlacementVideoAndAudioPids = "VIDEO_AND_AUDIO_PIDS"

    // M2tsEbpPlacementVideoPid is a M2tsEbpPlacement enum value
    M2tsEbpPlacementVideoPid = "VIDEO_PID"
)

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).

const (
    // M2tsEsRateInPesInclude is a M2tsEsRateInPes enum value
    M2tsEsRateInPesInclude = "INCLUDE"

    // M2tsEsRateInPesExclude is a M2tsEsRateInPes enum value
    M2tsEsRateInPesExclude = "EXCLUDE"
)

Controls whether to include the ES Rate field in the PES header.

const (
    // M2tsForceTsVideoEbpOrderForce is a M2tsForceTsVideoEbpOrder enum value
    M2tsForceTsVideoEbpOrderForce = "FORCE"

    // M2tsForceTsVideoEbpOrderDefault is a M2tsForceTsVideoEbpOrder enum value
    M2tsForceTsVideoEbpOrderDefault = "DEFAULT"
)

Keep the default value (DEFAULT) unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force (FORCE).

const (
    // M2tsKlvMetadataPassthrough is a M2tsKlvMetadata enum value
    M2tsKlvMetadataPassthrough = "PASSTHROUGH"

    // M2tsKlvMetadataNone is a M2tsKlvMetadata enum value
    M2tsKlvMetadataNone = "NONE"
)

To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and passes it through to the output transport stream. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.

const (
    // M2tsNielsenId3Insert is a M2tsNielsenId3 enum value
    M2tsNielsenId3Insert = "INSERT"

    // M2tsNielsenId3None is a M2tsNielsenId3 enum value
    M2tsNielsenId3None = "NONE"
)

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.

const (
    // M2tsPcrControlPcrEveryPesPacket is a M2tsPcrControl enum value
    M2tsPcrControlPcrEveryPesPacket = "PCR_EVERY_PES_PACKET"

    // M2tsPcrControlConfiguredPcrPeriod is a M2tsPcrControl enum value
    M2tsPcrControlConfiguredPcrPeriod = "CONFIGURED_PCR_PERIOD"
)

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.

const (
    // M2tsRateModeVbr is a M2tsRateMode enum value
    M2tsRateModeVbr = "VBR"

    // M2tsRateModeCbr is a M2tsRateMode enum value
    M2tsRateModeCbr = "CBR"
)

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.

const (
    // M2tsScte35SourcePassthrough is a M2tsScte35Source enum value
    M2tsScte35SourcePassthrough = "PASSTHROUGH"

    // M2tsScte35SourceNone is a M2tsScte35Source enum value
    M2tsScte35SourceNone = "NONE"
)

For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE). Also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml). Also enable ESAM SCTE-35 (include the property scte35Esam).

const (
    // M2tsSegmentationMarkersNone is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersNone = "NONE"

    // M2tsSegmentationMarkersRaiSegstart is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersRaiSegstart = "RAI_SEGSTART"

    // M2tsSegmentationMarkersRaiAdapt is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersRaiAdapt = "RAI_ADAPT"

    // M2tsSegmentationMarkersPsiSegstart is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersPsiSegstart = "PSI_SEGSTART"

    // M2tsSegmentationMarkersEbp is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersEbp = "EBP"

    // M2tsSegmentationMarkersEbpLegacy is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersEbpLegacy = "EBP_LEGACY"
)

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.

const (
    // M2tsSegmentationStyleMaintainCadence is a M2tsSegmentationStyle enum value
    M2tsSegmentationStyleMaintainCadence = "MAINTAIN_CADENCE"

    // M2tsSegmentationStyleResetCadence is a M2tsSegmentationStyle enum value
    M2tsSegmentationStyleResetCadence = "RESET_CADENCE"
)

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.

const (
    // M3u8AudioDurationDefaultCodecDuration is a M3u8AudioDuration enum value
    M3u8AudioDurationDefaultCodecDuration = "DEFAULT_CODEC_DURATION"

    // M3u8AudioDurationMatchVideoDuration is a M3u8AudioDuration enum value
    M3u8AudioDurationMatchVideoDuration = "MATCH_VIDEO_DURATION"
)

Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.

const (
    // M3u8DataPtsControlAuto is a M3u8DataPtsControl enum value
    M3u8DataPtsControlAuto = "AUTO"

    // M3u8DataPtsControlAlignToVideo is a M3u8DataPtsControl enum value
    M3u8DataPtsControlAlignToVideo = "ALIGN_TO_VIDEO"
)

If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.

const (
    // M3u8NielsenId3Insert is a M3u8NielsenId3 enum value
    M3u8NielsenId3Insert = "INSERT"

    // M3u8NielsenId3None is a M3u8NielsenId3 enum value
    M3u8NielsenId3None = "NONE"
)

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.

const (
    // M3u8PcrControlPcrEveryPesPacket is a M3u8PcrControl enum value
    M3u8PcrControlPcrEveryPesPacket = "PCR_EVERY_PES_PACKET"

    // M3u8PcrControlConfiguredPcrPeriod is a M3u8PcrControl enum value
    M3u8PcrControlConfiguredPcrPeriod = "CONFIGURED_PCR_PERIOD"
)

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.

const (
    // M3u8Scte35SourcePassthrough is a M3u8Scte35Source enum value
    M3u8Scte35SourcePassthrough = "PASSTHROUGH"

    // M3u8Scte35SourceNone is a M3u8Scte35Source enum value
    M3u8Scte35SourceNone = "NONE"
)

For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).

const (
    // MotionImageInsertionModeMov is a MotionImageInsertionMode enum value
    MotionImageInsertionModeMov = "MOV"

    // MotionImageInsertionModePng is a MotionImageInsertionMode enum value
    MotionImageInsertionModePng = "PNG"
)

Choose the type of motion graphic asset that you are providing for your overlay. You can choose either a .mov file or a series of .png files.

const (
    // MotionImagePlaybackOnce is a MotionImagePlayback enum value
    MotionImagePlaybackOnce = "ONCE"

    // MotionImagePlaybackRepeat is a MotionImagePlayback enum value
    MotionImagePlaybackRepeat = "REPEAT"
)

Specify whether your motion graphic overlay repeats on a loop or plays only once.

const (
    // MovClapAtomInclude is a MovClapAtom enum value
    MovClapAtomInclude = "INCLUDE"

    // MovClapAtomExclude is a MovClapAtom enum value
    MovClapAtomExclude = "EXCLUDE"
)

When enabled, include 'clap' atom if appropriate for the video output settings.

const (
    // MovCslgAtomInclude is a MovCslgAtom enum value
    MovCslgAtomInclude = "INCLUDE"

    // MovCslgAtomExclude is a MovCslgAtom enum value
    MovCslgAtomExclude = "EXCLUDE"
)

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.

const (
    // MovMpeg2FourCCControlXdcam is a MovMpeg2FourCCControl enum value
    MovMpeg2FourCCControlXdcam = "XDCAM"

    // MovMpeg2FourCCControlMpeg is a MovMpeg2FourCCControl enum value
    MovMpeg2FourCCControlMpeg = "MPEG"
)

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.

const (
    // MovPaddingControlOmneon is a MovPaddingControl enum value
    MovPaddingControlOmneon = "OMNEON"

    // MovPaddingControlNone is a MovPaddingControl enum value
    MovPaddingControlNone = "NONE"
)

Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.

const (
    // MovReferenceSelfContained is a MovReference enum value
    MovReferenceSelfContained = "SELF_CONTAINED"

    // MovReferenceExternal is a MovReference enum value
    MovReferenceExternal = "EXTERNAL"
)

Always keep the default value (SELF_CONTAINED) for this setting.

const (
    // Mp3RateControlModeCbr is a Mp3RateControlMode enum value
    Mp3RateControlModeCbr = "CBR"

    // Mp3RateControlModeVbr is a Mp3RateControlMode enum value
    Mp3RateControlModeVbr = "VBR"
)

Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).

const (
    // Mp4CslgAtomInclude is a Mp4CslgAtom enum value
    Mp4CslgAtomInclude = "INCLUDE"

    // Mp4CslgAtomExclude is a Mp4CslgAtom enum value
    Mp4CslgAtomExclude = "EXCLUDE"
)

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.

const (
    // Mp4FreeSpaceBoxInclude is a Mp4FreeSpaceBox enum value
    Mp4FreeSpaceBoxInclude = "INCLUDE"

    // Mp4FreeSpaceBoxExclude is a Mp4FreeSpaceBox enum value
    Mp4FreeSpaceBoxExclude = "EXCLUDE"
)

Inserts a free-space box immediately after the moov box.

const (
    // Mp4MoovPlacementProgressiveDownload is a Mp4MoovPlacement enum value
    Mp4MoovPlacementProgressiveDownload = "PROGRESSIVE_DOWNLOAD"

    // Mp4MoovPlacementNormal is a Mp4MoovPlacement enum value
    Mp4MoovPlacementNormal = "NORMAL"
)

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.

const (
    // MpdAccessibilityCaptionHintsInclude is a MpdAccessibilityCaptionHints enum value
    MpdAccessibilityCaptionHintsInclude = "INCLUDE"

    // MpdAccessibilityCaptionHintsExclude is a MpdAccessibilityCaptionHints enum value
    MpdAccessibilityCaptionHintsExclude = "EXCLUDE"
)

Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with elements for embedded 608 captions. This markup isn't generally required, but some video players require it to discover and play embedded 608 captions. Keep the default value, Exclude (EXCLUDE), to leave these elements out. When you enable this setting, this is the markup that MediaConvert includes in your manifest:

const (
    // MpdAudioDurationDefaultCodecDuration is a MpdAudioDuration enum value
    MpdAudioDurationDefaultCodecDuration = "DEFAULT_CODEC_DURATION"

    // MpdAudioDurationMatchVideoDuration is a MpdAudioDuration enum value
    MpdAudioDurationMatchVideoDuration = "MATCH_VIDEO_DURATION"
)

Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.

const (
    // MpdCaptionContainerTypeRaw is a MpdCaptionContainerType enum value
    MpdCaptionContainerTypeRaw = "RAW"

    // MpdCaptionContainerTypeFragmentedMp4 is a MpdCaptionContainerType enum value
    MpdCaptionContainerTypeFragmentedMp4 = "FRAGMENTED_MP4"
)

Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and audio fragmented MP4 files.

const (
    // MpdKlvMetadataNone is a MpdKlvMetadata enum value
    MpdKlvMetadataNone = "NONE"

    // MpdKlvMetadataPassthrough is a MpdKlvMetadata enum value
    MpdKlvMetadataPassthrough = "PASSTHROUGH"
)

To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough. MediaConvert reads KLV metadata present in your input and writes each instance to a separate event message box in the output, according to MISB ST1910.1. To exclude this KLV metadata: Set KLV metadata insertion to None or leave blank.

const (
    // MpdManifestMetadataSignalingEnabled is a MpdManifestMetadataSignaling enum value
    MpdManifestMetadataSignalingEnabled = "ENABLED"

    // MpdManifestMetadataSignalingDisabled is a MpdManifestMetadataSignaling enum value
    MpdManifestMetadataSignalingDisabled = "DISABLED"
)

To add an InbandEventStream element in your output MPD manifest for each type of event message, set Manifest metadata signaling to Enabled. For ID3 event messages, the InbandEventStream element schemeIdUri will be same value that you specify for ID3 metadata scheme ID URI. For SCTE35 event messages, the InbandEventStream element schemeIdUri will be "urn:scte:scte35:2013:bin". To leave these elements out of your output MPD manifest, set Manifest metadata signaling to Disabled. To enable Manifest metadata signaling, you must also set SCTE-35 source to Passthrough, ESAM SCTE-35 to insert, or ID3 metadata (TimedMetadata) to Passthrough.

const (
    // MpdScte35EsamInsert is a MpdScte35Esam enum value
    MpdScte35EsamInsert = "INSERT"

    // MpdScte35EsamNone is a MpdScte35Esam enum value
    MpdScte35EsamNone = "NONE"
)

Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

const (
    // MpdScte35SourcePassthrough is a MpdScte35Source enum value
    MpdScte35SourcePassthrough = "PASSTHROUGH"

    // MpdScte35SourceNone is a MpdScte35Source enum value
    MpdScte35SourceNone = "NONE"
)

Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.

const (
    // MpdTimedMetadataPassthrough is a MpdTimedMetadata enum value
    MpdTimedMetadataPassthrough = "PASSTHROUGH"

    // MpdTimedMetadataNone is a MpdTimedMetadata enum value
    MpdTimedMetadataNone = "NONE"
)

To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.

const (
    // MpdTimedMetadataBoxVersionVersion0 is a MpdTimedMetadataBoxVersion enum value
    MpdTimedMetadataBoxVersionVersion0 = "VERSION_0"

    // MpdTimedMetadataBoxVersionVersion1 is a MpdTimedMetadataBoxVersion enum value
    MpdTimedMetadataBoxVersionVersion1 = "VERSION_1"
)

Specify the event message box (eMSG) version for ID3 timed metadata in your output.For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.3 Syntax.Leave blank to use the default value Version 0.When you specify Version 1, you must also set ID3 metadata (timedMetadata) to Passthrough.

const (
    // Mpeg2AdaptiveQuantizationOff is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationOff = "OFF"

    // Mpeg2AdaptiveQuantizationLow is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationLow = "LOW"

    // Mpeg2AdaptiveQuantizationMedium is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationMedium = "MEDIUM"

    // Mpeg2AdaptiveQuantizationHigh is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationHigh = "HIGH"
)

Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to the following settings: Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).

const (
    // Mpeg2CodecLevelAuto is a Mpeg2CodecLevel enum value
    Mpeg2CodecLevelAuto = "AUTO"

    // Mpeg2CodecLevelLow is a Mpeg2CodecLevel enum value
    Mpeg2CodecLevelLow = "LOW"

    // Mpeg2CodecLevelMain is a Mpeg2CodecLevel enum value
    Mpeg2CodecLevelMain = "MAIN"

    // Mpeg2CodecLevelHigh1440 is a Mpeg2CodecLevel enum value
    Mpeg2CodecLevelHigh1440 = "HIGH1440"

    // Mpeg2CodecLevelHigh is a Mpeg2CodecLevel enum value
    Mpeg2CodecLevelHigh = "HIGH"
)

Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.

const (
    // Mpeg2CodecProfileMain is a Mpeg2CodecProfile enum value
    Mpeg2CodecProfileMain = "MAIN"

    // Mpeg2CodecProfileProfile422 is a Mpeg2CodecProfile enum value
    Mpeg2CodecProfileProfile422 = "PROFILE_422"
)

Use Profile (Mpeg2CodecProfile) to set the MPEG-2 profile for the video output.

const (
    // Mpeg2DynamicSubGopAdaptive is a Mpeg2DynamicSubGop enum value
    Mpeg2DynamicSubGopAdaptive = "ADAPTIVE"

    // Mpeg2DynamicSubGopStatic is a Mpeg2DynamicSubGop enum value
    Mpeg2DynamicSubGopStatic = "STATIC"
)

Choose Adaptive to improve subjective video quality for high-motion content. This will cause the service to use fewer B-frames (which infer information based on other frames) for high-motion portions of the video and more B-frames for low-motion portions. The maximum number of B-frames is limited by the value you provide for the setting B frames between reference frames (numberBFramesBetweenReferenceFrames).

const (
    // Mpeg2FramerateControlInitializeFromSource is a Mpeg2FramerateControl enum value
    Mpeg2FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Mpeg2FramerateControlSpecified is a Mpeg2FramerateControl enum value
    Mpeg2FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // Mpeg2FramerateConversionAlgorithmDuplicateDrop is a Mpeg2FramerateConversionAlgorithm enum value
    Mpeg2FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // Mpeg2FramerateConversionAlgorithmInterpolate is a Mpeg2FramerateConversionAlgorithm enum value
    Mpeg2FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // Mpeg2FramerateConversionAlgorithmFrameformer is a Mpeg2FramerateConversionAlgorithm enum value
    Mpeg2FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // Mpeg2GopSizeUnitsFrames is a Mpeg2GopSizeUnits enum value
    Mpeg2GopSizeUnitsFrames = "FRAMES"

    // Mpeg2GopSizeUnitsSeconds is a Mpeg2GopSizeUnits enum value
    Mpeg2GopSizeUnitsSeconds = "SECONDS"
)

Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.

const (
    // Mpeg2InterlaceModeProgressive is a Mpeg2InterlaceMode enum value
    Mpeg2InterlaceModeProgressive = "PROGRESSIVE"

    // Mpeg2InterlaceModeTopField is a Mpeg2InterlaceMode enum value
    Mpeg2InterlaceModeTopField = "TOP_FIELD"

    // Mpeg2InterlaceModeBottomField is a Mpeg2InterlaceMode enum value
    Mpeg2InterlaceModeBottomField = "BOTTOM_FIELD"

    // Mpeg2InterlaceModeFollowTopField is a Mpeg2InterlaceMode enum value
    Mpeg2InterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // Mpeg2InterlaceModeFollowBottomField is a Mpeg2InterlaceMode enum value
    Mpeg2InterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // Mpeg2IntraDcPrecisionAuto is a Mpeg2IntraDcPrecision enum value
    Mpeg2IntraDcPrecisionAuto = "AUTO"

    // Mpeg2IntraDcPrecisionIntraDcPrecision8 is a Mpeg2IntraDcPrecision enum value
    Mpeg2IntraDcPrecisionIntraDcPrecision8 = "INTRA_DC_PRECISION_8"

    // Mpeg2IntraDcPrecisionIntraDcPrecision9 is a Mpeg2IntraDcPrecision enum value
    Mpeg2IntraDcPrecisionIntraDcPrecision9 = "INTRA_DC_PRECISION_9"

    // Mpeg2IntraDcPrecisionIntraDcPrecision10 is a Mpeg2IntraDcPrecision enum value
    Mpeg2IntraDcPrecisionIntraDcPrecision10 = "INTRA_DC_PRECISION_10"

    // Mpeg2IntraDcPrecisionIntraDcPrecision11 is a Mpeg2IntraDcPrecision enum value
    Mpeg2IntraDcPrecisionIntraDcPrecision11 = "INTRA_DC_PRECISION_11"
)

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.

const (
    // Mpeg2ParControlInitializeFromSource is a Mpeg2ParControl enum value
    Mpeg2ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Mpeg2ParControlSpecified is a Mpeg2ParControl enum value
    Mpeg2ParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // Mpeg2QualityTuningLevelSinglePass is a Mpeg2QualityTuningLevel enum value
    Mpeg2QualityTuningLevelSinglePass = "SINGLE_PASS"

    // Mpeg2QualityTuningLevelMultiPass is a Mpeg2QualityTuningLevel enum value
    Mpeg2QualityTuningLevelMultiPass = "MULTI_PASS"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

const (
    // Mpeg2RateControlModeVbr is a Mpeg2RateControlMode enum value
    Mpeg2RateControlModeVbr = "VBR"

    // Mpeg2RateControlModeCbr is a Mpeg2RateControlMode enum value
    Mpeg2RateControlModeCbr = "CBR"
)

Use Rate control mode (Mpeg2RateControlMode) to specify whether the bitrate is variable (vbr) or constant (cbr).

const (
    // Mpeg2ScanTypeConversionModeInterlaced is a Mpeg2ScanTypeConversionMode enum value
    Mpeg2ScanTypeConversionModeInterlaced = "INTERLACED"

    // Mpeg2ScanTypeConversionModeInterlacedOptimize is a Mpeg2ScanTypeConversionMode enum value
    Mpeg2ScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // Mpeg2SceneChangeDetectDisabled is a Mpeg2SceneChangeDetect enum value
    Mpeg2SceneChangeDetectDisabled = "DISABLED"

    // Mpeg2SceneChangeDetectEnabled is a Mpeg2SceneChangeDetect enum value
    Mpeg2SceneChangeDetectEnabled = "ENABLED"
)

Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default.

const (
    // Mpeg2SlowPalDisabled is a Mpeg2SlowPal enum value
    Mpeg2SlowPalDisabled = "DISABLED"

    // Mpeg2SlowPalEnabled is a Mpeg2SlowPal enum value
    Mpeg2SlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // Mpeg2SpatialAdaptiveQuantizationDisabled is a Mpeg2SpatialAdaptiveQuantization enum value
    Mpeg2SpatialAdaptiveQuantizationDisabled = "DISABLED"

    // Mpeg2SpatialAdaptiveQuantizationEnabled is a Mpeg2SpatialAdaptiveQuantization enum value
    Mpeg2SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual degradation and uses more bits on areas where any small distortion will be noticeable. For example, complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen with a lot of complex texture, you might choose to disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization (adaptiveQuantization) depending on your content. For homogeneous content, such as cartoons and video games, set it to Low. For content with a wider variety of textures, set it to High or Higher.

const (
    // Mpeg2SyntaxDefault is a Mpeg2Syntax enum value
    Mpeg2SyntaxDefault = "DEFAULT"

    // Mpeg2SyntaxD10 is a Mpeg2Syntax enum value
    Mpeg2SyntaxD10 = "D_10"
)

Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to D10 (D_10).

const (
    // Mpeg2TelecineNone is a Mpeg2Telecine enum value
    Mpeg2TelecineNone = "NONE"

    // Mpeg2TelecineSoft is a Mpeg2Telecine enum value
    Mpeg2TelecineSoft = "SOFT"

    // Mpeg2TelecineHard is a Mpeg2Telecine enum value
    Mpeg2TelecineHard = "HARD"
)

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard or soft telecine to create a smoother picture. Hard telecine (HARD) produces a 29.97i output. Soft telecine (SOFT) produces an output with a 23.976 output that signals to the video player device to do the conversion during play back. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

const (
    // Mpeg2TemporalAdaptiveQuantizationDisabled is a Mpeg2TemporalAdaptiveQuantization enum value
    Mpeg2TemporalAdaptiveQuantizationDisabled = "DISABLED"

    // Mpeg2TemporalAdaptiveQuantizationEnabled is a Mpeg2TemporalAdaptiveQuantization enum value
    Mpeg2TemporalAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on temporal variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on complex objects with sharp edges that move a lot. For example, this feature improves the readability of text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to disable this feature. Related setting: When you enable temporal quantization, adjust the strength of the filter with the setting Adaptive quantization (adaptiveQuantization).

const (
    // MsSmoothAudioDeduplicationCombineDuplicateStreams is a MsSmoothAudioDeduplication enum value
    MsSmoothAudioDeduplicationCombineDuplicateStreams = "COMBINE_DUPLICATE_STREAMS"

    // MsSmoothAudioDeduplicationNone is a MsSmoothAudioDeduplication enum value
    MsSmoothAudioDeduplicationNone = "NONE"
)

COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

const (
    // MsSmoothFragmentLengthControlExact is a MsSmoothFragmentLengthControl enum value
    MsSmoothFragmentLengthControlExact = "EXACT"

    // MsSmoothFragmentLengthControlGopMultiple is a MsSmoothFragmentLengthControl enum value
    MsSmoothFragmentLengthControlGopMultiple = "GOP_MULTIPLE"
)

Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

const (
    // MsSmoothManifestEncodingUtf8 is a MsSmoothManifestEncoding enum value
    MsSmoothManifestEncodingUtf8 = "UTF8"

    // MsSmoothManifestEncodingUtf16 is a MsSmoothManifestEncoding enum value
    MsSmoothManifestEncodingUtf16 = "UTF16"
)

Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

const (
    // MxfAfdSignalingNoCopy is a MxfAfdSignaling enum value
    MxfAfdSignalingNoCopy = "NO_COPY"

    // MxfAfdSignalingCopyFromVideo is a MxfAfdSignaling enum value
    MxfAfdSignalingCopyFromVideo = "COPY_FROM_VIDEO"
)

Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings.

const (
    // MxfProfileD10 is a MxfProfile enum value
    MxfProfileD10 = "D_10"

    // MxfProfileXdcam is a MxfProfile enum value
    MxfProfileXdcam = "XDCAM"

    // MxfProfileOp1a is a MxfProfile enum value
    MxfProfileOp1a = "OP1A"

    // MxfProfileXavc is a MxfProfile enum value
    MxfProfileXavc = "XAVC"

    // MxfProfileXdcamRdd9 is a MxfProfile enum value
    MxfProfileXdcamRdd9 = "XDCAM_RDD9"
)

Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

const (
    // MxfXavcDurationModeAllowAnyDuration is a MxfXavcDurationMode enum value
    MxfXavcDurationModeAllowAnyDuration = "ALLOW_ANY_DURATION"

    // MxfXavcDurationModeDropFramesForCompliance is a MxfXavcDurationMode enum value
    MxfXavcDurationModeDropFramesForCompliance = "DROP_FRAMES_FOR_COMPLIANCE"
)

To create an output that complies with the XAVC file format guidelines for interoperability, keep the default value, Drop frames for compliance (DROP_FRAMES_FOR_COMPLIANCE). To include all frames from your input in this output, keep the default setting, Allow any duration (ALLOW_ANY_DURATION). The number of frames that MediaConvert excludes when you set this to Drop frames for compliance depends on the output frame rate and duration.

const (
    // NielsenActiveWatermarkProcessTypeNaes2AndNw is a NielsenActiveWatermarkProcessType enum value
    NielsenActiveWatermarkProcessTypeNaes2AndNw = "NAES2_AND_NW"

    // NielsenActiveWatermarkProcessTypeCbet is a NielsenActiveWatermarkProcessType enum value
    NielsenActiveWatermarkProcessTypeCbet = "CBET"

    // NielsenActiveWatermarkProcessTypeNaes2AndNwAndCbet is a NielsenActiveWatermarkProcessType enum value
    NielsenActiveWatermarkProcessTypeNaes2AndNwAndCbet = "NAES2_AND_NW_AND_CBET"
)

Choose the type of Nielsen watermarks that you want in your outputs. When you choose NAES 2 and NW (NAES2_AND_NW), you must provide a value for the setting SID (sourceId). When you choose CBET (CBET), you must provide a value for the setting CSID (cbetSourceId). When you choose NAES 2, NW, and CBET (NAES2_AND_NW_AND_CBET), you must provide values for both of these settings.

const (
    // NielsenSourceWatermarkStatusTypeClean is a NielsenSourceWatermarkStatusType enum value
    NielsenSourceWatermarkStatusTypeClean = "CLEAN"

    // NielsenSourceWatermarkStatusTypeWatermarked is a NielsenSourceWatermarkStatusType enum value
    NielsenSourceWatermarkStatusTypeWatermarked = "WATERMARKED"
)

Required. Specify whether your source content already contains Nielsen non-linear watermarks. When you set this value to Watermarked (WATERMARKED), the service fails the job. Nielsen requires that you add non-linear watermarking to only clean content that doesn't already have non-linear Nielsen watermarks.

const (
    // NielsenUniqueTicPerAudioTrackTypeReserveUniqueTicsPerTrack is a NielsenUniqueTicPerAudioTrackType enum value
    NielsenUniqueTicPerAudioTrackTypeReserveUniqueTicsPerTrack = "RESERVE_UNIQUE_TICS_PER_TRACK"

    // NielsenUniqueTicPerAudioTrackTypeSameTicsPerTrack is a NielsenUniqueTicPerAudioTrackType enum value
    NielsenUniqueTicPerAudioTrackTypeSameTicsPerTrack = "SAME_TICS_PER_TRACK"
)

To create assets that have the same TIC values in each audio track, keep the default value Share TICs (SAME_TICS_PER_TRACK). To create assets that have unique TIC values for each audio track, choose Use unique TICs (RESERVE_UNIQUE_TICS_PER_TRACK).

const (
    // NoiseFilterPostTemporalSharpeningDisabled is a NoiseFilterPostTemporalSharpening enum value
    NoiseFilterPostTemporalSharpeningDisabled = "DISABLED"

    // NoiseFilterPostTemporalSharpeningEnabled is a NoiseFilterPostTemporalSharpening enum value
    NoiseFilterPostTemporalSharpeningEnabled = "ENABLED"

    // NoiseFilterPostTemporalSharpeningAuto is a NoiseFilterPostTemporalSharpening enum value
    NoiseFilterPostTemporalSharpeningAuto = "AUTO"
)

When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) to apply sharpening to the edges of your output. Note that Post temporal sharpening will also make the bandwidth reduction from the Noise reducer smaller. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.

const (
    // NoiseFilterPostTemporalSharpeningStrengthLow is a NoiseFilterPostTemporalSharpeningStrength enum value
    NoiseFilterPostTemporalSharpeningStrengthLow = "LOW"

    // NoiseFilterPostTemporalSharpeningStrengthMedium is a NoiseFilterPostTemporalSharpeningStrength enum value
    NoiseFilterPostTemporalSharpeningStrengthMedium = "MEDIUM"

    // NoiseFilterPostTemporalSharpeningStrengthHigh is a NoiseFilterPostTemporalSharpeningStrength enum value
    NoiseFilterPostTemporalSharpeningStrengthHigh = "HIGH"
)

Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.

const (
    // NoiseReducerFilterBilateral is a NoiseReducerFilter enum value
    NoiseReducerFilterBilateral = "BILATERAL"

    // NoiseReducerFilterMean is a NoiseReducerFilter enum value
    NoiseReducerFilterMean = "MEAN"

    // NoiseReducerFilterGaussian is a NoiseReducerFilter enum value
    NoiseReducerFilterGaussian = "GAUSSIAN"

    // NoiseReducerFilterLanczos is a NoiseReducerFilter enum value
    NoiseReducerFilterLanczos = "LANCZOS"

    // NoiseReducerFilterSharpen is a NoiseReducerFilter enum value
    NoiseReducerFilterSharpen = "SHARPEN"

    // NoiseReducerFilterConserve is a NoiseReducerFilter enum value
    NoiseReducerFilterConserve = "CONSERVE"

    // NoiseReducerFilterSpatial is a NoiseReducerFilter enum value
    NoiseReducerFilterSpatial = "SPATIAL"

    // NoiseReducerFilterTemporal is a NoiseReducerFilter enum value
    NoiseReducerFilterTemporal = "TEMPORAL"
)

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 preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.

const (
    // OrderAscending is a Order enum value
    OrderAscending = "ASCENDING"

    // OrderDescending is a Order enum value
    OrderDescending = "DESCENDING"
)

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

const (
    // OutputGroupTypeHlsGroupSettings is a OutputGroupType enum value
    OutputGroupTypeHlsGroupSettings = "HLS_GROUP_SETTINGS"

    // OutputGroupTypeDashIsoGroupSettings is a OutputGroupType enum value
    OutputGroupTypeDashIsoGroupSettings = "DASH_ISO_GROUP_SETTINGS"

    // OutputGroupTypeFileGroupSettings is a OutputGroupType enum value
    OutputGroupTypeFileGroupSettings = "FILE_GROUP_SETTINGS"

    // OutputGroupTypeMsSmoothGroupSettings is a OutputGroupType enum value
    OutputGroupTypeMsSmoothGroupSettings = "MS_SMOOTH_GROUP_SETTINGS"

    // OutputGroupTypeCmafGroupSettings is a OutputGroupType enum value
    OutputGroupTypeCmafGroupSettings = "CMAF_GROUP_SETTINGS"
)

Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)

const (
    // OutputSdtSdtFollow is a OutputSdt enum value
    OutputSdtSdtFollow = "SDT_FOLLOW"

    // OutputSdtSdtFollowIfPresent is a OutputSdt enum value
    OutputSdtSdtFollowIfPresent = "SDT_FOLLOW_IF_PRESENT"

    // OutputSdtSdtManual is a OutputSdt enum value
    OutputSdtSdtManual = "SDT_MANUAL"

    // OutputSdtSdtNone is a OutputSdt enum value
    OutputSdtSdtNone = "SDT_NONE"
)

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.

const (
    // PadVideoDisabled is a PadVideo enum value
    PadVideoDisabled = "DISABLED"

    // PadVideoBlack is a PadVideo enum value
    PadVideoBlack = "BLACK"
)

Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.

const (
    // PresetListByName is a PresetListBy enum value
    PresetListByName = "NAME"

    // PresetListByCreationDate is a PresetListBy enum value
    PresetListByCreationDate = "CREATION_DATE"

    // PresetListBySystem is a PresetListBy enum value
    PresetListBySystem = "SYSTEM"
)

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.

const (
    // PricingPlanOnDemand is a PricingPlan enum value
    PricingPlanOnDemand = "ON_DEMAND"

    // PricingPlanReserved is a PricingPlan enum value
    PricingPlanReserved = "RESERVED"
)

Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment.

const (
    // ProresChromaSamplingPreserve444Sampling is a ProresChromaSampling enum value
    ProresChromaSamplingPreserve444Sampling = "PRESERVE_444_SAMPLING"

    // ProresChromaSamplingSubsampleTo422 is a ProresChromaSampling enum value
    ProresChromaSamplingSubsampleTo422 = "SUBSAMPLE_TO_422"
)

This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4 chroma sampling. Set Preserve 4:4:4 sampling (PRESERVE_444_SAMPLING) to allow outputs to also use 4:4:4 chroma sampling. You must specify a value for this setting when your output codec profile supports 4:4:4 chroma sampling. Related Settings: When you set Chroma sampling to Preserve 4:4:4 sampling (PRESERVE_444_SAMPLING), you must choose an output codec profile that supports 4:4:4 chroma sampling. These values for Profile (CodecProfile) support 4:4:4 chroma sampling: Apple ProRes 4444 (APPLE_PRORES_4444) or Apple ProRes 4444 XQ (APPLE_PRORES_4444_XQ). When you set Chroma sampling to Preserve 4:4:4 sampling, you must disable all video preprocessors except for Nexguard file marker (PartnerWatermarking). When you set Chroma sampling to Preserve 4:4:4 sampling and use framerate conversion, you must set Frame rate conversion algorithm (FramerateConversionAlgorithm) to Drop duplicate (DUPLICATE_DROP).

const (
    // ProresCodecProfileAppleProres422 is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres422 = "APPLE_PRORES_422"

    // ProresCodecProfileAppleProres422Hq is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres422Hq = "APPLE_PRORES_422_HQ"

    // ProresCodecProfileAppleProres422Lt is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres422Lt = "APPLE_PRORES_422_LT"

    // ProresCodecProfileAppleProres422Proxy is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres422Proxy = "APPLE_PRORES_422_PROXY"

    // ProresCodecProfileAppleProres4444 is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres4444 = "APPLE_PRORES_4444"

    // ProresCodecProfileAppleProres4444Xq is a ProresCodecProfile enum value
    ProresCodecProfileAppleProres4444Xq = "APPLE_PRORES_4444_XQ"
)

Use Profile (ProResCodecProfile) to specify the type of Apple ProRes codec to use for this output.

const (
    // ProresFramerateControlInitializeFromSource is a ProresFramerateControl enum value
    ProresFramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // ProresFramerateControlSpecified is a ProresFramerateControl enum value
    ProresFramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // ProresFramerateConversionAlgorithmDuplicateDrop is a ProresFramerateConversionAlgorithm enum value
    ProresFramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // ProresFramerateConversionAlgorithmInterpolate is a ProresFramerateConversionAlgorithm enum value
    ProresFramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // ProresFramerateConversionAlgorithmFrameformer is a ProresFramerateConversionAlgorithm enum value
    ProresFramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // ProresInterlaceModeProgressive is a ProresInterlaceMode enum value
    ProresInterlaceModeProgressive = "PROGRESSIVE"

    // ProresInterlaceModeTopField is a ProresInterlaceMode enum value
    ProresInterlaceModeTopField = "TOP_FIELD"

    // ProresInterlaceModeBottomField is a ProresInterlaceMode enum value
    ProresInterlaceModeBottomField = "BOTTOM_FIELD"

    // ProresInterlaceModeFollowTopField is a ProresInterlaceMode enum value
    ProresInterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // ProresInterlaceModeFollowBottomField is a ProresInterlaceMode enum value
    ProresInterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // ProresParControlInitializeFromSource is a ProresParControl enum value
    ProresParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // ProresParControlSpecified is a ProresParControl enum value
    ProresParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // ProresScanTypeConversionModeInterlaced is a ProresScanTypeConversionMode enum value
    ProresScanTypeConversionModeInterlaced = "INTERLACED"

    // ProresScanTypeConversionModeInterlacedOptimize is a ProresScanTypeConversionMode enum value
    ProresScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // ProresSlowPalDisabled is a ProresSlowPal enum value
    ProresSlowPalDisabled = "DISABLED"

    // ProresSlowPalEnabled is a ProresSlowPal enum value
    ProresSlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // ProresTelecineNone is a ProresTelecine enum value
    ProresTelecineNone = "NONE"

    // ProresTelecineHard is a ProresTelecine enum value
    ProresTelecineHard = "HARD"
)

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

const (
    // QueueListByName is a QueueListBy enum value
    QueueListByName = "NAME"

    // QueueListByCreationDate is a QueueListBy enum value
    QueueListByCreationDate = "CREATION_DATE"
)

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.

const (
    // QueueStatusActive is a QueueStatus enum value
    QueueStatusActive = "ACTIVE"

    // QueueStatusPaused is a QueueStatus enum value
    QueueStatusPaused = "PAUSED"
)

Queues can be ACTIVE or PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause a queue continue to run until they finish or result in an error.

const (
    // RenewalTypeAutoRenew is a RenewalType enum value
    RenewalTypeAutoRenew = "AUTO_RENEW"

    // RenewalTypeExpire is a RenewalType enum value
    RenewalTypeExpire = "EXPIRE"
)

Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.

const (
    // RequiredFlagEnabled is a RequiredFlag enum value
    RequiredFlagEnabled = "ENABLED"

    // RequiredFlagDisabled is a RequiredFlag enum value
    RequiredFlagDisabled = "DISABLED"
)

Set to ENABLED to force a rendition to be included.

const (
    // ReservationPlanStatusActive is a ReservationPlanStatus enum value
    ReservationPlanStatusActive = "ACTIVE"

    // ReservationPlanStatusExpired is a ReservationPlanStatus enum value
    ReservationPlanStatusExpired = "EXPIRED"
)

Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.

const (
    // RespondToAfdNone is a RespondToAfd enum value
    RespondToAfdNone = "NONE"

    // RespondToAfdRespond is a RespondToAfd enum value
    RespondToAfdRespond = "RESPOND"

    // RespondToAfdPassthrough is a RespondToAfd enum value
    RespondToAfdPassthrough = "PASSTHROUGH"
)

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.

const (
    // RuleTypeMinTopRenditionSize is a RuleType enum value
    RuleTypeMinTopRenditionSize = "MIN_TOP_RENDITION_SIZE"

    // RuleTypeMinBottomRenditionSize is a RuleType enum value
    RuleTypeMinBottomRenditionSize = "MIN_BOTTOM_RENDITION_SIZE"

    // RuleTypeForceIncludeRenditions is a RuleType enum value
    RuleTypeForceIncludeRenditions = "FORCE_INCLUDE_RENDITIONS"

    // RuleTypeAllowedRenditions is a RuleType enum value
    RuleTypeAllowedRenditions = "ALLOWED_RENDITIONS"
)

Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution. Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size. Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting. Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * (Required) The number of resolutions that you specify must be equal to, or greater than, the Max renditions setting. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.

const (
    // S3ObjectCannedAclPublicRead is a S3ObjectCannedAcl enum value
    S3ObjectCannedAclPublicRead = "PUBLIC_READ"

    // S3ObjectCannedAclAuthenticatedRead is a S3ObjectCannedAcl enum value
    S3ObjectCannedAclAuthenticatedRead = "AUTHENTICATED_READ"

    // S3ObjectCannedAclBucketOwnerRead is a S3ObjectCannedAcl enum value
    S3ObjectCannedAclBucketOwnerRead = "BUCKET_OWNER_READ"

    // S3ObjectCannedAclBucketOwnerFullControl is a S3ObjectCannedAcl enum value
    S3ObjectCannedAclBucketOwnerFullControl = "BUCKET_OWNER_FULL_CONTROL"
)

Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.

const (
    // S3ServerSideEncryptionTypeServerSideEncryptionS3 is a S3ServerSideEncryptionType enum value
    S3ServerSideEncryptionTypeServerSideEncryptionS3 = "SERVER_SIDE_ENCRYPTION_S3"

    // S3ServerSideEncryptionTypeServerSideEncryptionKms is a S3ServerSideEncryptionType enum value
    S3ServerSideEncryptionTypeServerSideEncryptionKms = "SERVER_SIDE_ENCRYPTION_KMS"
)

Specify how you want your data keys managed. AWS uses data keys to encrypt your content. AWS also encrypts the data keys themselves, using a customer master key (CMK), and then stores the encrypted data keys alongside your encrypted content. Use this setting to specify which AWS service manages the CMK. For simplest set up, choose Amazon S3 (SERVER_SIDE_ENCRYPTION_S3). If you want your master key to be managed by AWS Key Management Service (KMS), choose AWS KMS (SERVER_SIDE_ENCRYPTION_KMS). By default, when you choose AWS KMS, KMS uses the AWS managed customer master key (CMK) associated with Amazon S3 to encrypt your data keys. You can optionally choose to specify a different, customer managed CMK. Do so by specifying the Amazon Resource Name (ARN) of the key for the setting KMS ARN (kmsKeyArn).

const (
    // SampleRangeConversionLimitedRangeSqueeze is a SampleRangeConversion enum value
    SampleRangeConversionLimitedRangeSqueeze = "LIMITED_RANGE_SQUEEZE"

    // SampleRangeConversionNone is a SampleRangeConversion enum value
    SampleRangeConversionNone = "NONE"

    // SampleRangeConversionLimitedRangeClip is a SampleRangeConversion enum value
    SampleRangeConversionLimitedRangeClip = "LIMITED_RANGE_CLIP"
)

Specify how MediaConvert limits the color sample range for this output. To create a limited range output from a full range input: Choose Limited range squeeze. For full range inputs, MediaConvert performs a linear offset to color samples equally across all pixels and frames. Color samples in 10-bit outputs are limited to 64 through 940, and 8-bit outputs are limited to 16 through 235. Note: For limited range inputs, values for color samples are passed through to your output unchanged. MediaConvert does not limit the sample range. To correct pixels in your input that are out of range or out of gamut: Choose Limited range clip. Use for broadcast applications. MediaConvert conforms any pixels outside of the values that you specify under Minimum YUV and Maximum YUV to limited range bounds. MediaConvert also corrects any YUV values that, when converted to RGB, would be outside the bounds you specify under Minimum RGB tolerance and Maximum RGB tolerance. With either limited range conversion, MediaConvert writes the sample range metadata in the output.

const (
    // ScalingBehaviorDefault is a ScalingBehavior enum value
    ScalingBehaviorDefault = "DEFAULT"

    // ScalingBehaviorStretchToOutput is a ScalingBehavior enum value
    ScalingBehaviorStretchToOutput = "STRETCH_TO_OUTPUT"
)

Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio. Choose Stretch to output (STRETCH_TO_OUTPUT) to have the service stretch your video image to fit. Keep the setting Default (DEFAULT) to have the service letterbox your video instead. This setting overrides any value that you specify for the setting Selection placement (position) in this output.

const (
    // SccDestinationFramerateFramerate2397 is a SccDestinationFramerate enum value
    SccDestinationFramerateFramerate2397 = "FRAMERATE_23_97"

    // SccDestinationFramerateFramerate24 is a SccDestinationFramerate enum value
    SccDestinationFramerateFramerate24 = "FRAMERATE_24"

    // SccDestinationFramerateFramerate25 is a SccDestinationFramerate enum value
    SccDestinationFramerateFramerate25 = "FRAMERATE_25"

    // SccDestinationFramerateFramerate2997Dropframe is a SccDestinationFramerate enum value
    SccDestinationFramerateFramerate2997Dropframe = "FRAMERATE_29_97_DROPFRAME"

    // SccDestinationFramerateFramerate2997NonDropframe is a SccDestinationFramerate enum value
    SccDestinationFramerateFramerate2997NonDropframe = "FRAMERATE_29_97_NON_DROPFRAME"
)

Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate 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).

const (
    // SimulateReservedQueueDisabled is a SimulateReservedQueue enum value
    SimulateReservedQueueDisabled = "DISABLED"

    // SimulateReservedQueueEnabled is a SimulateReservedQueue enum value
    SimulateReservedQueueEnabled = "ENABLED"
)

Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.

const (
    // SrtStylePassthroughEnabled is a SrtStylePassthrough enum value
    SrtStylePassthroughEnabled = "ENABLED"

    // SrtStylePassthroughDisabled is a SrtStylePassthrough enum value
    SrtStylePassthroughDisabled = "DISABLED"
)

Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.

const (
    // StatusUpdateIntervalSeconds10 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds10 = "SECONDS_10"

    // StatusUpdateIntervalSeconds12 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds12 = "SECONDS_12"

    // StatusUpdateIntervalSeconds15 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds15 = "SECONDS_15"

    // StatusUpdateIntervalSeconds20 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds20 = "SECONDS_20"

    // StatusUpdateIntervalSeconds30 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds30 = "SECONDS_30"

    // StatusUpdateIntervalSeconds60 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds60 = "SECONDS_60"

    // StatusUpdateIntervalSeconds120 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds120 = "SECONDS_120"

    // StatusUpdateIntervalSeconds180 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds180 = "SECONDS_180"

    // StatusUpdateIntervalSeconds240 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds240 = "SECONDS_240"

    // StatusUpdateIntervalSeconds300 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds300 = "SECONDS_300"

    // StatusUpdateIntervalSeconds360 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds360 = "SECONDS_360"

    // StatusUpdateIntervalSeconds420 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds420 = "SECONDS_420"

    // StatusUpdateIntervalSeconds480 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds480 = "SECONDS_480"

    // StatusUpdateIntervalSeconds540 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds540 = "SECONDS_540"

    // StatusUpdateIntervalSeconds600 is a StatusUpdateInterval enum value
    StatusUpdateIntervalSeconds600 = "SECONDS_600"
)

Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.

const (
    // TeletextPageTypePageTypeInitial is a TeletextPageType enum value
    TeletextPageTypePageTypeInitial = "PAGE_TYPE_INITIAL"

    // TeletextPageTypePageTypeSubtitle is a TeletextPageType enum value
    TeletextPageTypePageTypeSubtitle = "PAGE_TYPE_SUBTITLE"

    // TeletextPageTypePageTypeAddlInfo is a TeletextPageType enum value
    TeletextPageTypePageTypeAddlInfo = "PAGE_TYPE_ADDL_INFO"

    // TeletextPageTypePageTypeProgramSchedule is a TeletextPageType enum value
    TeletextPageTypePageTypeProgramSchedule = "PAGE_TYPE_PROGRAM_SCHEDULE"

    // TeletextPageTypePageTypeHearingImpairedSubtitle is a TeletextPageType enum value
    TeletextPageTypePageTypeHearingImpairedSubtitle = "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
)

A page type as defined in the standard ETSI EN 300 468, Table 94

const (
    // TimecodeBurninPositionTopCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopCenter = "TOP_CENTER"

    // TimecodeBurninPositionTopLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopLeft = "TOP_LEFT"

    // TimecodeBurninPositionTopRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopRight = "TOP_RIGHT"

    // TimecodeBurninPositionMiddleLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleLeft = "MIDDLE_LEFT"

    // TimecodeBurninPositionMiddleCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleCenter = "MIDDLE_CENTER"

    // TimecodeBurninPositionMiddleRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleRight = "MIDDLE_RIGHT"

    // TimecodeBurninPositionBottomLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomLeft = "BOTTOM_LEFT"

    // TimecodeBurninPositionBottomCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomCenter = "BOTTOM_CENTER"

    // TimecodeBurninPositionBottomRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomRight = "BOTTOM_RIGHT"
)

Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.

const (
    // TimecodeSourceEmbedded is a TimecodeSource enum value
    TimecodeSourceEmbedded = "EMBEDDED"

    // TimecodeSourceZerobased is a TimecodeSource enum value
    TimecodeSourceZerobased = "ZEROBASED"

    // TimecodeSourceSpecifiedstart is a TimecodeSource enum value
    TimecodeSourceSpecifiedstart = "SPECIFIEDSTART"
)

Use Source (TimecodeSource) to set how timecodes are handled within this job. 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.

const (
    // TimedMetadataPassthrough is a TimedMetadata enum value
    TimedMetadataPassthrough = "PASSTHROUGH"

    // TimedMetadataNone is a TimedMetadata enum value
    TimedMetadataNone = "NONE"
)

Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH) to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period (timedMetadataId3Period), and Custom ID3 metadata inserter (timedMetadataInsertion). To exclude this ID3 metadata in this output: set ID3 metadata to None (NONE) or leave blank.

const (
    // TtmlStylePassthroughEnabled is a TtmlStylePassthrough enum value
    TtmlStylePassthroughEnabled = "ENABLED"

    // TtmlStylePassthroughDisabled is a TtmlStylePassthrough enum value
    TtmlStylePassthroughDisabled = "DISABLED"
)

Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.

const (
    // TypeSystem is a Type enum value
    TypeSystem = "SYSTEM"

    // TypeCustom is a Type enum value
    TypeCustom = "CUSTOM"
)
const (
    // Vc3ClassClass1458bit is a Vc3Class enum value
    Vc3ClassClass1458bit = "CLASS_145_8BIT"

    // Vc3ClassClass2208bit is a Vc3Class enum value
    Vc3ClassClass2208bit = "CLASS_220_8BIT"

    // Vc3ClassClass22010bit is a Vc3Class enum value
    Vc3ClassClass22010bit = "CLASS_220_10BIT"
)

Specify the VC3 class to choose the quality characteristics for this output. VC3 class, together with the settings Framerate (framerateNumerator and framerateDenominator) and Resolution (height and width), determine your output bitrate. For example, say that your video resolution is 1920x1080 and your framerate is 29.97. Then Class 145 (CLASS_145) gives you an output with a bitrate of approximately 145 Mbps and Class 220 (CLASS_220) gives you and output with a bitrate of approximately 220 Mbps. VC3 class also specifies the color bit depth of your output.

const (
    // Vc3FramerateControlInitializeFromSource is a Vc3FramerateControl enum value
    Vc3FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Vc3FramerateControlSpecified is a Vc3FramerateControl enum value
    Vc3FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // Vc3FramerateConversionAlgorithmDuplicateDrop is a Vc3FramerateConversionAlgorithm enum value
    Vc3FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // Vc3FramerateConversionAlgorithmInterpolate is a Vc3FramerateConversionAlgorithm enum value
    Vc3FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // Vc3FramerateConversionAlgorithmFrameformer is a Vc3FramerateConversionAlgorithm enum value
    Vc3FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // Vc3InterlaceModeInterlaced is a Vc3InterlaceMode enum value
    Vc3InterlaceModeInterlaced = "INTERLACED"

    // Vc3InterlaceModeProgressive is a Vc3InterlaceMode enum value
    Vc3InterlaceModeProgressive = "PROGRESSIVE"
)

Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.

const (
    // Vc3ScanTypeConversionModeInterlaced is a Vc3ScanTypeConversionMode enum value
    Vc3ScanTypeConversionModeInterlaced = "INTERLACED"

    // Vc3ScanTypeConversionModeInterlacedOptimize is a Vc3ScanTypeConversionMode enum value
    Vc3ScanTypeConversionModeInterlacedOptimize = "INTERLACED_OPTIMIZE"
)

Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing (INTERLACED), for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).

const (
    // Vc3SlowPalDisabled is a Vc3SlowPal enum value
    Vc3SlowPalDisabled = "DISABLED"

    // Vc3SlowPalEnabled is a Vc3SlowPal enum value
    Vc3SlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling this setting will slightly reduce the duration of your video. Related settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // Vc3TelecineNone is a Vc3Telecine enum value
    Vc3TelecineNone = "NONE"

    // Vc3TelecineHard is a Vc3Telecine enum value
    Vc3TelecineHard = "HARD"
)

When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

const (
    // VchipActionPassthrough is a VchipAction enum value
    VchipActionPassthrough = "PASSTHROUGH"

    // VchipActionStrip is a VchipAction enum value
    VchipActionStrip = "STRIP"
)

The action to take on content advisory XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.

const (
    // VideoCodecAv1 is a VideoCodec enum value
    VideoCodecAv1 = "AV1"

    // VideoCodecAvcIntra is a VideoCodec enum value
    VideoCodecAvcIntra = "AVC_INTRA"

    // VideoCodecFrameCapture is a VideoCodec enum value
    VideoCodecFrameCapture = "FRAME_CAPTURE"

    // VideoCodecH264 is a VideoCodec enum value
    VideoCodecH264 = "H_264"

    // VideoCodecH265 is a VideoCodec enum value
    VideoCodecH265 = "H_265"

    // VideoCodecMpeg2 is a VideoCodec enum value
    VideoCodecMpeg2 = "MPEG2"

    // VideoCodecPassthrough is a VideoCodec enum value
    VideoCodecPassthrough = "PASSTHROUGH"

    // VideoCodecProres is a VideoCodec enum value
    VideoCodecProres = "PRORES"

    // VideoCodecVc3 is a VideoCodec enum value
    VideoCodecVc3 = "VC3"

    // VideoCodecVp8 is a VideoCodec enum value
    VideoCodecVp8 = "VP8"

    // VideoCodecVp9 is a VideoCodec enum value
    VideoCodecVp9 = "VP9"

    // VideoCodecXavc is a VideoCodec enum value
    VideoCodecXavc = "XAVC"
)

Type of video codec

const (
    // VideoTimecodeInsertionDisabled is a VideoTimecodeInsertion enum value
    VideoTimecodeInsertionDisabled = "DISABLED"

    // VideoTimecodeInsertionPicTimingSei is a VideoTimecodeInsertion enum value
    VideoTimecodeInsertionPicTimingSei = "PIC_TIMING_SEI"
)

Applies only to H.264, H.265, MPEG2, and ProRes outputs. Only enable Timecode insertion when the input frame rate is identical to the output frame rate. To include timecodes in this output, set Timecode insertion (VideoTimecodeInsertion) to PIC_TIMING_SEI. To leave them out, set it to DISABLED. Default is DISABLED. When the service inserts timecodes in an output, by default, it uses any embedded timecodes from the input. If none are present, the service will set the timecode for the first output frame to zero. To change this default behavior, adjust the settings under Timecode configuration (TimecodeConfig). In the console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode source under input settings (InputTimecodeSource) does not affect the timecodes that are inserted in the output. Source under Job settings > Timecode configuration (TimecodeSource) does.

const (
    // Vp8FramerateControlInitializeFromSource is a Vp8FramerateControl enum value
    Vp8FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Vp8FramerateControlSpecified is a Vp8FramerateControl enum value
    Vp8FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // Vp8FramerateConversionAlgorithmDuplicateDrop is a Vp8FramerateConversionAlgorithm enum value
    Vp8FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // Vp8FramerateConversionAlgorithmInterpolate is a Vp8FramerateConversionAlgorithm enum value
    Vp8FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // Vp8FramerateConversionAlgorithmFrameformer is a Vp8FramerateConversionAlgorithm enum value
    Vp8FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // Vp8ParControlInitializeFromSource is a Vp8ParControl enum value
    Vp8ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Vp8ParControlSpecified is a Vp8ParControl enum value
    Vp8ParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // Vp8QualityTuningLevelMultiPass is a Vp8QualityTuningLevel enum value
    Vp8QualityTuningLevelMultiPass = "MULTI_PASS"

    // Vp8QualityTuningLevelMultiPassHq is a Vp8QualityTuningLevel enum value
    Vp8QualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.

const (
    // Vp9FramerateControlInitializeFromSource is a Vp9FramerateControl enum value
    Vp9FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Vp9FramerateControlSpecified is a Vp9FramerateControl enum value
    Vp9FramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // Vp9FramerateConversionAlgorithmDuplicateDrop is a Vp9FramerateConversionAlgorithm enum value
    Vp9FramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // Vp9FramerateConversionAlgorithmInterpolate is a Vp9FramerateConversionAlgorithm enum value
    Vp9FramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // Vp9FramerateConversionAlgorithmFrameformer is a Vp9FramerateConversionAlgorithm enum value
    Vp9FramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // Vp9ParControlInitializeFromSource is a Vp9ParControl enum value
    Vp9ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // Vp9ParControlSpecified is a Vp9ParControl enum value
    Vp9ParControlSpecified = "SPECIFIED"
)

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

const (
    // Vp9QualityTuningLevelMultiPass is a Vp9QualityTuningLevel enum value
    Vp9QualityTuningLevelMultiPass = "MULTI_PASS"

    // Vp9QualityTuningLevelMultiPassHq is a Vp9QualityTuningLevel enum value
    Vp9QualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.

const (
    // WatermarkingStrengthLightest is a WatermarkingStrength enum value
    WatermarkingStrengthLightest = "LIGHTEST"

    // WatermarkingStrengthLighter is a WatermarkingStrength enum value
    WatermarkingStrengthLighter = "LIGHTER"

    // WatermarkingStrengthDefault is a WatermarkingStrength enum value
    WatermarkingStrengthDefault = "DEFAULT"

    // WatermarkingStrengthStronger is a WatermarkingStrength enum value
    WatermarkingStrengthStronger = "STRONGER"

    // WatermarkingStrengthStrongest is a WatermarkingStrength enum value
    WatermarkingStrengthStrongest = "STRONGEST"
)

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

const (
    // WavFormatRiff is a WavFormat enum value
    WavFormatRiff = "RIFF"

    // WavFormatRf64 is a WavFormat enum value
    WavFormatRf64 = "RF64"
)

The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file format to RF64.

const (
    // WebvttAccessibilitySubsDisabled is a WebvttAccessibilitySubs enum value
    WebvttAccessibilitySubsDisabled = "DISABLED"

    // WebvttAccessibilitySubsEnabled is a WebvttAccessibilitySubs enum value
    WebvttAccessibilitySubsEnabled = "ENABLED"
)

If the WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set Accessibility subtitles to Enabled. When you do, MediaConvert adds accessibility attributes to your output HLS or DASH manifest. For HLS manifests, MediaConvert adds the following accessibility attributes under EXT-X-MEDIA for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". For DASH manifests, MediaConvert adds the following in the adaptation set for this track: . If the captions track is not intended to provide such accessibility: Keep the default value, Disabled. When you do, for DASH manifests, MediaConvert instead adds the following in the adaptation set for this track: .

const (
    // WebvttStylePassthroughEnabled is a WebvttStylePassthrough enum value
    WebvttStylePassthroughEnabled = "ENABLED"

    // WebvttStylePassthroughDisabled is a WebvttStylePassthrough enum value
    WebvttStylePassthroughDisabled = "DISABLED"

    // WebvttStylePassthroughStrict is a WebvttStylePassthrough enum value
    WebvttStylePassthroughStrict = "STRICT"
)

To use the available style, color, and position information from your input captions: Set Style passthrough (stylePassthrough) to Enabled (ENABLED). MediaConvert uses default settings when style and position information is missing from your input captions. To recreate the input captions exactly: Set Style passthrough to Strict (STRICT). MediaConvert automatically applies timing adjustments, including adjustments for frame rate conversion, ad avails, and input clipping. Your input captions format must be WebVTT. To ignore the style and position information from your input captions and use simplified output captions: Set Style passthrough to Disabled (DISABLED), or leave blank.

const (
    // Xavc4kIntraCbgProfileClassClass100 is a Xavc4kIntraCbgProfileClass enum value
    Xavc4kIntraCbgProfileClassClass100 = "CLASS_100"

    // Xavc4kIntraCbgProfileClassClass300 is a Xavc4kIntraCbgProfileClass enum value
    Xavc4kIntraCbgProfileClassClass300 = "CLASS_300"

    // Xavc4kIntraCbgProfileClassClass480 is a Xavc4kIntraCbgProfileClass enum value
    Xavc4kIntraCbgProfileClassClass480 = "CLASS_480"
)

Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

const (
    // Xavc4kIntraVbrProfileClassClass100 is a Xavc4kIntraVbrProfileClass enum value
    Xavc4kIntraVbrProfileClassClass100 = "CLASS_100"

    // Xavc4kIntraVbrProfileClassClass300 is a Xavc4kIntraVbrProfileClass enum value
    Xavc4kIntraVbrProfileClassClass300 = "CLASS_300"

    // Xavc4kIntraVbrProfileClassClass480 is a Xavc4kIntraVbrProfileClass enum value
    Xavc4kIntraVbrProfileClassClass480 = "CLASS_480"
)

Specify the XAVC Intra 4k (VBR) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

const (
    // Xavc4kProfileBitrateClassBitrateClass100 is a Xavc4kProfileBitrateClass enum value
    Xavc4kProfileBitrateClassBitrateClass100 = "BITRATE_CLASS_100"

    // Xavc4kProfileBitrateClassBitrateClass140 is a Xavc4kProfileBitrateClass enum value
    Xavc4kProfileBitrateClassBitrateClass140 = "BITRATE_CLASS_140"

    // Xavc4kProfileBitrateClassBitrateClass200 is a Xavc4kProfileBitrateClass enum value
    Xavc4kProfileBitrateClassBitrateClass200 = "BITRATE_CLASS_200"
)

Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

const (
    // Xavc4kProfileCodecProfileHigh is a Xavc4kProfileCodecProfile enum value
    Xavc4kProfileCodecProfileHigh = "HIGH"

    // Xavc4kProfileCodecProfileHigh422 is a Xavc4kProfileCodecProfile enum value
    Xavc4kProfileCodecProfileHigh422 = "HIGH_422"
)

Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

const (
    // Xavc4kProfileQualityTuningLevelSinglePass is a Xavc4kProfileQualityTuningLevel enum value
    Xavc4kProfileQualityTuningLevelSinglePass = "SINGLE_PASS"

    // Xavc4kProfileQualityTuningLevelSinglePassHq is a Xavc4kProfileQualityTuningLevel enum value
    Xavc4kProfileQualityTuningLevelSinglePassHq = "SINGLE_PASS_HQ"

    // Xavc4kProfileQualityTuningLevelMultiPassHq is a Xavc4kProfileQualityTuningLevel enum value
    Xavc4kProfileQualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

const (
    // XavcAdaptiveQuantizationOff is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationOff = "OFF"

    // XavcAdaptiveQuantizationAuto is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationAuto = "AUTO"

    // XavcAdaptiveQuantizationLow is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationLow = "LOW"

    // XavcAdaptiveQuantizationMedium is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationMedium = "MEDIUM"

    // XavcAdaptiveQuantizationHigh is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationHigh = "HIGH"

    // XavcAdaptiveQuantizationHigher is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationHigher = "HIGHER"

    // XavcAdaptiveQuantizationMax is a XavcAdaptiveQuantization enum value
    XavcAdaptiveQuantizationMax = "MAX"
)

Keep the default value, Auto (AUTO), for this setting to have MediaConvert automatically apply the best types of quantization for your video content. When you want to apply your quantization settings manually, you must set Adaptive quantization (adaptiveQuantization) to a value other than Auto (AUTO). Use this setting to specify the strength of any adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive quantization in this transcode, set Adaptive quantization to Off (OFF). Related settings: The value that you choose here applies to the following settings: Flicker adaptive quantization (flickerAdaptiveQuantization), Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).

const (
    // XavcEntropyEncodingAuto is a XavcEntropyEncoding enum value
    XavcEntropyEncodingAuto = "AUTO"

    // XavcEntropyEncodingCabac is a XavcEntropyEncoding enum value
    XavcEntropyEncodingCabac = "CABAC"

    // XavcEntropyEncodingCavlc is a XavcEntropyEncoding enum value
    XavcEntropyEncodingCavlc = "CAVLC"
)

Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this output's operating point.

const (
    // XavcFlickerAdaptiveQuantizationDisabled is a XavcFlickerAdaptiveQuantization enum value
    XavcFlickerAdaptiveQuantizationDisabled = "DISABLED"

    // XavcFlickerAdaptiveQuantizationEnabled is a XavcFlickerAdaptiveQuantization enum value
    XavcFlickerAdaptiveQuantizationEnabled = "ENABLED"
)

The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (XavcAdaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization (adaptiveQuantization) to a value other than Off (OFF) or Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.

const (
    // XavcFramerateControlInitializeFromSource is a XavcFramerateControl enum value
    XavcFramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // XavcFramerateControlSpecified is a XavcFramerateControl enum value
    XavcFramerateControlSpecified = "SPECIFIED"
)

If you are using the console, use the Frame rate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list. The framerates shown in the dropdown list are decimal approximations of fractions. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate that you specify in the settings FramerateNumerator and FramerateDenominator.

const (
    // XavcFramerateConversionAlgorithmDuplicateDrop is a XavcFramerateConversionAlgorithm enum value
    XavcFramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

    // XavcFramerateConversionAlgorithmInterpolate is a XavcFramerateConversionAlgorithm enum value
    XavcFramerateConversionAlgorithmInterpolate = "INTERPOLATE"

    // XavcFramerateConversionAlgorithmFrameformer is a XavcFramerateConversionAlgorithm enum value
    XavcFramerateConversionAlgorithmFrameformer = "FRAMEFORMER"
)

Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.

const (
    // XavcGopBReferenceDisabled is a XavcGopBReference enum value
    XavcGopBReferenceDisabled = "DISABLED"

    // XavcGopBReferenceEnabled is a XavcGopBReference enum value
    XavcGopBReferenceEnabled = "ENABLED"
)

Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames.

const (
    // XavcHdIntraCbgProfileClassClass50 is a XavcHdIntraCbgProfileClass enum value
    XavcHdIntraCbgProfileClassClass50 = "CLASS_50"

    // XavcHdIntraCbgProfileClassClass100 is a XavcHdIntraCbgProfileClass enum value
    XavcHdIntraCbgProfileClassClass100 = "CLASS_100"

    // XavcHdIntraCbgProfileClassClass200 is a XavcHdIntraCbgProfileClass enum value
    XavcHdIntraCbgProfileClassClass200 = "CLASS_200"
)

Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

const (
    // XavcHdProfileBitrateClassBitrateClass25 is a XavcHdProfileBitrateClass enum value
    XavcHdProfileBitrateClassBitrateClass25 = "BITRATE_CLASS_25"

    // XavcHdProfileBitrateClassBitrateClass35 is a XavcHdProfileBitrateClass enum value
    XavcHdProfileBitrateClassBitrateClass35 = "BITRATE_CLASS_35"

    // XavcHdProfileBitrateClassBitrateClass50 is a XavcHdProfileBitrateClass enum value
    XavcHdProfileBitrateClassBitrateClass50 = "BITRATE_CLASS_50"
)

Specify the XAVC HD (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

const (
    // XavcHdProfileQualityTuningLevelSinglePass is a XavcHdProfileQualityTuningLevel enum value
    XavcHdProfileQualityTuningLevelSinglePass = "SINGLE_PASS"

    // XavcHdProfileQualityTuningLevelSinglePassHq is a XavcHdProfileQualityTuningLevel enum value
    XavcHdProfileQualityTuningLevelSinglePassHq = "SINGLE_PASS_HQ"

    // XavcHdProfileQualityTuningLevelMultiPassHq is a XavcHdProfileQualityTuningLevel enum value
    XavcHdProfileQualityTuningLevelMultiPassHq = "MULTI_PASS_HQ"
)

Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

const (
    // XavcHdProfileTelecineNone is a XavcHdProfileTelecine enum value
    XavcHdProfileTelecineNone = "NONE"

    // XavcHdProfileTelecineHard is a XavcHdProfileTelecine enum value
    XavcHdProfileTelecineHard = "HARD"
)

Ignore this setting unless you set Frame rate (framerateNumerator divided by framerateDenominator) to 29.970. If your input framerate is 23.976, choose Hard (HARD). Otherwise, keep the default value None (NONE). For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.

const (
    // XavcInterlaceModeProgressive is a XavcInterlaceMode enum value
    XavcInterlaceModeProgressive = "PROGRESSIVE"

    // XavcInterlaceModeTopField is a XavcInterlaceMode enum value
    XavcInterlaceModeTopField = "TOP_FIELD"

    // XavcInterlaceModeBottomField is a XavcInterlaceMode enum value
    XavcInterlaceModeBottomField = "BOTTOM_FIELD"

    // XavcInterlaceModeFollowTopField is a XavcInterlaceMode enum value
    XavcInterlaceModeFollowTopField = "FOLLOW_TOP_FIELD"

    // XavcInterlaceModeFollowBottomField is a XavcInterlaceMode enum value
    XavcInterlaceModeFollowBottomField = "FOLLOW_BOTTOM_FIELD"
)

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

const (
    // XavcProfileXavcHdIntraCbg is a XavcProfile enum value
    XavcProfileXavcHdIntraCbg = "XAVC_HD_INTRA_CBG"

    // XavcProfileXavc4kIntraCbg is a XavcProfile enum value
    XavcProfileXavc4kIntraCbg = "XAVC_4K_INTRA_CBG"

    // XavcProfileXavc4kIntraVbr is a XavcProfile enum value
    XavcProfileXavc4kIntraVbr = "XAVC_4K_INTRA_VBR"

    // XavcProfileXavcHd is a XavcProfile enum value
    XavcProfileXavcHd = "XAVC_HD"

    // XavcProfileXavc4k is a XavcProfile enum value
    XavcProfileXavc4k = "XAVC_4K"
)

Specify the XAVC profile for this output. For more information, see the Sony documentation at https://www.xavc-info.org/. Note that MediaConvert doesn't support the interlaced video XAVC operating points for XAVC_HD_INTRA_CBG. To create an interlaced XAVC output, choose the profile XAVC_HD.

const (
    // XavcSlowPalDisabled is a XavcSlowPal enum value
    XavcSlowPalDisabled = "DISABLED"

    // XavcSlowPalEnabled is a XavcSlowPal enum value
    XavcSlowPalEnabled = "ENABLED"
)

Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling this setting will slightly reduce the duration of your video. Related settings: You must also set Frame rate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.

const (
    // XavcSpatialAdaptiveQuantizationDisabled is a XavcSpatialAdaptiveQuantization enum value
    XavcSpatialAdaptiveQuantizationDisabled = "DISABLED"

    // XavcSpatialAdaptiveQuantizationEnabled is a XavcSpatialAdaptiveQuantization enum value
    XavcSpatialAdaptiveQuantizationEnabled = "ENABLED"
)

The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (adaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. For this setting, keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on spatial variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas that can sustain more distortion with no noticeable visual degradation and uses more bits on areas where any small distortion will be noticeable. For example, complex textured blocks are encoded with fewer bits and smooth textured blocks are encoded with more bits. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen with a lot of complex texture, you might choose to disable this feature. Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization (adaptiveQuantization) depending on your content. For homogeneous content, such as cartoons and video games, set it to Low. For content with a wider variety of textures, set it to High or Higher.

const (
    // XavcTemporalAdaptiveQuantizationDisabled is a XavcTemporalAdaptiveQuantization enum value
    XavcTemporalAdaptiveQuantizationDisabled = "DISABLED"

    // XavcTemporalAdaptiveQuantizationEnabled is a XavcTemporalAdaptiveQuantization enum value
    XavcTemporalAdaptiveQuantizationEnabled = "ENABLED"
)

The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (adaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. For this setting, keep the default value, Enabled (ENABLED), to adjust quantization within each frame based on temporal variation of content complexity. When you enable this feature, the encoder uses fewer bits on areas of the frame that aren't moving and uses more bits on complex objects with sharp edges that move a lot. For example, this feature improves the readability of text tickers on newscasts and scoreboards on sports matches. Enabling this feature will almost always improve your video quality. Note, though, that this feature doesn't take into account where the viewer's attention is likely to be. If viewers are likely to be focusing their attention on a part of the screen that doesn't have moving objects with sharp edges, such as sports athletes' faces, you might choose to disable this feature. Related setting: When you enable temporal adaptive quantization, adjust the strength of the filter with the setting Adaptive quantization (adaptiveQuantization).

const (

    // ErrCodeBadRequestException for service response error code
    // "BadRequestException".
    ErrCodeBadRequestException = "BadRequestException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    ErrCodeConflictException = "ConflictException"

    // ErrCodeForbiddenException for service response error code
    // "ForbiddenException".
    ErrCodeForbiddenException = "ForbiddenException"

    // ErrCodeInternalServerErrorException for service response error code
    // "InternalServerErrorException".
    ErrCodeInternalServerErrorException = "InternalServerErrorException"

    // ErrCodeNotFoundException for service response error code
    // "NotFoundException".
    ErrCodeNotFoundException = "NotFoundException"

    // ErrCodeTooManyRequestsException for service response error code
    // "TooManyRequestsException".
    ErrCodeTooManyRequestsException = "TooManyRequestsException"
)
const (
    ServiceName = "mediaconvert" // Name of service.
    EndpointsID = ServiceName    // ID to lookup a service endpoint with.
    ServiceID   = "MediaConvert" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // Av1RateControlModeQvbr is a Av1RateControlMode enum value
    Av1RateControlModeQvbr = "QVBR"
)

'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined variable bitrate (QVBR). You can”t use CBR or VBR.'

const (
    // CommitmentOneYear is a Commitment enum value
    CommitmentOneYear = "ONE_YEAR"
)

The length of the term of your reserved queue pricing plan commitment.

const (
    // Eac3AtmosBitstreamModeCompleteMain is a Eac3AtmosBitstreamMode enum value
    Eac3AtmosBitstreamModeCompleteMain = "COMPLETE_MAIN"
)

Specify the bitstream mode for the E-AC-3 stream that the encoder emits. For more information about the EAC3 bitstream mode, see ATSC A/52-2012 (Annex E).

const (
    // Vp8RateControlModeVbr is a Vp8RateControlMode enum value
    Vp8RateControlModeVbr = "VBR"
)

With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.

const (
    // Vp9RateControlModeVbr is a Vp9RateControlMode enum value
    Vp9RateControlModeVbr = "VBR"
)

With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.

func AacAudioDescriptionBroadcasterMix_Values

func AacAudioDescriptionBroadcasterMix_Values() []string

AacAudioDescriptionBroadcasterMix_Values returns all elements of the AacAudioDescriptionBroadcasterMix enum

func AacCodecProfile_Values

func AacCodecProfile_Values() []string

AacCodecProfile_Values returns all elements of the AacCodecProfile enum

func AacCodingMode_Values

func AacCodingMode_Values() []string

AacCodingMode_Values returns all elements of the AacCodingMode enum

func AacRateControlMode_Values

func AacRateControlMode_Values() []string

AacRateControlMode_Values returns all elements of the AacRateControlMode enum

func AacRawFormat_Values

func AacRawFormat_Values() []string

AacRawFormat_Values returns all elements of the AacRawFormat enum

func AacSpecification_Values

func AacSpecification_Values() []string

AacSpecification_Values returns all elements of the AacSpecification enum

func AacVbrQuality_Values

func AacVbrQuality_Values() []string

AacVbrQuality_Values returns all elements of the AacVbrQuality enum

func Ac3BitstreamMode_Values

func Ac3BitstreamMode_Values() []string

Ac3BitstreamMode_Values returns all elements of the Ac3BitstreamMode enum

func Ac3CodingMode_Values

func Ac3CodingMode_Values() []string

Ac3CodingMode_Values returns all elements of the Ac3CodingMode enum

func Ac3DynamicRangeCompressionLine_Values

func Ac3DynamicRangeCompressionLine_Values() []string

Ac3DynamicRangeCompressionLine_Values returns all elements of the Ac3DynamicRangeCompressionLine enum

func Ac3DynamicRangeCompressionProfile_Values

func Ac3DynamicRangeCompressionProfile_Values() []string

Ac3DynamicRangeCompressionProfile_Values returns all elements of the Ac3DynamicRangeCompressionProfile enum

func Ac3DynamicRangeCompressionRf_Values

func Ac3DynamicRangeCompressionRf_Values() []string

Ac3DynamicRangeCompressionRf_Values returns all elements of the Ac3DynamicRangeCompressionRf enum

func Ac3LfeFilter_Values

func Ac3LfeFilter_Values() []string

Ac3LfeFilter_Values returns all elements of the Ac3LfeFilter enum

func Ac3MetadataControl_Values

func Ac3MetadataControl_Values() []string

Ac3MetadataControl_Values returns all elements of the Ac3MetadataControl enum

func AccelerationMode_Values

func AccelerationMode_Values() []string

AccelerationMode_Values returns all elements of the AccelerationMode enum

func AccelerationStatus_Values

func AccelerationStatus_Values() []string

AccelerationStatus_Values returns all elements of the AccelerationStatus enum

func AdvancedInputFilterAddTexture_Values

func AdvancedInputFilterAddTexture_Values() []string

AdvancedInputFilterAddTexture_Values returns all elements of the AdvancedInputFilterAddTexture enum

func AdvancedInputFilterSharpen_Values

func AdvancedInputFilterSharpen_Values() []string

AdvancedInputFilterSharpen_Values returns all elements of the AdvancedInputFilterSharpen enum

func AdvancedInputFilter_Values

func AdvancedInputFilter_Values() []string

AdvancedInputFilter_Values returns all elements of the AdvancedInputFilter enum

func AfdSignaling_Values

func AfdSignaling_Values() []string

AfdSignaling_Values returns all elements of the AfdSignaling enum

func AlphaBehavior_Values

func AlphaBehavior_Values() []string

AlphaBehavior_Values returns all elements of the AlphaBehavior enum

func AncillaryConvert608To708_Values

func AncillaryConvert608To708_Values() []string

AncillaryConvert608To708_Values returns all elements of the AncillaryConvert608To708 enum

func AncillaryTerminateCaptions_Values

func AncillaryTerminateCaptions_Values() []string

AncillaryTerminateCaptions_Values returns all elements of the AncillaryTerminateCaptions enum

func AntiAlias_Values

func AntiAlias_Values() []string

AntiAlias_Values returns all elements of the AntiAlias enum

func AudioChannelTag_Values

func AudioChannelTag_Values() []string

AudioChannelTag_Values returns all elements of the AudioChannelTag enum

func AudioCodec_Values

func AudioCodec_Values() []string

AudioCodec_Values returns all elements of the AudioCodec enum

func AudioDefaultSelection_Values

func AudioDefaultSelection_Values() []string

AudioDefaultSelection_Values returns all elements of the AudioDefaultSelection enum

func AudioDurationCorrection_Values

func AudioDurationCorrection_Values() []string

AudioDurationCorrection_Values returns all elements of the AudioDurationCorrection enum

func AudioLanguageCodeControl_Values

func AudioLanguageCodeControl_Values() []string

AudioLanguageCodeControl_Values returns all elements of the AudioLanguageCodeControl enum

func AudioNormalizationAlgorithmControl_Values

func AudioNormalizationAlgorithmControl_Values() []string

AudioNormalizationAlgorithmControl_Values returns all elements of the AudioNormalizationAlgorithmControl enum

func AudioNormalizationAlgorithm_Values

func AudioNormalizationAlgorithm_Values() []string

AudioNormalizationAlgorithm_Values returns all elements of the AudioNormalizationAlgorithm enum

func AudioNormalizationLoudnessLogging_Values

func AudioNormalizationLoudnessLogging_Values() []string

AudioNormalizationLoudnessLogging_Values returns all elements of the AudioNormalizationLoudnessLogging enum

func AudioNormalizationPeakCalculation_Values

func AudioNormalizationPeakCalculation_Values() []string

AudioNormalizationPeakCalculation_Values returns all elements of the AudioNormalizationPeakCalculation enum

func AudioSelectorType_Values

func AudioSelectorType_Values() []string

AudioSelectorType_Values returns all elements of the AudioSelectorType enum

func AudioTypeControl_Values

func AudioTypeControl_Values() []string

AudioTypeControl_Values returns all elements of the AudioTypeControl enum

func Av1AdaptiveQuantization_Values

func Av1AdaptiveQuantization_Values() []string

Av1AdaptiveQuantization_Values returns all elements of the Av1AdaptiveQuantization enum

func Av1BitDepth_Values

func Av1BitDepth_Values() []string

Av1BitDepth_Values returns all elements of the Av1BitDepth enum

func Av1FramerateControl_Values

func Av1FramerateControl_Values() []string

Av1FramerateControl_Values returns all elements of the Av1FramerateControl enum

func Av1FramerateConversionAlgorithm_Values

func Av1FramerateConversionAlgorithm_Values() []string

Av1FramerateConversionAlgorithm_Values returns all elements of the Av1FramerateConversionAlgorithm enum

func Av1RateControlMode_Values

func Av1RateControlMode_Values() []string

Av1RateControlMode_Values returns all elements of the Av1RateControlMode enum

func Av1SpatialAdaptiveQuantization_Values

func Av1SpatialAdaptiveQuantization_Values() []string

Av1SpatialAdaptiveQuantization_Values returns all elements of the Av1SpatialAdaptiveQuantization enum

func AvcIntraClass_Values

func AvcIntraClass_Values() []string

AvcIntraClass_Values returns all elements of the AvcIntraClass enum

func AvcIntraFramerateControl_Values

func AvcIntraFramerateControl_Values() []string

AvcIntraFramerateControl_Values returns all elements of the AvcIntraFramerateControl enum

func AvcIntraFramerateConversionAlgorithm_Values

func AvcIntraFramerateConversionAlgorithm_Values() []string

AvcIntraFramerateConversionAlgorithm_Values returns all elements of the AvcIntraFramerateConversionAlgorithm enum

func AvcIntraInterlaceMode_Values

func AvcIntraInterlaceMode_Values() []string

AvcIntraInterlaceMode_Values returns all elements of the AvcIntraInterlaceMode enum

func AvcIntraScanTypeConversionMode_Values

func AvcIntraScanTypeConversionMode_Values() []string

AvcIntraScanTypeConversionMode_Values returns all elements of the AvcIntraScanTypeConversionMode enum

func AvcIntraSlowPal_Values

func AvcIntraSlowPal_Values() []string

AvcIntraSlowPal_Values returns all elements of the AvcIntraSlowPal enum

func AvcIntraTelecine_Values

func AvcIntraTelecine_Values() []string

AvcIntraTelecine_Values returns all elements of the AvcIntraTelecine enum

func AvcIntraUhdQualityTuningLevel_Values

func AvcIntraUhdQualityTuningLevel_Values() []string

AvcIntraUhdQualityTuningLevel_Values returns all elements of the AvcIntraUhdQualityTuningLevel enum

func BandwidthReductionFilterSharpening_Values

func BandwidthReductionFilterSharpening_Values() []string

BandwidthReductionFilterSharpening_Values returns all elements of the BandwidthReductionFilterSharpening enum

func BandwidthReductionFilterStrength_Values

func BandwidthReductionFilterStrength_Values() []string

BandwidthReductionFilterStrength_Values returns all elements of the BandwidthReductionFilterStrength enum

func BillingTagsSource_Values

func BillingTagsSource_Values() []string

BillingTagsSource_Values returns all elements of the BillingTagsSource enum

func BurnInSubtitleStylePassthrough_Values

func BurnInSubtitleStylePassthrough_Values() []string

BurnInSubtitleStylePassthrough_Values returns all elements of the BurnInSubtitleStylePassthrough enum

func BurninSubtitleAlignment_Values

func BurninSubtitleAlignment_Values() []string

BurninSubtitleAlignment_Values returns all elements of the BurninSubtitleAlignment enum

func BurninSubtitleApplyFontColor_Values

func BurninSubtitleApplyFontColor_Values() []string

BurninSubtitleApplyFontColor_Values returns all elements of the BurninSubtitleApplyFontColor enum

func BurninSubtitleBackgroundColor_Values

func BurninSubtitleBackgroundColor_Values() []string

BurninSubtitleBackgroundColor_Values returns all elements of the BurninSubtitleBackgroundColor enum

func BurninSubtitleFallbackFont_Values

func BurninSubtitleFallbackFont_Values() []string

BurninSubtitleFallbackFont_Values returns all elements of the BurninSubtitleFallbackFont enum

func BurninSubtitleFontColor_Values

func BurninSubtitleFontColor_Values() []string

BurninSubtitleFontColor_Values returns all elements of the BurninSubtitleFontColor enum

func BurninSubtitleOutlineColor_Values

func BurninSubtitleOutlineColor_Values() []string

BurninSubtitleOutlineColor_Values returns all elements of the BurninSubtitleOutlineColor enum

func BurninSubtitleShadowColor_Values

func BurninSubtitleShadowColor_Values() []string

BurninSubtitleShadowColor_Values returns all elements of the BurninSubtitleShadowColor enum

func BurninSubtitleTeletextSpacing_Values

func BurninSubtitleTeletextSpacing_Values() []string

BurninSubtitleTeletextSpacing_Values returns all elements of the BurninSubtitleTeletextSpacing enum

func CaptionDestinationType_Values

func CaptionDestinationType_Values() []string

CaptionDestinationType_Values returns all elements of the CaptionDestinationType enum

func CaptionSourceConvertPaintOnToPopOn_Values

func CaptionSourceConvertPaintOnToPopOn_Values() []string

CaptionSourceConvertPaintOnToPopOn_Values returns all elements of the CaptionSourceConvertPaintOnToPopOn enum

func CaptionSourceType_Values

func CaptionSourceType_Values() []string

CaptionSourceType_Values returns all elements of the CaptionSourceType enum

func CmafClientCache_Values

func CmafClientCache_Values() []string

CmafClientCache_Values returns all elements of the CmafClientCache enum

func CmafCodecSpecification_Values

func CmafCodecSpecification_Values() []string

CmafCodecSpecification_Values returns all elements of the CmafCodecSpecification enum

func CmafEncryptionType_Values

func CmafEncryptionType_Values() []string

CmafEncryptionType_Values returns all elements of the CmafEncryptionType enum

func CmafImageBasedTrickPlay_Values

func CmafImageBasedTrickPlay_Values() []string

CmafImageBasedTrickPlay_Values returns all elements of the CmafImageBasedTrickPlay enum

func CmafInitializationVectorInManifest_Values

func CmafInitializationVectorInManifest_Values() []string

CmafInitializationVectorInManifest_Values returns all elements of the CmafInitializationVectorInManifest enum

func CmafIntervalCadence_Values

func CmafIntervalCadence_Values() []string

CmafIntervalCadence_Values returns all elements of the CmafIntervalCadence enum

func CmafKeyProviderType_Values

func CmafKeyProviderType_Values() []string

CmafKeyProviderType_Values returns all elements of the CmafKeyProviderType enum

func CmafManifestCompression_Values

func CmafManifestCompression_Values() []string

CmafManifestCompression_Values returns all elements of the CmafManifestCompression enum

func CmafManifestDurationFormat_Values

func CmafManifestDurationFormat_Values() []string

CmafManifestDurationFormat_Values returns all elements of the CmafManifestDurationFormat enum

func CmafMpdManifestBandwidthType_Values

func CmafMpdManifestBandwidthType_Values() []string

CmafMpdManifestBandwidthType_Values returns all elements of the CmafMpdManifestBandwidthType enum

func CmafMpdProfile_Values

func CmafMpdProfile_Values() []string

CmafMpdProfile_Values returns all elements of the CmafMpdProfile enum

func CmafPtsOffsetHandlingForBFrames_Values

func CmafPtsOffsetHandlingForBFrames_Values() []string

CmafPtsOffsetHandlingForBFrames_Values returns all elements of the CmafPtsOffsetHandlingForBFrames enum

func CmafSegmentControl_Values

func CmafSegmentControl_Values() []string

CmafSegmentControl_Values returns all elements of the CmafSegmentControl enum

func CmafSegmentLengthControl_Values

func CmafSegmentLengthControl_Values() []string

CmafSegmentLengthControl_Values returns all elements of the CmafSegmentLengthControl enum

func CmafStreamInfResolution_Values

func CmafStreamInfResolution_Values() []string

CmafStreamInfResolution_Values returns all elements of the CmafStreamInfResolution enum

func CmafTargetDurationCompatibilityMode_Values

func CmafTargetDurationCompatibilityMode_Values() []string

CmafTargetDurationCompatibilityMode_Values returns all elements of the CmafTargetDurationCompatibilityMode enum

func CmafVideoCompositionOffsets_Values

func CmafVideoCompositionOffsets_Values() []string

CmafVideoCompositionOffsets_Values returns all elements of the CmafVideoCompositionOffsets enum

func CmafWriteDASHManifest_Values

func CmafWriteDASHManifest_Values() []string

CmafWriteDASHManifest_Values returns all elements of the CmafWriteDASHManifest enum

func CmafWriteHLSManifest_Values

func CmafWriteHLSManifest_Values() []string

CmafWriteHLSManifest_Values returns all elements of the CmafWriteHLSManifest enum

func CmafWriteSegmentTimelineInRepresentation_Values

func CmafWriteSegmentTimelineInRepresentation_Values() []string

CmafWriteSegmentTimelineInRepresentation_Values returns all elements of the CmafWriteSegmentTimelineInRepresentation enum

func CmfcAudioDuration_Values

func CmfcAudioDuration_Values() []string

CmfcAudioDuration_Values returns all elements of the CmfcAudioDuration enum

func CmfcAudioTrackType_Values

func CmfcAudioTrackType_Values() []string

CmfcAudioTrackType_Values returns all elements of the CmfcAudioTrackType enum

func CmfcDescriptiveVideoServiceFlag_Values

func CmfcDescriptiveVideoServiceFlag_Values() []string

CmfcDescriptiveVideoServiceFlag_Values returns all elements of the CmfcDescriptiveVideoServiceFlag enum

func CmfcIFrameOnlyManifest_Values

func CmfcIFrameOnlyManifest_Values() []string

CmfcIFrameOnlyManifest_Values returns all elements of the CmfcIFrameOnlyManifest enum

func CmfcKlvMetadata_Values

func CmfcKlvMetadata_Values() []string

CmfcKlvMetadata_Values returns all elements of the CmfcKlvMetadata enum

func CmfcManifestMetadataSignaling_Values

func CmfcManifestMetadataSignaling_Values() []string

CmfcManifestMetadataSignaling_Values returns all elements of the CmfcManifestMetadataSignaling enum

func CmfcScte35Esam_Values

func CmfcScte35Esam_Values() []string

CmfcScte35Esam_Values returns all elements of the CmfcScte35Esam enum

func CmfcScte35Source_Values

func CmfcScte35Source_Values() []string

CmfcScte35Source_Values returns all elements of the CmfcScte35Source enum

func CmfcTimedMetadataBoxVersion_Values

func CmfcTimedMetadataBoxVersion_Values() []string

CmfcTimedMetadataBoxVersion_Values returns all elements of the CmfcTimedMetadataBoxVersion enum

func CmfcTimedMetadata_Values

func CmfcTimedMetadata_Values() []string

CmfcTimedMetadata_Values returns all elements of the CmfcTimedMetadata enum

func ColorMetadata_Values

func ColorMetadata_Values() []string

ColorMetadata_Values returns all elements of the ColorMetadata enum

func ColorSpaceConversion_Values

func ColorSpaceConversion_Values() []string

ColorSpaceConversion_Values returns all elements of the ColorSpaceConversion enum

func ColorSpaceUsage_Values

func ColorSpaceUsage_Values() []string

ColorSpaceUsage_Values returns all elements of the ColorSpaceUsage enum

func ColorSpace_Values

func ColorSpace_Values() []string

ColorSpace_Values returns all elements of the ColorSpace enum

func Commitment_Values

func Commitment_Values() []string

Commitment_Values returns all elements of the Commitment enum

func ContainerType_Values

func ContainerType_Values() []string

ContainerType_Values returns all elements of the ContainerType enum

func CopyProtectionAction_Values

func CopyProtectionAction_Values() []string

CopyProtectionAction_Values returns all elements of the CopyProtectionAction enum

func DashIsoGroupAudioChannelConfigSchemeIdUri_Values

func DashIsoGroupAudioChannelConfigSchemeIdUri_Values() []string

DashIsoGroupAudioChannelConfigSchemeIdUri_Values returns all elements of the DashIsoGroupAudioChannelConfigSchemeIdUri enum

func DashIsoHbbtvCompliance_Values

func DashIsoHbbtvCompliance_Values() []string

DashIsoHbbtvCompliance_Values returns all elements of the DashIsoHbbtvCompliance enum

func DashIsoImageBasedTrickPlay_Values

func DashIsoImageBasedTrickPlay_Values() []string

DashIsoImageBasedTrickPlay_Values returns all elements of the DashIsoImageBasedTrickPlay enum

func DashIsoIntervalCadence_Values

func DashIsoIntervalCadence_Values() []string

DashIsoIntervalCadence_Values returns all elements of the DashIsoIntervalCadence enum

func DashIsoMpdManifestBandwidthType_Values

func DashIsoMpdManifestBandwidthType_Values() []string

DashIsoMpdManifestBandwidthType_Values returns all elements of the DashIsoMpdManifestBandwidthType enum

func DashIsoMpdProfile_Values

func DashIsoMpdProfile_Values() []string

DashIsoMpdProfile_Values returns all elements of the DashIsoMpdProfile enum

func DashIsoPlaybackDeviceCompatibility_Values

func DashIsoPlaybackDeviceCompatibility_Values() []string

DashIsoPlaybackDeviceCompatibility_Values returns all elements of the DashIsoPlaybackDeviceCompatibility enum

func DashIsoPtsOffsetHandlingForBFrames_Values

func DashIsoPtsOffsetHandlingForBFrames_Values() []string

DashIsoPtsOffsetHandlingForBFrames_Values returns all elements of the DashIsoPtsOffsetHandlingForBFrames enum

func DashIsoSegmentControl_Values

func DashIsoSegmentControl_Values() []string

DashIsoSegmentControl_Values returns all elements of the DashIsoSegmentControl enum

func DashIsoSegmentLengthControl_Values

func DashIsoSegmentLengthControl_Values() []string

DashIsoSegmentLengthControl_Values returns all elements of the DashIsoSegmentLengthControl enum

func DashIsoVideoCompositionOffsets_Values

func DashIsoVideoCompositionOffsets_Values() []string

DashIsoVideoCompositionOffsets_Values returns all elements of the DashIsoVideoCompositionOffsets enum

func DashIsoWriteSegmentTimelineInRepresentation_Values

func DashIsoWriteSegmentTimelineInRepresentation_Values() []string

DashIsoWriteSegmentTimelineInRepresentation_Values returns all elements of the DashIsoWriteSegmentTimelineInRepresentation enum

func DashManifestStyle_Values

func DashManifestStyle_Values() []string

DashManifestStyle_Values returns all elements of the DashManifestStyle enum

func DecryptionMode_Values

func DecryptionMode_Values() []string

DecryptionMode_Values returns all elements of the DecryptionMode enum

func DeinterlaceAlgorithm_Values

func DeinterlaceAlgorithm_Values() []string

DeinterlaceAlgorithm_Values returns all elements of the DeinterlaceAlgorithm enum

func DeinterlacerControl_Values

func DeinterlacerControl_Values() []string

DeinterlacerControl_Values returns all elements of the DeinterlacerControl enum

func DeinterlacerMode_Values

func DeinterlacerMode_Values() []string

DeinterlacerMode_Values returns all elements of the DeinterlacerMode enum

func DescribeEndpointsMode_Values

func DescribeEndpointsMode_Values() []string

DescribeEndpointsMode_Values returns all elements of the DescribeEndpointsMode enum

func DolbyVisionLevel6Mode_Values

func DolbyVisionLevel6Mode_Values() []string

DolbyVisionLevel6Mode_Values returns all elements of the DolbyVisionLevel6Mode enum

func DolbyVisionMapping_Values

func DolbyVisionMapping_Values() []string

DolbyVisionMapping_Values returns all elements of the DolbyVisionMapping enum

func DolbyVisionProfile_Values

func DolbyVisionProfile_Values() []string

DolbyVisionProfile_Values returns all elements of the DolbyVisionProfile enum

func DropFrameTimecode_Values

func DropFrameTimecode_Values() []string

DropFrameTimecode_Values returns all elements of the DropFrameTimecode enum

func DvbSubSubtitleFallbackFont_Values

func DvbSubSubtitleFallbackFont_Values() []string

DvbSubSubtitleFallbackFont_Values returns all elements of the DvbSubSubtitleFallbackFont enum

func DvbSubtitleAlignment_Values

func DvbSubtitleAlignment_Values() []string

DvbSubtitleAlignment_Values returns all elements of the DvbSubtitleAlignment enum

func DvbSubtitleApplyFontColor_Values

func DvbSubtitleApplyFontColor_Values() []string

DvbSubtitleApplyFontColor_Values returns all elements of the DvbSubtitleApplyFontColor enum

func DvbSubtitleBackgroundColor_Values

func DvbSubtitleBackgroundColor_Values() []string

DvbSubtitleBackgroundColor_Values returns all elements of the DvbSubtitleBackgroundColor enum

func DvbSubtitleFontColor_Values

func DvbSubtitleFontColor_Values() []string

DvbSubtitleFontColor_Values returns all elements of the DvbSubtitleFontColor enum

func DvbSubtitleOutlineColor_Values

func DvbSubtitleOutlineColor_Values() []string

DvbSubtitleOutlineColor_Values returns all elements of the DvbSubtitleOutlineColor enum

func DvbSubtitleShadowColor_Values

func DvbSubtitleShadowColor_Values() []string

DvbSubtitleShadowColor_Values returns all elements of the DvbSubtitleShadowColor enum

func DvbSubtitleStylePassthrough_Values

func DvbSubtitleStylePassthrough_Values() []string

DvbSubtitleStylePassthrough_Values returns all elements of the DvbSubtitleStylePassthrough enum

func DvbSubtitleTeletextSpacing_Values

func DvbSubtitleTeletextSpacing_Values() []string

DvbSubtitleTeletextSpacing_Values returns all elements of the DvbSubtitleTeletextSpacing enum

func DvbSubtitlingType_Values

func DvbSubtitlingType_Values() []string

DvbSubtitlingType_Values returns all elements of the DvbSubtitlingType enum

func DvbddsHandling_Values

func DvbddsHandling_Values() []string

DvbddsHandling_Values returns all elements of the DvbddsHandling enum

func Eac3AtmosBitstreamMode_Values

func Eac3AtmosBitstreamMode_Values() []string

Eac3AtmosBitstreamMode_Values returns all elements of the Eac3AtmosBitstreamMode enum

func Eac3AtmosCodingMode_Values

func Eac3AtmosCodingMode_Values() []string

Eac3AtmosCodingMode_Values returns all elements of the Eac3AtmosCodingMode enum

func Eac3AtmosDialogueIntelligence_Values

func Eac3AtmosDialogueIntelligence_Values() []string

Eac3AtmosDialogueIntelligence_Values returns all elements of the Eac3AtmosDialogueIntelligence enum

func Eac3AtmosDownmixControl_Values

func Eac3AtmosDownmixControl_Values() []string

Eac3AtmosDownmixControl_Values returns all elements of the Eac3AtmosDownmixControl enum

func Eac3AtmosDynamicRangeCompressionLine_Values

func Eac3AtmosDynamicRangeCompressionLine_Values() []string

Eac3AtmosDynamicRangeCompressionLine_Values returns all elements of the Eac3AtmosDynamicRangeCompressionLine enum

func Eac3AtmosDynamicRangeCompressionRf_Values

func Eac3AtmosDynamicRangeCompressionRf_Values() []string

Eac3AtmosDynamicRangeCompressionRf_Values returns all elements of the Eac3AtmosDynamicRangeCompressionRf enum

func Eac3AtmosDynamicRangeControl_Values

func Eac3AtmosDynamicRangeControl_Values() []string

Eac3AtmosDynamicRangeControl_Values returns all elements of the Eac3AtmosDynamicRangeControl enum

func Eac3AtmosMeteringMode_Values

func Eac3AtmosMeteringMode_Values() []string

Eac3AtmosMeteringMode_Values returns all elements of the Eac3AtmosMeteringMode enum

func Eac3AtmosStereoDownmix_Values

func Eac3AtmosStereoDownmix_Values() []string

Eac3AtmosStereoDownmix_Values returns all elements of the Eac3AtmosStereoDownmix enum

func Eac3AtmosSurroundExMode_Values

func Eac3AtmosSurroundExMode_Values() []string

Eac3AtmosSurroundExMode_Values returns all elements of the Eac3AtmosSurroundExMode enum

func Eac3AttenuationControl_Values

func Eac3AttenuationControl_Values() []string

Eac3AttenuationControl_Values returns all elements of the Eac3AttenuationControl enum

func Eac3BitstreamMode_Values

func Eac3BitstreamMode_Values() []string

Eac3BitstreamMode_Values returns all elements of the Eac3BitstreamMode enum

func Eac3CodingMode_Values

func Eac3CodingMode_Values() []string

Eac3CodingMode_Values returns all elements of the Eac3CodingMode enum

func Eac3DcFilter_Values

func Eac3DcFilter_Values() []string

Eac3DcFilter_Values returns all elements of the Eac3DcFilter enum

func Eac3DynamicRangeCompressionLine_Values

func Eac3DynamicRangeCompressionLine_Values() []string

Eac3DynamicRangeCompressionLine_Values returns all elements of the Eac3DynamicRangeCompressionLine enum

func Eac3DynamicRangeCompressionRf_Values

func Eac3DynamicRangeCompressionRf_Values() []string

Eac3DynamicRangeCompressionRf_Values returns all elements of the Eac3DynamicRangeCompressionRf enum

func Eac3LfeControl_Values

func Eac3LfeControl_Values() []string

Eac3LfeControl_Values returns all elements of the Eac3LfeControl enum

func Eac3LfeFilter_Values

func Eac3LfeFilter_Values() []string

Eac3LfeFilter_Values returns all elements of the Eac3LfeFilter enum

func Eac3MetadataControl_Values

func Eac3MetadataControl_Values() []string

Eac3MetadataControl_Values returns all elements of the Eac3MetadataControl enum

func Eac3PassthroughControl_Values

func Eac3PassthroughControl_Values() []string

Eac3PassthroughControl_Values returns all elements of the Eac3PassthroughControl enum

func Eac3PhaseControl_Values

func Eac3PhaseControl_Values() []string

Eac3PhaseControl_Values returns all elements of the Eac3PhaseControl enum

func Eac3StereoDownmix_Values

func Eac3StereoDownmix_Values() []string

Eac3StereoDownmix_Values returns all elements of the Eac3StereoDownmix enum

func Eac3SurroundExMode_Values

func Eac3SurroundExMode_Values() []string

Eac3SurroundExMode_Values returns all elements of the Eac3SurroundExMode enum

func Eac3SurroundMode_Values

func Eac3SurroundMode_Values() []string

Eac3SurroundMode_Values returns all elements of the Eac3SurroundMode enum

func EmbeddedConvert608To708_Values

func EmbeddedConvert608To708_Values() []string

EmbeddedConvert608To708_Values returns all elements of the EmbeddedConvert608To708 enum

func EmbeddedTerminateCaptions_Values

func EmbeddedTerminateCaptions_Values() []string

EmbeddedTerminateCaptions_Values returns all elements of the EmbeddedTerminateCaptions enum

func EmbeddedTimecodeOverride_Values

func EmbeddedTimecodeOverride_Values() []string

EmbeddedTimecodeOverride_Values returns all elements of the EmbeddedTimecodeOverride enum

func F4vMoovPlacement_Values

func F4vMoovPlacement_Values() []string

F4vMoovPlacement_Values returns all elements of the F4vMoovPlacement enum

func FileSourceConvert608To708_Values

func FileSourceConvert608To708_Values() []string

FileSourceConvert608To708_Values returns all elements of the FileSourceConvert608To708 enum

func FileSourceTimeDeltaUnits_Values

func FileSourceTimeDeltaUnits_Values() []string

FileSourceTimeDeltaUnits_Values returns all elements of the FileSourceTimeDeltaUnits enum

func FontScript_Values

func FontScript_Values() []string

FontScript_Values returns all elements of the FontScript enum

func H264AdaptiveQuantization_Values

func H264AdaptiveQuantization_Values() []string

H264AdaptiveQuantization_Values returns all elements of the H264AdaptiveQuantization enum

func H264CodecLevel_Values

func H264CodecLevel_Values() []string

H264CodecLevel_Values returns all elements of the H264CodecLevel enum

func H264CodecProfile_Values

func H264CodecProfile_Values() []string

H264CodecProfile_Values returns all elements of the H264CodecProfile enum

func H264DynamicSubGop_Values

func H264DynamicSubGop_Values() []string

H264DynamicSubGop_Values returns all elements of the H264DynamicSubGop enum

func H264EntropyEncoding_Values

func H264EntropyEncoding_Values() []string

H264EntropyEncoding_Values returns all elements of the H264EntropyEncoding enum

func H264FieldEncoding_Values

func H264FieldEncoding_Values() []string

H264FieldEncoding_Values returns all elements of the H264FieldEncoding enum

func H264FlickerAdaptiveQuantization_Values

func H264FlickerAdaptiveQuantization_Values() []string

H264FlickerAdaptiveQuantization_Values returns all elements of the H264FlickerAdaptiveQuantization enum

func H264FramerateControl_Values

func H264FramerateControl_Values() []string

H264FramerateControl_Values returns all elements of the H264FramerateControl enum

func H264FramerateConversionAlgorithm_Values

func H264FramerateConversionAlgorithm_Values() []string

H264FramerateConversionAlgorithm_Values returns all elements of the H264FramerateConversionAlgorithm enum

func H264GopBReference_Values

func H264GopBReference_Values() []string

H264GopBReference_Values returns all elements of the H264GopBReference enum

func H264GopSizeUnits_Values

func H264GopSizeUnits_Values() []string

H264GopSizeUnits_Values returns all elements of the H264GopSizeUnits enum

func H264InterlaceMode_Values

func H264InterlaceMode_Values() []string

H264InterlaceMode_Values returns all elements of the H264InterlaceMode enum

func H264ParControl_Values

func H264ParControl_Values() []string

H264ParControl_Values returns all elements of the H264ParControl enum

func H264QualityTuningLevel_Values

func H264QualityTuningLevel_Values() []string

H264QualityTuningLevel_Values returns all elements of the H264QualityTuningLevel enum

func H264RateControlMode_Values

func H264RateControlMode_Values() []string

H264RateControlMode_Values returns all elements of the H264RateControlMode enum

func H264RepeatPps_Values

func H264RepeatPps_Values() []string

H264RepeatPps_Values returns all elements of the H264RepeatPps enum

func H264ScanTypeConversionMode_Values

func H264ScanTypeConversionMode_Values() []string

H264ScanTypeConversionMode_Values returns all elements of the H264ScanTypeConversionMode enum

func H264SceneChangeDetect_Values

func H264SceneChangeDetect_Values() []string

H264SceneChangeDetect_Values returns all elements of the H264SceneChangeDetect enum

func H264SlowPal_Values

func H264SlowPal_Values() []string

H264SlowPal_Values returns all elements of the H264SlowPal enum

func H264SpatialAdaptiveQuantization_Values

func H264SpatialAdaptiveQuantization_Values() []string

H264SpatialAdaptiveQuantization_Values returns all elements of the H264SpatialAdaptiveQuantization enum

func H264Syntax_Values

func H264Syntax_Values() []string

H264Syntax_Values returns all elements of the H264Syntax enum

func H264Telecine_Values

func H264Telecine_Values() []string

H264Telecine_Values returns all elements of the H264Telecine enum

func H264TemporalAdaptiveQuantization_Values

func H264TemporalAdaptiveQuantization_Values() []string

H264TemporalAdaptiveQuantization_Values returns all elements of the H264TemporalAdaptiveQuantization enum

func H264UnregisteredSeiTimecode_Values

func H264UnregisteredSeiTimecode_Values() []string

H264UnregisteredSeiTimecode_Values returns all elements of the H264UnregisteredSeiTimecode enum

func H265AdaptiveQuantization_Values

func H265AdaptiveQuantization_Values() []string

H265AdaptiveQuantization_Values returns all elements of the H265AdaptiveQuantization enum

func H265AlternateTransferFunctionSei_Values

func H265AlternateTransferFunctionSei_Values() []string

H265AlternateTransferFunctionSei_Values returns all elements of the H265AlternateTransferFunctionSei enum

func H265CodecLevel_Values

func H265CodecLevel_Values() []string

H265CodecLevel_Values returns all elements of the H265CodecLevel enum

func H265CodecProfile_Values

func H265CodecProfile_Values() []string

H265CodecProfile_Values returns all elements of the H265CodecProfile enum

func H265DynamicSubGop_Values

func H265DynamicSubGop_Values() []string

H265DynamicSubGop_Values returns all elements of the H265DynamicSubGop enum

func H265FlickerAdaptiveQuantization_Values

func H265FlickerAdaptiveQuantization_Values() []string

H265FlickerAdaptiveQuantization_Values returns all elements of the H265FlickerAdaptiveQuantization enum

func H265FramerateControl_Values

func H265FramerateControl_Values() []string

H265FramerateControl_Values returns all elements of the H265FramerateControl enum

func H265FramerateConversionAlgorithm_Values

func H265FramerateConversionAlgorithm_Values() []string

H265FramerateConversionAlgorithm_Values returns all elements of the H265FramerateConversionAlgorithm enum

func H265GopBReference_Values

func H265GopBReference_Values() []string

H265GopBReference_Values returns all elements of the H265GopBReference enum

func H265GopSizeUnits_Values

func H265GopSizeUnits_Values() []string

H265GopSizeUnits_Values returns all elements of the H265GopSizeUnits enum

func H265InterlaceMode_Values

func H265InterlaceMode_Values() []string

H265InterlaceMode_Values returns all elements of the H265InterlaceMode enum

func H265ParControl_Values

func H265ParControl_Values() []string

H265ParControl_Values returns all elements of the H265ParControl enum

func H265QualityTuningLevel_Values

func H265QualityTuningLevel_Values() []string

H265QualityTuningLevel_Values returns all elements of the H265QualityTuningLevel enum

func H265RateControlMode_Values

func H265RateControlMode_Values() []string

H265RateControlMode_Values returns all elements of the H265RateControlMode enum

func H265SampleAdaptiveOffsetFilterMode_Values

func H265SampleAdaptiveOffsetFilterMode_Values() []string

H265SampleAdaptiveOffsetFilterMode_Values returns all elements of the H265SampleAdaptiveOffsetFilterMode enum

func H265ScanTypeConversionMode_Values

func H265ScanTypeConversionMode_Values() []string

H265ScanTypeConversionMode_Values returns all elements of the H265ScanTypeConversionMode enum

func H265SceneChangeDetect_Values

func H265SceneChangeDetect_Values() []string

H265SceneChangeDetect_Values returns all elements of the H265SceneChangeDetect enum

func H265SlowPal_Values

func H265SlowPal_Values() []string

H265SlowPal_Values returns all elements of the H265SlowPal enum

func H265SpatialAdaptiveQuantization_Values

func H265SpatialAdaptiveQuantization_Values() []string

H265SpatialAdaptiveQuantization_Values returns all elements of the H265SpatialAdaptiveQuantization enum

func H265Telecine_Values

func H265Telecine_Values() []string

H265Telecine_Values returns all elements of the H265Telecine enum

func H265TemporalAdaptiveQuantization_Values

func H265TemporalAdaptiveQuantization_Values() []string

H265TemporalAdaptiveQuantization_Values returns all elements of the H265TemporalAdaptiveQuantization enum

func H265TemporalIds_Values

func H265TemporalIds_Values() []string

H265TemporalIds_Values returns all elements of the H265TemporalIds enum

func H265Tiles_Values

func H265Tiles_Values() []string

H265Tiles_Values returns all elements of the H265Tiles enum

func H265UnregisteredSeiTimecode_Values

func H265UnregisteredSeiTimecode_Values() []string

H265UnregisteredSeiTimecode_Values returns all elements of the H265UnregisteredSeiTimecode enum

func H265WriteMp4PackagingType_Values

func H265WriteMp4PackagingType_Values() []string

H265WriteMp4PackagingType_Values returns all elements of the H265WriteMp4PackagingType enum

func HDRToSDRToneMapper_Values

func HDRToSDRToneMapper_Values() []string

HDRToSDRToneMapper_Values returns all elements of the HDRToSDRToneMapper enum

func HlsAdMarkers_Values

func HlsAdMarkers_Values() []string

HlsAdMarkers_Values returns all elements of the HlsAdMarkers enum

func HlsAudioOnlyContainer_Values

func HlsAudioOnlyContainer_Values() []string

HlsAudioOnlyContainer_Values returns all elements of the HlsAudioOnlyContainer enum

func HlsAudioOnlyHeader_Values

func HlsAudioOnlyHeader_Values() []string

HlsAudioOnlyHeader_Values returns all elements of the HlsAudioOnlyHeader enum

func HlsAudioTrackType_Values

func HlsAudioTrackType_Values() []string

HlsAudioTrackType_Values returns all elements of the HlsAudioTrackType enum

func HlsCaptionLanguageSetting_Values

func HlsCaptionLanguageSetting_Values() []string

HlsCaptionLanguageSetting_Values returns all elements of the HlsCaptionLanguageSetting enum

func HlsCaptionSegmentLengthControl_Values

func HlsCaptionSegmentLengthControl_Values() []string

HlsCaptionSegmentLengthControl_Values returns all elements of the HlsCaptionSegmentLengthControl enum

func HlsClientCache_Values

func HlsClientCache_Values() []string

HlsClientCache_Values returns all elements of the HlsClientCache enum

func HlsCodecSpecification_Values

func HlsCodecSpecification_Values() []string

HlsCodecSpecification_Values returns all elements of the HlsCodecSpecification enum

func HlsDescriptiveVideoServiceFlag_Values

func HlsDescriptiveVideoServiceFlag_Values() []string

HlsDescriptiveVideoServiceFlag_Values returns all elements of the HlsDescriptiveVideoServiceFlag enum

func HlsDirectoryStructure_Values

func HlsDirectoryStructure_Values() []string

HlsDirectoryStructure_Values returns all elements of the HlsDirectoryStructure enum

func HlsEncryptionType_Values

func HlsEncryptionType_Values() []string

HlsEncryptionType_Values returns all elements of the HlsEncryptionType enum

func HlsIFrameOnlyManifest_Values

func HlsIFrameOnlyManifest_Values() []string

HlsIFrameOnlyManifest_Values returns all elements of the HlsIFrameOnlyManifest enum

func HlsImageBasedTrickPlay_Values

func HlsImageBasedTrickPlay_Values() []string

HlsImageBasedTrickPlay_Values returns all elements of the HlsImageBasedTrickPlay enum

func HlsInitializationVectorInManifest_Values

func HlsInitializationVectorInManifest_Values() []string

HlsInitializationVectorInManifest_Values returns all elements of the HlsInitializationVectorInManifest enum

func HlsIntervalCadence_Values

func HlsIntervalCadence_Values() []string

HlsIntervalCadence_Values returns all elements of the HlsIntervalCadence enum

func HlsKeyProviderType_Values

func HlsKeyProviderType_Values() []string

HlsKeyProviderType_Values returns all elements of the HlsKeyProviderType enum

func HlsManifestCompression_Values

func HlsManifestCompression_Values() []string

HlsManifestCompression_Values returns all elements of the HlsManifestCompression enum

func HlsManifestDurationFormat_Values

func HlsManifestDurationFormat_Values() []string

HlsManifestDurationFormat_Values returns all elements of the HlsManifestDurationFormat enum

func HlsOfflineEncrypted_Values

func HlsOfflineEncrypted_Values() []string

HlsOfflineEncrypted_Values returns all elements of the HlsOfflineEncrypted enum

func HlsOutputSelection_Values

func HlsOutputSelection_Values() []string

HlsOutputSelection_Values returns all elements of the HlsOutputSelection enum

func HlsProgramDateTime_Values

func HlsProgramDateTime_Values() []string

HlsProgramDateTime_Values returns all elements of the HlsProgramDateTime enum

func HlsSegmentControl_Values

func HlsSegmentControl_Values() []string

HlsSegmentControl_Values returns all elements of the HlsSegmentControl enum

func HlsSegmentLengthControl_Values

func HlsSegmentLengthControl_Values() []string

HlsSegmentLengthControl_Values returns all elements of the HlsSegmentLengthControl enum

func HlsStreamInfResolution_Values

func HlsStreamInfResolution_Values() []string

HlsStreamInfResolution_Values returns all elements of the HlsStreamInfResolution enum

func HlsTargetDurationCompatibilityMode_Values

func HlsTargetDurationCompatibilityMode_Values() []string

HlsTargetDurationCompatibilityMode_Values returns all elements of the HlsTargetDurationCompatibilityMode enum

func HlsTimedMetadataId3Frame_Values

func HlsTimedMetadataId3Frame_Values() []string

HlsTimedMetadataId3Frame_Values returns all elements of the HlsTimedMetadataId3Frame enum

func ImscAccessibilitySubs_Values

func ImscAccessibilitySubs_Values() []string

ImscAccessibilitySubs_Values returns all elements of the ImscAccessibilitySubs enum

func ImscStylePassthrough_Values

func ImscStylePassthrough_Values() []string

ImscStylePassthrough_Values returns all elements of the ImscStylePassthrough enum

func InputDeblockFilter_Values

func InputDeblockFilter_Values() []string

InputDeblockFilter_Values returns all elements of the InputDeblockFilter enum

func InputDenoiseFilter_Values

func InputDenoiseFilter_Values() []string

InputDenoiseFilter_Values returns all elements of the InputDenoiseFilter enum

func InputFilterEnable_Values

func InputFilterEnable_Values() []string

InputFilterEnable_Values returns all elements of the InputFilterEnable enum

func InputPolicy_Values

func InputPolicy_Values() []string

InputPolicy_Values returns all elements of the InputPolicy enum

func InputPsiControl_Values

func InputPsiControl_Values() []string

InputPsiControl_Values returns all elements of the InputPsiControl enum

func InputRotate_Values

func InputRotate_Values() []string

InputRotate_Values returns all elements of the InputRotate enum

func InputSampleRange_Values

func InputSampleRange_Values() []string

InputSampleRange_Values returns all elements of the InputSampleRange enum

func InputScanType_Values

func InputScanType_Values() []string

InputScanType_Values returns all elements of the InputScanType enum

func InputTimecodeSource_Values

func InputTimecodeSource_Values() []string

InputTimecodeSource_Values returns all elements of the InputTimecodeSource enum

func JobPhase_Values

func JobPhase_Values() []string

JobPhase_Values returns all elements of the JobPhase enum

func JobStatus_Values

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func JobTemplateListBy_Values

func JobTemplateListBy_Values() []string

JobTemplateListBy_Values returns all elements of the JobTemplateListBy enum

func LanguageCode_Values

func LanguageCode_Values() []string

LanguageCode_Values returns all elements of the LanguageCode enum

func M2tsAudioBufferModel_Values

func M2tsAudioBufferModel_Values() []string

M2tsAudioBufferModel_Values returns all elements of the M2tsAudioBufferModel enum

func M2tsAudioDuration_Values

func M2tsAudioDuration_Values() []string

M2tsAudioDuration_Values returns all elements of the M2tsAudioDuration enum

func M2tsBufferModel_Values

func M2tsBufferModel_Values() []string

M2tsBufferModel_Values returns all elements of the M2tsBufferModel enum

func M2tsDataPtsControl_Values

func M2tsDataPtsControl_Values() []string

M2tsDataPtsControl_Values returns all elements of the M2tsDataPtsControl enum

func M2tsEbpAudioInterval_Values

func M2tsEbpAudioInterval_Values() []string

M2tsEbpAudioInterval_Values returns all elements of the M2tsEbpAudioInterval enum

func M2tsEbpPlacement_Values

func M2tsEbpPlacement_Values() []string

M2tsEbpPlacement_Values returns all elements of the M2tsEbpPlacement enum

func M2tsEsRateInPes_Values

func M2tsEsRateInPes_Values() []string

M2tsEsRateInPes_Values returns all elements of the M2tsEsRateInPes enum

func M2tsForceTsVideoEbpOrder_Values

func M2tsForceTsVideoEbpOrder_Values() []string

M2tsForceTsVideoEbpOrder_Values returns all elements of the M2tsForceTsVideoEbpOrder enum

func M2tsKlvMetadata_Values

func M2tsKlvMetadata_Values() []string

M2tsKlvMetadata_Values returns all elements of the M2tsKlvMetadata enum

func M2tsNielsenId3_Values

func M2tsNielsenId3_Values() []string

M2tsNielsenId3_Values returns all elements of the M2tsNielsenId3 enum

func M2tsPcrControl_Values

func M2tsPcrControl_Values() []string

M2tsPcrControl_Values returns all elements of the M2tsPcrControl enum

func M2tsRateMode_Values

func M2tsRateMode_Values() []string

M2tsRateMode_Values returns all elements of the M2tsRateMode enum

func M2tsScte35Source_Values

func M2tsScte35Source_Values() []string

M2tsScte35Source_Values returns all elements of the M2tsScte35Source enum

func M2tsSegmentationMarkers_Values

func M2tsSegmentationMarkers_Values() []string

M2tsSegmentationMarkers_Values returns all elements of the M2tsSegmentationMarkers enum

func M2tsSegmentationStyle_Values

func M2tsSegmentationStyle_Values() []string

M2tsSegmentationStyle_Values returns all elements of the M2tsSegmentationStyle enum

func M3u8AudioDuration_Values

func M3u8AudioDuration_Values() []string

M3u8AudioDuration_Values returns all elements of the M3u8AudioDuration enum

func M3u8DataPtsControl_Values

func M3u8DataPtsControl_Values() []string

M3u8DataPtsControl_Values returns all elements of the M3u8DataPtsControl enum

func M3u8NielsenId3_Values

func M3u8NielsenId3_Values() []string

M3u8NielsenId3_Values returns all elements of the M3u8NielsenId3 enum

func M3u8PcrControl_Values

func M3u8PcrControl_Values() []string

M3u8PcrControl_Values returns all elements of the M3u8PcrControl enum

func M3u8Scte35Source_Values

func M3u8Scte35Source_Values() []string

M3u8Scte35Source_Values returns all elements of the M3u8Scte35Source enum

func MotionImageInsertionMode_Values

func MotionImageInsertionMode_Values() []string

MotionImageInsertionMode_Values returns all elements of the MotionImageInsertionMode enum

func MotionImagePlayback_Values

func MotionImagePlayback_Values() []string

MotionImagePlayback_Values returns all elements of the MotionImagePlayback enum

func MovClapAtom_Values

func MovClapAtom_Values() []string

MovClapAtom_Values returns all elements of the MovClapAtom enum

func MovCslgAtom_Values

func MovCslgAtom_Values() []string

MovCslgAtom_Values returns all elements of the MovCslgAtom enum

func MovMpeg2FourCCControl_Values

func MovMpeg2FourCCControl_Values() []string

MovMpeg2FourCCControl_Values returns all elements of the MovMpeg2FourCCControl enum

func MovPaddingControl_Values

func MovPaddingControl_Values() []string

MovPaddingControl_Values returns all elements of the MovPaddingControl enum

func MovReference_Values

func MovReference_Values() []string

MovReference_Values returns all elements of the MovReference enum

func Mp3RateControlMode_Values

func Mp3RateControlMode_Values() []string

Mp3RateControlMode_Values returns all elements of the Mp3RateControlMode enum

func Mp4CslgAtom_Values

func Mp4CslgAtom_Values() []string

Mp4CslgAtom_Values returns all elements of the Mp4CslgAtom enum

func Mp4FreeSpaceBox_Values

func Mp4FreeSpaceBox_Values() []string

Mp4FreeSpaceBox_Values returns all elements of the Mp4FreeSpaceBox enum

func Mp4MoovPlacement_Values

func Mp4MoovPlacement_Values() []string

Mp4MoovPlacement_Values returns all elements of the Mp4MoovPlacement enum

func MpdAccessibilityCaptionHints_Values

func MpdAccessibilityCaptionHints_Values() []string

MpdAccessibilityCaptionHints_Values returns all elements of the MpdAccessibilityCaptionHints enum

func MpdAudioDuration_Values

func MpdAudioDuration_Values() []string

MpdAudioDuration_Values returns all elements of the MpdAudioDuration enum

func MpdCaptionContainerType_Values

func MpdCaptionContainerType_Values() []string

MpdCaptionContainerType_Values returns all elements of the MpdCaptionContainerType enum

func MpdKlvMetadata_Values

func MpdKlvMetadata_Values() []string

MpdKlvMetadata_Values returns all elements of the MpdKlvMetadata enum

func MpdManifestMetadataSignaling_Values

func MpdManifestMetadataSignaling_Values() []string

MpdManifestMetadataSignaling_Values returns all elements of the MpdManifestMetadataSignaling enum

func MpdScte35Esam_Values

func MpdScte35Esam_Values() []string

MpdScte35Esam_Values returns all elements of the MpdScte35Esam enum

func MpdScte35Source_Values

func MpdScte35Source_Values() []string

MpdScte35Source_Values returns all elements of the MpdScte35Source enum

func MpdTimedMetadataBoxVersion_Values

func MpdTimedMetadataBoxVersion_Values() []string

MpdTimedMetadataBoxVersion_Values returns all elements of the MpdTimedMetadataBoxVersion enum

func MpdTimedMetadata_Values

func MpdTimedMetadata_Values() []string

MpdTimedMetadata_Values returns all elements of the MpdTimedMetadata enum

func Mpeg2AdaptiveQuantization_Values

func Mpeg2AdaptiveQuantization_Values() []string

Mpeg2AdaptiveQuantization_Values returns all elements of the Mpeg2AdaptiveQuantization enum

func Mpeg2CodecLevel_Values

func Mpeg2CodecLevel_Values() []string

Mpeg2CodecLevel_Values returns all elements of the Mpeg2CodecLevel enum

func Mpeg2CodecProfile_Values

func Mpeg2CodecProfile_Values() []string

Mpeg2CodecProfile_Values returns all elements of the Mpeg2CodecProfile enum

func Mpeg2DynamicSubGop_Values

func Mpeg2DynamicSubGop_Values() []string

Mpeg2DynamicSubGop_Values returns all elements of the Mpeg2DynamicSubGop enum

func Mpeg2FramerateControl_Values

func Mpeg2FramerateControl_Values() []string

Mpeg2FramerateControl_Values returns all elements of the Mpeg2FramerateControl enum

func Mpeg2FramerateConversionAlgorithm_Values

func Mpeg2FramerateConversionAlgorithm_Values() []string

Mpeg2FramerateConversionAlgorithm_Values returns all elements of the Mpeg2FramerateConversionAlgorithm enum

func Mpeg2GopSizeUnits_Values

func Mpeg2GopSizeUnits_Values() []string

Mpeg2GopSizeUnits_Values returns all elements of the Mpeg2GopSizeUnits enum

func Mpeg2InterlaceMode_Values

func Mpeg2InterlaceMode_Values() []string

Mpeg2InterlaceMode_Values returns all elements of the Mpeg2InterlaceMode enum

func Mpeg2IntraDcPrecision_Values

func Mpeg2IntraDcPrecision_Values() []string

Mpeg2IntraDcPrecision_Values returns all elements of the Mpeg2IntraDcPrecision enum

func Mpeg2ParControl_Values

func Mpeg2ParControl_Values() []string

Mpeg2ParControl_Values returns all elements of the Mpeg2ParControl enum

func Mpeg2QualityTuningLevel_Values

func Mpeg2QualityTuningLevel_Values() []string

Mpeg2QualityTuningLevel_Values returns all elements of the Mpeg2QualityTuningLevel enum

func Mpeg2RateControlMode_Values

func Mpeg2RateControlMode_Values() []string

Mpeg2RateControlMode_Values returns all elements of the Mpeg2RateControlMode enum

func Mpeg2ScanTypeConversionMode_Values

func Mpeg2ScanTypeConversionMode_Values() []string

Mpeg2ScanTypeConversionMode_Values returns all elements of the Mpeg2ScanTypeConversionMode enum

func Mpeg2SceneChangeDetect_Values

func Mpeg2SceneChangeDetect_Values() []string

Mpeg2SceneChangeDetect_Values returns all elements of the Mpeg2SceneChangeDetect enum

func Mpeg2SlowPal_Values

func Mpeg2SlowPal_Values() []string

Mpeg2SlowPal_Values returns all elements of the Mpeg2SlowPal enum

func Mpeg2SpatialAdaptiveQuantization_Values

func Mpeg2SpatialAdaptiveQuantization_Values() []string

Mpeg2SpatialAdaptiveQuantization_Values returns all elements of the Mpeg2SpatialAdaptiveQuantization enum

func Mpeg2Syntax_Values

func Mpeg2Syntax_Values() []string

Mpeg2Syntax_Values returns all elements of the Mpeg2Syntax enum

func Mpeg2Telecine_Values

func Mpeg2Telecine_Values() []string

Mpeg2Telecine_Values returns all elements of the Mpeg2Telecine enum

func Mpeg2TemporalAdaptiveQuantization_Values

func Mpeg2TemporalAdaptiveQuantization_Values() []string

Mpeg2TemporalAdaptiveQuantization_Values returns all elements of the Mpeg2TemporalAdaptiveQuantization enum

func MsSmoothAudioDeduplication_Values

func MsSmoothAudioDeduplication_Values() []string

MsSmoothAudioDeduplication_Values returns all elements of the MsSmoothAudioDeduplication enum

func MsSmoothFragmentLengthControl_Values

func MsSmoothFragmentLengthControl_Values() []string

MsSmoothFragmentLengthControl_Values returns all elements of the MsSmoothFragmentLengthControl enum

func MsSmoothManifestEncoding_Values

func MsSmoothManifestEncoding_Values() []string

MsSmoothManifestEncoding_Values returns all elements of the MsSmoothManifestEncoding enum

func MxfAfdSignaling_Values

func MxfAfdSignaling_Values() []string

MxfAfdSignaling_Values returns all elements of the MxfAfdSignaling enum

func MxfProfile_Values

func MxfProfile_Values() []string

MxfProfile_Values returns all elements of the MxfProfile enum

func MxfXavcDurationMode_Values

func MxfXavcDurationMode_Values() []string

MxfXavcDurationMode_Values returns all elements of the MxfXavcDurationMode enum

func NielsenActiveWatermarkProcessType_Values

func NielsenActiveWatermarkProcessType_Values() []string

NielsenActiveWatermarkProcessType_Values returns all elements of the NielsenActiveWatermarkProcessType enum

func NielsenSourceWatermarkStatusType_Values

func NielsenSourceWatermarkStatusType_Values() []string

NielsenSourceWatermarkStatusType_Values returns all elements of the NielsenSourceWatermarkStatusType enum

func NielsenUniqueTicPerAudioTrackType_Values

func NielsenUniqueTicPerAudioTrackType_Values() []string

NielsenUniqueTicPerAudioTrackType_Values returns all elements of the NielsenUniqueTicPerAudioTrackType enum

func NoiseFilterPostTemporalSharpeningStrength_Values

func NoiseFilterPostTemporalSharpeningStrength_Values() []string

NoiseFilterPostTemporalSharpeningStrength_Values returns all elements of the NoiseFilterPostTemporalSharpeningStrength enum

func NoiseFilterPostTemporalSharpening_Values

func NoiseFilterPostTemporalSharpening_Values() []string

NoiseFilterPostTemporalSharpening_Values returns all elements of the NoiseFilterPostTemporalSharpening enum

func NoiseReducerFilter_Values

func NoiseReducerFilter_Values() []string

NoiseReducerFilter_Values returns all elements of the NoiseReducerFilter enum

func Order_Values

func Order_Values() []string

Order_Values returns all elements of the Order enum

func OutputGroupType_Values

func OutputGroupType_Values() []string

OutputGroupType_Values returns all elements of the OutputGroupType enum

func OutputSdt_Values

func OutputSdt_Values() []string

OutputSdt_Values returns all elements of the OutputSdt enum

func PadVideo_Values

func PadVideo_Values() []string

PadVideo_Values returns all elements of the PadVideo enum

func PresetListBy_Values

func PresetListBy_Values() []string

PresetListBy_Values returns all elements of the PresetListBy enum

func PricingPlan_Values

func PricingPlan_Values() []string

PricingPlan_Values returns all elements of the PricingPlan enum

func ProresChromaSampling_Values

func ProresChromaSampling_Values() []string

ProresChromaSampling_Values returns all elements of the ProresChromaSampling enum

func ProresCodecProfile_Values

func ProresCodecProfile_Values() []string

ProresCodecProfile_Values returns all elements of the ProresCodecProfile enum

func ProresFramerateControl_Values

func ProresFramerateControl_Values() []string

ProresFramerateControl_Values returns all elements of the ProresFramerateControl enum

func ProresFramerateConversionAlgorithm_Values

func ProresFramerateConversionAlgorithm_Values() []string

ProresFramerateConversionAlgorithm_Values returns all elements of the ProresFramerateConversionAlgorithm enum

func ProresInterlaceMode_Values

func ProresInterlaceMode_Values() []string

ProresInterlaceMode_Values returns all elements of the ProresInterlaceMode enum

func ProresParControl_Values

func ProresParControl_Values() []string

ProresParControl_Values returns all elements of the ProresParControl enum

func ProresScanTypeConversionMode_Values

func ProresScanTypeConversionMode_Values() []string

ProresScanTypeConversionMode_Values returns all elements of the ProresScanTypeConversionMode enum

func ProresSlowPal_Values

func ProresSlowPal_Values() []string

ProresSlowPal_Values returns all elements of the ProresSlowPal enum

func ProresTelecine_Values

func ProresTelecine_Values() []string

ProresTelecine_Values returns all elements of the ProresTelecine enum

func QueueListBy_Values

func QueueListBy_Values() []string

QueueListBy_Values returns all elements of the QueueListBy enum

func QueueStatus_Values

func QueueStatus_Values() []string

QueueStatus_Values returns all elements of the QueueStatus enum

func RenewalType_Values

func RenewalType_Values() []string

RenewalType_Values returns all elements of the RenewalType enum

func RequiredFlag_Values

func RequiredFlag_Values() []string

RequiredFlag_Values returns all elements of the RequiredFlag enum

func ReservationPlanStatus_Values

func ReservationPlanStatus_Values() []string

ReservationPlanStatus_Values returns all elements of the ReservationPlanStatus enum

func RespondToAfd_Values

func RespondToAfd_Values() []string

RespondToAfd_Values returns all elements of the RespondToAfd enum

func RuleType_Values

func RuleType_Values() []string

RuleType_Values returns all elements of the RuleType enum

func S3ObjectCannedAcl_Values

func S3ObjectCannedAcl_Values() []string

S3ObjectCannedAcl_Values returns all elements of the S3ObjectCannedAcl enum

func S3ServerSideEncryptionType_Values

func S3ServerSideEncryptionType_Values() []string

S3ServerSideEncryptionType_Values returns all elements of the S3ServerSideEncryptionType enum

func SampleRangeConversion_Values

func SampleRangeConversion_Values() []string

SampleRangeConversion_Values returns all elements of the SampleRangeConversion enum

func ScalingBehavior_Values

func ScalingBehavior_Values() []string

ScalingBehavior_Values returns all elements of the ScalingBehavior enum

func SccDestinationFramerate_Values

func SccDestinationFramerate_Values() []string

SccDestinationFramerate_Values returns all elements of the SccDestinationFramerate enum

func SimulateReservedQueue_Values

func SimulateReservedQueue_Values() []string

SimulateReservedQueue_Values returns all elements of the SimulateReservedQueue enum

func SrtStylePassthrough_Values

func SrtStylePassthrough_Values() []string

SrtStylePassthrough_Values returns all elements of the SrtStylePassthrough enum

func StatusUpdateInterval_Values

func StatusUpdateInterval_Values() []string

StatusUpdateInterval_Values returns all elements of the StatusUpdateInterval enum

func TeletextPageType_Values

func TeletextPageType_Values() []string

TeletextPageType_Values returns all elements of the TeletextPageType enum

func TimecodeBurninPosition_Values

func TimecodeBurninPosition_Values() []string

TimecodeBurninPosition_Values returns all elements of the TimecodeBurninPosition enum

func TimecodeSource_Values

func TimecodeSource_Values() []string

TimecodeSource_Values returns all elements of the TimecodeSource enum

func TimedMetadata_Values

func TimedMetadata_Values() []string

TimedMetadata_Values returns all elements of the TimedMetadata enum

func TtmlStylePassthrough_Values

func TtmlStylePassthrough_Values() []string

TtmlStylePassthrough_Values returns all elements of the TtmlStylePassthrough enum

func Type_Values

func Type_Values() []string

Type_Values returns all elements of the Type enum

func Vc3Class_Values

func Vc3Class_Values() []string

Vc3Class_Values returns all elements of the Vc3Class enum

func Vc3FramerateControl_Values

func Vc3FramerateControl_Values() []string

Vc3FramerateControl_Values returns all elements of the Vc3FramerateControl enum

func Vc3FramerateConversionAlgorithm_Values

func Vc3FramerateConversionAlgorithm_Values() []string

Vc3FramerateConversionAlgorithm_Values returns all elements of the Vc3FramerateConversionAlgorithm enum

func Vc3InterlaceMode_Values

func Vc3InterlaceMode_Values() []string

Vc3InterlaceMode_Values returns all elements of the Vc3InterlaceMode enum

func Vc3ScanTypeConversionMode_Values

func Vc3ScanTypeConversionMode_Values() []string

Vc3ScanTypeConversionMode_Values returns all elements of the Vc3ScanTypeConversionMode enum

func Vc3SlowPal_Values

func Vc3SlowPal_Values() []string

Vc3SlowPal_Values returns all elements of the Vc3SlowPal enum

func Vc3Telecine_Values

func Vc3Telecine_Values() []string

Vc3Telecine_Values returns all elements of the Vc3Telecine enum

func VchipAction_Values

func VchipAction_Values() []string

VchipAction_Values returns all elements of the VchipAction enum

func VideoCodec_Values

func VideoCodec_Values() []string

VideoCodec_Values returns all elements of the VideoCodec enum

func VideoTimecodeInsertion_Values

func VideoTimecodeInsertion_Values() []string

VideoTimecodeInsertion_Values returns all elements of the VideoTimecodeInsertion enum

func Vp8FramerateControl_Values

func Vp8FramerateControl_Values() []string

Vp8FramerateControl_Values returns all elements of the Vp8FramerateControl enum

func Vp8FramerateConversionAlgorithm_Values

func Vp8FramerateConversionAlgorithm_Values() []string

Vp8FramerateConversionAlgorithm_Values returns all elements of the Vp8FramerateConversionAlgorithm enum

func Vp8ParControl_Values

func Vp8ParControl_Values() []string

Vp8ParControl_Values returns all elements of the Vp8ParControl enum

func Vp8QualityTuningLevel_Values

func Vp8QualityTuningLevel_Values() []string

Vp8QualityTuningLevel_Values returns all elements of the Vp8QualityTuningLevel enum

func Vp8RateControlMode_Values

func Vp8RateControlMode_Values() []string

Vp8RateControlMode_Values returns all elements of the Vp8RateControlMode enum

func Vp9FramerateControl_Values

func Vp9FramerateControl_Values() []string

Vp9FramerateControl_Values returns all elements of the Vp9FramerateControl enum

func Vp9FramerateConversionAlgorithm_Values

func Vp9FramerateConversionAlgorithm_Values() []string

Vp9FramerateConversionAlgorithm_Values returns all elements of the Vp9FramerateConversionAlgorithm enum

func Vp9ParControl_Values

func Vp9ParControl_Values() []string

Vp9ParControl_Values returns all elements of the Vp9ParControl enum

func Vp9QualityTuningLevel_Values

func Vp9QualityTuningLevel_Values() []string

Vp9QualityTuningLevel_Values returns all elements of the Vp9QualityTuningLevel enum

func Vp9RateControlMode_Values

func Vp9RateControlMode_Values() []string

Vp9RateControlMode_Values returns all elements of the Vp9RateControlMode enum

func WatermarkingStrength_Values

func WatermarkingStrength_Values() []string

WatermarkingStrength_Values returns all elements of the WatermarkingStrength enum

func WavFormat_Values

func WavFormat_Values() []string

WavFormat_Values returns all elements of the WavFormat enum

func WebvttAccessibilitySubs_Values

func WebvttAccessibilitySubs_Values() []string

WebvttAccessibilitySubs_Values returns all elements of the WebvttAccessibilitySubs enum

func WebvttStylePassthrough_Values

func WebvttStylePassthrough_Values() []string

WebvttStylePassthrough_Values returns all elements of the WebvttStylePassthrough enum

func Xavc4kIntraCbgProfileClass_Values

func Xavc4kIntraCbgProfileClass_Values() []string

Xavc4kIntraCbgProfileClass_Values returns all elements of the Xavc4kIntraCbgProfileClass enum

func Xavc4kIntraVbrProfileClass_Values

func Xavc4kIntraVbrProfileClass_Values() []string

Xavc4kIntraVbrProfileClass_Values returns all elements of the Xavc4kIntraVbrProfileClass enum

func Xavc4kProfileBitrateClass_Values

func Xavc4kProfileBitrateClass_Values() []string

Xavc4kProfileBitrateClass_Values returns all elements of the Xavc4kProfileBitrateClass enum

func Xavc4kProfileCodecProfile_Values

func Xavc4kProfileCodecProfile_Values() []string

Xavc4kProfileCodecProfile_Values returns all elements of the Xavc4kProfileCodecProfile enum

func Xavc4kProfileQualityTuningLevel_Values

func Xavc4kProfileQualityTuningLevel_Values() []string

Xavc4kProfileQualityTuningLevel_Values returns all elements of the Xavc4kProfileQualityTuningLevel enum

func XavcAdaptiveQuantization_Values

func XavcAdaptiveQuantization_Values() []string

XavcAdaptiveQuantization_Values returns all elements of the XavcAdaptiveQuantization enum

func XavcEntropyEncoding_Values

func XavcEntropyEncoding_Values() []string

XavcEntropyEncoding_Values returns all elements of the XavcEntropyEncoding enum

func XavcFlickerAdaptiveQuantization_Values

func XavcFlickerAdaptiveQuantization_Values() []string

XavcFlickerAdaptiveQuantization_Values returns all elements of the XavcFlickerAdaptiveQuantization enum

func XavcFramerateControl_Values

func XavcFramerateControl_Values() []string

XavcFramerateControl_Values returns all elements of the XavcFramerateControl enum

func XavcFramerateConversionAlgorithm_Values

func XavcFramerateConversionAlgorithm_Values() []string

XavcFramerateConversionAlgorithm_Values returns all elements of the XavcFramerateConversionAlgorithm enum

func XavcGopBReference_Values

func XavcGopBReference_Values() []string

XavcGopBReference_Values returns all elements of the XavcGopBReference enum

func XavcHdIntraCbgProfileClass_Values

func XavcHdIntraCbgProfileClass_Values() []string

XavcHdIntraCbgProfileClass_Values returns all elements of the XavcHdIntraCbgProfileClass enum

func XavcHdProfileBitrateClass_Values

func XavcHdProfileBitrateClass_Values() []string

XavcHdProfileBitrateClass_Values returns all elements of the XavcHdProfileBitrateClass enum

func XavcHdProfileQualityTuningLevel_Values

func XavcHdProfileQualityTuningLevel_Values() []string

XavcHdProfileQualityTuningLevel_Values returns all elements of the XavcHdProfileQualityTuningLevel enum

func XavcHdProfileTelecine_Values

func XavcHdProfileTelecine_Values() []string

XavcHdProfileTelecine_Values returns all elements of the XavcHdProfileTelecine enum

func XavcInterlaceMode_Values

func XavcInterlaceMode_Values() []string

XavcInterlaceMode_Values returns all elements of the XavcInterlaceMode enum

func XavcProfile_Values

func XavcProfile_Values() []string

XavcProfile_Values returns all elements of the XavcProfile enum

func XavcSlowPal_Values

func XavcSlowPal_Values() []string

XavcSlowPal_Values returns all elements of the XavcSlowPal enum

func XavcSpatialAdaptiveQuantization_Values

func XavcSpatialAdaptiveQuantization_Values() []string

XavcSpatialAdaptiveQuantization_Values returns all elements of the XavcSpatialAdaptiveQuantization enum

func XavcTemporalAdaptiveQuantization_Values

func XavcTemporalAdaptiveQuantization_Values() []string

XavcTemporalAdaptiveQuantization_Values returns all elements of the XavcTemporalAdaptiveQuantization enum

type AacSettings

type AacSettings struct {

    // 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.
    AudioDescriptionBroadcasterMix *string `locationName:"audioDescriptionBroadcasterMix" type:"string" enum:"AacAudioDescriptionBroadcasterMix"`

    // Specify the average bitrate in bits per second. The set of valid values for
    // this setting is: 6000, 8000, 10000, 12000, 14000, 16000, 20000, 24000, 28000,
    // 32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000,
    // 192000, 224000, 256000, 288000, 320000, 384000, 448000, 512000, 576000, 640000,
    // 768000, 896000, 1024000. The value you set is also constrained by the values
    // that you choose for Profile (codecProfile), Bitrate control mode (codingMode),
    // and Sample rate (sampleRate). Default values depend on Bitrate control mode
    // and Profile.
    Bitrate *int64 `locationName:"bitrate" min:"6000" type:"integer"`

    // AAC Profile.
    CodecProfile *string `locationName:"codecProfile" type:"string" enum:"AacCodecProfile"`

    // The Coding mode that you specify determines the number of audio channels
    // and the audio channel layout metadata in your AAC output. Valid coding modes
    // depend on the Rate control mode and Profile that you select. The following
    // list shows the number of audio channels and channel layout for each coding
    // mode. * 1.0 Audio Description (Receiver Mix): One channel, C. Includes audio
    // description data from your stereo input. For more information see ETSI TS
    // 101 154 Annex E. * 1.0 Mono: One channel, C. * 2.0 Stereo: Two channels,
    // L, R. * 5.1 Surround: Six channels, C, L, R, Ls, Rs, LFE.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"AacCodingMode"`

    // Rate Control Mode.
    RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"AacRateControlMode"`

    // 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.
    RawFormat *string `locationName:"rawFormat" type:"string" enum:"AacRawFormat"`

    // Specify the Sample rate in Hz. Valid sample rates depend on the Profile and
    // Coding mode that you select. The following list shows valid sample rates
    // for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and
    // Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200,
    // 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1
    // Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000.
    // * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2
    // Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
    SampleRate *int64 `locationName:"sampleRate" min:"8000" type:"integer"`

    // Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream
    // containers.
    Specification *string `locationName:"specification" type:"string" enum:"AacSpecification"`

    // VBR Quality Level - Only used if rate_control_mode is VBR.
    VbrQuality *string `locationName:"vbrQuality" type:"string" enum:"AacVbrQuality"`
    // contains filtered or unexported fields
}

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode (rateControlMode) to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality (vbrQuality). In CBR mode, you use the setting Bitrate (bitrate). Defaults and valid values depend on the rate control mode.

func (AacSettings) GoString

func (s AacSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AacSettings) SetAudioDescriptionBroadcasterMix

func (s *AacSettings) SetAudioDescriptionBroadcasterMix(v string) *AacSettings

SetAudioDescriptionBroadcasterMix sets the AudioDescriptionBroadcasterMix field's value.

func (*AacSettings) SetBitrate

func (s *AacSettings) SetBitrate(v int64) *AacSettings

SetBitrate sets the Bitrate field's value.

func (*AacSettings) SetCodecProfile

func (s *AacSettings) SetCodecProfile(v string) *AacSettings

SetCodecProfile sets the CodecProfile field's value.

func (*AacSettings) SetCodingMode

func (s *AacSettings) SetCodingMode(v string) *AacSettings

SetCodingMode sets the CodingMode field's value.

func (*AacSettings) SetRateControlMode

func (s *AacSettings) SetRateControlMode(v string) *AacSettings

SetRateControlMode sets the RateControlMode field's value.

func (*AacSettings) SetRawFormat

func (s *AacSettings) SetRawFormat(v string) *AacSettings

SetRawFormat sets the RawFormat field's value.

func (*AacSettings) SetSampleRate

func (s *AacSettings) SetSampleRate(v int64) *AacSettings

SetSampleRate sets the SampleRate field's value.

func (*AacSettings) SetSpecification

func (s *AacSettings) SetSpecification(v string) *AacSettings

SetSpecification sets the Specification field's value.

func (*AacSettings) SetVbrQuality

func (s *AacSettings) SetVbrQuality(v string) *AacSettings

SetVbrQuality sets the VbrQuality field's value.

func (AacSettings) String

func (s AacSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AacSettings) Validate

func (s *AacSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Ac3Settings

type Ac3Settings struct {

    // Specify the average bitrate in bits per second. The bitrate that you specify
    // must be a multiple of 8000 within the allowed minimum and maximum values.
    // Leave blank to use the default bitrate for the coding mode you select according
    // ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum:
    // 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000.
    // Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default:
    // 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode
    // 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.
    Bitrate *int64 `locationName:"bitrate" min:"64000" type:"integer"`

    // Specify the bitstream mode for the AC-3 stream that the encoder emits. For
    // more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex
    // E).
    BitstreamMode *string `locationName:"bitstreamMode" type:"string" enum:"Ac3BitstreamMode"`

    // Dolby Digital coding mode. Determines number of channels.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"Ac3CodingMode"`

    // Sets the dialnorm for the output. If blank and input audio is Dolby Digital,
    // dialnorm will be passed through.
    Dialnorm *int64 `locationName:"dialnorm" min:"1" type:"integer"`

    // Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert
    // uses when encoding the metadata in the Dolby Digital stream for the line
    // operating mode. Related setting: When you use this setting, MediaConvert
    // ignores any value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile).
    // For information about the Dolby Digital DRC operating modes and profiles,
    // see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
    DynamicRangeCompressionLine *string `locationName:"dynamicRangeCompressionLine" type:"string" enum:"Ac3DynamicRangeCompressionLine"`

    // When you want to add Dolby dynamic range compression (DRC) signaling to your
    // output stream, we recommend that you use the mode-specific settings instead
    // of Dynamic range compression profile (DynamicRangeCompressionProfile). The
    // mode-specific settings are Dynamic range compression profile, line mode (dynamicRangeCompressionLine)
    // and Dynamic range compression profile, RF mode (dynamicRangeCompressionRf).
    // Note that when you specify values for all three settings, MediaConvert ignores
    // the value of this setting in favor of the mode-specific settings. If you
    // do use this setting instead of the mode-specific settings, choose None (NONE)
    // to leave out DRC signaling. Keep the default Film standard (FILM_STANDARD)
    // to set the profile to Dolby's film standard profile for all operating modes.
    DynamicRangeCompressionProfile *string `locationName:"dynamicRangeCompressionProfile" type:"string" enum:"Ac3DynamicRangeCompressionProfile"`

    // Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert
    // uses when encoding the metadata in the Dolby Digital stream for the RF operating
    // mode. Related setting: When you use this setting, MediaConvert ignores any
    // value you provide for Dynamic range compression profile (DynamicRangeCompressionProfile).
    // For information about the Dolby Digital DRC operating modes and profiles,
    // see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
    DynamicRangeCompressionRf *string `locationName:"dynamicRangeCompressionRf" type:"string" enum:"Ac3DynamicRangeCompressionRf"`

    // Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only
    // valid with 3_2_LFE coding mode.
    LfeFilter *string `locationName:"lfeFilter" type:"string" enum:"Ac3LfeFilter"`

    // 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.
    MetadataControl *string `locationName:"metadataControl" type:"string" enum:"Ac3MetadataControl"`

    // This value is always 48000. It represents the sample rate in Hz.
    SampleRate *int64 `locationName:"sampleRate" min:"48000" type:"integer"`
    // contains filtered or unexported fields
}

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3.

func (Ac3Settings) GoString

func (s Ac3Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Ac3Settings) SetBitrate

func (s *Ac3Settings) SetBitrate(v int64) *Ac3Settings

SetBitrate sets the Bitrate field's value.

func (*Ac3Settings) SetBitstreamMode

func (s *Ac3Settings) SetBitstreamMode(v string) *Ac3Settings

SetBitstreamMode sets the BitstreamMode field's value.

func (*Ac3Settings) SetCodingMode

func (s *Ac3Settings) SetCodingMode(v string) *Ac3Settings

SetCodingMode sets the CodingMode field's value.

func (*Ac3Settings) SetDialnorm

func (s *Ac3Settings) SetDialnorm(v int64) *Ac3Settings

SetDialnorm sets the Dialnorm field's value.

func (*Ac3Settings) SetDynamicRangeCompressionLine

func (s *Ac3Settings) SetDynamicRangeCompressionLine(v string) *Ac3Settings

SetDynamicRangeCompressionLine sets the DynamicRangeCompressionLine field's value.

func (*Ac3Settings) SetDynamicRangeCompressionProfile

func (s *Ac3Settings) SetDynamicRangeCompressionProfile(v string) *Ac3Settings

SetDynamicRangeCompressionProfile sets the DynamicRangeCompressionProfile field's value.

func (*Ac3Settings) SetDynamicRangeCompressionRf

func (s *Ac3Settings) SetDynamicRangeCompressionRf(v string) *Ac3Settings

SetDynamicRangeCompressionRf sets the DynamicRangeCompressionRf field's value.

func (*Ac3Settings) SetLfeFilter

func (s *Ac3Settings) SetLfeFilter(v string) *Ac3Settings

SetLfeFilter sets the LfeFilter field's value.

func (*Ac3Settings) SetMetadataControl

func (s *Ac3Settings) SetMetadataControl(v string) *Ac3Settings

SetMetadataControl sets the MetadataControl field's value.

func (*Ac3Settings) SetSampleRate

func (s *Ac3Settings) SetSampleRate(v int64) *Ac3Settings

SetSampleRate sets the SampleRate field's value.

func (Ac3Settings) String

func (s Ac3Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Ac3Settings) Validate

func (s *Ac3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AccelerationSettings

type AccelerationSettings struct {

    // Specify the conditions when the service will run your job with accelerated
    // transcoding.
    //
    // Mode is a required field
    Mode *string `locationName:"mode" type:"string" required:"true" enum:"AccelerationMode"`
    // contains filtered or unexported fields
}

Accelerated transcoding can significantly speed up jobs with long, visually complex content.

func (AccelerationSettings) GoString

func (s AccelerationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccelerationSettings) SetMode

func (s *AccelerationSettings) SetMode(v string) *AccelerationSettings

SetMode sets the Mode field's value.

func (AccelerationSettings) String

func (s AccelerationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccelerationSettings) Validate

func (s *AccelerationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AdvancedInputFilterSettings

type AdvancedInputFilterSettings struct {

    // Add texture and detail to areas of your input video content that were lost
    // after applying the Advanced input filter. To adaptively add texture and reduce
    // softness: Choose Enabled. To not add any texture: Keep the default value,
    // Disabled. We recommend that you choose Disabled for input video content that
    // doesn't have texture, including screen recordings, computer graphics, or
    // cartoons.
    AddTexture *string `locationName:"addTexture" type:"string" enum:"AdvancedInputFilterAddTexture"`

    // Optionally specify the amount of sharpening to apply when you use the Advanced
    // input filter. Sharpening adds contrast to the edges of your video content
    // and can reduce softness. To apply no sharpening: Keep the default value,
    // Off. To apply a minimal amount of sharpening choose Low, or for the maximum
    // choose High.
    Sharpening *string `locationName:"sharpening" type:"string" enum:"AdvancedInputFilterSharpen"`
    // contains filtered or unexported fields
}

Optional settings for Advanced input filter when you set Advanced input filter to Enabled.

func (AdvancedInputFilterSettings) GoString

func (s AdvancedInputFilterSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdvancedInputFilterSettings) SetAddTexture

func (s *AdvancedInputFilterSettings) SetAddTexture(v string) *AdvancedInputFilterSettings

SetAddTexture sets the AddTexture field's value.

func (*AdvancedInputFilterSettings) SetSharpening

func (s *AdvancedInputFilterSettings) SetSharpening(v string) *AdvancedInputFilterSettings

SetSharpening sets the Sharpening field's value.

func (AdvancedInputFilterSettings) String

func (s AdvancedInputFilterSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AiffSettings

type AiffSettings struct {

    // Specify Bit depth (BitDepth), in bits per sample, to choose the encoding
    // quality for this audio track.
    BitDepth *int64 `locationName:"bitDepth" min:"16" type:"integer"`

    // Specify the number of channels in this output audio track. Valid values are
    // 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.
    Channels *int64 `locationName:"channels" min:"1" type:"integer"`

    // Sample rate in hz.
    SampleRate *int64 `locationName:"sampleRate" min:"8000" type:"integer"`
    // contains filtered or unexported fields
}

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.

func (AiffSettings) GoString

func (s AiffSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AiffSettings) SetBitDepth

func (s *AiffSettings) SetBitDepth(v int64) *AiffSettings

SetBitDepth sets the BitDepth field's value.

func (*AiffSettings) SetChannels

func (s *AiffSettings) SetChannels(v int64) *AiffSettings

SetChannels sets the Channels field's value.

func (*AiffSettings) SetSampleRate

func (s *AiffSettings) SetSampleRate(v int64) *AiffSettings

SetSampleRate sets the SampleRate field's value.

func (AiffSettings) String

func (s AiffSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AiffSettings) Validate

func (s *AiffSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AllowedRenditionSize

type AllowedRenditionSize struct {

    // Use Height to define the video resolution height, in pixels, for this rule.
    Height *int64 `locationName:"height" min:"32" type:"integer"`

    // Set to ENABLED to force a rendition to be included.
    Required *string `locationName:"required" type:"string" enum:"RequiredFlag"`

    // Use Width to define the video resolution width, in pixels, for this rule.
    Width *int64 `locationName:"width" min:"32" type:"integer"`
    // contains filtered or unexported fields
}

Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.

func (AllowedRenditionSize) GoString

func (s AllowedRenditionSize) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedRenditionSize) SetHeight

func (s *AllowedRenditionSize) SetHeight(v int64) *AllowedRenditionSize

SetHeight sets the Height field's value.

func (*AllowedRenditionSize) SetRequired

func (s *AllowedRenditionSize) SetRequired(v string) *AllowedRenditionSize

SetRequired sets the Required field's value.

func (*AllowedRenditionSize) SetWidth

func (s *AllowedRenditionSize) SetWidth(v int64) *AllowedRenditionSize

SetWidth sets the Width field's value.

func (AllowedRenditionSize) String

func (s AllowedRenditionSize) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AllowedRenditionSize) Validate

func (s *AllowedRenditionSize) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AncillarySourceSettings

type AncillarySourceSettings struct {

    // Specify whether this set of input captions appears in your outputs in both
    // 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes
    // the captions data in two ways: it passes the 608 data through using the 608
    // compatibility bytes fields of the 708 wrapper, and it also translates the
    // 608 data into 708.
    Convert608To708 *string `locationName:"convert608To708" type:"string" enum:"AncillaryConvert608To708"`

    // Specifies the 608 channel number in the ancillary data track from which to
    // extract captions. Unused for passthrough.
    SourceAncillaryChannelNumber *int64 `locationName:"sourceAncillaryChannelNumber" min:"1" type:"integer"`

    // By default, the service terminates any unterminated captions at the end of
    // each input. If you want the caption to continue onto your next input, disable
    // this setting.
    TerminateCaptions *string `locationName:"terminateCaptions" type:"string" enum:"AncillaryTerminateCaptions"`
    // contains filtered or unexported fields
}

Settings for ancillary captions source.

func (AncillarySourceSettings) GoString

func (s AncillarySourceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AncillarySourceSettings) SetConvert608To708

func (s *AncillarySourceSettings) SetConvert608To708(v string) *AncillarySourceSettings

SetConvert608To708 sets the Convert608To708 field's value.

func (*AncillarySourceSettings) SetSourceAncillaryChannelNumber

func (s *AncillarySourceSettings) SetSourceAncillaryChannelNumber(v int64) *AncillarySourceSettings

SetSourceAncillaryChannelNumber sets the SourceAncillaryChannelNumber field's value.

func (*AncillarySourceSettings) SetTerminateCaptions

func (s *AncillarySourceSettings) SetTerminateCaptions(v string) *AncillarySourceSettings

SetTerminateCaptions sets the TerminateCaptions field's value.

func (AncillarySourceSettings) String

func (s AncillarySourceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AncillarySourceSettings) Validate

func (s *AncillarySourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateCertificateInput

type AssociateCertificateInput struct {

    // The ARN of the ACM certificate that you want to associate with your MediaConvert
    // resource.
    //
    // Arn is a required field
    Arn *string `locationName:"arn" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Associates the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate with an AWS Elemental MediaConvert resource.

func (AssociateCertificateInput) GoString

func (s AssociateCertificateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateCertificateInput) SetArn

func (s *AssociateCertificateInput) SetArn(v string) *AssociateCertificateInput

SetArn sets the Arn field's value.

func (AssociateCertificateInput) String

func (s AssociateCertificateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateCertificateInput) Validate

func (s *AssociateCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateCertificateOutput

type AssociateCertificateOutput struct {
    // contains filtered or unexported fields
}

Successful association of Certificate Manager Amazon Resource Name (ARN) with Mediaconvert returns an OK message.

func (AssociateCertificateOutput) GoString

func (s AssociateCertificateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateCertificateOutput) String

func (s AssociateCertificateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AudioChannelTaggingSettings

type AudioChannelTaggingSettings struct {

    // You can add a tag for this mono-channel audio track to mimic its placement
    // in a multi-channel layout. For example, if this track is the left surround
    // channel, choose Left surround (LS).
    ChannelTag *string `locationName:"channelTag" type:"string" enum:"AudioChannelTag"`
    // contains filtered or unexported fields
}

When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout manually. For example, you would tag the tracks that contain your left, right, and center audio with Left (L), Right (R), and Center (C), respectively. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use audio layout tagging, your output must be in a QuickTime (.mov) container; your audio codec must be AAC, WAV, or AIFF; and you must set up your audio track to have only one channel.

func (AudioChannelTaggingSettings) GoString

func (s AudioChannelTaggingSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioChannelTaggingSettings) SetChannelTag

func (s *AudioChannelTaggingSettings) SetChannelTag(v string) *AudioChannelTaggingSettings

SetChannelTag sets the ChannelTag field's value.

func (AudioChannelTaggingSettings) String

func (s AudioChannelTaggingSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AudioCodecSettings

type AudioCodecSettings struct {

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value AAC. The service accepts one of two mutually exclusive groups of
    // AAC settings--VBR and CBR. To select one of these modes, set the value of
    // Bitrate control mode (rateControlMode) to "VBR" or "CBR". In VBR mode, you
    // control the audio quality with the setting VBR quality (vbrQuality). In CBR
    // mode, you use the setting Bitrate (bitrate). Defaults and valid values depend
    // on the rate control mode.
    AacSettings *AacSettings `locationName:"aacSettings" type:"structure"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value AC3.
    Ac3Settings *Ac3Settings `locationName:"ac3Settings" type:"structure"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value AIFF.
    AiffSettings *AiffSettings `locationName:"aiffSettings" type:"structure"`

    // Choose the audio codec for this output. Note that the option Dolby Digital
    // passthrough (PASSTHROUGH) applies only to Dolby Digital and Dolby Digital
    // Plus audio inputs. Make sure that you choose a codec that's supported with
    // your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio
    // For audio-only outputs, make sure that both your input audio codec and your
    // output audio codec are supported for audio-only workflows. For more information,
    // see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only
    // and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output
    Codec *string `locationName:"codec" type:"string" enum:"AudioCodec"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value EAC3_ATMOS.
    Eac3AtmosSettings *Eac3AtmosSettings `locationName:"eac3AtmosSettings" type:"structure"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value EAC3.
    Eac3Settings *Eac3Settings `locationName:"eac3Settings" type:"structure"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value MP2.
    Mp2Settings *Mp2Settings `locationName:"mp2Settings" type:"structure"`

    // Required when you set Codec, under AudioDescriptions>CodecSettings, to the
    // value MP3.
    Mp3Settings *Mp3Settings `locationName:"mp3Settings" type:"structure"`

    // Required when you set Codec, under AudioDescriptions>CodecSettings, to the
    // value OPUS.
    OpusSettings *OpusSettings `locationName:"opusSettings" type:"structure"`

    // Required when you set Codec, under AudioDescriptions>CodecSettings, to the
    // value Vorbis.
    VorbisSettings *VorbisSettings `locationName:"vorbisSettings" type:"structure"`

    // Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to
    // the value WAV.
    WavSettings *WavSettings `locationName:"wavSettings" type:"structure"`
    // contains filtered or unexported fields
}

Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.

func (AudioCodecSettings) GoString

func (s AudioCodecSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioCodecSettings) SetAacSettings

func (s *AudioCodecSettings) SetAacSettings(v *AacSettings) *AudioCodecSettings

SetAacSettings sets the AacSettings field's value.

func (*AudioCodecSettings) SetAc3Settings

func (s *AudioCodecSettings) SetAc3Settings(v *Ac3Settings) *AudioCodecSettings

SetAc3Settings sets the Ac3Settings field's value.

func (*AudioCodecSettings) SetAiffSettings

func (s *AudioCodecSettings) SetAiffSettings(v *AiffSettings) *AudioCodecSettings

SetAiffSettings sets the AiffSettings field's value.

func (*AudioCodecSettings) SetCodec

func (s *AudioCodecSettings) SetCodec(v string) *AudioCodecSettings

SetCodec sets the Codec field's value.

func (*AudioCodecSettings) SetEac3AtmosSettings

func (s *AudioCodecSettings) SetEac3AtmosSettings(v *Eac3AtmosSettings) *AudioCodecSettings

SetEac3AtmosSettings sets the Eac3AtmosSettings field's value.

func (*AudioCodecSettings) SetEac3Settings

func (s *AudioCodecSettings) SetEac3Settings(v *Eac3Settings) *AudioCodecSettings

SetEac3Settings sets the Eac3Settings field's value.

func (*AudioCodecSettings) SetMp2Settings

func (s *AudioCodecSettings) SetMp2Settings(v *Mp2Settings) *AudioCodecSettings

SetMp2Settings sets the Mp2Settings field's value.

func (*AudioCodecSettings) SetMp3Settings

func (s *AudioCodecSettings) SetMp3Settings(v *Mp3Settings) *AudioCodecSettings

SetMp3Settings sets the Mp3Settings field's value.

func (*AudioCodecSettings) SetOpusSettings

func (s *AudioCodecSettings) SetOpusSettings(v *OpusSettings) *AudioCodecSettings

SetOpusSettings sets the OpusSettings field's value.

func (*AudioCodecSettings) SetVorbisSettings

func (s *AudioCodecSettings) SetVorbisSettings(v *VorbisSettings) *AudioCodecSettings

SetVorbisSettings sets the VorbisSettings field's value.

func (*AudioCodecSettings) SetWavSettings

func (s *AudioCodecSettings) SetWavSettings(v *WavSettings) *AudioCodecSettings

SetWavSettings sets the WavSettings field's value.

func (AudioCodecSettings) String

func (s AudioCodecSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioCodecSettings) Validate

func (s *AudioCodecSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioDescription

type AudioDescription struct {

    // When you mimic a multi-channel audio layout with multiple mono-channel tracks,
    // you can tag each channel layout manually. For example, you would tag the
    // tracks that contain your left, right, and center audio with Left (L), Right
    // (R), and Center (C), respectively. When you don't specify a value, MediaConvert
    // labels your track as Center (C) by default. To use audio layout tagging,
    // your output must be in a QuickTime (.mov) container; your audio codec must
    // be AAC, WAV, or AIFF; and you must set up your audio track to have only one
    // channel.
    AudioChannelTaggingSettings *AudioChannelTaggingSettings `locationName:"audioChannelTaggingSettings" type:"structure"`

    // Advanced audio normalization settings. Ignore these settings unless you need
    // to comply with a loudness standard.
    AudioNormalizationSettings *AudioNormalizationSettings `locationName:"audioNormalizationSettings" type:"structure"`

    // 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.
    AudioSourceName *string `locationName:"audioSourceName" type:"string"`

    // 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.
    AudioType *int64 `locationName:"audioType" type:"integer"`

    // 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.
    AudioTypeControl *string `locationName:"audioTypeControl" type:"string" enum:"AudioTypeControl"`

    // Settings related to audio encoding. The settings in this group vary depending
    // on the value that you choose for your audio codec.
    CodecSettings *AudioCodecSettings `locationName:"codecSettings" type:"structure"`

    // Specify the language for this audio output track. The service puts this language
    // code into your output audio track when you set Language code control (AudioLanguageCodeControl)
    // to Use configured (USE_CONFIGURED). The service also uses your specified
    // custom language code when you set Language code control (AudioLanguageCodeControl)
    // to Follow input (FOLLOW_INPUT), but your input file doesn't specify a language
    // code. For all outputs, you can use an ISO 639-2 or ISO 639-3 code. For streaming
    // outputs, you can also use any other code in the full RFC-5646 specification.
    // Streaming outputs are those that are in one of the following output groups:
    // CMAF, DASH ISO, Apple HLS, or Microsoft Smooth Streaming.
    CustomLanguageCode *string `locationName:"customLanguageCode" type:"string"`

    // 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.
    LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

    // Specify which source for language code takes precedence for this audio track.
    // When you choose Follow input (FOLLOW_INPUT), the service uses the language
    // code from the input track if it's present. If there's no languge code on
    // the input track, the service uses the code that you specify in the setting
    // Language code (languageCode or customLanguageCode). When you choose Use configured
    // (USE_CONFIGURED), the service uses the language code that you specify.
    LanguageCodeControl *string `locationName:"languageCodeControl" type:"string" enum:"AudioLanguageCodeControl"`

    // Advanced audio remixing settings.
    RemixSettings *RemixSettings `locationName:"remixSettings" type:"structure"`

    // Specify a label for this output audio stream. For example, "English", "Director
    // commentary", or "track_2". For streaming outputs, MediaConvert passes this
    // information into destination manifests for display on the end-viewer's player
    // device. For outputs in other output groups, the service ignores this setting.
    StreamName *string `locationName:"streamName" type:"string"`
    // contains filtered or unexported fields
}

Settings related to one audio tab on the MediaConvert console. In your job JSON, an instance of AudioDescription is equivalent to one audio tab in the console. Usually, one audio tab corresponds to one output audio track. Depending on how you set up your input audio selectors and whether you use audio selector groups, one audio tab can correspond to a group of output audio tracks.

func (AudioDescription) GoString

func (s AudioDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDescription) SetAudioChannelTaggingSettings

func (s *AudioDescription) SetAudioChannelTaggingSettings(v *AudioChannelTaggingSettings) *AudioDescription

SetAudioChannelTaggingSettings sets the AudioChannelTaggingSettings field's value.

func (*AudioDescription) SetAudioNormalizationSettings

func (s *AudioDescription) SetAudioNormalizationSettings(v *AudioNormalizationSettings) *AudioDescription

SetAudioNormalizationSettings sets the AudioNormalizationSettings field's value.

func (*AudioDescription) SetAudioSourceName

func (s *AudioDescription) SetAudioSourceName(v string) *AudioDescription

SetAudioSourceName sets the AudioSourceName field's value.

func (*AudioDescription) SetAudioType

func (s *AudioDescription) SetAudioType(v int64) *AudioDescription

SetAudioType sets the AudioType field's value.

func (*AudioDescription) SetAudioTypeControl

func (s *AudioDescription) SetAudioTypeControl(v string) *AudioDescription

SetAudioTypeControl sets the AudioTypeControl field's value.

func (*AudioDescription) SetCodecSettings

func (s *AudioDescription) SetCodecSettings(v *AudioCodecSettings) *AudioDescription

SetCodecSettings sets the CodecSettings field's value.

func (*AudioDescription) SetCustomLanguageCode

func (s *AudioDescription) SetCustomLanguageCode(v string) *AudioDescription

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*AudioDescription) SetLanguageCode

func (s *AudioDescription) SetLanguageCode(v string) *AudioDescription

SetLanguageCode sets the LanguageCode field's value.

func (*AudioDescription) SetLanguageCodeControl

func (s *AudioDescription) SetLanguageCodeControl(v string) *AudioDescription

SetLanguageCodeControl sets the LanguageCodeControl field's value.

func (*AudioDescription) SetRemixSettings

func (s *AudioDescription) SetRemixSettings(v *RemixSettings) *AudioDescription

SetRemixSettings sets the RemixSettings field's value.

func (*AudioDescription) SetStreamName

func (s *AudioDescription) SetStreamName(v string) *AudioDescription

SetStreamName sets the StreamName field's value.

func (AudioDescription) String

func (s AudioDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDescription) Validate

func (s *AudioDescription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioNormalizationSettings

type AudioNormalizationSettings struct {

    // Choose one of the following audio normalization algorithms: ITU-R BS.1770-1:
    // Ungated loudness. A measurement of ungated average loudness for an entire
    // piece of content, suitable for measurement of short-form content under ATSC
    // recommendation A/85. Supports up to 5.1 audio channels. ITU-R BS.1770-2:
    // Gated loudness. A measurement of gated average loudness compliant with the
    // requirements of EBU-R128. Supports up to 5.1 audio channels. ITU-R BS.1770-3:
    // Modified peak. The same loudness measurement algorithm as 1770-2, with an
    // updated true peak measurement. ITU-R BS.1770-4: Higher channel count. Allows
    // for more audio channels than the other algorithms, including configurations
    // such as 7.1.
    Algorithm *string `locationName:"algorithm" type:"string" enum:"AudioNormalizationAlgorithm"`

    // When enabled the output audio is corrected using the chosen algorithm. If
    // disabled, the audio will be measured but not adjusted.
    AlgorithmControl *string `locationName:"algorithmControl" type:"string" enum:"AudioNormalizationAlgorithmControl"`

    // Content measuring above this level will be corrected to the target level.
    // Content measuring below this level will not be corrected.
    CorrectionGateLevel *int64 `locationName:"correctionGateLevel" type:"integer"`

    // If set to LOG, log each output's audio track loudness to a CSV file.
    LoudnessLogging *string `locationName:"loudnessLogging" type:"string" enum:"AudioNormalizationLoudnessLogging"`

    // If set to TRUE_PEAK, calculate and log the TruePeak for each output's audio
    // track loudness.
    PeakCalculation *string `locationName:"peakCalculation" type:"string" enum:"AudioNormalizationPeakCalculation"`

    // When you use Audio normalization (AudioNormalizationSettings), optionally
    // use this setting to specify a target loudness. If you don't specify a value
    // here, the encoder chooses a value for you, based on the algorithm that you
    // choose for Algorithm (algorithm). If you choose algorithm 1770-1, the encoder
    // will choose -24 LKFS; otherwise, the encoder will choose -23 LKFS.
    TargetLkfs *float64 `locationName:"targetLkfs" type:"double"`

    // Specify the True-peak limiter threshold in decibels relative to full scale
    // (dBFS). The peak inter-audio sample loudness in your output will be limited
    // to the value that you specify, without affecting the overall target LKFS.
    // Enter a value from 0 to -8. Leave blank to use the default value 0.
    TruePeakLimiterThreshold *float64 `locationName:"truePeakLimiterThreshold" type:"double"`
    // contains filtered or unexported fields
}

Advanced audio normalization settings. Ignore these settings unless you need to comply with a loudness standard.

func (AudioNormalizationSettings) GoString

func (s AudioNormalizationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioNormalizationSettings) SetAlgorithm

func (s *AudioNormalizationSettings) SetAlgorithm(v string) *AudioNormalizationSettings

SetAlgorithm sets the Algorithm field's value.

func (*AudioNormalizationSettings) SetAlgorithmControl

func (s *AudioNormalizationSettings) SetAlgorithmControl(v string) *AudioNormalizationSettings

SetAlgorithmControl sets the AlgorithmControl field's value.

func (*AudioNormalizationSettings) SetCorrectionGateLevel

func (s *AudioNormalizationSettings) SetCorrectionGateLevel(v int64) *AudioNormalizationSettings

SetCorrectionGateLevel sets the CorrectionGateLevel field's value.

func (*AudioNormalizationSettings) SetLoudnessLogging

func (s *AudioNormalizationSettings) SetLoudnessLogging(v string) *AudioNormalizationSettings

SetLoudnessLogging sets the LoudnessLogging field's value.

func (*AudioNormalizationSettings) SetPeakCalculation

func (s *AudioNormalizationSettings) SetPeakCalculation(v string) *AudioNormalizationSettings

SetPeakCalculation sets the PeakCalculation field's value.

func (*AudioNormalizationSettings) SetTargetLkfs

func (s *AudioNormalizationSettings) SetTargetLkfs(v float64) *AudioNormalizationSettings

SetTargetLkfs sets the TargetLkfs field's value.

func (*AudioNormalizationSettings) SetTruePeakLimiterThreshold

func (s *AudioNormalizationSettings) SetTruePeakLimiterThreshold(v float64) *AudioNormalizationSettings

SetTruePeakLimiterThreshold sets the TruePeakLimiterThreshold field's value.

func (AudioNormalizationSettings) String

func (s AudioNormalizationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioNormalizationSettings) Validate

func (s *AudioNormalizationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSelector

type AudioSelector struct {

    // Apply audio timing corrections to help synchronize audio and video in your
    // output. To apply timing corrections, your input must meet the following requirements:
    // * Container: MP4, or MOV, with an accurate time-to-sample (STTS) table. *
    // Audio track: AAC. Choose from the following audio timing correction settings:
    // * Disabled (Default): Apply no correction. * Auto: Recommended for most inputs.
    // MediaConvert analyzes the audio timing in your input and determines which
    // correction setting to use, if needed. * Track: Adjust the duration of each
    // audio frame by a constant amount to align the audio track length with STTS
    // duration. Track-level correction does not affect pitch, and is recommended
    // for tonal audio content such as music. * Frame: Adjust the duration of each
    // audio frame by a variable amount to align audio frames with STTS timestamps.
    // No corrections are made to already-aligned frames. Frame-level correction
    // may affect the pitch of corrected frames, and is recommended for atonal audio
    // content such as speech or percussion.
    AudioDurationCorrection *string `locationName:"audioDurationCorrection" type:"string" enum:"AudioDurationCorrection"`

    // Selects a specific language code from within an audio source, using the ISO
    // 639-2 or ISO 639-3 three-letter language code
    CustomLanguageCode *string `locationName:"customLanguageCode" min:"3" type:"string"`

    // Enable this setting on one audio selector to set it as the default for the
    // job. The service uses this default for outputs where it can't find the specified
    // input audio. If you don't set a default, those outputs have no audio.
    DefaultSelection *string `locationName:"defaultSelection" type:"string" enum:"AudioDefaultSelection"`

    // Specifies audio data from an external file source.
    ExternalAudioFileInput *string `locationName:"externalAudioFileInput" type:"string"`

    // Settings specific to audio sources in an HLS alternate rendition group. Specify
    // the properties (renditionGroupId, renditionName or renditionLanguageCode)
    // to identify the unique audio track among the alternative rendition groups
    // present in the HLS manifest. If no unique track is found, or multiple tracks
    // match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings
    // are specified, the default audio track within the video segment is chosen.
    // If there is no audio within video segment, the alternative audio with DEFAULT=YES
    // is chosen instead.
    HlsRenditionGroupSettings *HlsRenditionGroupSettings `locationName:"hlsRenditionGroupSettings" type:"structure"`

    // Selects a specific language code from within an audio source.
    LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

    // Specifies a time delta in milliseconds to offset the audio from the input
    // video.
    Offset *int64 `locationName:"offset" type:"integer"`

    // Selects a specific PID from within an audio source (e.g. 257 selects PID
    // 0x101).
    Pids []*int64 `locationName:"pids" type:"list"`

    // Use this setting for input streams that contain Dolby E, to have the service
    // extract specific program data from the track. To select multiple programs,
    // create multiple selectors with the same Track and different Program numbers.
    // In the console, this setting is visible when you set Selector type to Track.
    // Choose the program number from the dropdown list. If you are sending a JSON
    // file, provide the program ID, which is part of the audio metadata. If your
    // input file has incorrect metadata, you can choose All channels instead of
    // a program number to have the service ignore the program IDs and include all
    // the programs in the track.
    ProgramSelection *int64 `locationName:"programSelection" type:"integer"`

    // Use these settings to reorder the audio channels of one input to match those
    // of another input. This allows you to combine the two files into a single
    // output, one after the other.
    RemixSettings *RemixSettings `locationName:"remixSettings" type:"structure"`

    // Specifies the type of the audio selector.
    SelectorType *string `locationName:"selectorType" type:"string" enum:"AudioSelectorType"`

    // Identify a track from the input audio to include in this selector by entering
    // the track index number. To include several tracks in a single audio selector,
    // specify multiple tracks as follows. Using the console, enter a comma-separated
    // list. For examle, type "1,2,3" to include tracks 1 through 3. Specifying
    // directly in your JSON job file, provide the track numbers in an array. For
    // example, "tracks": [1,2,3].
    Tracks []*int64 `locationName:"tracks" type:"list"`
    // contains filtered or unexported fields
}

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 multiple Audio selectors per input.

func (AudioSelector) GoString

func (s AudioSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelector) SetAudioDurationCorrection

func (s *AudioSelector) SetAudioDurationCorrection(v string) *AudioSelector

SetAudioDurationCorrection sets the AudioDurationCorrection field's value.

func (*AudioSelector) SetCustomLanguageCode

func (s *AudioSelector) SetCustomLanguageCode(v string) *AudioSelector

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*AudioSelector) SetDefaultSelection

func (s *AudioSelector) SetDefaultSelection(v string) *AudioSelector

SetDefaultSelection sets the DefaultSelection field's value.

func (*AudioSelector) SetExternalAudioFileInput

func (s *AudioSelector) SetExternalAudioFileInput(v string) *AudioSelector

SetExternalAudioFileInput sets the ExternalAudioFileInput field's value.

func (*AudioSelector) SetHlsRenditionGroupSettings

func (s *AudioSelector) SetHlsRenditionGroupSettings(v *HlsRenditionGroupSettings) *AudioSelector

SetHlsRenditionGroupSettings sets the HlsRenditionGroupSettings field's value.

func (*AudioSelector) SetLanguageCode

func (s *AudioSelector) SetLanguageCode(v string) *AudioSelector

SetLanguageCode sets the LanguageCode field's value.

func (*AudioSelector) SetOffset

func (s *AudioSelector) SetOffset(v int64) *AudioSelector

SetOffset sets the Offset field's value.

func (*AudioSelector) SetPids

func (s *AudioSelector) SetPids(v []*int64) *AudioSelector

SetPids sets the Pids field's value.

func (*AudioSelector) SetProgramSelection

func (s *AudioSelector) SetProgramSelection(v int64) *AudioSelector

SetProgramSelection sets the ProgramSelection field's value.

func (*AudioSelector) SetRemixSettings

func (s *AudioSelector) SetRemixSettings(v *RemixSettings) *AudioSelector

SetRemixSettings sets the RemixSettings field's value.

func (*AudioSelector) SetSelectorType

func (s *AudioSelector) SetSelectorType(v string) *AudioSelector

SetSelectorType sets the SelectorType field's value.

func (*AudioSelector) SetTracks

func (s *AudioSelector) SetTracks(v []*int64) *AudioSelector

SetTracks sets the Tracks field's value.

func (AudioSelector) String

func (s AudioSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelector) Validate

func (s *AudioSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSelectorGroup

type AudioSelectorGroup struct {

    // Name of an 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.
    AudioSelectorNames []*string `locationName:"audioSelectorNames" type:"list"`
    // contains filtered or unexported fields
}

Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.

func (AudioSelectorGroup) GoString

func (s AudioSelectorGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelectorGroup) SetAudioSelectorNames

func (s *AudioSelectorGroup) SetAudioSelectorNames(v []*string) *AudioSelectorGroup

SetAudioSelectorNames sets the AudioSelectorNames field's value.

func (AudioSelectorGroup) String

func (s AudioSelectorGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomatedAbrRule

type AutomatedAbrRule struct {

    // When customer adds the allowed renditions rule for auto ABR ladder, they
    // are required to add at leat one rendition to allowedRenditions list
    AllowedRenditions []*AllowedRenditionSize `locationName:"allowedRenditions" type:"list"`

    // When customer adds the force include renditions rule for auto ABR ladder,
    // they are required to add at leat one rendition to forceIncludeRenditions
    // list
    ForceIncludeRenditions []*ForceIncludeRenditionSize `locationName:"forceIncludeRenditions" type:"list"`

    // Use Min bottom rendition size to specify a minimum size for the lowest resolution
    // in your ABR stack. * The lowest resolution in your ABR stack will be equal
    // to or greater than the value that you enter. For example: If you specify
    // 640x360 the lowest resolution in your ABR stack will be equal to or greater
    // than to 640x360. * If you specify a Min top rendition size rule, the value
    // that you specify for Min bottom rendition size must be less than, or equal
    // to, Min top rendition size.
    MinBottomRenditionSize *MinBottomRenditionSize `locationName:"minBottomRenditionSize" type:"structure"`

    // Use Min top rendition size to specify a minimum size for the highest resolution
    // in your ABR stack. * The highest resolution in your ABR stack will be equal
    // to or greater than the value that you enter. For example: If you specify
    // 1280x720 the highest resolution in your ABR stack will be equal to or greater
    // than 1280x720. * If you specify a value for Max resolution, the value that
    // you specify for Min top rendition size must be less than, or equal to, Max
    // resolution.
    MinTopRenditionSize *MinTopRenditionSize `locationName:"minTopRenditionSize" type:"structure"`

    // Use Min top rendition size to specify a minimum size for the highest resolution
    // in your ABR stack. * The highest resolution in your ABR stack will be equal
    // to or greater than the value that you enter. For example: If you specify
    // 1280x720 the highest resolution in your ABR stack will be equal to or greater
    // than 1280x720. * If you specify a value for Max resolution, the value that
    // you specify for Min top rendition size must be less than, or equal to, Max
    // resolution. Use Min bottom rendition size to specify a minimum size for the
    // lowest resolution in your ABR stack. * The lowest resolution in your ABR
    // stack will be equal to or greater than the value that you enter. For example:
    // If you specify 640x360 the lowest resolution in your ABR stack will be equal
    // to or greater than to 640x360. * If you specify a Min top rendition size
    // rule, the value that you specify for Min bottom rendition size must be less
    // than, or equal to, Min top rendition size. Use Force include renditions to
    // specify one or more resolutions to include your ABR stack. * (Recommended)
    // To optimize automated ABR, specify as few resolutions as possible. * (Required)
    // The number of resolutions that you specify must be equal to, or less than,
    // the Max renditions setting. * If you specify a Min top rendition size rule,
    // specify at least one resolution that is equal to, or greater than, Min top
    // rendition size. * If you specify a Min bottom rendition size rule, only specify
    // resolutions that are equal to, or greater than, Min bottom rendition size.
    // * If you specify a Force include renditions rule, do not specify a separate
    // rule for Allowed renditions. * Note: The ABR stack may include other resolutions
    // that you do not specify here, depending on the Max renditions setting. Use
    // Allowed renditions to specify a list of possible resolutions in your ABR
    // stack. * (Required) The number of resolutions that you specify must be equal
    // to, or greater than, the Max renditions setting. * MediaConvert will create
    // an ABR stack exclusively from the list of resolutions that you specify. *
    // Some resolutions in the Allowed renditions list may not be included, however
    // you can force a resolution to be included by setting Required to ENABLED.
    // * You must specify at least one resolution that is greater than or equal
    // to any resolutions that you specify in Min top rendition size or Min bottom
    // rendition size. * If you specify Allowed renditions, you must not specify
    // a separate rule for Force include renditions.
    Type *string `locationName:"type" type:"string" enum:"RuleType"`
    // contains filtered or unexported fields
}

Specify one or more Automated ABR rule types. Note: Force include and Allowed renditions are mutually exclusive.

func (AutomatedAbrRule) GoString

func (s AutomatedAbrRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedAbrRule) SetAllowedRenditions

func (s *AutomatedAbrRule) SetAllowedRenditions(v []*AllowedRenditionSize) *AutomatedAbrRule

SetAllowedRenditions sets the AllowedRenditions field's value.

func (*AutomatedAbrRule) SetForceIncludeRenditions

func (s *AutomatedAbrRule) SetForceIncludeRenditions(v []*ForceIncludeRenditionSize) *AutomatedAbrRule

SetForceIncludeRenditions sets the ForceIncludeRenditions field's value.

func (*AutomatedAbrRule) SetMinBottomRenditionSize

func (s *AutomatedAbrRule) SetMinBottomRenditionSize(v *MinBottomRenditionSize) *AutomatedAbrRule

SetMinBottomRenditionSize sets the MinBottomRenditionSize field's value.

func (*AutomatedAbrRule) SetMinTopRenditionSize

func (s *AutomatedAbrRule) SetMinTopRenditionSize(v *MinTopRenditionSize) *AutomatedAbrRule

SetMinTopRenditionSize sets the MinTopRenditionSize field's value.

func (*AutomatedAbrRule) SetType

func (s *AutomatedAbrRule) SetType(v string) *AutomatedAbrRule

SetType sets the Type field's value.

func (AutomatedAbrRule) String

func (s AutomatedAbrRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedAbrRule) Validate

func (s *AutomatedAbrRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomatedAbrSettings

type AutomatedAbrSettings struct {

    // Optional. The maximum target bit rate used in your automated ABR stack. Use
    // this value to set an upper limit on the bandwidth consumed by the highest-quality
    // rendition. This is the rendition that is delivered to viewers with the fastest
    // internet connections. If you don't specify a value, MediaConvert uses 8,000,000
    // (8 mb/s) by default.
    MaxAbrBitrate *int64 `locationName:"maxAbrBitrate" min:"100000" type:"integer"`

    // Optional. The maximum number of renditions that MediaConvert will create
    // in your automated ABR stack. The number of renditions is determined automatically,
    // based on analysis of each job, but will never exceed this limit. When you
    // set this to Auto in the console, which is equivalent to excluding it from
    // your JSON job specification, MediaConvert defaults to a limit of 15.
    MaxRenditions *int64 `locationName:"maxRenditions" min:"3" type:"integer"`

    // Optional. The minimum target bitrate used in your automated ABR stack. Use
    // this value to set a lower limit on the bitrate of video delivered to viewers
    // with slow internet connections. If you don't specify a value, MediaConvert
    // uses 600,000 (600 kb/s) by default.
    MinAbrBitrate *int64 `locationName:"minAbrBitrate" min:"100000" type:"integer"`

    // Optional. Use Automated ABR rules to specify restrictions for the rendition
    // sizes MediaConvert will create in your ABR stack. You can use these rules
    // if your ABR workflow has specific rendition size requirements, but you still
    // want MediaConvert to optimize for video quality and overall file size.
    Rules []*AutomatedAbrRule `locationName:"rules" type:"list"`
    // contains filtered or unexported fields
}

Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.

func (AutomatedAbrSettings) GoString

func (s AutomatedAbrSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedAbrSettings) SetMaxAbrBitrate

func (s *AutomatedAbrSettings) SetMaxAbrBitrate(v int64) *AutomatedAbrSettings

SetMaxAbrBitrate sets the MaxAbrBitrate field's value.

func (*AutomatedAbrSettings) SetMaxRenditions

func (s *AutomatedAbrSettings) SetMaxRenditions(v int64) *AutomatedAbrSettings

SetMaxRenditions sets the MaxRenditions field's value.

func (*AutomatedAbrSettings) SetMinAbrBitrate

func (s *AutomatedAbrSettings) SetMinAbrBitrate(v int64) *AutomatedAbrSettings

SetMinAbrBitrate sets the MinAbrBitrate field's value.

func (*AutomatedAbrSettings) SetRules

func (s *AutomatedAbrSettings) SetRules(v []*AutomatedAbrRule) *AutomatedAbrSettings

SetRules sets the Rules field's value.

func (AutomatedAbrSettings) String

func (s AutomatedAbrSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedAbrSettings) Validate

func (s *AutomatedAbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomatedEncodingSettings

type AutomatedEncodingSettings struct {

    // Use automated ABR to have MediaConvert set up the renditions in your ABR
    // package for you automatically, based on characteristics of your input video.
    // This feature optimizes video quality while minimizing the overall size of
    // your ABR package.
    AbrSettings *AutomatedAbrSettings `locationName:"abrSettings" type:"structure"`
    // contains filtered or unexported fields
}

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

func (AutomatedEncodingSettings) GoString

func (s AutomatedEncodingSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedEncodingSettings) SetAbrSettings

func (s *AutomatedEncodingSettings) SetAbrSettings(v *AutomatedAbrSettings) *AutomatedEncodingSettings

SetAbrSettings sets the AbrSettings field's value.

func (AutomatedEncodingSettings) String

func (s AutomatedEncodingSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomatedEncodingSettings) Validate

func (s *AutomatedEncodingSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Av1QvbrSettings

type Av1QvbrSettings struct {

    // Use this setting only when you set Rate control mode (RateControlMode) to
    // QVBR. Specify the target quality level for this output. MediaConvert determines
    // the right number of bits to use for each part of the video to maintain the
    // video quality that you specify. When you keep the default value, AUTO, MediaConvert
    // picks a quality level for you, based on characteristics of your input video.
    // If you prefer to specify a quality level, specify a number from 1 through
    // 10. Use higher numbers for greater quality. Level 10 results in nearly lossless
    // compression. The quality level for most broadcast-quality transcodes is between
    // 6 and 9. Optionally, to specify a value between whole numbers, also provide
    // a value for the setting qvbrQualityLevelFineTune. For example, if you want
    // your QVBR quality level to be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune
    // to .33.
    QvbrQualityLevel *int64 `locationName:"qvbrQualityLevel" min:"1" type:"integer"`

    // Optional. Specify a value here to set the QVBR quality to a level that is
    // between whole numbers. For example, if you want your QVBR quality level to
    // be 7.33, set qvbrQualityLevel to 7 and set qvbrQualityLevelFineTune to .33.
    // MediaConvert rounds your QVBR quality level to the nearest third of a whole
    // number. For example, if you set qvbrQualityLevel to 7 and you set qvbrQualityLevelFineTune
    // to .25, your actual QVBR quality level is 7.33.
    QvbrQualityLevelFineTune *float64 `locationName:"qvbrQualityLevelFineTune" type:"double"`
    // contains filtered or unexported fields
}

Settings for quality-defined variable bitrate encoding with the AV1 codec. Use these settings only when you set QVBR for Rate control mode (RateControlMode).

func (Av1QvbrSettings) GoString

func (s Av1QvbrSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Av1QvbrSettings) SetQvbrQualityLevel

func (s *Av1QvbrSettings) SetQvbrQualityLevel(v int64) *Av1QvbrSettings

SetQvbrQualityLevel sets the QvbrQualityLevel field's value.

func (*Av1QvbrSettings) SetQvbrQualityLevelFineTune

func (s *Av1QvbrSettings) SetQvbrQualityLevelFineTune(v float64) *Av1QvbrSettings

SetQvbrQualityLevelFineTune sets the QvbrQualityLevelFineTune field's value.

func (Av1QvbrSettings) String

func (s Av1QvbrSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Av1QvbrSettings) Validate

func (s *Av1QvbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Av1Settings

type Av1Settings struct {

    // Specify the strength of any adaptive quantization filters that you enable.
    // The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).
    AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"Av1AdaptiveQuantization"`

    // Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit
    // (BIT_10).
    BitDepth *string `locationName:"bitDepth" type:"string" enum:"Av1BitDepth"`

    // If you are using the console, use the Framerate setting to specify the frame
    // rate for this output. If you want to keep the same frame rate as the input
    // video, choose Follow source. If you want to do frame rate conversion, choose
    // a frame rate from the dropdown list or choose Custom. The framerates shown
    // in the dropdown list are decimal approximations of fractions. If you choose
    // Custom, specify your frame rate as a fraction. If you are creating your transcoding
    // job specification as a JSON file without the console, use FramerateControl
    // to specify which value the service uses for the frame rate for this output.
    // Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate
    // from the input. Choose SPECIFIED if you want the service to use the frame
    // rate you specify in the settings FramerateNumerator and FramerateDenominator.
    FramerateControl *string `locationName:"framerateControl" type:"string" enum:"Av1FramerateControl"`

    // Choose the method that you want MediaConvert to use when increasing or decreasing
    // the frame rate. For numerically simple conversions, such as 60 fps to 30
    // fps: We recommend that you keep the default value, Drop duplicate. For numerically
    // complex conversions, to avoid stutter: Choose Interpolate. This results in
    // a smooth picture, but might introduce undesirable video artifacts. For complex
    // frame rate conversions, especially if your source video has already been
    // converted from its original cadence: Choose FrameFormer to do motion-compensated
    // interpolation. FrameFormer uses the best conversion method frame by frame.
    // Note that using FrameFormer increases the transcoding time and incurs a significant
    // add-on cost. When you choose FrameFormer, your input video resolution must
    // be at least 128x96.
    FramerateConversionAlgorithm *string `locationName:"framerateConversionAlgorithm" type:"string" enum:"Av1FramerateConversionAlgorithm"`

    // When you use the API for transcode jobs that use frame rate conversion, specify
    // the frame rate 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 frame rate conversion, provide the value
    // as a decimal number for Framerate. In this example, specify 23.976.
    FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`

    // When you use the API for transcode jobs that use frame rate conversion, specify
    // the frame rate 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. When you use the console for
    // transcode jobs that use frame rate conversion, provide the value as a decimal
    // number for Framerate. In this example, specify 23.976.
    FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`

    // Specify the GOP length (keyframe interval) in frames. With AV1, MediaConvert
    // doesn't support GOP length in seconds. This value must be greater than zero
    // and preferably equal to 1 + ((numberBFrames + 1) * x), where x is an integer
    // value.
    GopSize *float64 `locationName:"gopSize" type:"double"`

    // Maximum bitrate in bits/second. For example, enter five megabits per second
    // as 5000000. Required when Rate control mode is QVBR.
    MaxBitrate *int64 `locationName:"maxBitrate" min:"1000" type:"integer"`

    // Specify from the number of B-frames, in the range of 0-15. For AV1 encoding,
    // we recommend using 7 or 15. Choose a larger number for a lower bitrate and
    // smaller file size; choose a smaller number for better video quality.
    NumberBFramesBetweenReferenceFrames *int64 `locationName:"numberBFramesBetweenReferenceFrames" type:"integer"`

    // Settings for quality-defined variable bitrate encoding with the H.265 codec.
    // Use these settings only when you set QVBR for Rate control mode (RateControlMode).
    QvbrSettings *Av1QvbrSettings `locationName:"qvbrSettings" type:"structure"`

    // 'With AV1 outputs, for rate control mode, MediaConvert supports only quality-defined
    // variable bitrate (QVBR). You can''t use CBR or VBR.'
    RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"Av1RateControlMode"`

    // Specify the number of slices per picture. This value must be 1, 2, 4, 8,
    // 16, or 32. For progressive pictures, this value must be less than or equal
    // to the number of macroblock rows. For interlaced pictures, this value must
    // be less than or equal to half the number of macroblock rows.
    Slices *int64 `locationName:"slices" min:"1" type:"integer"`

    // Keep the default value, Enabled (ENABLED), to adjust quantization within
    // each frame based on spatial variation of content complexity. When you enable
    // this feature, the encoder uses fewer bits on areas that can sustain more
    // distortion with no noticeable visual degradation and uses more bits on areas
    // where any small distortion will be noticeable. For example, complex textured
    // blocks are encoded with fewer bits and smooth textured blocks are encoded
    // with more bits. Enabling this feature will almost always improve your video
    // quality. Note, though, that this feature doesn't take into account where
    // the viewer's attention is likely to be. If viewers are likely to be focusing
    // their attention on a part of the screen with a lot of complex texture, you
    // might choose to disable this feature. Related setting: When you enable spatial
    // adaptive quantization, set the value for Adaptive quantization (adaptiveQuantization)
    // depending on your content. For homogeneous content, such as cartoons and
    // video games, set it to Low. For content with a wider variety of textures,
    // set it to High or Higher.
    SpatialAdaptiveQuantization *string `locationName:"spatialAdaptiveQuantization" type:"string" enum:"Av1SpatialAdaptiveQuantization"`
    // contains filtered or unexported fields
}

Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.

func (Av1Settings) GoString

func (s Av1Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Av1Settings) SetAdaptiveQuantization

func (s *Av1Settings) SetAdaptiveQuantization(v string) *Av1Settings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*Av1Settings) SetBitDepth

func (s *Av1Settings) SetBitDepth(v string) *Av1Settings

SetBitDepth sets the BitDepth field's value.

func (*Av1Settings) SetFramerateControl

func (s *Av1Settings) SetFramerateControl(v string) *Av1Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Av1Settings) SetFramerateConversionAlgorithm

func (s *Av1Settings) SetFramerateConversionAlgorithm(v string) *Av1Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Av1Settings) SetFramerateDenominator

func (s *Av1Settings) SetFramerateDenominator(v int64) *Av1Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Av1Settings) SetFramerateNumerator

func (s *Av1Settings) SetFramerateNumerator(v int64) *Av1Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Av1Settings) SetGopSize

func (s *Av1Settings) SetGopSize(v float64) *Av1Settings

SetGopSize sets the GopSize field's value.

func (*Av1Settings) SetMaxBitrate

func (s *Av1Settings) SetMaxBitrate(v int64) *Av1Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*Av1Settings) SetNumberBFramesBetweenReferenceFrames

func (s *Av1Settings) SetNumberBFramesBetweenReferenceFrames(v int64) *Av1Settings

SetNumberBFramesBetweenReferenceFrames sets the NumberBFramesBetweenReferenceFrames field's value.

func (*Av1Settings) SetQvbrSettings

func (s *Av1Settings) SetQvbrSettings(v *Av1QvbrSettings) *Av1Settings

SetQvbrSettings sets the QvbrSettings field's value.

func (*Av1Settings) SetRateControlMode

func (s *Av1Settings) SetRateControlMode(v string) *Av1Settings

SetRateControlMode sets the RateControlMode field's value.

func (*Av1Settings) SetSlices

func (s *Av1Settings) SetSlices(v int64) *Av1Settings

SetSlices sets the Slices field's value.

func (*Av1Settings) SetSpatialAdaptiveQuantization

func (s *Av1Settings) SetSpatialAdaptiveQuantization(v string) *Av1Settings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (Av1Settings) String

func (s Av1Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Av1Settings) Validate

func (s *Av1Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailBlanking

type AvailBlanking struct {

    // Blanking image to be used. Leave empty for solid black. Only bmp and png
    // images are supported.
    AvailBlankingImage *string `locationName:"availBlankingImage" min:"14" type:"string"`
    // contains filtered or unexported fields
}

Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.

func (AvailBlanking) GoString

func (s AvailBlanking) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailBlanking) SetAvailBlankingImage

func (s *AvailBlanking) SetAvailBlankingImage(v string) *AvailBlanking

SetAvailBlankingImage sets the AvailBlankingImage field's value.

func (AvailBlanking) String

func (s AvailBlanking) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailBlanking) Validate

func (s *AvailBlanking) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvcIntraSettings

type AvcIntraSettings struct {

    // Specify the AVC-Intra class of your output. The AVC-Intra class selection
    // determines the output video bit rate depending on the frame rate of the output.
    // Outputs with higher class values have higher bitrates and improved image
    // quality. Note that for Class 4K/2K, MediaConvert supports only 4:2:2 chroma
    // subsampling.
    AvcIntraClass *string `locationName:"avcIntraClass" type:"string" enum:"AvcIntraClass"`

    // Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K).
    // When you set AVC-Intra class to a different value, this object isn't allowed.
    AvcIntraUhdSettings *AvcIntraUhdSettings `locationName:"avcIntraUhdSettings" type:"structure"`

    // If you are using the console, use the Framerate setting to specify the frame
    // rate for this output. If you want to keep the same frame rate as the input
    // video, choose Follow source. If you want to do frame rate conversion, choose
    // a frame rate from the dropdown list or choose Custom. The framerates shown
    // in the dropdown list are decimal approximations of fractions. If you choose
    // Custom, specify your frame rate as a fraction. If you are creating your transcoding
    // job specification as a JSON file without the console, use FramerateControl
    // to specify which value the service uses for the frame rate for this output.
    // Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate
    // from the input. Choose SPECIFIED if you want the service to use the frame
    // rate you specify in the settings FramerateNumerator and FramerateDenominator.
    FramerateControl *string `locationName:"framerateControl" type:"string" enum:"AvcIntraFramerateControl"`

    // Choose the method that you want MediaConvert to use when increasing or decreasing
    // the frame rate. For numerically simple conversions, such as 60 fps to 30
    // fps: We recommend that you keep the default value, Drop duplicate. For numerically
    // complex conversions, to avoid stutter: Choose Interpolate. This results in
    // a smooth picture, but might introduce undesirable video artifacts. For complex
    // frame rate conversions, especially if your source video has already been
    // converted from its original cadence: Choose FrameFormer to do motion-compensated
    // interpolation. FrameFormer uses the best conversion method frame by frame.
    // Note that using FrameFormer increases the transcoding time and incurs a significant
    // add-on cost. When you choose FrameFormer, your input video resolution must
    // be at least 128x96.
    FramerateConversionAlgorithm *string `locationName:"framerateConversionAlgorithm" type:"string" enum:"AvcIntraFramerateConversionAlgorithm"`

    // When you use the API for transcode jobs that use frame rate conversion, specify
    // the frame rate 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 frame rate conversion, provide the value
    // as a decimal number for Framerate. In this example, specify 23.976.
    FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`

    // When you use the API for transcode jobs that use frame rate conversion, specify
    // the frame rate 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. When you use the console for
    // transcode jobs that use frame rate conversion, provide the value as a decimal
    // number for Framerate. In this example, specify 23.976.
    FramerateNumerator *int64 `locationName:"framerateNumerator" min:"24" type:"integer"`

    // Choose the scan line type for the output. Keep the default value, Progressive
    // (PROGRESSIVE) to create a progressive output, regardless of the scan type
    // of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD)
    // to create an output that's interlaced with the same field polarity throughout.
    // Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD)
    // to produce outputs with the same field polarity as the source. For jobs that
    // have multiple inputs, the output field polarity might change over the course
    // of the output. Follow behavior depends on the input scan type. If the source
    // is interlaced, the output will be interlaced with the same polarity as the
    // source. If the source is progressive, the output will be interlaced with
    // top field bottom field first, depending on which of the Follow options you
    // choose.
    InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"AvcIntraInterlaceMode"`

    // Use this setting for interlaced outputs, when your output frame rate is half
    // of your input frame rate. In this situation, choose Optimized interlacing
    // (INTERLACED_OPTIMIZE) to create a better quality interlaced output. In this
    // case, each progressive frame from the input corresponds to an interlaced
    // field in the output. Keep the default value, Basic interlacing (INTERLACED),
    // for all other output frame rates. With basic interlacing, MediaConvert performs
    // any frame rate conversion first and then interlaces the frames. When you
    // choose Optimized interlacing and you set your output frame rate to a value
    // that isn't suitable for optimized interlacing, MediaConvert automatically
    // falls back to basic interlacing. Required settings: To use optimized interlacing,
    // you must set Telecine (telecine) to None (NONE) or Soft (SOFT). You can't
    // use optimized interlacing for hard telecine outputs. You must also set Interlace
    // mode (interlaceMode) to a value other than Progressive (PROGRESSIVE).
    ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"AvcIntraScanTypeConversionMode"`

    // Ignore this setting unless your input frame rate is 23.976 or 24 frames per
    // second (fps). Enable slow PAL to create a 25 fps output. When you enable
    // slow PAL, MediaConvert relabels the video frames to 25 fps and resamples
    // your audio to keep it synchronized with the video. Note that enabling this
    // setting will slightly reduce the duration of your video. Required settings:
    // You must also set Framerate to 25. In your JSON job specification, set (framerateControl)
    // to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to
    // 1.
    SlowPal *string `locationName:"slowPal" type:"string" enum:"AvcIntraSlowPal"`

    // When you do frame rate conversion from 23.976 frames per second (fps) to
    // 29.97 fps, and your output scan type is interlaced, you can optionally enable
    // hard telecine (HARD) to create a smoother picture. When you keep the default
    // value, None (NONE), MediaConvert does a standard frame rate conversion to
    // 29.97 without doing anything with the field polarity to create a smoother
    // picture.
    Telecine *string `locationName:"telecine" type:"string" enum:"AvcIntraTelecine"`
    // contains filtered or unexported fields
}

Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.

func (AvcIntraSettings) GoString

func (s AvcIntraSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvcIntraSettings) SetAvcIntraClass

func (s *AvcIntraSettings) SetAvcIntraClass(v string) *AvcIntraSettings

SetAvcIntraClass sets the AvcIntraClass field's value.

func (*AvcIntraSettings) SetAvcIntraUhdSettings

func (s *AvcIntraSettings) SetAvcIntraUhdSettings(v *AvcIntraUhdSettings) *AvcIntraSettings

SetAvcIntraUhdSettings sets the AvcIntraUhdSettings field's value.

func (*AvcIntraSettings) SetFramerateControl

func (s *AvcIntraSettings) SetFramerateControl(v string) *AvcIntraSettings

SetFramerateControl sets the FramerateControl field's value.

func (*AvcIntraSettings) SetFramerateConversionAlgorithm

func (s *AvcIntraSettings) SetFramerateConversionAlgorithm(v string) *AvcIntraSettings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*AvcIntraSettings) SetFramerateDenominator

func (s *AvcIntraSettings) SetFramerateDenominator(v int64) *AvcIntraSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*AvcIntraSettings) SetFramerateNumerator

func (s *AvcIntraSettings) SetFramerateNumerator(v int64) *AvcIntraSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*AvcIntraSettings) SetInterlaceMode

func (s *AvcIntraSettings) SetInterlaceMode(v string) *AvcIntraSettings

SetInterlaceMode sets the InterlaceMode field's value.

func (*AvcIntraSettings) SetScanTypeConversionMode

func (s *AvcIntraSettings) SetScanTypeConversionMode(v string) *AvcIntraSettings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*AvcIntraSettings) SetSlowPal

func (s *AvcIntraSettings) SetSlowPal(v string) *AvcIntraSettings

SetSlowPal sets the SlowPal field's value.

func (*AvcIntraSettings) SetTelecine

func (s *AvcIntraSettings) SetTelecine(v string) *AvcIntraSettings

SetTelecine sets the Telecine field's value.

func (AvcIntraSettings) String

func (s AvcIntraSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvcIntraSettings) Validate

func (s *AvcIntraSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvcIntraUhdSettings

type AvcIntraUhdSettings struct {

    // Optional. Use Quality tuning level (qualityTuningLevel) to choose how many
    // transcoding passes MediaConvert does with your video. When you choose Multi-pass
    // (MULTI_PASS), your video quality is better and your output bitrate is more
    // accurate. That is, the actual bitrate of your output is closer to the target
    // bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS),
    // your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS).
    QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"AvcIntraUhdQualityTuningLevel"`
    // contains filtered or unexported fields
}

Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K). When you set AVC-Intra class to a different value, this object isn't allowed.

func (AvcIntraUhdSettings) GoString

func (s AvcIntraUhdSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvcIntraUhdSettings) SetQualityTuningLevel

func (s *AvcIntraUhdSettings) SetQualityTuningLevel(v string) *AvcIntraUhdSettings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (AvcIntraUhdSettings) String

func (s AvcIntraUhdSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BadRequestException

type BadRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

func (*BadRequestException) Code

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BandwidthReductionFilter

type BandwidthReductionFilter struct {

    // Optionally specify the level of sharpening to apply when you use the Bandwidth
    // reduction filter. Sharpening adds contrast to the edges of your video content
    // and can reduce softness. Keep the default value Off to apply no sharpening.
    // Set Sharpening strength to Low to apply a minimal amount of sharpening, or
    // High to apply a maximum amount of sharpening.
    Sharpening *string `locationName:"sharpening" type:"string" enum:"BandwidthReductionFilterSharpening"`

    // Specify the strength of the Bandwidth reduction filter. For most workflows,
    // we recommend that you choose Auto to reduce the bandwidth of your output
    // with little to no perceptual decrease in video quality. For high quality
    // and high bitrate outputs, choose Low. For the most bandwidth reduction, choose
    // High. We recommend that you choose High for low bitrate outputs. Note that
    // High may incur a slight increase in the softness of your output.
    Strength *string `locationName:"strength" type:"string" enum:"BandwidthReductionFilterStrength"`
    // contains filtered or unexported fields
}

The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy. Outputs that use this feature incur pro-tier pricing. When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor.

func (BandwidthReductionFilter) GoString

func (s BandwidthReductionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BandwidthReductionFilter) SetSharpening

func (s *BandwidthReductionFilter) SetSharpening(v string) *BandwidthReductionFilter

SetSharpening sets the Sharpening field's value.

func (*BandwidthReductionFilter) SetStrength

func (s *BandwidthReductionFilter) SetStrength(v string) *BandwidthReductionFilter

SetStrength sets the Strength field's value.

func (BandwidthReductionFilter) String

func (s BandwidthReductionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BurninDestinationSettings

type BurninDestinationSettings struct {

    // Specify the alignment of your captions. If no explicit x_position is provided,
    // setting alignment to centered will placethe captions at the bottom center
    // of the output. Similarly, setting a left alignment willalign 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.
    Alignment *string `locationName:"alignment" type:"string" enum:"BurninSubtitleAlignment"`

    // Ignore this setting unless Style passthrough (StylePassthrough) is set to
    // Enabled and Font color (FontColor) set to Black, Yellow, Red, Green, Blue,
    // or Hex. Use Apply font color (ApplyFontColor) for additional font color controls.
    // When you choose White text only (WHITE_TEXT_ONLY), or leave blank, your font
    // color setting only applies to white text in your input captions. For example,
    // if your font color setting is Yellow, and your input captions have red and
    // white text, your output captions will have red and yellow text. When you
    // choose ALL_TEXT, your font color setting applies to all of your output captions
    // text.
    ApplyFontColor *string `locationName:"applyFontColor" type:"string" enum:"BurninSubtitleApplyFontColor"`

    // Specify the color of the rectangle behind the captions. Leave background
    // color (BackgroundColor) blank and set Style passthrough (StylePassthrough)
    // to enabled to use the background color data from your input captions, if
    // present.
    BackgroundColor *string `locationName:"backgroundColor" type:"string" enum:"BurninSubtitleBackgroundColor"`

    // Specify the opacity of the background rectangle. Enter a value from 0 to
    // 255, where 0 is transparent and 255 is opaque. If Style passthrough (StylePassthrough)
    // is set to enabled, leave blank to pass through the background style information
    // in your input captions to your output captions. If Style passthrough is set
    // to disabled, leave blank to use a value of 0 and remove all backgrounds from
    // your output captions.
    BackgroundOpacity *int64 `locationName:"backgroundOpacity" type:"integer"`

    // Specify the font that you want the service to use for your burn in captions
    // when your input captions specify a font that MediaConvert doesn't support.
    // When you set Fallback font (FallbackFont) to best match (BEST_MATCH), or
    // leave blank, MediaConvert uses a supported font that most closely matches
    // the font that your input captions specify. When there are multiple unsupported
    // fonts in your input captions, MediaConvert matches each font with the supported
    // font that matches best. When you explicitly choose a replacement font, MediaConvert
    // uses that font to replace all unsupported fonts from your input.
    FallbackFont *string `locationName:"fallbackFont" type:"string" enum:"BurninSubtitleFallbackFont"`

    // Specify the color of the burned-in captions text. Leave Font color (FontColor)
    // blank and set Style passthrough (StylePassthrough) to enabled to use the
    // font color data from your input captions, if present.
    FontColor *string `locationName:"fontColor" type:"string" enum:"BurninSubtitleFontColor"`

    // Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
    FontOpacity *int64 `locationName:"fontOpacity" type:"integer"`

    // Specify the Font resolution (FontResolution) in DPI (dots per inch).
    FontResolution *int64 `locationName:"fontResolution" min:"96" type:"integer"`

    // Set Font script (FontScript) to Automatically determined (AUTOMATIC), or
    // leave blank, to automatically determine the font script in your input captions.
    // Otherwise, set to Simplified Chinese (HANS) or Traditional Chinese (HANT)
    // if your input font script uses Simplified or Traditional Chinese.
    FontScript *string `locationName:"fontScript" type:"string" enum:"FontScript"`

    // Specify the Font size (FontSize) in pixels. Must be a positive integer. Set
    // to 0, or leave blank, for automatic font size.
    FontSize *int64 `locationName:"fontSize" type:"integer"`

    // Ignore this setting unless your Font color is set to Hex. Enter either six
    // or eight hexidecimal digits, representing red, green, and blue, with two
    // optional extra digits for alpha. For example a value of 1122AABB is a red
    // value of 0x11, a green value of 0x22, a blue value of 0xAA, and an alpha
    // value of 0xBB.
    HexFontColor *string `locationName:"hexFontColor" min:"6" type:"string"`

    // Specify font outline color. Leave Outline color (OutlineColor) blank and
    // set Style passthrough (StylePassthrough) to enabled to use the font outline
    // color data from your input captions, if present.
    OutlineColor *string `locationName:"outlineColor" type:"string" enum:"BurninSubtitleOutlineColor"`

    // Specify the Outline size (OutlineSize) of the caption text, in pixels. Leave
    // Outline size blank and set Style passthrough (StylePassthrough) to enabled
    // to use the outline size data from your input captions, if present.
    OutlineSize *int64 `locationName:"outlineSize" type:"integer"`

    // Specify the color of the shadow cast by the captions. Leave Shadow color
    // (ShadowColor) blank and set Style passthrough (StylePassthrough) to enabled
    // to use the shadow color data from your input captions, if present.
    ShadowColor *string `locationName:"shadowColor" type:"string" enum:"BurninSubtitleShadowColor"`

    // Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is
    // transparent and 255 is opaque. If Style passthrough (StylePassthrough) is
    // set to Enabled, leave Shadow opacity (ShadowOpacity) blank to pass through
    // the shadow style information in your input captions to your output captions.
    // If Style passthrough is set to disabled, leave blank to use a value of 0
    // and remove all shadows from your output captions.
    ShadowOpacity *int64 `locationName:"shadowOpacity" type:"integer"`

    // Specify 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.
    ShadowXOffset *int64 `locationName:"shadowXOffset" type:"integer"`

    // Specify 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. Leave
    // Shadow y-offset (ShadowYOffset) blank and set Style passthrough (StylePassthrough)
    // to enabled to use the shadow y-offset data from your input captions, if present.
    ShadowYOffset *int64 `locationName:"shadowYOffset" type:"integer"`

    // Set Style passthrough (StylePassthrough) to ENABLED to use the available
    // style, color, and position information from your input captions. MediaConvert
    // uses default settings for any missing style and position information in your
    // input captions. Set Style passthrough to DISABLED, or leave blank, to ignore
    // the style and position information from your input captions and use default
    // settings: white text with black outlining, bottom-center positioning, and
    // automatic sizing. Whether you set Style passthrough to enabled or not, you
    // can also choose to manually override any of the individual style and position
    // settings.
    StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"BurnInSubtitleStylePassthrough"`

    // Specify whether the text spacing (TeletextSpacing) in your captions is set
    // by the captions grid, or varies depending on letter width. Choose fixed grid
    // (FIXED_GRID) to conform to the spacing specified in the captions file more
    // accurately. Choose proportional (PROPORTIONAL) to make the text easier to
    // read for closed captions.
    TeletextSpacing *string `locationName:"teletextSpacing" type:"string" enum:"BurninSubtitleTeletextSpacing"`

    // Specify the horizontal position (XPosition) of the captions, 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.
    XPosition *int64 `locationName:"xPosition" type:"integer"`

    // Specify the vertical position (YPosition) of the captions, 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.
    YPosition *int64 `locationName:"yPosition" type:"integer"`
    // contains filtered or unexported fields
}

Burn-in is a captions delivery method, rather than a captions format. Burn-in writes the captions directly on your video frames, replacing pixels of video content with the captions. Set up burn-in captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to BURN_IN.

func (BurninDestinationSettings) GoString

func (s BurninDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BurninDestinationSettings) SetAlignment

func (s *BurninDestinationSettings) SetAlignment(v string) *BurninDestinationSettings

SetAlignment sets the Alignment field's value.

func (*BurninDestinationSettings) SetApplyFontColor

func (s *BurninDestinationSettings) SetApplyFontColor(v string) *BurninDestinationSettings

SetApplyFontColor sets the ApplyFontColor field's value.

func (*BurninDestinationSettings) SetBackgroundColor

func (s *BurninDestinationSettings) SetBackgroundColor(v string) *BurninDestinationSettings

SetBackgroundColor sets the BackgroundColor field's value.

func (*BurninDestinationSettings) SetBackgroundOpacity

func (s *BurninDestinationSettings) SetBackgroundOpacity(v int64) *BurninDestinationSettings

SetBackgroundOpacity sets the BackgroundOpacity field's value.

func (*BurninDestinationSettings) SetFallbackFont

func (s *BurninDestinationSettings) SetFallbackFont(v string) *BurninDestinationSettings

SetFallbackFont sets the FallbackFont field's value.

func (*BurninDestinationSettings) SetFontColor

func (s *BurninDestinationSettings) SetFontColor(v string) *BurninDestinationSettings

SetFontColor sets the FontColor field's value.

func (*BurninDestinationSettings) SetFontOpacity

func (s *BurninDestinationSettings) SetFontOpacity(v int64) *BurninDestinationSettings

SetFontOpacity sets the FontOpacity field's value.

func (*BurninDestinationSettings) SetFontResolution

func (s *BurninDestinationSettings) SetFontResolution(v int64) *BurninDestinationSettings

SetFontResolution sets the FontResolution field's value.

func (*BurninDestinationSettings) SetFontScript

func (s *BurninDestinationSettings) SetFontScript(v string) *BurninDestinationSettings

SetFontScript sets the FontScript field's value.

func (*BurninDestinationSettings) SetFontSize

func (s *BurninDestinationSettings) SetFontSize(v int64) *BurninDestinationSettings

SetFontSize sets the FontSize field's value.

func (*BurninDestinationSettings) SetHexFontColor

func (s *BurninDestinationSettings) SetHexFontColor(v string) *BurninDestinationSettings

SetHexFontColor sets the HexFontColor field's value.

func (*BurninDestinationSettings) SetOutlineColor

func (s *BurninDestinationSettings) SetOutlineColor(v string) *BurninDestinationSettings

SetOutlineColor sets the OutlineColor field's value.

func (*BurninDestinationSettings) SetOutlineSize

func (s *BurninDestinationSettings) SetOutlineSize(v int64) *BurninDestinationSettings

SetOutlineSize sets the OutlineSize field's value.

func (*BurninDestinationSettings) SetShadowColor

func (s *BurninDestinationSettings) SetShadowColor(v string) *BurninDestinationSettings

SetShadowColor sets the ShadowColor field's value.

func (*BurninDestinationSettings) SetShadowOpacity

func (s *BurninDestinationSettings) SetShadowOpacity(v int64) *BurninDestinationSettings

SetShadowOpacity sets the ShadowOpacity field's value.

func (*BurninDestinationSettings) SetShadowXOffset

func (s *BurninDestinationSettings) SetShadowXOffset(v int64) *BurninDestinationSettings

SetShadowXOffset sets the ShadowXOffset field's value.

func (*BurninDestinationSettings) SetShadowYOffset

func (s *BurninDestinationSettings) SetShadowYOffset(v int64) *BurninDestinationSettings

SetShadowYOffset sets the ShadowYOffset field's value.

func (*BurninDestinationSettings) SetStylePassthrough

func (s *BurninDestinationSettings) SetStylePassthrough(v string) *BurninDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (*BurninDestinationSettings) SetTeletextSpacing

func (s *BurninDestinationSettings) SetTeletextSpacing(v string) *BurninDestinationSettings

SetTeletextSpacing sets the TeletextSpacing field's value.

func (*BurninDestinationSettings) SetXPosition

func (s *BurninDestinationSettings) SetXPosition(v int64) *BurninDestinationSettings

SetXPosition sets the XPosition field's value.

func (*BurninDestinationSettings) SetYPosition

func (s *BurninDestinationSettings) SetYPosition(v int64) *BurninDestinationSettings

SetYPosition sets the YPosition field's value.

func (BurninDestinationSettings) String

func (s BurninDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BurninDestinationSettings) Validate

func (s *BurninDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelJobInput

type CancelJobInput struct {

    // The Job ID of the job to be cancelled.
    //
    // Id is a required field
    Id *string `location:"uri" locationName:"id" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Cancel a job by sending a request with the job ID

func (CancelJobInput) GoString

func (s CancelJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelJobInput) SetId

func (s *CancelJobInput) SetId(v string) *CancelJobInput

SetId sets the Id field's value.

func (CancelJobInput) String

func (s CancelJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelJobInput) Validate

func (s *CancelJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelJobOutput

type CancelJobOutput struct {
    // contains filtered or unexported fields
}

A cancel job request will receive a response with an empty body.

func (CancelJobOutput) GoString

func (s CancelJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelJobOutput) String

func (s CancelJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CaptionDescription

type CaptionDescription struct {

    // Specifies which "Caption Selector":#inputs-caption_selector to use from each
    // input when generating captions. The name should be of the format "Caption
    // Selector ", which denotes that the Nth Caption Selector will be used from
    // each input.
    CaptionSelectorName *string `locationName:"captionSelectorName" min:"1" type:"string"`

    // Specify the language for this captions output track. For most captions output
    // formats, the encoder puts this language information in the output captions
    // metadata. If your output captions format is DVB-Sub or Burn in, the encoder
    // uses this language information when automatically selecting the font script
    // for rendering the captions text. For all outputs, you can use an ISO 639-2
    // or ISO 639-3 code. For streaming outputs, you can also use any other code
    // in the full RFC-5646 specification. Streaming outputs are those that are
    // in one of the following output groups: CMAF, DASH ISO, Apple HLS, or Microsoft
    // Smooth Streaming.
    CustomLanguageCode *string `locationName:"customLanguageCode" type:"string"`

    // Settings related to one captions tab on the MediaConvert console. In your
    // job JSON, an instance of captions DestinationSettings is equivalent to one
    // captions tab in the console. Usually, one captions tab corresponds to one
    // output captions track. Depending on your output captions format, one tab
    // might correspond to a set of output captions tracks. For more information,
    // see https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
    DestinationSettings *CaptionDestinationSettings `locationName:"destinationSettings" type:"structure"`

    // Specify the language of this captions output track. For most captions output
    // formats, the encoder puts this language information in the output captions
    // metadata. If your output captions format is DVB-Sub or Burn in, the encoder
    // uses this language information to choose the font language for rendering
    // the captions text.
    LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

    // Specify a label for this set of output captions. For example, "English",
    // "Director commentary", or "track_2". For streaming outputs, MediaConvert
    // passes this information into destination manifests for display on the end-viewer's
    // player device. For outputs in other output groups, the service ignores this
    // setting.
    LanguageDescription *string `locationName:"languageDescription" type:"string"`
    // contains filtered or unexported fields
}

This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.

func (CaptionDescription) GoString

func (s CaptionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescription) SetCaptionSelectorName

func (s *CaptionDescription) SetCaptionSelectorName(v string) *CaptionDescription

SetCaptionSelectorName sets the CaptionSelectorName field's value.

func (*CaptionDescription) SetCustomLanguageCode

func (s *CaptionDescription) SetCustomLanguageCode(v string) *CaptionDescription

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*CaptionDescription) SetDestinationSettings

func (s *CaptionDescription) SetDestinationSettings(v *CaptionDestinationSettings) *CaptionDescription

SetDestinationSettings sets the DestinationSettings field's value.

func (*CaptionDescription) SetLanguageCode

func (s *CaptionDescription) SetLanguageCode(v string) *CaptionDescription

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionDescription) SetLanguageDescription

func (s *CaptionDescription) SetLanguageDescription(v string) *CaptionDescription

SetLanguageDescription sets the LanguageDescription field's value.

func (CaptionDescription) String

func (s CaptionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescription) Validate

func (s *CaptionDescription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionDescriptionPreset

type CaptionDescriptionPreset struct {

    // Specify the language for this captions output track. For most captions output
    // formats, the encoder puts this language information in the output captions
    // metadata. If your output captions format is DVB-Sub or Burn in, the encoder
    // uses this language information when automatically selecting the font script
    // for rendering the captions text. For all outputs, you can use an ISO 639-2
    // or ISO 639-3 code. For streaming outputs, you can also use any other code
    // in the full RFC-5646 specification. Streaming outputs are those that are
    // in one of the following output groups: CMAF, DASH ISO, Apple HLS, or Microsoft
    // Smooth Streaming.
    CustomLanguageCode *string `locationName:"customLanguageCode" type:"string"`

    // Settings related to one captions tab on the MediaConvert console. In your
    // job JSON, an instance of captions DestinationSettings is equivalent to one
    // captions tab in the console. Usually, one captions tab corresponds to one
    // output captions track. Depending on your output captions format, one tab
    // might correspond to a set of output captions tracks. For more information,
    // see https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
    DestinationSettings *CaptionDestinationSettings `locationName:"destinationSettings" type:"structure"`

    // Specify the language of this captions output track. For most captions output
    // formats, the encoder puts this language information in the output captions
    // metadata. If your output captions format is DVB-Sub or Burn in, the encoder
    // uses this language information to choose the font language for rendering
    // the captions text.
    LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

    // Specify a label for this set of output captions. For example, "English",
    // "Director commentary", or "track_2". For streaming outputs, MediaConvert
    // passes this information into destination manifests for display on the end-viewer's
    // player device. For outputs in other output groups, the service ignores this
    // setting.
    LanguageDescription *string `locationName:"languageDescription" type:"string"`
    // contains filtered or unexported fields
}

Caption Description for preset

func (CaptionDescriptionPreset) GoString

func (s CaptionDescriptionPreset) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescriptionPreset) SetCustomLanguageCode

func (s *CaptionDescriptionPreset) SetCustomLanguageCode(v string) *CaptionDescriptionPreset

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*CaptionDescriptionPreset) SetDestinationSettings

func (s *CaptionDescriptionPreset) SetDestinationSettings(v *CaptionDestinationSettings) *CaptionDescriptionPreset

SetDestinationSettings sets the DestinationSettings field's value.

func (*CaptionDescriptionPreset) SetLanguageCode

func (s *CaptionDescriptionPreset) SetLanguageCode(v string) *CaptionDescriptionPreset

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionDescriptionPreset) SetLanguageDescription

func (s *CaptionDescriptionPreset) SetLanguageDescription(v string) *CaptionDescriptionPreset

SetLanguageDescription sets the LanguageDescription field's value.

func (CaptionDescriptionPreset) String

func (s CaptionDescriptionPreset) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescriptionPreset) Validate

func (s *CaptionDescriptionPreset) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionDestinationSettings

type CaptionDestinationSettings struct {

    // Burn-in is a captions delivery method, rather than a captions format. Burn-in
    // writes the captions directly on your video frames, replacing pixels of video
    // content with the captions. Set up burn-in captions in the same output as
    // your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/burn-in-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to BURN_IN.
    BurninDestinationSettings *BurninDestinationSettings `locationName:"burninDestinationSettings" type:"structure"`

    // Specify the format for this set of captions on this output. The default format
    // is embedded without SCTE-20. Note that your choice of video output container
    // constrains your choice of output captions format. For more information, see
    // https://docs.aws.amazon.com/mediaconvert/latest/ug/captions-support-tables.html.
    // If you are using SCTE-20 and you want to create an output that complies with
    // the SCTE-43 spec, choose SCTE-20 plus embedded (SCTE20_PLUS_EMBEDDED). To
    // create a non-compliant output where the embedded captions come first, choose
    // Embedded plus SCTE-20 (EMBEDDED_PLUS_SCTE20).
    DestinationType *string `locationName:"destinationType" type:"string" enum:"CaptionDestinationType"`

    // Settings related to DVB-Sub captions. Set up DVB-Sub captions in the same
    // output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/dvb-sub-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to DVB_SUB.
    DvbSubDestinationSettings *DvbSubDestinationSettings `locationName:"dvbSubDestinationSettings" type:"structure"`

    // Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded or
    // ancillary) captions. Set up embedded captions in the same output as your
    // video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to EMBEDDED, EMBEDDED_PLUS_SCTE20,
    // or SCTE20_PLUS_EMBEDDED.
    EmbeddedDestinationSettings *EmbeddedDestinationSettings `locationName:"embeddedDestinationSettings" type:"structure"`

    // Settings related to IMSC captions. IMSC is a sidecar format that holds captions
    // in a file that is separate from the video container. Set up sidecar captions
    // in the same output group, but different output from your video. For more
    // information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to IMSC.
    ImscDestinationSettings *ImscDestinationSettings `locationName:"imscDestinationSettings" type:"structure"`

    // Settings related to SCC captions. SCC is a sidecar format that holds captions
    // in a file that is separate from the video container. Set up sidecar captions
    // in the same output group, but different output from your video. For more
    // information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to SCC.
    SccDestinationSettings *SccDestinationSettings `locationName:"sccDestinationSettings" type:"structure"`

    // Settings related to SRT captions. SRT is a sidecar format that holds captions
    // in a file that is separate from the video container. Set up sidecar captions
    // in the same output group, but different output from your video. When you
    // work directly in your JSON job specification, include this object and any
    // required children when you set destinationType to SRT.
    SrtDestinationSettings *SrtDestinationSettings `locationName:"srtDestinationSettings" type:"structure"`

    // Settings related to teletext captions. Set up teletext captions in the same
    // output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to TELETEXT.
    TeletextDestinationSettings *TeletextDestinationSettings `locationName:"teletextDestinationSettings" type:"structure"`

    // Settings related to TTML captions. TTML is a sidecar format that holds captions
    // in a file that is separate from the video container. Set up sidecar captions
    // in the same output group, but different output from your video. For more
    // information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to TTML.
    TtmlDestinationSettings *TtmlDestinationSettings `locationName:"ttmlDestinationSettings" type:"structure"`

    // Settings related to WebVTT captions. WebVTT is a sidecar format that holds
    // captions in a file that is separate from the video container. Set up sidecar
    // captions in the same output group, but different output from your video.
    // For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.
    // When you work directly in your JSON job specification, include this object
    // and any required children when you set destinationType to WebVTT.
    WebvttDestinationSettings *WebvttDestinationSettings `locationName:"webvttDestinationSettings" type:"structure"`
    // contains filtered or unexported fields
}

Settings related to one captions tab on the MediaConvert console. In your job JSON, an instance of captions DestinationSettings is equivalent to one captions tab in the console. Usually, one captions tab corresponds to one output captions track. Depending on your output captions format, one tab might correspond to a set of output captions tracks. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.

func (CaptionDestinationSettings) GoString

func (s CaptionDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDestinationSettings) SetBurninDestinationSettings

func (s *CaptionDestinationSettings) SetBurninDestinationSettings(v *BurninDestinationSettings) *CaptionDestinationSettings

SetBurninDestinationSettings sets the BurninDestinationSettings field's value.

func (*CaptionDestinationSettings) SetDestinationType

func (s *CaptionDestinationSettings) SetDestinationType(v string) *CaptionDestinationSettings

SetDestinationType sets the DestinationType field's value.

func (*CaptionDestinationSettings) SetDvbSubDestinationSettings

func (s *CaptionDestinationSettings) SetDvbSubDestinationSettings(v *DvbSubDestinationSettings) *CaptionDestinationSettings

SetDvbSubDestinationSettings sets the DvbSubDestinationSettings field's value.

func (*CaptionDestinationSettings) SetEmbeddedDestinationSettings

func (s *CaptionDestinationSettings) SetEmbeddedDestinationSettings(v *EmbeddedDestinationSettings) *CaptionDestinationSettings

SetEmbeddedDestinationSettings sets the EmbeddedDestinationSettings field's value.

func (*CaptionDestinationSettings) SetImscDestinationSettings

func (s *CaptionDestinationSettings) SetImscDestinationSettings(v *ImscDestinationSettings) *CaptionDestinationSettings

SetImscDestinationSettings sets the ImscDestinationSettings field's value.

func (*CaptionDestinationSettings) SetSccDestinationSettings

func (s *CaptionDestinationSettings) SetSccDestinationSettings(v *SccDestinationSettings) *CaptionDestinationSettings

SetSccDestinationSettings sets the SccDestinationSettings field's value.

func (*CaptionDestinationSettings) SetSrtDestinationSettings

func (s *CaptionDestinationSettings) SetSrtDestinationSettings(v *SrtDestinationSettings) *CaptionDestinationSettings

SetSrtDestinationSettings sets the SrtDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTeletextDestinationSettings

func (s *CaptionDestinationSettings) SetTeletextDestinationSettings(v *TeletextDestinationSettings) *CaptionDestinationSettings

SetTeletextDestinationSettings sets the TeletextDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTtmlDestinationSettings

func (s *CaptionDestinationSettings) SetTtmlDestinationSettings(v *TtmlDestinationSettings) *CaptionDestinationSettings

SetTtmlDestinationSettings sets the TtmlDestinationSettings field's value.

func (*CaptionDestinationSettings) SetWebvttDestinationSettings

func (s *CaptionDestinationSettings) SetWebvttDestinationSettings(v *WebvttDestinationSettings) *CaptionDestinationSettings

SetWebvttDestinationSettings sets the WebvttDestinationSettings field's value.

func (CaptionDestinationSettings) String

func (s CaptionDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDestinationSettings) Validate

func (s *CaptionDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSelector

type CaptionSelector struct {

    // The specific language to extract from source, using the ISO 639-2 or ISO
    // 639-3 three-letter language code. 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.
    CustomLanguageCode *string `locationName:"customLanguageCode" min:"3" type:"string"`

    // 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.
    LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

    // If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file,
    // specify the URI of the input captions source file. If your input captions
    // are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.
    SourceSettings *CaptionSourceSettings `locationName:"sourceSettings" type:"structure"`
    // contains filtered or unexported fields
}

Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 20 captions selectors per input.

func (CaptionSelector) GoString

func (s CaptionSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelector) SetCustomLanguageCode

func (s *CaptionSelector) SetCustomLanguageCode(v string) *CaptionSelector

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*CaptionSelector) SetLanguageCode

func (s *CaptionSelector) SetLanguageCode(v string) *CaptionSelector

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionSelector) SetSourceSettings

func (s *CaptionSelector) SetSourceSettings(v *CaptionSourceSettings) *CaptionSelector

SetSourceSettings sets the SourceSettings field's value.

func (CaptionSelector) String

func (s CaptionSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelector) Validate

func (s *CaptionSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSourceFramerate

type CaptionSourceFramerate struct {

    // Specify the denominator of the fraction that represents the frame rate for
    // the setting Caption source frame rate (CaptionSourceFramerate). Use this
    // setting along with the setting Framerate numerator (framerateNumerator).
    FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`

    // Specify the numerator of the fraction that represents the frame rate for
    // the setting Caption source frame rate (CaptionSourceFramerate). Use this
    // setting along with the setting Framerate denominator (framerateDenominator).
    FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction. When you work directly in your JSON job specification, use the settings framerateNumerator and framerateDenominator. For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.

func (CaptionSourceFramerate) GoString

func (s CaptionSourceFramerate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSourceFramerate) SetFramerateDenominator

func (s *CaptionSourceFramerate) SetFramerateDenominator(v int64) *CaptionSourceFramerate

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*CaptionSourceFramerate) SetFramerateNumerator

func (s *CaptionSourceFramerate) SetFramerateNumerator(v int64) *CaptionSourceFramerate

SetFramerateNumerator sets the FramerateNumerator field's value.

func (CaptionSourceFramerate) String

func (s CaptionSourceFramerate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSourceFramerate) Validate

func (s *CaptionSourceFramerate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSourceSettings

type CaptionSourceSettings struct {

    // Settings for ancillary captions source.
    AncillarySourceSettings *AncillarySourceSettings `locationName:"ancillarySourceSettings" type:"structure"`

    // DVB Sub Source Settings
    DvbSubSourceSettings *DvbSubSourceSettings `locationName:"dvbSubSourceSettings" type:"structure"`

    // Settings for embedded captions Source
    EmbeddedSourceSettings *EmbeddedSourceSettings `locationName:"embeddedSourceSettings" type:"structure"`

    // If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1
    // in an xml file, specify the URI of the input caption source file. If your
    // caption source is IMSC in an IMF package, use TrackSourceSettings instead
    // of FileSoureSettings.
    FileSourceSettings *FileSourceSettings `locationName:"fileSourceSettings" type:"structure"`

    // Use Source (SourceType) to identify the format of your input captions. The
    // service cannot auto-detect caption format.
    SourceType *string `locationName:"sourceType" type:"string" enum:"CaptionSourceType"`

    // Settings specific to Teletext caption sources, including Page number.
    TeletextSourceSettings *TeletextSourceSettings `locationName:"teletextSourceSettings" type:"structure"`

    // Settings specific to caption sources that are specified by track number.
    // Currently, this is only IMSC captions in an IMF package. If your caption
    // source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead
    // of TrackSourceSettings.
    TrackSourceSettings *TrackSourceSettings `locationName:"trackSourceSettings" type:"structure"`

    // Settings specific to WebVTT sources in HLS alternative rendition group. Specify
    // the properties (renditionGroupId, renditionName or renditionLanguageCode)
    // to identify the unique subtitle track among the alternative rendition groups
    // present in the HLS manifest. If no unique track is found, or multiple tracks
    // match the specified properties, the job fails. If there is only one subtitle
    // track in the rendition group, the settings can be left empty and the default
    // subtitle track will be chosen. If your caption source is a sidecar file,
    // use FileSourceSettings instead of WebvttHlsSourceSettings.
    WebvttHlsSourceSettings *WebvttHlsSourceSettings `locationName:"webvttHlsSourceSettings" type:"structure"`
    // contains filtered or unexported fields
}

If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.

func (CaptionSourceSettings) GoString

func (s CaptionSourceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSourceSettings) SetAncillarySourceSettings

func (s *CaptionSourceSettings) SetAncillarySourceSettings(v *AncillarySourceSettings) *CaptionSourceSettings

SetAncillarySourceSettings sets the AncillarySourceSettings field's value.

func (*CaptionSourceSettings) SetDvbSubSourceSettings

func (s *CaptionSourceSettings) SetDvbSubSourceSettings(v *DvbSubSourceSettings) *CaptionSourceSettings

SetDvbSubSourceSettings sets the DvbSubSourceSettings field's value.

func (*CaptionSourceSettings) SetEmbeddedSourceSettings

func (s *CaptionSourceSettings) SetEmbeddedSourceSettings(v *EmbeddedSourceSettings) *CaptionSourceSettings

SetEmbeddedSourceSettings sets the EmbeddedSourceSettings field's value.

func (*CaptionSourceSettings) SetFileSourceSettings

func (s *CaptionSourceSettings) SetFileSourceSettings(v *FileSourceSettings) *CaptionSourceSettings

SetFileSourceSettings sets the FileSourceSettings field's value.

func (*CaptionSourceSettings) SetSourceType

func (s *CaptionSourceSettings) SetSourceType(v string) *CaptionSourceSettings

SetSourceType sets the SourceType field's value.

func (*CaptionSourceSettings) SetTeletextSourceSettings

func (s *CaptionSourceSettings) SetTeletextSourceSettings(v *TeletextSourceSettings) *CaptionSourceSettings

SetTeletextSourceSettings sets the TeletextSourceSettings field's value.

func (*CaptionSourceSettings) SetTrackSourceSettings

func (s *CaptionSourceSettings) SetTrackSourceSettings(v *TrackSourceSettings) *CaptionSourceSettings

SetTrackSourceSettings sets the TrackSourceSettings field's value.

func (*CaptionSourceSettings) SetWebvttHlsSourceSettings

func (s *CaptionSourceSettings) SetWebvttHlsSourceSettings(v *WebvttHlsSourceSettings) *CaptionSourceSettings

SetWebvttHlsSourceSettings sets the WebvttHlsSourceSettings field's value.

func (CaptionSourceSettings) String

func (s CaptionSourceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSourceSettings) Validate

func (s *CaptionSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChannelMapping

type ChannelMapping struct {

    // In your JSON job specification, include one child of OutputChannels for each
    // audio channel that you want in your output. Each child should contain one
    // instance of InputChannels or InputChannelsFineTune.
    OutputChannels []*OutputChannelMapping `locationName:"outputChannels" type:"list"`
    // contains filtered or unexported fields
}

Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in dB. Specify remix values to indicate how much of the content from your input audio channel you want in your output audio channels. Each instance of the InputChannels or InputChannelsFineTune array specifies these values for one output channel. Use one instance of this array for each output channel. In the console, each array corresponds to a column in the graphical depiction of the mapping matrix. The rows of the graphical matrix correspond to input channels. Valid 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). Use InputChannels or InputChannelsFineTune to specify your remix values. Don't use both.

func (ChannelMapping) GoString

func (s ChannelMapping) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChannelMapping) SetOutputChannels

func (s *ChannelMapping) SetOutputChannels(v []*OutputChannelMapping) *ChannelMapping

SetOutputChannels sets the OutputChannels field's value.

func (ChannelMapping) String

func (s ChannelMapping) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClipLimits

type ClipLimits struct {

    // Specify the Maximum RGB color sample range tolerance for your output. MediaConvert
    // corrects any YUV values that, when converted to RGB, would be outside the
    // upper tolerance that you specify. Enter an integer from 90 to 105 as an offset
    // percentage to the maximum possible value. Leave blank to use the default
    // value 100. When you specify a value for Maximum RGB tolerance, you must set
    // Sample range conversion to Limited range clip.
    MaximumRGBTolerance *int64 `locationName:"maximumRGBTolerance" min:"90" type:"integer"`

    // Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels
    // in your input above the value that you specify to typical limited range bounds.
    // Enter an integer from 920 to 1023. Leave blank to use the default value 940.
    // The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert
    // automatically scales this value down. When you specify a value for Maximum
    // YUV, you must set Sample range conversion to Limited range clip.
    MaximumYUV *int64 `locationName:"maximumYUV" min:"920" type:"integer"`

    // Specify the Minimum RGB color sample range tolerance for your output. MediaConvert
    // corrects any YUV values that, when converted to RGB, would be outside the
    // lower tolerance that you specify. Enter an integer from -5 to 10 as an offset
    // percentage to the minimum possible value. Leave blank to use the default
    // value 0. When you specify a value for Minimum RGB tolerance, you must set
    // Sample range conversion to Limited range clip.
    MinimumRGBTolerance *int64 `locationName:"minimumRGBTolerance" type:"integer"`

    // Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels
    // in your input below the value that you specify to typical limited range bounds.
    // Enter an integer from 0 to 128. Leave blank to use the default value 64.
    // The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert
    // automatically scales this value down. When you specify a value for Minumum
    // YUV, you must set Sample range conversion to Limited range clip.
    MinimumYUV *int64 `locationName:"minimumYUV" type:"integer"`
    // contains filtered or unexported fields
}

Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.

func (ClipLimits) GoString

func (s ClipLimits) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClipLimits) SetMaximumRGBTolerance

func (s *ClipLimits) SetMaximumRGBTolerance(v int64) *ClipLimits

SetMaximumRGBTolerance sets the MaximumRGBTolerance field's value.

func (*ClipLimits) SetMaximumYUV

func (s *ClipLimits) SetMaximumYUV(v int64) *ClipLimits

SetMaximumYUV sets the MaximumYUV field's value.

func (*ClipLimits) SetMinimumRGBTolerance

func (s *ClipLimits) SetMinimumRGBTolerance(v int64) *ClipLimits

SetMinimumRGBTolerance sets the MinimumRGBTolerance field's value.

func (*ClipLimits) SetMinimumYUV

func (s *ClipLimits) SetMinimumYUV(v int64) *ClipLimits

SetMinimumYUV sets the MinimumYUV field's value.

func (ClipLimits) String

func (s ClipLimits) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClipLimits) Validate

func (s *ClipLimits) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafAdditionalManifest

type CmafAdditionalManifest struct {

    // Specify a name modifier that the service adds to the name of this manifest
    // to make it different from the file names of the other main manifests in the
    // output group. For example, say that the default main manifest for your HLS
    // group is film-name.m3u8. If you enter "-no-premium" for this setting, then
    // the file name the service generates for this top-level manifest is film-name-no-premium.m3u8.
    // For HLS output groups, specify a manifestNameModifier that is different from
    // the nameModifier of the output. The service uses the output name modifier
    // to create unique names for the individual variant manifests.
    ManifestNameModifier *string `locationName:"manifestNameModifier" min:"1" type:"string"`

    // Specify the outputs that you want this additional top-level manifest to reference.
    SelectedOutputs []*string `locationName:"selectedOutputs" type:"list"`
    // contains filtered or unexported fields
}

Specify the details for each pair of HLS and DASH additional manifests that you want the service to generate for this CMAF output group. Each pair of manifests can reference a different subset of outputs in the group.

func (CmafAdditionalManifest) GoString

func (s CmafAdditionalManifest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafAdditionalManifest) SetManifestNameModifier

func (s *CmafAdditionalManifest) SetManifestNameModifier(v string) *CmafAdditionalManifest

SetManifestNameModifier sets the ManifestNameModifier field's value.

func (*CmafAdditionalManifest) SetSelectedOutputs

func (s *CmafAdditionalManifest) SetSelectedOutputs(v []*string) *CmafAdditionalManifest

SetSelectedOutputs sets the SelectedOutputs field's value.

func (CmafAdditionalManifest) String

func (s CmafAdditionalManifest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafAdditionalManifest) Validate

func (s *CmafAdditionalManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafEncryptionSettings

type CmafEncryptionSettings struct {

    // 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.
    ConstantInitializationVector *string `locationName:"constantInitializationVector" min:"32" type:"string"`

    // Specify the encryption scheme that you want the service to use when encrypting
    // your CMAF segments. Choose AES-CBC subsample (SAMPLE-AES) or AES_CTR (AES-CTR).
    EncryptionMethod *string `locationName:"encryptionMethod" type:"string" enum:"CmafEncryptionType"`

    // When you use DRM with CMAF outputs, choose whether the service writes the
    // 128-bit encryption initialization vector in the HLS and DASH manifests.
    InitializationVectorInManifest *string `locationName:"initializationVectorInManifest" type:"string" enum:"CmafInitializationVectorInManifest"`

    // If your output group type is CMAF, use these settings when doing DRM encryption
    // with a SPEKE-compliant key provider. If your output group type is HLS, DASH,
    // or Microsoft Smooth, use the SpekeKeyProvider settings instead.
    SpekeKeyProvider *SpekeKeyProviderCmaf `locationName:"spekeKeyProvider" type:"structure"`

    // Use these settings to set up encryption with a static key provider.
    StaticKeyProvider *StaticKeyProvider `locationName:"staticKeyProvider" type:"structure"`

    // Specify whether your DRM encryption key is static or from a key provider
    // that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.
    Type *string `locationName:"type" type:"string" enum:"CmafKeyProviderType"`
    // contains filtered or unexported fields
}

Settings for CMAF encryption

func (CmafEncryptionSettings) GoString

func (s CmafEncryptionSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafEncryptionSettings) SetConstantInitializationVector

func (s *CmafEncryptionSettings) SetConstantInitializationVector(v string) *CmafEncryptionSettings

SetConstantInitializationVector sets the ConstantInitializationVector field's value.

func (*CmafEncryptionSettings) SetEncryptionMethod

func (s *CmafEncryptionSettings) SetEncryptionMethod(v string) *CmafEncryptionSettings

SetEncryptionMethod sets the EncryptionMethod field's value.

func (*CmafEncryptionSettings) SetInitializationVectorInManifest

func (s *CmafEncryptionSettings) SetInitializationVectorInManifest(v string) *CmafEncryptionSettings

SetInitializationVectorInManifest sets the InitializationVectorInManifest field's value.

func (*CmafEncryptionSettings) SetSpekeKeyProvider

func (s *CmafEncryptionSettings) SetSpekeKeyProvider(v *SpekeKeyProviderCmaf) *CmafEncryptionSettings

SetSpekeKeyProvider sets the SpekeKeyProvider field's value.

func (*CmafEncryptionSettings) SetStaticKeyProvider

func (s *CmafEncryptionSettings) SetStaticKeyProvider(v *StaticKeyProvider) *CmafEncryptionSettings

SetStaticKeyProvider sets the StaticKeyProvider field's value.

func (*CmafEncryptionSettings) SetType

func (s *CmafEncryptionSettings) SetType(v string) *CmafEncryptionSettings

SetType sets the Type field's value.

func (CmafEncryptionSettings) String

func (s CmafEncryptionSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafEncryptionSettings) Validate

func (s *CmafEncryptionSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafGroupSettings

type CmafGroupSettings struct {

    // By default, the service creates one top-level .m3u8 HLS manifest and one
    // top -level .mpd DASH manifest for each CMAF output group in your job. These
    // default manifests reference every output in the output group. To create additional
    // top-level manifests that reference a subset of the outputs in the output
    // group, specify a list of them here. For each additional manifest that you
    // specify, the service creates one HLS manifest and one DASH manifest.
    AdditionalManifests []*CmafAdditionalManifest `locationName:"additionalManifests" type:"list"`

    // A partial URI prefix that will be put in the manifest file at the top level
    // BaseURL element. Can be used if streams are delivered from a different URL
    // than the manifest file.
    BaseUrl *string `locationName:"baseUrl" type:"string"`

    // Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no
    // tag. Otherwise, keep the default value Enabled (ENABLED) and control caching
    // in your video distribution set up. For example, use the Cache-Control http
    // header.
    ClientCache *string `locationName:"clientCache" type:"string" enum:"CmafClientCache"`

    // Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist
    // generation.
    CodecSpecification *string `locationName:"codecSpecification" type:"string" enum:"CmafCodecSpecification"`

    // Specify how MediaConvert writes SegmentTimeline in your output DASH manifest.
    // To write a SegmentTimeline in each video Representation: Keep the default
    // value, Basic. To write a common SegmentTimeline in the video AdaptationSet:
    // Choose Compact. Note that MediaConvert will still write a SegmentTimeline
    // in any Representation that does not share a common timeline. To write a video
    // AdaptationSet for each different output framerate, and a common SegmentTimeline
    // in each AdaptationSet: Choose Distinct.
    DashManifestStyle *string `locationName:"dashManifestStyle" type:"string" enum:"DashManifestStyle"`

    // 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.
    Destination *string `locationName:"destination" type:"string"`

    // Settings associated with the destination. Will vary based on the type of
    // destination
    DestinationSettings *DestinationSettings `locationName:"destinationSettings" type:"structure"`

    // DRM settings.
    Encryption *CmafEncryptionSettings `locationName:"encryption" type:"structure"`

    // Specify the length, in whole seconds, of the mp4 fragments. When you don't
    // specify a value, MediaConvert defaults to 2. Related setting: Use Fragment
    // length control (FragmentLengthControl) to specify whether the encoder enforces
    // this value strictly.
    FragmentLength *int64 `locationName:"fragmentLength" min:"1" type:"integer"`

    // Specify whether MediaConvert generates images for trick play. Keep the default
    // value, None (NONE), to not generate any images. Choose Thumbnail (THUMBNAIL)
    // to generate tiled thumbnails. Choose Thumbnail and full frame (THUMBNAIL_AND_FULLFRAME)
    // to generate tiled thumbnails and full-resolution images of single frames.
    // When you enable Write HLS manifest (WriteHlsManifest), MediaConvert creates
    // a child manifest for each set of images that you generate and adds corresponding
    // entries to the parent manifest. When you enable Write DASH manifest (WriteDashManifest),
    // MediaConvert adds an entry in the .mpd manifest for each set of images that
    // you generate. A common application for these images is Roku trick mode. The
    // thumbnails and full-frame images that MediaConvert creates with this feature
    // are compatible with this Roku specification: https://developer.roku.com/docs/developer-program/media-playback/trick-mode/hls-and-dash.md
    ImageBasedTrickPlay *string `locationName:"imageBasedTrickPlay" type:"string" enum:"CmafImageBasedTrickPlay"`

    // Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
    ImageBasedTrickPlaySettings *CmafImageBasedTrickPlaySettings `locationName:"imageBasedTrickPlaySettings" type:"structure"`

    // When set to GZIP, compresses HLS playlist.
    ManifestCompression *string `locationName:"manifestCompression" type:"string" enum:"CmafManifestCompression"`

    // Indicates whether the output manifest should use floating point values for
    // segment duration.
    ManifestDurationFormat *string `locationName:"manifestDurationFormat" type:"string" enum:"CmafManifestDurationFormat"`

    // Minimum time of initially buffered media that is needed to ensure smooth
    // playout.
    MinBufferTime *int64 `locationName:"minBufferTime" type:"integer"`

    // Keep this setting at the default value of 0, unless you are troubleshooting
    // a problem with how devices play back the end of your video asset. If you
    // know that player devices are hanging on the final segment of your video because
    // the length of your final segment is too short, use this setting to specify
    // a minimum final segment length, in seconds. Choose a value that is greater
    // than or equal to 1 and less than your segment length. When you specify a
    // value for this setting, the encoder will combine any final segment that is
    // shorter than the length that you specify with the previous segment. For example,
    // your segment length is 3 seconds and your final segment is .5 seconds without
    // a minimum final segment length; when you set the minimum final segment length
    // to 1, your final segment is 3.5 seconds.
    MinFinalSegmentLength *float64 `locationName:"minFinalSegmentLength" type:"double"`

    // Specify how the value for bandwidth is determined for each video Representation
    // in your output MPD manifest. We recommend that you choose a MPD manifest
    // bandwidth type that is compatible with your downstream player configuration.
    // Max: Use the same value that you specify for Max bitrate in the video output,
    // in bits per second. Average: Use the calculated average bitrate of the encoded
    // video output, in bits per second.
    MpdManifestBandwidthType *string `locationName:"mpdManifestBandwidthType" type:"string" enum:"CmafMpdManifestBandwidthType"`

    // Specify whether your DASH profile is on-demand or main. When you choose Main
    // profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011
    // in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE),
    // the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd.
    // When you choose On-demand, you must also set the output group setting Segment
    // control (SegmentControl) to Single file (SINGLE_FILE).
    MpdProfile *string `locationName:"mpdProfile" type:"string" enum:"CmafMpdProfile"`

    // Use this setting only when your output video stream has B-frames, which causes
    // the initial presentation time stamp (PTS) to be offset from the initial decode
    // time stamp (DTS). Specify how MediaConvert handles PTS when writing time
    // stamps in output DASH manifests. Choose Match initial PTS (MATCH_INITIAL_PTS)
    // when you want MediaConvert to use the initial PTS as the first time stamp
    // in the manifest. Choose Zero-based (ZERO_BASED) to have MediaConvert ignore
    // the initial PTS in the video stream and instead write the initial time stamp
    // as zero in the manifest. For outputs that don't have B-frames, the time stamps
    // in your DASH manifests start at zero regardless of your choice here.
    PtsOffsetHandlingForBFrames *string `locationName:"ptsOffsetHandlingForBFrames" type:"string" enum:"CmafPtsOffsetHandlingForBFrames"`

    // 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.
    SegmentControl *string `locationName:"segmentControl" type:"string" enum:"CmafSegmentControl"`

    // Specify the length, in whole seconds, of each segment. When you don't specify
    // a value, MediaConvert defaults to 10. Related settings: Use Segment length
    // control (SegmentLengthControl) to specify whether the encoder enforces this
    // value strictly. Use Segment control (CmafSegmentControl) to specify whether
    // MediaConvert creates separate segment files or one content file that has
    // metadata to mark the segment boundaries.
    SegmentLength *int64 `locationName:"segmentLength" min:"1" type:"integer"`

    // Specify how you want MediaConvert to determine the segment length. Choose
    // Exact (EXACT) to have the encoder use the exact length that you specify with
    // the setting Segment length (SegmentLength). This might result in extra I-frames.
    // Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment
    // lengths to match the next GOP boundary.
    SegmentLengthControl *string `locationName:"segmentLengthControl" type:"string" enum:"CmafSegmentLengthControl"`

    // Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag
    // of variant manifest.
    StreamInfResolution *string `locationName:"streamInfResolution" type:"string" enum:"CmafStreamInfResolution"`

    // When set to LEGACY, the segment target duration is always rounded up to the
    // nearest integer value above its current value in seconds. When set to SPEC\\_COMPLIANT,
    // the segment target duration is rounded up to the nearest integer value if
    // fraction seconds are greater than or equal to 0.5 (>= 0.5) and rounded down
    // if less than 0.5 (< 0.5). You may need to use LEGACY if your client needs
    // to ensure that the target duration is always longer than the actual duration
    // of the segment. Some older players may experience interrupted playback when
    // the actual duration of a track in a segment is longer than the target duration.
    TargetDurationCompatibilityMode *string `locationName:"targetDurationCompatibilityMode" type:"string" enum:"CmafTargetDurationCompatibilityMode"`

    // Specify the video sample composition time offset mode in the output fMP4
    // TRUN box. For wider player compatibility, set Video composition offsets to
    // Unsigned or leave blank. The earliest presentation time may be greater than
    // zero, and sample composition time offsets will increment using unsigned integers.
    // For strict fMP4 video and audio timing, set Video composition offsets to
    // Signed. The earliest presentation time will be equal to zero, and sample
    // composition time offsets will increment using signed integers.
    VideoCompositionOffsets *string `locationName:"videoCompositionOffsets" type:"string" enum:"CmafVideoCompositionOffsets"`

    // When set to ENABLED, a DASH MPD manifest will be generated for this output.
    WriteDashManifest *string `locationName:"writeDashManifest" type:"string" enum:"CmafWriteDASHManifest"`

    // When set to ENABLED, an Apple HLS manifest will be generated for this output.
    WriteHlsManifest *string `locationName:"writeHlsManifest" type:"string" enum:"CmafWriteHLSManifest"`

    // When you enable Precise segment duration in DASH manifests (writeSegmentTimelineInRepresentation),
    // your DASH manifest shows precise segment durations. The segment duration
    // information appears inside the SegmentTimeline element, inside SegmentTemplate
    // at the Representation level. When this feature isn't enabled, the segment
    // durations in your DASH manifest are approximate. The segment duration information
    // appears in the duration attribute of the SegmentTemplate element.
    WriteSegmentTimelineInRepresentation *string `locationName:"writeSegmentTimelineInRepresentation" type:"string" enum:"CmafWriteSegmentTimelineInRepresentation"`
    // contains filtered or unexported fields
}

Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to CMAF_GROUP_SETTINGS.

func (CmafGroupSettings) GoString

func (s CmafGroupSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafGroupSettings) SetAdditionalManifests

func (s *CmafGroupSettings) SetAdditionalManifests(v []*CmafAdditionalManifest) *CmafGroupSettings

SetAdditionalManifests sets the AdditionalManifests field's value.

func (*CmafGroupSettings) SetBaseUrl

func (s *CmafGroupSettings) SetBaseUrl(v string) *CmafGroupSettings

SetBaseUrl sets the BaseUrl field's value.

func (*CmafGroupSettings) SetClientCache

func (s *CmafGroupSettings) SetClientCache(v string) *CmafGroupSettings

SetClientCache sets the ClientCache field's value.

func (*CmafGroupSettings) SetCodecSpecification

func (s *CmafGroupSettings) SetCodecSpecification(v string) *CmafGroupSettings

SetCodecSpecification sets the CodecSpecification field's value.

func (*CmafGroupSettings) SetDashManifestStyle

func (s *CmafGroupSettings) SetDashManifestStyle(v string) *CmafGroupSettings

SetDashManifestStyle sets the DashManifestStyle field's value.

func (*CmafGroupSettings) SetDestination

func (s *CmafGroupSettings) SetDestination(v string) *CmafGroupSettings

SetDestination sets the Destination field's value.

func (*CmafGroupSettings) SetDestinationSettings

func (s *CmafGroupSettings) SetDestinationSettings(v *DestinationSettings) *CmafGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*CmafGroupSettings) SetEncryption

func (s *CmafGroupSettings) SetEncryption(v *CmafEncryptionSettings) *CmafGroupSettings

SetEncryption sets the Encryption field's value.

func (*CmafGroupSettings) SetFragmentLength

func (s *CmafGroupSettings) SetFragmentLength(v int64) *CmafGroupSettings

SetFragmentLength sets the FragmentLength field's value.

func (*CmafGroupSettings) SetImageBasedTrickPlay

func (s *CmafGroupSettings) SetImageBasedTrickPlay(v string) *CmafGroupSettings

SetImageBasedTrickPlay sets the ImageBasedTrickPlay field's value.

func (*CmafGroupSettings) SetImageBasedTrickPlaySettings

func (s *CmafGroupSettings) SetImageBasedTrickPlaySettings(v *CmafImageBasedTrickPlaySettings) *CmafGroupSettings

SetImageBasedTrickPlaySettings sets the ImageBasedTrickPlaySettings field's value.

func (*CmafGroupSettings) SetManifestCompression

func (s *CmafGroupSettings) SetManifestCompression(v string) *CmafGroupSettings

SetManifestCompression sets the ManifestCompression field's value.

func (*CmafGroupSettings) SetManifestDurationFormat

func (s *CmafGroupSettings) SetManifestDurationFormat(v string) *CmafGroupSettings

SetManifestDurationFormat sets the ManifestDurationFormat field's value.

func (*CmafGroupSettings) SetMinBufferTime

func (s *CmafGroupSettings) SetMinBufferTime(v int64) *CmafGroupSettings

SetMinBufferTime sets the MinBufferTime field's value.

func (*CmafGroupSettings) SetMinFinalSegmentLength

func (s *CmafGroupSettings) SetMinFinalSegmentLength(v float64) *CmafGroupSettings

SetMinFinalSegmentLength sets the MinFinalSegmentLength field's value.

func (*CmafGroupSettings) SetMpdManifestBandwidthType

func (s *CmafGroupSettings) SetMpdManifestBandwidthType(v string) *CmafGroupSettings

SetMpdManifestBandwidthType sets the MpdManifestBandwidthType field's value.

func (*CmafGroupSettings) SetMpdProfile

func (s *CmafGroupSettings) SetMpdProfile(v string) *CmafGroupSettings

SetMpdProfile sets the MpdProfile field's value.

func (*CmafGroupSettings) SetPtsOffsetHandlingForBFrames

func (s *CmafGroupSettings) SetPtsOffsetHandlingForBFrames(v string) *CmafGroupSettings

SetPtsOffsetHandlingForBFrames sets the PtsOffsetHandlingForBFrames field's value.

func (*CmafGroupSettings) SetSegmentControl

func (s *CmafGroupSettings) SetSegmentControl(v string) *CmafGroupSettings

SetSegmentControl sets the SegmentControl field's value.

func (*CmafGroupSettings) SetSegmentLength

func (s *CmafGroupSettings) SetSegmentLength(v int64) *CmafGroupSettings

SetSegmentLength sets the SegmentLength field's value.

func (*CmafGroupSettings) SetSegmentLengthControl

func (s *CmafGroupSettings) SetSegmentLengthControl(v string) *CmafGroupSettings

SetSegmentLengthControl sets the SegmentLengthControl field's value.

func (*CmafGroupSettings) SetStreamInfResolution

func (s *CmafGroupSettings) SetStreamInfResolution(v string) *CmafGroupSettings

SetStreamInfResolution sets the StreamInfResolution field's value.

func (*CmafGroupSettings) SetTargetDurationCompatibilityMode

func (s *CmafGroupSettings) SetTargetDurationCompatibilityMode(v string) *CmafGroupSettings

SetTargetDurationCompatibilityMode sets the TargetDurationCompatibilityMode field's value.

func (*CmafGroupSettings) SetVideoCompositionOffsets

func (s *CmafGroupSettings) SetVideoCompositionOffsets(v string) *CmafGroupSettings

SetVideoCompositionOffsets sets the VideoCompositionOffsets field's value.

func (*CmafGroupSettings) SetWriteDashManifest

func (s *CmafGroupSettings) SetWriteDashManifest(v string) *CmafGroupSettings

SetWriteDashManifest sets the WriteDashManifest field's value.

func (*CmafGroupSettings) SetWriteHlsManifest

func (s *CmafGroupSettings) SetWriteHlsManifest(v string) *CmafGroupSettings

SetWriteHlsManifest sets the WriteHlsManifest field's value.

func (*CmafGroupSettings) SetWriteSegmentTimelineInRepresentation

func (s *CmafGroupSettings) SetWriteSegmentTimelineInRepresentation(v string) *CmafGroupSettings

SetWriteSegmentTimelineInRepresentation sets the WriteSegmentTimelineInRepresentation field's value.

func (CmafGroupSettings) String

func (s CmafGroupSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CmafGroupSettings) Validate

func (s *CmafGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafImageBasedTrickPlaySettings

type CmafImageBasedTrickPlaySettings struct {

    // The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME,
    // MediaConvert generates thumbnails for each IDR frame in the output (matching
    // the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails
    // according to the interval you specify in thumbnailInterval.
    IntervalCadence *string `locationName:"intervalCadence" type:"string" enum:"CmafIntervalCadence"`

    // Height of each thumbnail withi