mediaconvert

package
v1.51.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 10 Imported by: 63

Documentation

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

Index

Constants

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

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

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

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

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

Rate Control Mode.

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

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

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

View Source
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).

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

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

View Source
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. The mode-specific settings are Dynamic range compression profile, line mode and Dynamic range compression profile, RF mode. 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 to leave out DRC signaling. Keep the default Film standard to set the profile to Dolby's film standard profile for all operating modes.

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

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

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

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

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

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

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

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

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

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

View Source
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, 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.

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

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

View Source
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"

	// AudioChannelTagTbl is a AudioChannelTag enum value
	AudioChannelTagTbl = "TBL"

	// AudioChannelTagTbc is a AudioChannelTag enum value
	AudioChannelTagTbc = "TBC"

	// AudioChannelTagTbr is a AudioChannelTag enum value
	AudioChannelTagTbr = "TBR"

	// AudioChannelTagRsl is a AudioChannelTag enum value
	AudioChannelTagRsl = "RSL"

	// AudioChannelTagRsr is a AudioChannelTag enum value
	AudioChannelTagRsr = "RSR"

	// AudioChannelTagLw is a AudioChannelTag enum value
	AudioChannelTagLw = "LW"

	// AudioChannelTagRw is a AudioChannelTag enum value
	AudioChannelTagRw = "RW"

	// AudioChannelTagLfe2 is a AudioChannelTag enum value
	AudioChannelTagLfe2 = "LFE2"

	// AudioChannelTagLt is a AudioChannelTag enum value
	AudioChannelTagLt = "LT"

	// AudioChannelTagRt is a AudioChannelTag enum value
	AudioChannelTagRt = "RT"

	// AudioChannelTagHi is a AudioChannelTag enum value
	AudioChannelTagHi = "HI"

	// AudioChannelTagNar is a AudioChannelTag enum value
	AudioChannelTagNar = "NAR"

	// AudioChannelTagM is a AudioChannelTag enum value
	AudioChannelTagM = "M"
)

Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel layout tags in the same order as your output's audio channel order. For example, if your output audio track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second. If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.

View Source
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"

	// AudioCodecFlac is a AudioCodec enum value
	AudioCodecFlac = "FLAC"
)

Choose the audio codec for this output. Note that the option Dolby Digital 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

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

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

View Source
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, 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. When you choose Use configured, the service uses the language code that you specify.

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

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

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

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

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

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

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

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

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

Specify the Bit depth. You can choose 8-bit or 10-bit.

View Source
const (
	// Av1FilmGrainSynthesisDisabled is a Av1FilmGrainSynthesis enum value
	Av1FilmGrainSynthesisDisabled = "DISABLED"

	// Av1FilmGrainSynthesisEnabled is a Av1FilmGrainSynthesis enum value
	Av1FilmGrainSynthesisEnabled = "ENABLED"
)

Film grain synthesis replaces film grain present in your content with similar quality synthesized AV1 film grain. We recommend that you choose Enabled to reduce the bandwidth of your QVBR quality level 5, 6, 7, or 8 outputs. For QVBR quality level 9 or 10 outputs we recommend that you keep the default value, Disabled. When you include Film grain synthesis, you cannot include the Noise reducer preprocessor.

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

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

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.

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

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

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

Keep the default value, 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 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.

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

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

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

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

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

View Source
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 to create a smoother picture. When you keep the default value, None, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

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

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

Optional. Use Quality tuning level to choose how many transcoding passes MediaConvert does with your video. When you choose 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, your encoding time is faster. The default behavior is Single-pass.

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

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

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

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

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

To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include 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. You can also override any fonts by manually specifying custom font files.

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

View Source
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 is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose 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.

View Source
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 blank and set Style passthrough to enabled to use the background color data from your input captions, if present.

View Source
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 to 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.

View Source
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 blank and set Style passthrough to enabled to use the font color data from your input captions, if present.

View Source
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 blank and set Style passthrough to enabled to use the font outline color data from your input captions, if present.

View Source
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 blank and set Style passthrough to enabled to use the shadow color data from your input captions, if present.

View Source
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 in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions.

View Source
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. To create a non-compliant output where the embedded captions come first, choose Embedded plus SCTE-20.

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

View Source
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 to identify the format of your input captions. The service cannot auto-detect caption format.

View Source
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 and control caching in your video distribution set up. For example, use the Cache-Control http header.

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

View Source
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 or AES_CTR.

View Source
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, to not generate any images. Choose Thumbnail to generate tiled thumbnails. Choose Thumbnail and full frame to generate tiled thumbnails and full-resolution images of single frames. When you enable Write HLS manifest, 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, 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

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

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

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

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

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

When set to GZIP, compresses HLS playlist.

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

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

View Source
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, the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand, 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 to Single file.

View Source
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 when you want MediaConvert to use the initial PTS as the first time stamp in the manifest. Choose 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.

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

View Source
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 to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.

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

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

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

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

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

View Source
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, 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.

View Source
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. In all other cases, keep the default value, 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.

View Source
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"

	// CmfcAudioTrackTypeAudioOnlyVariantStream is a CmfcAudioTrackType enum value
	CmfcAudioTrackTypeAudioOnlyVariantStream = "AUDIO_ONLY_VARIANT_STREAM"
)

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. Choose Audio-only variant stream (AUDIO_ONLY_VARIANT_STREAM) for any variant that you want to prohibit the client from playing with video. This causes MediaConvert to represent the variant as an EXT-X-STREAM-INF in the HLS manifest. 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 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 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.

View Source
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, 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, MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation.

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

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

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

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

View Source
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 to Passthrough.

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

View Source
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 if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don't want those SCTE-35 markers in this output.

View Source
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 to Passthrough. Specify this ID3 metadata in Custom ID3 metadata inserter. MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None or leave blank.

View Source
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 to Passthrough.

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

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

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

View Source
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

View Source
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

View Source
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 and HDR master display information settings. The Color space usage setting determines which takes precedence. Choose 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 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.

View Source
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"

	// ContainerTypeY4m is a ContainerType enum value
	ContainerTypeY4m = "Y4M"
)

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

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

View Source
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, to have MediaConvert write this: urn:mpeg:mpegB:cicp:ChannelConfiguration. Choose Dolby channel configuration to have MediaConvert write this instead: tag:dolby.com,2014:dash:audio_channel_configuration:2011.

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

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

Supports HbbTV specification as indicated

View Source
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, to not generate any images. Choose Thumbnail to generate tiled thumbnails. Choose Thumbnail and full frame 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

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

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

View Source
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, the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand, 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 to Single file.

View Source
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 only to correct problems with playback on older devices. Otherwise, keep the default setting 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.

View Source
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 when you want MediaConvert to use the initial PTS as the first time stamp in the manifest. Choose 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.

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

View Source
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 to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.

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

View Source
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, 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.

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

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

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

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

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

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

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

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

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

View Source
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 is enabled.

View Source
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 to 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.

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

View Source
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 is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for additional font color controls. When you choose 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.

View Source
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 blank and set Style passthrough to enabled to use the background color data from your input captions, if present.

View Source
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 blank and set Style passthrough 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.

View Source
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 blank and set Style passthrough 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.

View Source
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 blank and set Style passthrough 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.

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

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

To use the available style, color, and position information from your input captions: Set Style passthrough to Enabled. Note that MediaConvert uses default settings for any missing style or position information in your input captions To ignore the style and position information from your input captions and use default settings: Leave blank or keep the default value, Disabled. Default settings include 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. You can also override any fonts by manually specifying custom font files.

View Source
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 in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid to conform to the spacing specified in the captions file more accurately. Choose proportional to make the text easier to read for closed captions. Within your job settings, all of your DVB-Sub settings must be identical.

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

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

View Source
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).

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

View Source
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 to provide downmix values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your downmix values: Left only/Right only surround, Left total/Right total surround, Left total/Right total center, Left only/Right only center, and Stereo downmix. When you keep Custom for Downmix control and you don't specify values for the related settings, MediaConvert uses default values for those settings.

View Source
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 Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression line. 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.

View Source
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 Related setting: To have MediaConvert use the value you specify here, keep the default value, Custom for the setting Dynamic range control. Otherwise, MediaConvert ignores Dynamic range compression RF. 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.

View Source
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, to provide dynamic range control values in your job settings. Choose Follow source to use the metadata from your input. Related settings--Use these settings to specify your dynamic range control values: Dynamic range compression line and Dynamic range compression RF. When you keep the value Custom for Dynamic range control and you don't specify values for the related settings, MediaConvert uses default values for those settings.

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

View Source
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 Related setting: To have MediaConvert use this value, keep the default value, Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo downmix.

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

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

View Source
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).

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

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

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

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

View Source
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

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

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

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

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

View Source
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 for the setting Coding mode. If you choose a different value for Coding mode, the service ignores Stereo downmix.

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

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

View Source
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, 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.

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

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

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

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

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

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

To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.

View Source
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, 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.

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

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

When you use the setting Time delta 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, MediaConvert uses seconds by default.

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

View Source
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, 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. 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. Related settings: The value that you choose here applies to the following settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization, and H264TemporalAdaptiveQuantization.

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

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

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

View Source
const (
	// H264EndOfStreamMarkersInclude is a H264EndOfStreamMarkers enum value
	H264EndOfStreamMarkersInclude = "INCLUDE"

	// H264EndOfStreamMarkersSuppress is a H264EndOfStreamMarkers enum value
	H264EndOfStreamMarkersSuppress = "SUPPRESS"
)

Optionally include or suppress markers at the end of your output that signal the end of the video stream. To include end of stream markers: Leave blank or keep the default value, Include. To not include end of stream markers: Choose Suppress. This is useful when your output will be inserted into another stream.

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

View Source
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 to disable PAFF encoding and create separate interlaced fields. Choose MBAFF to disable PAFF and have MediaConvert use MBAFF encoding for interlaced outputs.

View Source
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. Change this value to 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 to a value other than AUTO.

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

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

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

View Source
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 and and leave GOP size blank. By default, if you don't specify GOP mode control, 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 or Specified, seconds and then provide the GOP length in the related setting GOP size.

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

View Source
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, 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. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

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

View Source
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).

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

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

View Source
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 for further video quality improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.

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

View Source
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, 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. 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. Related setting: When you enable spatial adaptive quantization, set the value for Adaptive quantization 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 to a value other than AUTO.

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

View Source
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 produces a 29.97i output. Soft telecine 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, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

View Source
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. 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. Related setting: When you enable temporal quantization, adjust the strength of the filter with the setting Adaptive quantization. To manually enable or disable H264TemporalAdaptiveQuantization, you must set Adaptive quantization to a value other than AUTO.

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

View Source
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 to Auto, or leave blank, MediaConvert automatically applies quantization to improve the video quality of your output. Set Adaptive Quantization to Low, Medium, High, Higher, or Max to manually control the strength of the quantization filter. When you do, you can specify a value for Spatial Adaptive Quantization, Temporal Adaptive Quantization, and Flicker Adaptive Quantization, to further control the quantization filter. Set Adaptive Quantization to Off to apply no quantization to your output.

View Source
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).

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

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

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

View Source
const (
	// H265EndOfStreamMarkersInclude is a H265EndOfStreamMarkers enum value
	H265EndOfStreamMarkersInclude = "INCLUDE"

	// H265EndOfStreamMarkersSuppress is a H265EndOfStreamMarkers enum value
	H265EndOfStreamMarkersSuppress = "SUPPRESS"
)

Optionally include or suppress markers at the end of your output that signal the end of the video stream. To include end of stream markers: Leave blank or keep the default value, Include. To not include end of stream markers: Choose Suppress. This is useful when your output will be inserted into another stream.

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

View Source
const (
	// H265FramerateControlInitializeFromSource is a H265FramerateControl enum value
	H265FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

	// H265FramerateControlSpecified is a H265FramerateControl enum value
	H265FramerateControlSpecified = "SPECIFIED"
)

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.

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

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

View Source
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 and and leave GOP size blank. By default, if you don't specify GOP mode control, 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 or Specified, seconds and then provide the GOP length in the related setting GOP size.

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

View Source
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, uses the PAR from your input video for your output. To specify a different PAR, choose any value other than Follow source. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

View Source
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 to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

View Source
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).

View Source
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

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

View Source
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 for further video quality improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.

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

View Source
const (
	// H265SpatialAdaptiveQuantizationDisabled is a H265SpatialAdaptiveQuantization enum value
	H265SpatialAdaptiveQuantizationDisabled = "DISABLED"

	// H265SpatialAdaptiveQuantizationEnabled is a H265SpatialAdaptiveQuantization enum value
	H265SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, 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 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.

View Source
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 field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field and the Streams > Advanced > Interlaced Mode field 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.

View Source
const (
	// H265TemporalAdaptiveQuantizationDisabled is a H265TemporalAdaptiveQuantization enum value
	H265TemporalAdaptiveQuantizationDisabled = "DISABLED"

	// H265TemporalAdaptiveQuantizationEnabled is a H265TemporalAdaptiveQuantization enum value
	H265TemporalAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, 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.

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

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

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

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

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

View Source
const (
	// HlsAdMarkersElemental is a HlsAdMarkers enum value
	HlsAdMarkersElemental = "ELEMENTAL"

	// HlsAdMarkersElementalScte35 is a HlsAdMarkers enum value
	HlsAdMarkersElementalScte35 = "ELEMENTAL_SCTE35"
)

Ad marker for Apple HLS manifest.

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

View Source
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, to output audio-only headers. Choose Exclude to remove the audio-only headers from your audio segments.

View Source
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

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

View Source
const (
	// HlsCaptionSegmentLengthControlLargeSegments is a HlsCaptionSegmentLengthControl enum value
	HlsCaptionSegmentLengthControlLargeSegments = "LARGE_SEGMENTS"

	// HlsCaptionSegmentLengthControlMatchVideo is a HlsCaptionSegmentLengthControl enum value
	HlsCaptionSegmentLengthControlMatchVideo = "MATCH_VIDEO"
)

Set Caption segment length control to 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 to create caption segments that are 300 seconds long.

View Source
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 and control caching in your video distribution set up. For example, use the Cache-Control http header.

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

View Source
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, 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, MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation.

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

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

View Source
const (
	// HlsIFrameOnlyManifestInclude is a HlsIFrameOnlyManifest enum value
	HlsIFrameOnlyManifestInclude = "INCLUDE"

	// HlsIFrameOnlyManifestExclude is a HlsIFrameOnlyManifest enum value
	HlsIFrameOnlyManifestExclude = "EXCLUDE"
)

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

View Source
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, to not generate any images. Choose Thumbnail to generate tiled thumbnails. Choose Thumbnail and full frame 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

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

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

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

View Source
const (
	// HlsManifestCompressionGzip is a HlsManifestCompression enum value
	HlsManifestCompressionGzip = "GZIP"

	// HlsManifestCompressionNone is a HlsManifestCompression enum value
	HlsManifestCompressionNone = "NONE"
)

When set to GZIP, compresses HLS playlist.

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

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

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

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

View Source
const (
	// HlsProgressiveWriteHlsManifestEnabled is a HlsProgressiveWriteHlsManifest enum value
	HlsProgressiveWriteHlsManifestEnabled = "ENABLED"

	// HlsProgressiveWriteHlsManifestDisabled is a HlsProgressiveWriteHlsManifest enum value
	HlsProgressiveWriteHlsManifestDisabled = "DISABLED"
)

Specify whether MediaConvert generates HLS manifests while your job is running or when your job is complete. To generate HLS manifests while your job is running: Choose Enabled. Use if you want to play back your content as soon as it's available. MediaConvert writes the parent and child manifests after the first three media segments are written to your destination S3 bucket. It then writes new updated manifests after each additional segment is written. The parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH attributes, and child manifests include the latest available media segment. When your job completes, the final child playlists include an EXT-X-ENDLIST tag. To generate HLS manifests only when your job completes: Choose Disabled.

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

View Source
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 to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.

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

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

View Source
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 to use for ID3 timestamps in your output. To include ID3 timestamps: Specify PRIV or TDRL and set ID3 metadata to Passthrough. To exclude ID3 timestamps: Set ID3 timestamp frame type to None.

View Source
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: .

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

View Source
const (
	// InputDeblockFilterEnabled is a InputDeblockFilter enum value
	InputDeblockFilterEnabled = "ENABLED"

	// InputDeblockFilterDisabled is a InputDeblockFilter enum value
	InputDeblockFilterDisabled = "DISABLED"
)

Enable Deblock to produce smoother motion in the output. Default is disabled. Only manually controllable for MPEG2 and uncompressed video inputs.

View Source
const (
	// InputDenoiseFilterEnabled is a InputDenoiseFilter enum value
	InputDenoiseFilterEnabled = "ENABLED"

	// InputDenoiseFilterDisabled is a InputDenoiseFilter enum value
	InputDenoiseFilterDisabled = "DISABLED"
)

Enable Denoise to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.

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

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

View Source
const (
	// InputPsiControlIgnorePsi is a InputPsiControl enum value
	InputPsiControlIgnorePsi = "IGNORE_PSI"

	// InputPsiControlUsePsi is a InputPsiControl enum value
	InputPsiControlUsePsi = "USE_PSI"
)

Set PSI control 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.

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

View Source
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, 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.

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

View Source
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, 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 to use the timecodes in your input video. Choose Start at zero to start the first frame at zero. Choose Specified start to start the first frame at the timecode that you specify in the setting Start timecode. 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.

View Source
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

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

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

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

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

View Source
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. In all other cases, keep the default value, 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.

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

View Source
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 to allow all PTS values.

View Source
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).

View Source
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).

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

View Source
const (
	// M2tsForceTsVideoEbpOrderForce is a M2tsForceTsVideoEbpOrder enum value
	M2tsForceTsVideoEbpOrderForce = "FORCE"

	// M2tsForceTsVideoEbpOrderDefault is a M2tsForceTsVideoEbpOrder enum value
	M2tsForceTsVideoEbpOrderDefault = "DEFAULT"
)

Keep the default value 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.

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

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

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

View Source
const (
	// M2tsPreventBufferUnderflowDisabled is a M2tsPreventBufferUnderflow enum value
	M2tsPreventBufferUnderflowDisabled = "DISABLED"

	// M2tsPreventBufferUnderflowEnabled is a M2tsPreventBufferUnderflow enum value
	M2tsPreventBufferUnderflowEnabled = "ENABLED"
)

Specify whether MediaConvert automatically attempts to prevent decoder buffer underflows in your transport stream output. Use if you are seeing decoder buffer underflows in your output and are unable to increase your transport stream's bitrate. For most workflows: We recommend that you keep the default value, Disabled. To prevent decoder buffer underflows in your output, when possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer underflow in your output, output video quality is reduced and your job will take longer to complete.

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

View Source
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 if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None. Also provide the ESAM XML as a string in the setting Signal processing notification XML. Also enable ESAM SCTE-35 (include the property scte35Esam).

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

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

View Source
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. In all other cases, keep the default value, 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.

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

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

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

View Source
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 if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None if you don't want manifest conditioning. Choose Passthrough and choose Ad markers if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML.

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

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

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

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

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

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

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

View Source
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).

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

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

View Source
const (
	// Mp4MoovPlacementProgressiveDownload is a Mp4MoovPlacement enum value
	Mp4MoovPlacementProgressiveDownload = "PROGRESSIVE_DOWNLOAD"

	// Mp4MoovPlacementNormal is a Mp4MoovPlacement enum value
	Mp4MoovPlacementNormal = "NORMAL"
)

To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.

View Source
const (
	// MpdAccessibilityCaptionHintsInclude is a MpdAccessibilityCaptionHints enum value
	MpdAccessibilityCaptionHintsInclude = "INCLUDE"

	// MpdAccessibilityCaptionHintsExclude is a MpdAccessibilityCaptionHints enum value
	MpdAccessibilityCaptionHintsExclude = "EXCLUDE"
)

Optional. Choose 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, to leave these elements out. When you enable this setting, this is the markup that MediaConvert includes in your manifest:

View Source
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. In all other cases, keep the default value, 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.

View Source
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 for captions in a single XML file in a raw container. Choose Fragmented MPEG-4 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.

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

View Source
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 to Passthrough.

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

View Source
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 if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None if you don't want those SCTE-35 markers in this output.

View Source
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 to Passthrough. Specify this ID3 metadata in Custom ID3 metadata inserter. MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None or leave blank.

View Source
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 to Passthrough.

View Source
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, and Temporal adaptive quantization.

View Source
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 to set the MPEG-2 level for the video output.

View Source
const (
	// Mpeg2CodecProfileMain is a Mpeg2CodecProfile enum value
	Mpeg2CodecProfileMain = "MAIN"

	// Mpeg2CodecProfileProfile422 is a Mpeg2CodecProfile enum value
	Mpeg2CodecProfileProfile422 = "PROFILE_422"
)

Use Profile to set the MPEG-2 profile for the video output.

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

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

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

View Source
const (
	// Mpeg2GopSizeUnitsFrames is a Mpeg2GopSizeUnits enum value
	Mpeg2GopSizeUnitsFrames = "FRAMES"

	// Mpeg2GopSizeUnitsSeconds is a Mpeg2GopSizeUnits enum value
	Mpeg2GopSizeUnitsSeconds = "SECONDS"
)

Specify the units for GOP size. If you don't specify a value here, by default the encoder measures GOP size in frames.

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

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

View Source
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, 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. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

View Source
const (
	// Mpeg2QualityTuningLevelSinglePass is a Mpeg2QualityTuningLevel enum value
	Mpeg2QualityTuningLevelSinglePass = "SINGLE_PASS"

	// Mpeg2QualityTuningLevelMultiPass is a Mpeg2QualityTuningLevel enum value
	Mpeg2QualityTuningLevelMultiPass = "MULTI_PASS"
)

Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

View Source
const (
	// Mpeg2RateControlModeVbr is a Mpeg2RateControlMode enum value
	Mpeg2RateControlModeVbr = "VBR"

	// Mpeg2RateControlModeCbr is a Mpeg2RateControlMode enum value
	Mpeg2RateControlModeCbr = "CBR"
)

Use Rate control mode to specify whether the bitrate is variable (vbr) or constant (cbr).

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

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

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

View Source
const (
	// Mpeg2SpatialAdaptiveQuantizationDisabled is a Mpeg2SpatialAdaptiveQuantization enum value
	Mpeg2SpatialAdaptiveQuantizationDisabled = "DISABLED"

	// Mpeg2SpatialAdaptiveQuantizationEnabled is a Mpeg2SpatialAdaptiveQuantization enum value
	Mpeg2SpatialAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, 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 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.

View Source
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 for your MXF profile, you must also set this value to D10.

View Source
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 produces a 29.97i output. Soft telecine 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, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

View Source
const (
	// Mpeg2TemporalAdaptiveQuantizationDisabled is a Mpeg2TemporalAdaptiveQuantization enum value
	Mpeg2TemporalAdaptiveQuantizationDisabled = "DISABLED"

	// Mpeg2TemporalAdaptiveQuantizationEnabled is a Mpeg2TemporalAdaptiveQuantization enum value
	Mpeg2TemporalAdaptiveQuantizationEnabled = "ENABLED"
)

Keep the default value, 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.

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

View Source
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 to have the encoder use the exact length that you specify with the setting Fragment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.

View Source
const (
	// MsSmoothManifestEncodingUtf8 is a MsSmoothManifestEncoding enum value
	MsSmoothManifestEncodingUtf8 = "UTF8"

	// MsSmoothManifestEncodingUtf16 is a MsSmoothManifestEncoding enum value
	MsSmoothManifestEncodingUtf16 = "UTF16"
)

Use Manifest encoding to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

View Source
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 to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream 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.

View Source
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. To automatically select a profile according to your output video codec and resolution, leave blank. 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.

View Source
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. To include all frames from your input in this output, keep the default setting, 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.

View Source
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, you must provide a value for the setting SID. When you choose CBET, you must provide a value for the setting CSID. When you choose NAES 2, NW, and CBET, you must provide values for both of these settings.

View Source
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, 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.

View Source
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. To create assets that have unique TIC values for each audio track, choose Use unique TICs.

View Source
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 to Temporal, the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening 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, allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled, specify how much sharpening is applied using Post temporal sharpening strength. Set Post temporal sharpening to Disabled to not apply sharpening.

View Source
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 to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low, Medium, or High to indicate the amount of sharpening.

View Source
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 to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * 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.

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

View Source
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)

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

View Source
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 to 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 or leave blank.

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

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

View Source
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 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: For Apple ProRes outputs with 4:4:4 chroma sampling: Choose Preserve 4:4:4 sampling. Use when your input has 4:4:4 chroma sampling and your output codec Profile is Apple ProRes 4444 or 4444 XQ. Note that when you choose Preserve 4:4:4 sampling, you cannot include any of the following Preprocessors: Dolby Vision, HDR10+, or Noise reducer.

View Source
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 to specify the type of Apple ProRes codec to use for this output.

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

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

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

View Source
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, uses the PAR from your input video for your output. To specify a different PAR, choose any value other than Follow source. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

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

View Source
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 to create a smoother picture. When you keep the default value, None, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

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

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

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

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

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

View Source
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 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 and set AfdSignaling to AUTO. * Choose None to remove all input AFD values from this output.

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

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

View Source
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. If you want your master key to be managed by AWS Key Management Service (KMS), choose AWS 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.

View Source
const (
	// S3StorageClassStandard is a S3StorageClass enum value
	S3StorageClassStandard = "STANDARD"

	// S3StorageClassReducedRedundancy is a S3StorageClass enum value
	S3StorageClassReducedRedundancy = "REDUCED_REDUNDANCY"

	// S3StorageClassStandardIa is a S3StorageClass enum value
	S3StorageClassStandardIa = "STANDARD_IA"

	// S3StorageClassOnezoneIa is a S3StorageClass enum value
	S3StorageClassOnezoneIa = "ONEZONE_IA"

	// S3StorageClassIntelligentTiering is a S3StorageClass enum value
	S3StorageClassIntelligentTiering = "INTELLIGENT_TIERING"

	// S3StorageClassGlacier is a S3StorageClass enum value
	S3StorageClassGlacier = "GLACIER"

	// S3StorageClassDeepArchive is a S3StorageClass enum value
	S3StorageClassDeepArchive = "DEEP_ARCHIVE"
)

Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html

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

View Source
const (
	// ScalingBehaviorDefault is a ScalingBehavior enum value
	ScalingBehaviorDefault = "DEFAULT"

	// ScalingBehaviorStretchToOutput is a ScalingBehavior enum value
	ScalingBehaviorStretchToOutput = "STRETCH_TO_OUTPUT"

	// ScalingBehaviorFit is a ScalingBehavior enum value
	ScalingBehaviorFit = "FIT"

	// ScalingBehaviorFitNoUpscale is a ScalingBehavior enum value
	ScalingBehaviorFitNoUpscale = "FIT_NO_UPSCALE"

	// ScalingBehaviorFill is a ScalingBehavior enum value
	ScalingBehaviorFill = "FILL"
)

Specify the video Scaling behavior when your output has a different resolution than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html

View Source
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 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 only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe.

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

View Source
const (
	// SrtStylePassthroughEnabled is a SrtStylePassthrough enum value
	SrtStylePassthroughEnabled = "ENABLED"

	// SrtStylePassthroughDisabled is a SrtStylePassthrough enum value
	SrtStylePassthroughDisabled = "DISABLED"
)

Set Style passthrough 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.

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

View Source
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

View Source
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 under Timecode burn-in to specify the location the burned-in timecode on output video.

View Source
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 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 - Use the timecode that is in the input video. If no embedded timecode is in the source, the service will use Start at 0 instead. * Start at 0 - Set the timecode of the initial frame to 00:00:00:00. * Specified Start - Set the timecode of the initial frame to a value other than zero. You use Start timecode to provide this value.

View Source
const (
	// TimedMetadataPassthrough is a TimedMetadata enum value
	TimedMetadataPassthrough = "PASSTHROUGH"

	// TimedMetadataNone is a TimedMetadata enum value
	TimedMetadataNone = "NONE"
)

Set ID3 metadata to Passthrough to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period, and Custom ID3 metadata inserter. To exclude this ID3 metadata in this output: set ID3 metadata to None or leave blank.

View Source
const (
	// TsPtsOffsetAuto is a TsPtsOffset enum value
	TsPtsOffsetAuto = "AUTO"

	// TsPtsOffsetSeconds is a TsPtsOffset enum value
	TsPtsOffsetSeconds = "SECONDS"
)

Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.

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

View Source
const (
	// TypeSystem is a Type enum value
	TypeSystem = "SYSTEM"

	// TypeCustom is a Type enum value
	TypeCustom = "CUSTOM"
)
View Source
const (
	// UncompressedFourccI420 is a UncompressedFourcc enum value
	UncompressedFourccI420 = "I420"

	// UncompressedFourccI422 is a UncompressedFourcc enum value
	UncompressedFourccI422 = "I422"

	// UncompressedFourccI444 is a UncompressedFourcc enum value
	UncompressedFourccI444 = "I444"
)

The four character code for the uncompressed video.

View Source
const (
	// UncompressedFramerateControlInitializeFromSource is a UncompressedFramerateControl enum value
	UncompressedFramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

	// UncompressedFramerateControlSpecified is a UncompressedFramerateControl enum value
	UncompressedFramerateControlSpecified = "SPECIFIED"
)

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.

View Source
const (
	// UncompressedFramerateConversionAlgorithmDuplicateDrop is a UncompressedFramerateConversionAlgorithm enum value
	UncompressedFramerateConversionAlgorithmDuplicateDrop = "DUPLICATE_DROP"

	// UncompressedFramerateConversionAlgorithmInterpolate is a UncompressedFramerateConversionAlgorithm enum value
	UncompressedFramerateConversionAlgorithmInterpolate = "INTERPOLATE"

	// UncompressedFramerateConversionAlgorithmFrameformer is a UncompressedFramerateConversionAlgorithm enum value
	UncompressedFramerateConversionAlgorithmFrameformer = "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.

View Source
const (
	// UncompressedInterlaceModeInterlaced is a UncompressedInterlaceMode enum value
	UncompressedInterlaceModeInterlaced = "INTERLACED"

	// UncompressedInterlaceModeProgressive is a UncompressedInterlaceMode enum value
	UncompressedInterlaceModeProgressive = "PROGRESSIVE"
)

Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.

View Source
const (
	// UncompressedScanTypeConversionModeInterlaced is a UncompressedScanTypeConversionMode enum value
	UncompressedScanTypeConversionModeInterlaced = "INTERLACED"

	// UncompressedScanTypeConversionModeInterlacedOptimize is a UncompressedScanTypeConversionMode enum value
	UncompressedScanTypeConversionModeInterlacedOptimize = "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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

View Source
const (
	// UncompressedSlowPalDisabled is a UncompressedSlowPal enum value
	UncompressedSlowPalDisabled = "DISABLED"

	// UncompressedSlowPalEnabled is a UncompressedSlowPal enum value
	UncompressedSlowPalEnabled = "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.

View Source
const (
	// UncompressedTelecineNone is a UncompressedTelecine enum value
	UncompressedTelecineNone = "NONE"

	// UncompressedTelecineHard is a UncompressedTelecine enum value
	UncompressedTelecineHard = "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 to create a smoother picture. When you keep the default value, None, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

View Source
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 gives you an output with a bitrate of approximately 145 Mbps and Class 220 gives you and output with a bitrate of approximately 220 Mbps. VC3 class also specifies the color bit depth of your output.

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

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

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

View Source
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 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, 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 to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.

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

View Source
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 to create a smoother picture. When you keep the default value, None, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.

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

View Source
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"

	// VideoCodecUncompressed is a VideoCodec enum value
	VideoCodecUncompressed = "UNCOMPRESSED"

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

View Source
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 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. In the console, these settings are located under Job > Job settings > Timecode configuration. Note - Timecode source under input settings does not affect the timecodes that are inserted in the output. Source under Job settings > Timecode configuration does.

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

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

View Source
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, 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. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

View Source
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 to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.

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

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

View Source
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, 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. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

View Source
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 to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, multi-pass encoding.

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

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

View Source
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: .

View Source
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 to 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. 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, or leave blank.

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

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

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

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

View Source
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 to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

View Source
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, 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 to a value other than 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. Related settings: The value that you choose here applies to the following settings: Flicker adaptive quantization (flickerAdaptiveQuantization), Spatial adaptive quantization, and Temporal adaptive quantization.

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

View Source
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, for the setting Adaptive quantization. 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 to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides.

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

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

View Source
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 to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder from using B-frames as reference frames.

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

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

View Source
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 to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding.

View Source
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. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.

View Source
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 to create a progressive output, regardless of the scan type of your input. Use Top field first or Bottom field first to create an output that's interlaced with the same field polarity throughout. Use Follow, default top or Follow, default bottom 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.

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

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

View Source
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, for the setting Adaptive quantization. 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, 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 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.

View Source
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, for the setting Adaptive quantization. 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, 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.

View Source
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"
)
View Source
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

View Source
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.'

View Source
const (
	// CommitmentOneYear is a Commitment enum value
	CommitmentOneYear = "ONE_YEAR"
)

The length of the term of your reserved queue pricing plan commitment.

View Source
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).

View Source
const (
	// Vp8RateControlModeVbr is a Vp8RateControlMode enum value
	Vp8RateControlModeVbr = "VBR"
)

With the VP8 codec, you can use only the variable bitrate (VBR) rate control mode.

View Source
const (
	// Vp9RateControlModeVbr is a Vp9RateControlMode enum value
	Vp9RateControlModeVbr = "VBR"
)

With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.

Variables

This section is empty.

Functions

func AacAudioDescriptionBroadcasterMix_Values added in v1.34.3

func AacAudioDescriptionBroadcasterMix_Values() []string

AacAudioDescriptionBroadcasterMix_Values returns all elements of the AacAudioDescriptionBroadcasterMix enum

func AacCodecProfile_Values added in v1.34.3

func AacCodecProfile_Values() []string

AacCodecProfile_Values returns all elements of the AacCodecProfile enum

func AacCodingMode_Values added in v1.34.3

func AacCodingMode_Values() []string

AacCodingMode_Values returns all elements of the AacCodingMode enum

func AacRateControlMode_Values added in v1.34.3

func AacRateControlMode_Values() []string

AacRateControlMode_Values returns all elements of the AacRateControlMode enum

func AacRawFormat_Values added in v1.34.3

func AacRawFormat_Values() []string

AacRawFormat_Values returns all elements of the AacRawFormat enum

func AacSpecification_Values added in v1.34.3

func AacSpecification_Values() []string

AacSpecification_Values returns all elements of the AacSpecification enum

func AacVbrQuality_Values added in v1.34.3

func AacVbrQuality_Values() []string

AacVbrQuality_Values returns all elements of the AacVbrQuality enum

func Ac3BitstreamMode_Values added in v1.34.3

func Ac3BitstreamMode_Values() []string

Ac3BitstreamMode_Values returns all elements of the Ac3BitstreamMode enum

func Ac3CodingMode_Values added in v1.34.3

func Ac3CodingMode_Values() []string

Ac3CodingMode_Values returns all elements of the Ac3CodingMode enum

func Ac3DynamicRangeCompressionLine_Values added in v1.38.11

func Ac3DynamicRangeCompressionLine_Values() []string

Ac3DynamicRangeCompressionLine_Values returns all elements of the Ac3DynamicRangeCompressionLine enum

func Ac3DynamicRangeCompressionProfile_Values added in v1.34.3

func Ac3DynamicRangeCompressionProfile_Values() []string

Ac3DynamicRangeCompressionProfile_Values returns all elements of the Ac3DynamicRangeCompressionProfile enum

func Ac3DynamicRangeCompressionRf_Values added in v1.38.11

func Ac3DynamicRangeCompressionRf_Values() []string

Ac3DynamicRangeCompressionRf_Values returns all elements of the Ac3DynamicRangeCompressionRf enum

func Ac3LfeFilter_Values added in v1.34.3

func Ac3LfeFilter_Values() []string

Ac3LfeFilter_Values returns all elements of the Ac3LfeFilter enum

func Ac3MetadataControl_Values added in v1.34.3

func Ac3MetadataControl_Values() []string

Ac3MetadataControl_Values returns all elements of the Ac3MetadataControl enum

func AccelerationMode_Values added in v1.34.3

func AccelerationMode_Values() []string

AccelerationMode_Values returns all elements of the AccelerationMode enum

func AccelerationStatus_Values added in v1.34.3

func AccelerationStatus_Values() []string

AccelerationStatus_Values returns all elements of the AccelerationStatus enum

func AdvancedInputFilterAddTexture_Values added in v1.44.249

func AdvancedInputFilterAddTexture_Values() []string

AdvancedInputFilterAddTexture_Values returns all elements of the AdvancedInputFilterAddTexture enum

func AdvancedInputFilterSharpen_Values added in v1.44.249

func AdvancedInputFilterSharpen_Values() []string

AdvancedInputFilterSharpen_Values returns all elements of the AdvancedInputFilterSharpen enum

func AdvancedInputFilter_Values added in v1.44.249

func AdvancedInputFilter_Values() []string

AdvancedInputFilter_Values returns all elements of the AdvancedInputFilter enum

func AfdSignaling_Values added in v1.34.3

func AfdSignaling_Values() []string

AfdSignaling_Values returns all elements of the AfdSignaling enum

func AlphaBehavior_Values added in v1.34.3

func AlphaBehavior_Values() []string

AlphaBehavior_Values returns all elements of the AlphaBehavior enum

func AncillaryConvert608To708_Values added in v1.34.3

func AncillaryConvert608To708_Values() []string

AncillaryConvert608To708_Values returns all elements of the AncillaryConvert608To708 enum

func AncillaryTerminateCaptions_Values added in v1.34.3

func AncillaryTerminateCaptions_Values() []string

AncillaryTerminateCaptions_Values returns all elements of the AncillaryTerminateCaptions enum

func AntiAlias_Values added in v1.34.3

func AntiAlias_Values() []string

AntiAlias_Values returns all elements of the AntiAlias enum

func AudioChannelTag_Values added in v1.34.12

func AudioChannelTag_Values() []string

AudioChannelTag_Values returns all elements of the AudioChannelTag enum

func AudioCodec_Values added in v1.34.3

func AudioCodec_Values() []string

AudioCodec_Values returns all elements of the AudioCodec enum

func AudioDefaultSelection_Values added in v1.34.3

func AudioDefaultSelection_Values() []string

AudioDefaultSelection_Values returns all elements of the AudioDefaultSelection enum

func AudioDurationCorrection_Values added in v1.44.34

func AudioDurationCorrection_Values() []string

AudioDurationCorrection_Values returns all elements of the AudioDurationCorrection enum

func AudioLanguageCodeControl_Values added in v1.34.3

func AudioLanguageCodeControl_Values() []string

AudioLanguageCodeControl_Values returns all elements of the AudioLanguageCodeControl enum

func AudioNormalizationAlgorithmControl_Values added in v1.34.3

func AudioNormalizationAlgorithmControl_Values() []string

AudioNormalizationAlgorithmControl_Values returns all elements of the AudioNormalizationAlgorithmControl enum

func AudioNormalizationAlgorithm_Values added in v1.34.3

func AudioNormalizationAlgorithm_Values() []string

AudioNormalizationAlgorithm_Values returns all elements of the AudioNormalizationAlgorithm enum

func AudioNormalizationLoudnessLogging_Values added in v1.34.3

func AudioNormalizationLoudnessLogging_Values() []string

AudioNormalizationLoudnessLogging_Values returns all elements of the AudioNormalizationLoudnessLogging enum

func AudioNormalizationPeakCalculation_Values added in v1.34.3

func AudioNormalizationPeakCalculation_Values() []string

AudioNormalizationPeakCalculation_Values returns all elements of the AudioNormalizationPeakCalculation enum

func AudioSelectorType_Values added in v1.34.3

func AudioSelectorType_Values() []string

AudioSelectorType_Values returns all elements of the AudioSelectorType enum

func AudioTypeControl_Values added in v1.34.3

func AudioTypeControl_Values() []string

AudioTypeControl_Values returns all elements of the AudioTypeControl enum

func Av1AdaptiveQuantization_Values added in v1.34.3

func Av1AdaptiveQuantization_Values() []string

Av1AdaptiveQuantization_Values returns all elements of the Av1AdaptiveQuantization enum

func Av1BitDepth_Values added in v1.42.39

func Av1BitDepth_Values() []string

Av1BitDepth_Values returns all elements of the Av1BitDepth enum

func Av1FilmGrainSynthesis_Values added in v1.44.331

func Av1FilmGrainSynthesis_Values() []string

Av1FilmGrainSynthesis_Values returns all elements of the Av1FilmGrainSynthesis enum

func Av1FramerateControl_Values added in v1.34.3

func Av1FramerateControl_Values() []string

Av1FramerateControl_Values returns all elements of the Av1FramerateControl enum

func Av1FramerateConversionAlgorithm_Values added in v1.34.3

func Av1FramerateConversionAlgorithm_Values() []string

Av1FramerateConversionAlgorithm_Values returns all elements of the Av1FramerateConversionAlgorithm enum

func Av1RateControlMode_Values added in v1.34.3

func Av1RateControlMode_Values() []string

Av1RateControlMode_Values returns all elements of the Av1RateControlMode enum

func Av1SpatialAdaptiveQuantization_Values added in v1.34.3

func Av1SpatialAdaptiveQuantization_Values() []string

Av1SpatialAdaptiveQuantization_Values returns all elements of the Av1SpatialAdaptiveQuantization enum

func AvcIntraClass_Values added in v1.35.3

func AvcIntraClass_Values() []string

AvcIntraClass_Values returns all elements of the AvcIntraClass enum

func AvcIntraFramerateControl_Values added in v1.35.3

func AvcIntraFramerateControl_Values() []string

AvcIntraFramerateControl_Values returns all elements of the AvcIntraFramerateControl enum

func AvcIntraFramerateConversionAlgorithm_Values added in v1.35.3

func AvcIntraFramerateConversionAlgorithm_Values() []string

AvcIntraFramerateConversionAlgorithm_Values returns all elements of the AvcIntraFramerateConversionAlgorithm enum

func AvcIntraInterlaceMode_Values added in v1.35.3

func AvcIntraInterlaceMode_Values() []string

AvcIntraInterlaceMode_Values returns all elements of the AvcIntraInterlaceMode enum

func AvcIntraScanTypeConversionMode_Values added in v1.36.23

func AvcIntraScanTypeConversionMode_Values() []string

AvcIntraScanTypeConversionMode_Values returns all elements of the AvcIntraScanTypeConversionMode enum

func AvcIntraSlowPal_Values added in v1.35.3

func AvcIntraSlowPal_Values() []string

AvcIntraSlowPal_Values returns all elements of the AvcIntraSlowPal enum

func AvcIntraTelecine_Values added in v1.35.3

func AvcIntraTelecine_Values() []string

AvcIntraTelecine_Values returns all elements of the AvcIntraTelecine enum

func AvcIntraUhdQualityTuningLevel_Values added in v1.36.23

func AvcIntraUhdQualityTuningLevel_Values() []string

AvcIntraUhdQualityTuningLevel_Values returns all elements of the AvcIntraUhdQualityTuningLevel enum

func BandwidthReductionFilterSharpening_Values added in v1.44.210

func BandwidthReductionFilterSharpening_Values() []string

BandwidthReductionFilterSharpening_Values returns all elements of the BandwidthReductionFilterSharpening enum

func BandwidthReductionFilterStrength_Values added in v1.44.210

func BandwidthReductionFilterStrength_Values() []string

BandwidthReductionFilterStrength_Values returns all elements of the BandwidthReductionFilterStrength enum

func BillingTagsSource_Values added in v1.34.3

func BillingTagsSource_Values() []string

BillingTagsSource_Values returns all elements of the BillingTagsSource enum

func BurnInSubtitleStylePassthrough_Values added in v1.40.48

func BurnInSubtitleStylePassthrough_Values() []string

BurnInSubtitleStylePassthrough_Values returns all elements of the BurnInSubtitleStylePassthrough enum

func BurninSubtitleAlignment_Values added in v1.34.3

func BurninSubtitleAlignment_Values() []string

BurninSubtitleAlignment_Values returns all elements of the BurninSubtitleAlignment enum

func BurninSubtitleApplyFontColor_Values added in v1.40.48

func BurninSubtitleApplyFontColor_Values() []string

BurninSubtitleApplyFontColor_Values returns all elements of the BurninSubtitleApplyFontColor enum

func BurninSubtitleBackgroundColor_Values added in v1.34.3

func BurninSubtitleBackgroundColor_Values() []string

BurninSubtitleBackgroundColor_Values returns all elements of the BurninSubtitleBackgroundColor enum

func BurninSubtitleFallbackFont_Values added in v1.40.48

func BurninSubtitleFallbackFont_Values() []string

BurninSubtitleFallbackFont_Values returns all elements of the BurninSubtitleFallbackFont enum

func BurninSubtitleFontColor_Values added in v1.34.3

func BurninSubtitleFontColor_Values() []string

BurninSubtitleFontColor_Values returns all elements of the BurninSubtitleFontColor enum

func BurninSubtitleOutlineColor_Values added in v1.34.3

func BurninSubtitleOutlineColor_Values() []string

BurninSubtitleOutlineColor_Values returns all elements of the BurninSubtitleOutlineColor enum

func BurninSubtitleShadowColor_Values added in v1.34.3

func BurninSubtitleShadowColor_Values() []string

BurninSubtitleShadowColor_Values returns all elements of the BurninSubtitleShadowColor enum

func BurninSubtitleTeletextSpacing_Values added in v1.34.3

func BurninSubtitleTeletextSpacing_Values() []string

BurninSubtitleTeletextSpacing_Values returns all elements of the BurninSubtitleTeletextSpacing enum

func CaptionDestinationType_Values added in v1.34.3

func CaptionDestinationType_Values() []string

CaptionDestinationType_Values returns all elements of the CaptionDestinationType enum

func CaptionSourceConvertPaintOnToPopOn_Values added in v1.44.249

func CaptionSourceConvertPaintOnToPopOn_Values() []string

CaptionSourceConvertPaintOnToPopOn_Values returns all elements of the CaptionSourceConvertPaintOnToPopOn enum

func CaptionSourceType_Values added in v1.34.3

func CaptionSourceType_Values() []string

CaptionSourceType_Values returns all elements of the CaptionSourceType enum

func CmafClientCache_Values added in v1.34.3

func CmafClientCache_Values() []string

CmafClientCache_Values returns all elements of the CmafClientCache enum

func CmafCodecSpecification_Values added in v1.34.3

func CmafCodecSpecification_Values() []string

CmafCodecSpecification_Values returns all elements of the CmafCodecSpecification enum

func CmafEncryptionType_Values added in v1.34.3

func CmafEncryptionType_Values() []string

CmafEncryptionType_Values returns all elements of the CmafEncryptionType enum

func CmafImageBasedTrickPlay_Values added in v1.38.69

func CmafImageBasedTrickPlay_Values() []string

CmafImageBasedTrickPlay_Values returns all elements of the CmafImageBasedTrickPlay enum

func CmafInitializationVectorInManifest_Values added in v1.34.3

func CmafInitializationVectorInManifest_Values() []string

CmafInitializationVectorInManifest_Values returns all elements of the CmafInitializationVectorInManifest enum

func CmafIntervalCadence_Values added in v1.40.48

func CmafIntervalCadence_Values() []string

CmafIntervalCadence_Values returns all elements of the CmafIntervalCadence enum

func CmafKeyProviderType_Values added in v1.34.3

func CmafKeyProviderType_Values() []string

CmafKeyProviderType_Values returns all elements of the CmafKeyProviderType enum

func CmafManifestCompression_Values added in v1.34.3

func CmafManifestCompression_Values() []string

CmafManifestCompression_Values returns all elements of the CmafManifestCompression enum

func CmafManifestDurationFormat_Values added in v1.34.3

func CmafManifestDurationFormat_Values() []string

CmafManifestDurationFormat_Values returns all elements of the CmafManifestDurationFormat enum

func CmafMpdManifestBandwidthType_Values added in v1.44.152

func CmafMpdManifestBandwidthType_Values() []string

CmafMpdManifestBandwidthType_Values returns all elements of the CmafMpdManifestBandwidthType enum

func CmafMpdProfile_Values added in v1.34.3

func CmafMpdProfile_Values() []string

CmafMpdProfile_Values returns all elements of the CmafMpdProfile enum

func CmafPtsOffsetHandlingForBFrames_Values added in v1.38.11

func CmafPtsOffsetHandlingForBFrames_Values() []string

CmafPtsOffsetHandlingForBFrames_Values returns all elements of the CmafPtsOffsetHandlingForBFrames enum

func CmafSegmentControl_Values added in v1.34.3

func CmafSegmentControl_Values() []string

CmafSegmentControl_Values returns all elements of the CmafSegmentControl enum

func CmafSegmentLengthControl_Values added in v1.40.29

func CmafSegmentLengthControl_Values() []string

CmafSegmentLengthControl_Values returns all elements of the CmafSegmentLengthControl enum

func CmafStreamInfResolution_Values added in v1.34.3

func CmafStreamInfResolution_Values() []string

CmafStreamInfResolution_Values returns all elements of the CmafStreamInfResolution enum

func CmafTargetDurationCompatibilityMode_Values added in v1.39.4

func CmafTargetDurationCompatibilityMode_Values() []string

CmafTargetDurationCompatibilityMode_Values returns all elements of the CmafTargetDurationCompatibilityMode enum

func CmafVideoCompositionOffsets_Values added in v1.44.152

func CmafVideoCompositionOffsets_Values() []string

CmafVideoCompositionOffsets_Values returns all elements of the CmafVideoCompositionOffsets enum

func CmafWriteDASHManifest_Values added in v1.34.3

func CmafWriteDASHManifest_Values() []string

CmafWriteDASHManifest_Values returns all elements of the CmafWriteDASHManifest enum

func CmafWriteHLSManifest_Values added in v1.34.3

func CmafWriteHLSManifest_Values() []string

CmafWriteHLSManifest_Values returns all elements of the CmafWriteHLSManifest enum

func CmafWriteSegmentTimelineInRepresentation_Values added in v1.34.3

func CmafWriteSegmentTimelineInRepresentation_Values() []string

CmafWriteSegmentTimelineInRepresentation_Values returns all elements of the CmafWriteSegmentTimelineInRepresentation enum

func CmfcAudioDuration_Values added in v1.35.35

func CmfcAudioDuration_Values() []string

CmfcAudioDuration_Values returns all elements of the CmfcAudioDuration enum

func CmfcAudioTrackType_Values added in v1.38.11

func CmfcAudioTrackType_Values() []string

CmfcAudioTrackType_Values returns all elements of the CmfcAudioTrackType enum

func CmfcDescriptiveVideoServiceFlag_Values added in v1.38.11

func CmfcDescriptiveVideoServiceFlag_Values() []string

CmfcDescriptiveVideoServiceFlag_Values returns all elements of the CmfcDescriptiveVideoServiceFlag enum

func CmfcIFrameOnlyManifest_Values added in v1.36.23

func CmfcIFrameOnlyManifest_Values() []string

CmfcIFrameOnlyManifest_Values returns all elements of the CmfcIFrameOnlyManifest enum

func CmfcKlvMetadata_Values added in v1.43.36

func CmfcKlvMetadata_Values() []string

CmfcKlvMetadata_Values returns all elements of the CmfcKlvMetadata enum

func CmfcManifestMetadataSignaling_Values added in v1.44.152

func CmfcManifestMetadataSignaling_Values() []string

CmfcManifestMetadataSignaling_Values returns all elements of the CmfcManifestMetadataSignaling enum

func CmfcScte35Esam_Values added in v1.34.3

func CmfcScte35Esam_Values() []string

CmfcScte35Esam_Values returns all elements of the CmfcScte35Esam enum

func CmfcScte35Source_Values added in v1.34.3

func CmfcScte35Source_Values() []string

CmfcScte35Source_Values returns all elements of the CmfcScte35Source enum

func CmfcTimedMetadataBoxVersion_Values added in v1.44.152

func CmfcTimedMetadataBoxVersion_Values() []string

CmfcTimedMetadataBoxVersion_Values returns all elements of the CmfcTimedMetadataBoxVersion enum

func CmfcTimedMetadata_Values added in v1.42.39

func CmfcTimedMetadata_Values() []string

CmfcTimedMetadata_Values returns all elements of the CmfcTimedMetadata enum

func ColorMetadata_Values added in v1.34.3

func ColorMetadata_Values() []string

ColorMetadata_Values returns all elements of the ColorMetadata enum

func ColorSpaceConversion_Values added in v1.34.3

func ColorSpaceConversion_Values() []string

ColorSpaceConversion_Values returns all elements of the ColorSpaceConversion enum

func ColorSpaceUsage_Values added in v1.34.3

func ColorSpaceUsage_Values() []string

ColorSpaceUsage_Values returns all elements of the ColorSpaceUsage enum

func ColorSpace_Values added in v1.34.3

func ColorSpace_Values() []string

ColorSpace_Values returns all elements of the ColorSpace enum

func Commitment_Values added in v1.34.3

func Commitment_Values() []string

Commitment_Values returns all elements of the Commitment enum

func ContainerType_Values added in v1.34.3

func ContainerType_Values() []string

ContainerType_Values returns all elements of the ContainerType enum

func CopyProtectionAction_Values added in v1.40.14

func CopyProtectionAction_Values() []string

CopyProtectionAction_Values returns all elements of the CopyProtectionAction enum

func DashIsoGroupAudioChannelConfigSchemeIdUri_Values added in v1.38.11

func DashIsoGroupAudioChannelConfigSchemeIdUri_Values() []string

DashIsoGroupAudioChannelConfigSchemeIdUri_Values returns all elements of the DashIsoGroupAudioChannelConfigSchemeIdUri enum

func DashIsoHbbtvCompliance_Values added in v1.34.3

func DashIsoHbbtvCompliance_Values() []string

DashIsoHbbtvCompliance_Values returns all elements of the DashIsoHbbtvCompliance enum

func DashIsoImageBasedTrickPlay_Values added in v1.38.69

func DashIsoImageBasedTrickPlay_Values() []string

DashIsoImageBasedTrickPlay_Values returns all elements of the DashIsoImageBasedTrickPlay enum

func DashIsoIntervalCadence_Values added in v1.40.48

func DashIsoIntervalCadence_Values() []string

DashIsoIntervalCadence_Values returns all elements of the DashIsoIntervalCadence enum

func DashIsoMpdManifestBandwidthType_Values added in v1.44.152

func DashIsoMpdManifestBandwidthType_Values() []string

DashIsoMpdManifestBandwidthType_Values returns all elements of the DashIsoMpdManifestBandwidthType enum

func DashIsoMpdProfile_Values added in v1.34.3

func DashIsoMpdProfile_Values() []string

DashIsoMpdProfile_Values returns all elements of the DashIsoMpdProfile enum

func DashIsoPlaybackDeviceCompatibility_Values added in v1.34.3

func DashIsoPlaybackDeviceCompatibility_Values() []string

DashIsoPlaybackDeviceCompatibility_Values returns all elements of the DashIsoPlaybackDeviceCompatibility enum

func DashIsoPtsOffsetHandlingForBFrames_Values added in v1.38.11

func DashIsoPtsOffsetHandlingForBFrames_Values() []string

DashIsoPtsOffsetHandlingForBFrames_Values returns all elements of the DashIsoPtsOffsetHandlingForBFrames enum

func DashIsoSegmentControl_Values added in v1.34.3

func DashIsoSegmentControl_Values() []string

DashIsoSegmentControl_Values returns all elements of the DashIsoSegmentControl enum

func DashIsoSegmentLengthControl_Values added in v1.40.29

func DashIsoSegmentLengthControl_Values() []string

DashIsoSegmentLengthControl_Values returns all elements of the DashIsoSegmentLengthControl enum

func DashIsoVideoCompositionOffsets_Values added in v1.44.152

func DashIsoVideoCompositionOffsets_Values() []string

DashIsoVideoCompositionOffsets_Values returns all elements of the DashIsoVideoCompositionOffsets enum

func DashIsoWriteSegmentTimelineInRepresentation_Values added in v1.34.3

func DashIsoWriteSegmentTimelineInRepresentation_Values() []string

DashIsoWriteSegmentTimelineInRepresentation_Values returns all elements of the DashIsoWriteSegmentTimelineInRepresentation enum

func DashManifestStyle_Values added in v1.44.179

func DashManifestStyle_Values() []string

DashManifestStyle_Values returns all elements of the DashManifestStyle enum

func DecryptionMode_Values added in v1.34.3

func DecryptionMode_Values() []string

DecryptionMode_Values returns all elements of the DecryptionMode enum

func DeinterlaceAlgorithm_Values added in v1.34.3

func DeinterlaceAlgorithm_Values() []string

DeinterlaceAlgorithm_Values returns all elements of the DeinterlaceAlgorithm enum

func DeinterlacerControl_Values added in v1.34.3

func DeinterlacerControl_Values() []string

DeinterlacerControl_Values returns all elements of the DeinterlacerControl enum

func DeinterlacerMode_Values added in v1.34.3

func DeinterlacerMode_Values() []string

DeinterlacerMode_Values returns all elements of the DeinterlacerMode enum

func DescribeEndpointsMode_Values added in v1.34.3

func DescribeEndpointsMode_Values() []string

DescribeEndpointsMode_Values returns all elements of the DescribeEndpointsMode enum

func DolbyVisionLevel6Mode_Values added in v1.34.3

func DolbyVisionLevel6Mode_Values() []string

DolbyVisionLevel6Mode_Values returns all elements of the DolbyVisionLevel6Mode enum

func DolbyVisionMapping_Values added in v1.44.4

func DolbyVisionMapping_Values() []string

DolbyVisionMapping_Values returns all elements of the DolbyVisionMapping enum

func DolbyVisionProfile_Values added in v1.34.3

func DolbyVisionProfile_Values() []string

DolbyVisionProfile_Values returns all elements of the DolbyVisionProfile enum

func DropFrameTimecode_Values added in v1.34.3

func DropFrameTimecode_Values() []string

DropFrameTimecode_Values returns all elements of the DropFrameTimecode enum

func DvbSubSubtitleFallbackFont_Values added in v1.40.48

func DvbSubSubtitleFallbackFont_Values() []string

DvbSubSubtitleFallbackFont_Values returns all elements of the DvbSubSubtitleFallbackFont enum

func DvbSubtitleAlignment_Values added in v1.34.3

func DvbSubtitleAlignment_Values() []string

DvbSubtitleAlignment_Values returns all elements of the DvbSubtitleAlignment enum

func DvbSubtitleApplyFontColor_Values added in v1.40.48

func DvbSubtitleApplyFontColor_Values() []string

DvbSubtitleApplyFontColor_Values returns all elements of the DvbSubtitleApplyFontColor enum

func DvbSubtitleBackgroundColor_Values added in v1.34.3

func DvbSubtitleBackgroundColor_Values() []string

DvbSubtitleBackgroundColor_Values returns all elements of the DvbSubtitleBackgroundColor enum

func DvbSubtitleFontColor_Values added in v1.34.3

func DvbSubtitleFontColor_Values() []string

DvbSubtitleFontColor_Values returns all elements of the DvbSubtitleFontColor enum

func DvbSubtitleOutlineColor_Values added in v1.34.3

func DvbSubtitleOutlineColor_Values() []string

DvbSubtitleOutlineColor_Values returns all elements of the DvbSubtitleOutlineColor enum

func DvbSubtitleShadowColor_Values added in v1.34.3

func DvbSubtitleShadowColor_Values() []string

DvbSubtitleShadowColor_Values returns all elements of the DvbSubtitleShadowColor enum

func DvbSubtitleStylePassthrough_Values added in v1.40.48

func DvbSubtitleStylePassthrough_Values() []string

DvbSubtitleStylePassthrough_Values returns all elements of the DvbSubtitleStylePassthrough enum

func DvbSubtitleTeletextSpacing_Values added in v1.34.3

func DvbSubtitleTeletextSpacing_Values() []string

DvbSubtitleTeletextSpacing_Values returns all elements of the DvbSubtitleTeletextSpacing enum

func DvbSubtitlingType_Values added in v1.34.3

func DvbSubtitlingType_Values() []string

DvbSubtitlingType_Values returns all elements of the DvbSubtitlingType enum

func DvbddsHandling_Values added in v1.38.37

func DvbddsHandling_Values() []string

DvbddsHandling_Values returns all elements of the DvbddsHandling enum

func Eac3AtmosBitstreamMode_Values added in v1.34.3

func Eac3AtmosBitstreamMode_Values() []string

Eac3AtmosBitstreamMode_Values returns all elements of the Eac3AtmosBitstreamMode enum

func Eac3AtmosCodingMode_Values added in v1.34.3

func Eac3AtmosCodingMode_Values() []string

Eac3AtmosCodingMode_Values returns all elements of the Eac3AtmosCodingMode enum

func Eac3AtmosDialogueIntelligence_Values added in v1.34.3

func Eac3AtmosDialogueIntelligence_Values() []string

Eac3AtmosDialogueIntelligence_Values returns all elements of the Eac3AtmosDialogueIntelligence enum

func Eac3AtmosDownmixControl_Values added in v1.38.69

func Eac3AtmosDownmixControl_Values() []string

Eac3AtmosDownmixControl_Values returns all elements of the Eac3AtmosDownmixControl enum

func Eac3AtmosDynamicRangeCompressionLine_Values added in v1.34.3

func Eac3AtmosDynamicRangeCompressionLine_Values() []string

Eac3AtmosDynamicRangeCompressionLine_Values returns all elements of the Eac3AtmosDynamicRangeCompressionLine enum

func Eac3AtmosDynamicRangeCompressionRf_Values added in v1.34.3

func Eac3AtmosDynamicRangeCompressionRf_Values() []string

Eac3AtmosDynamicRangeCompressionRf_Values returns all elements of the Eac3AtmosDynamicRangeCompressionRf enum

func Eac3AtmosDynamicRangeControl_Values added in v1.38.69

func Eac3AtmosDynamicRangeControl_Values() []string

Eac3AtmosDynamicRangeControl_Values returns all elements of the Eac3AtmosDynamicRangeControl enum

func Eac3AtmosMeteringMode_Values added in v1.34.3

func Eac3AtmosMeteringMode_Values() []string

Eac3AtmosMeteringMode_Values returns all elements of the Eac3AtmosMeteringMode enum

func Eac3AtmosStereoDownmix_Values added in v1.34.3

func Eac3AtmosStereoDownmix_Values() []string

Eac3AtmosStereoDownmix_Values returns all elements of the Eac3AtmosStereoDownmix enum

func Eac3AtmosSurroundExMode_Values added in v1.34.3

func Eac3AtmosSurroundExMode_Values() []string

Eac3AtmosSurroundExMode_Values returns all elements of the Eac3AtmosSurroundExMode enum

func Eac3AttenuationControl_Values added in v1.34.3

func Eac3AttenuationControl_Values() []string

Eac3AttenuationControl_Values returns all elements of the Eac3AttenuationControl enum

func Eac3BitstreamMode_Values added in v1.34.3

func Eac3BitstreamMode_Values() []string

Eac3BitstreamMode_Values returns all elements of the Eac3BitstreamMode enum

func Eac3CodingMode_Values added in v1.34.3

func Eac3CodingMode_Values() []string

Eac3CodingMode_Values returns all elements of the Eac3CodingMode enum

func Eac3DcFilter_Values added in v1.34.3

func Eac3DcFilter_Values() []string

Eac3DcFilter_Values returns all elements of the Eac3DcFilter enum

func Eac3DynamicRangeCompressionLine_Values added in v1.34.3

func Eac3DynamicRangeCompressionLine_Values() []string

Eac3DynamicRangeCompressionLine_Values returns all elements of the Eac3DynamicRangeCompressionLine enum

func Eac3DynamicRangeCompressionRf_Values added in v1.34.3

func Eac3DynamicRangeCompressionRf_Values() []string

Eac3DynamicRangeCompressionRf_Values returns all elements of the Eac3DynamicRangeCompressionRf enum

func Eac3LfeControl_Values added in v1.34.3

func Eac3LfeControl_Values() []string

Eac3LfeControl_Values returns all elements of the Eac3LfeControl enum

func Eac3LfeFilter_Values added in v1.34.3

func Eac3LfeFilter_Values() []string

Eac3LfeFilter_Values returns all elements of the Eac3LfeFilter enum

func Eac3MetadataControl_Values added in v1.34.3

func Eac3MetadataControl_Values() []string

Eac3MetadataControl_Values returns all elements of the Eac3MetadataControl enum

func Eac3PassthroughControl_Values added in v1.34.3

func Eac3PassthroughControl_Values() []string

Eac3PassthroughControl_Values returns all elements of the Eac3PassthroughControl enum

func Eac3PhaseControl_Values added in v1.34.3

func Eac3PhaseControl_Values() []string

Eac3PhaseControl_Values returns all elements of the Eac3PhaseControl enum

func Eac3StereoDownmix_Values added in v1.34.3

func Eac3StereoDownmix_Values() []string

Eac3StereoDownmix_Values returns all elements of the Eac3StereoDownmix enum

func Eac3SurroundExMode_Values added in v1.34.3

func Eac3SurroundExMode_Values() []string

Eac3SurroundExMode_Values returns all elements of the Eac3SurroundExMode enum

func Eac3SurroundMode_Values added in v1.34.3

func Eac3SurroundMode_Values() []string

Eac3SurroundMode_Values returns all elements of the Eac3SurroundMode enum

func EmbeddedConvert608To708_Values added in v1.34.3

func EmbeddedConvert608To708_Values() []string

EmbeddedConvert608To708_Values returns all elements of the EmbeddedConvert608To708 enum

func EmbeddedTerminateCaptions_Values added in v1.34.3

func EmbeddedTerminateCaptions_Values() []string

EmbeddedTerminateCaptions_Values returns all elements of the EmbeddedTerminateCaptions enum

func EmbeddedTimecodeOverride_Values added in v1.43.14

func EmbeddedTimecodeOverride_Values() []string

EmbeddedTimecodeOverride_Values returns all elements of the EmbeddedTimecodeOverride enum

func F4vMoovPlacement_Values added in v1.34.3

func F4vMoovPlacement_Values() []string

F4vMoovPlacement_Values returns all elements of the F4vMoovPlacement enum

func FileSourceConvert608To708_Values added in v1.34.3

func FileSourceConvert608To708_Values() []string

FileSourceConvert608To708_Values returns all elements of the FileSourceConvert608To708 enum

func FileSourceTimeDeltaUnits_Values added in v1.41.7

func FileSourceTimeDeltaUnits_Values() []string

FileSourceTimeDeltaUnits_Values returns all elements of the FileSourceTimeDeltaUnits enum

func FontScript_Values added in v1.34.3

func FontScript_Values() []string

FontScript_Values returns all elements of the FontScript enum

func H264AdaptiveQuantization_Values added in v1.34.3

func H264AdaptiveQuantization_Values() []string

H264AdaptiveQuantization_Values returns all elements of the H264AdaptiveQuantization enum

func H264CodecLevel_Values added in v1.34.3

func H264CodecLevel_Values() []string

H264CodecLevel_Values returns all elements of the H264CodecLevel enum

func H264CodecProfile_Values added in v1.34.3

func H264CodecProfile_Values() []string

H264CodecProfile_Values returns all elements of the H264CodecProfile enum

func H264DynamicSubGop_Values added in v1.34.3

func H264DynamicSubGop_Values() []string

H264DynamicSubGop_Values returns all elements of the H264DynamicSubGop enum

func H264EndOfStreamMarkers_Values added in v1.45.21

func H264EndOfStreamMarkers_Values() []string

H264EndOfStreamMarkers_Values returns all elements of the H264EndOfStreamMarkers enum

func H264EntropyEncoding_Values added in v1.34.3

func H264EntropyEncoding_Values() []string

H264EntropyEncoding_Values returns all elements of the H264EntropyEncoding enum

func H264FieldEncoding_Values added in v1.34.3

func H264FieldEncoding_Values() []string

H264FieldEncoding_Values returns all elements of the H264FieldEncoding enum

func H264FlickerAdaptiveQuantization_Values added in v1.34.3

func H264FlickerAdaptiveQuantization_Values() []string

H264FlickerAdaptiveQuantization_Values returns all elements of the H264FlickerAdaptiveQuantization enum

func H264FramerateControl_Values added in v1.34.3

func H264FramerateControl_Values() []string

H264FramerateControl_Values returns all elements of the H264FramerateControl enum

func H264FramerateConversionAlgorithm_Values added in v1.34.3

func H264FramerateConversionAlgorithm_Values() []string

H264FramerateConversionAlgorithm_Values returns all elements of the H264FramerateConversionAlgorithm enum

func H264GopBReference_Values added in v1.34.3

func H264GopBReference_Values() []string

H264GopBReference_Values returns all elements of the H264GopBReference enum

func H264GopSizeUnits_Values added in v1.34.3

func H264GopSizeUnits_Values() []string

H264GopSizeUnits_Values returns all elements of the H264GopSizeUnits enum

func H264InterlaceMode_Values added in v1.34.3

func H264InterlaceMode_Values() []string

H264InterlaceMode_Values returns all elements of the H264InterlaceMode enum

func H264ParControl_Values added in v1.34.3

func H264ParControl_Values() []string

H264ParControl_Values returns all elements of the H264ParControl enum

func H264QualityTuningLevel_Values added in v1.34.3

func H264QualityTuningLevel_Values() []string

H264QualityTuningLevel_Values returns all elements of the H264QualityTuningLevel enum

func H264RateControlMode_Values added in v1.34.3

func H264RateControlMode_Values() []string

H264RateControlMode_Values returns all elements of the H264RateControlMode enum

func H264RepeatPps_Values added in v1.34.3

func H264RepeatPps_Values() []string

H264RepeatPps_Values returns all elements of the H264RepeatPps enum

func H264ScanTypeConversionMode_Values added in v1.36.23

func H264ScanTypeConversionMode_Values() []string

H264ScanTypeConversionMode_Values returns all elements of the H264ScanTypeConversionMode enum

func H264SceneChangeDetect_Values added in v1.34.3

func H264SceneChangeDetect_Values() []string

H264SceneChangeDetect_Values returns all elements of the H264SceneChangeDetect enum

func H264SlowPal_Values added in v1.34.3

func H264SlowPal_Values() []string

H264SlowPal_Values returns all elements of the H264SlowPal enum

func H264SpatialAdaptiveQuantization_Values added in v1.34.3

func H264SpatialAdaptiveQuantization_Values() []string

H264SpatialAdaptiveQuantization_Values returns all elements of the H264SpatialAdaptiveQuantization enum

func H264Syntax_Values added in v1.34.3

func H264Syntax_Values() []string

H264Syntax_Values returns all elements of the H264Syntax enum

func H264Telecine_Values added in v1.34.3

func H264Telecine_Values() []string

H264Telecine_Values returns all elements of the H264Telecine enum

func H264TemporalAdaptiveQuantization_Values added in v1.34.3

func H264TemporalAdaptiveQuantization_Values() []string

H264TemporalAdaptiveQuantization_Values returns all elements of the H264TemporalAdaptiveQuantization enum

func H264UnregisteredSeiTimecode_Values added in v1.34.3

func H264UnregisteredSeiTimecode_Values() []string

H264UnregisteredSeiTimecode_Values returns all elements of the H264UnregisteredSeiTimecode enum

func H265AdaptiveQuantization_Values added in v1.34.3

func H265AdaptiveQuantization_Values() []string

H265AdaptiveQuantization_Values returns all elements of the H265AdaptiveQuantization enum

func H265AlternateTransferFunctionSei_Values added in v1.34.3

func H265AlternateTransferFunctionSei_Values() []string

H265AlternateTransferFunctionSei_Values returns all elements of the H265AlternateTransferFunctionSei enum

func H265CodecLevel_Values added in v1.34.3

func H265CodecLevel_Values() []string

H265CodecLevel_Values returns all elements of the H265CodecLevel enum

func H265CodecProfile_Values added in v1.34.3

func H265CodecProfile_Values() []string

H265CodecProfile_Values returns all elements of the H265CodecProfile enum

func H265DynamicSubGop_Values added in v1.34.3

func H265DynamicSubGop_Values() []string

H265DynamicSubGop_Values returns all elements of the H265DynamicSubGop enum

func H265EndOfStreamMarkers_Values added in v1.45.21

func H265EndOfStreamMarkers_Values() []string

H265EndOfStreamMarkers_Values returns all elements of the H265EndOfStreamMarkers enum

func H265FlickerAdaptiveQuantization_Values added in v1.34.3

func H265FlickerAdaptiveQuantization_Values() []string

H265FlickerAdaptiveQuantization_Values returns all elements of the H265FlickerAdaptiveQuantization enum

func H265FramerateControl_Values added in v1.34.3

func H265FramerateControl_Values() []string

H265FramerateControl_Values returns all elements of the H265FramerateControl enum

func H265FramerateConversionAlgorithm_Values added in v1.34.3

func H265FramerateConversionAlgorithm_Values() []string

H265FramerateConversionAlgorithm_Values returns all elements of the H265FramerateConversionAlgorithm enum

func H265GopBReference_Values added in v1.34.3

func H265GopBReference_Values() []string

H265GopBReference_Values returns all elements of the H265GopBReference enum

func H265GopSizeUnits_Values added in v1.34.3

func H265GopSizeUnits_Values() []string

H265GopSizeUnits_Values returns all elements of the H265GopSizeUnits enum

func H265InterlaceMode_Values added in v1.34.3

func H265InterlaceMode_Values() []string

H265InterlaceMode_Values returns all elements of the H265InterlaceMode enum

func H265ParControl_Values added in v1.34.3

func H265ParControl_Values() []string

H265ParControl_Values returns all elements of the H265ParControl enum

func H265QualityTuningLevel_Values added in v1.34.3

func H265QualityTuningLevel_Values() []string

H265QualityTuningLevel_Values returns all elements of the H265QualityTuningLevel enum

func H265RateControlMode_Values added in v1.34.3

func H265RateControlMode_Values() []string

H265RateControlMode_Values returns all elements of the H265RateControlMode enum

func H265SampleAdaptiveOffsetFilterMode_Values added in v1.34.3

func H265SampleAdaptiveOffsetFilterMode_Values() []string

H265SampleAdaptiveOffsetFilterMode_Values returns all elements of the H265SampleAdaptiveOffsetFilterMode enum

func H265ScanTypeConversionMode_Values added in v1.36.23

func H265ScanTypeConversionMode_Values() []string

H265ScanTypeConversionMode_Values returns all elements of the H265ScanTypeConversionMode enum

func H265SceneChangeDetect_Values added in v1.34.3

func H265SceneChangeDetect_Values() []string

H265SceneChangeDetect_Values returns all elements of the H265SceneChangeDetect enum

func H265SlowPal_Values added in v1.34.3

func H265SlowPal_Values() []string

H265SlowPal_Values returns all elements of the H265SlowPal enum

func H265SpatialAdaptiveQuantization_Values added in v1.34.3

func H265SpatialAdaptiveQuantization_Values() []string

H265SpatialAdaptiveQuantization_Values returns all elements of the H265SpatialAdaptiveQuantization enum

func H265Telecine_Values added in v1.34.3

func H265Telecine_Values() []string

H265Telecine_Values returns all elements of the H265Telecine enum

func H265TemporalAdaptiveQuantization_Values added in v1.34.3

func H265TemporalAdaptiveQuantization_Values() []string

H265TemporalAdaptiveQuantization_Values returns all elements of the H265TemporalAdaptiveQuantization enum

func H265TemporalIds_Values added in v1.34.3

func H265TemporalIds_Values() []string

H265TemporalIds_Values returns all elements of the H265TemporalIds enum

func H265Tiles_Values added in v1.34.3

func H265Tiles_Values() []string

H265Tiles_Values returns all elements of the H265Tiles enum

func H265UnregisteredSeiTimecode_Values added in v1.34.3

func H265UnregisteredSeiTimecode_Values() []string

H265UnregisteredSeiTimecode_Values returns all elements of the H265UnregisteredSeiTimecode enum

func H265WriteMp4PackagingType_Values added in v1.34.3

func H265WriteMp4PackagingType_Values() []string

H265WriteMp4PackagingType_Values returns all elements of the H265WriteMp4PackagingType enum

func HDRToSDRToneMapper_Values added in v1.44.210

func HDRToSDRToneMapper_Values() []string

HDRToSDRToneMapper_Values returns all elements of the HDRToSDRToneMapper enum

func HlsAdMarkers_Values added in v1.34.3

func HlsAdMarkers_Values() []string

HlsAdMarkers_Values returns all elements of the HlsAdMarkers enum

func HlsAudioOnlyContainer_Values added in v1.34.3

func HlsAudioOnlyContainer_Values() []string

HlsAudioOnlyContainer_Values returns all elements of the HlsAudioOnlyContainer enum

func HlsAudioOnlyHeader_Values added in v1.34.12

func HlsAudioOnlyHeader_Values() []string

HlsAudioOnlyHeader_Values returns all elements of the HlsAudioOnlyHeader enum

func HlsAudioTrackType_Values added in v1.34.3

func HlsAudioTrackType_Values() []string

HlsAudioTrackType_Values returns all elements of the HlsAudioTrackType enum

func HlsCaptionLanguageSetting_Values added in v1.34.3

func HlsCaptionLanguageSetting_Values() []string

HlsCaptionLanguageSetting_Values returns all elements of the HlsCaptionLanguageSetting enum

func HlsCaptionSegmentLengthControl_Values added in v1.43.14

func HlsCaptionSegmentLengthControl_Values() []string

HlsCaptionSegmentLengthControl_Values returns all elements of the HlsCaptionSegmentLengthControl enum

func HlsClientCache_Values added in v1.34.3

func HlsClientCache_Values() []string

HlsClientCache_Values returns all elements of the HlsClientCache enum

func HlsCodecSpecification_Values added in v1.34.3

func HlsCodecSpecification_Values() []string

HlsCodecSpecification_Values returns all elements of the HlsCodecSpecification enum

func HlsDescriptiveVideoServiceFlag_Values added in v1.38.11

func HlsDescriptiveVideoServiceFlag_Values() []string

HlsDescriptiveVideoServiceFlag_Values returns all elements of the HlsDescriptiveVideoServiceFlag enum

func HlsDirectoryStructure_Values added in v1.34.3

func HlsDirectoryStructure_Values() []string

HlsDirectoryStructure_Values returns all elements of the HlsDirectoryStructure enum

func HlsEncryptionType_Values added in v1.34.3

func HlsEncryptionType_Values() []string

HlsEncryptionType_Values returns all elements of the HlsEncryptionType enum

func HlsIFrameOnlyManifest_Values added in v1.34.3

func HlsIFrameOnlyManifest_Values() []string

HlsIFrameOnlyManifest_Values returns all elements of the HlsIFrameOnlyManifest enum

func HlsImageBasedTrickPlay_Values added in v1.38.69

func HlsImageBasedTrickPlay_Values() []string

HlsImageBasedTrickPlay_Values returns all elements of the HlsImageBasedTrickPlay enum

func HlsInitializationVectorInManifest_Values added in v1.34.3

func HlsInitializationVectorInManifest_Values() []string

HlsInitializationVectorInManifest_Values returns all elements of the HlsInitializationVectorInManifest enum

func HlsIntervalCadence_Values added in v1.40.48

func HlsIntervalCadence_Values() []string

HlsIntervalCadence_Values returns all elements of the HlsIntervalCadence enum

func HlsKeyProviderType_Values added in v1.34.3

func HlsKeyProviderType_Values() []string

HlsKeyProviderType_Values returns all elements of the HlsKeyProviderType enum

func HlsManifestCompression_Values added in v1.34.3

func HlsManifestCompression_Values() []string

HlsManifestCompression_Values returns all elements of the HlsManifestCompression enum

func HlsManifestDurationFormat_Values added in v1.34.3

func HlsManifestDurationFormat_Values() []string

HlsManifestDurationFormat_Values returns all elements of the HlsManifestDurationFormat enum

func HlsOfflineEncrypted_Values added in v1.34.3

func HlsOfflineEncrypted_Values() []string

HlsOfflineEncrypted_Values returns all elements of the HlsOfflineEncrypted enum

func HlsOutputSelection_Values added in v1.34.3

func HlsOutputSelection_Values() []string

HlsOutputSelection_Values returns all elements of the HlsOutputSelection enum

func HlsProgramDateTime_Values added in v1.34.3

func HlsProgramDateTime_Values() []string

HlsProgramDateTime_Values returns all elements of the HlsProgramDateTime enum

func HlsProgressiveWriteHlsManifest_Values added in v1.44.287

func HlsProgressiveWriteHlsManifest_Values() []string

HlsProgressiveWriteHlsManifest_Values returns all elements of the HlsProgressiveWriteHlsManifest enum

func HlsSegmentControl_Values added in v1.34.3

func HlsSegmentControl_Values() []string

HlsSegmentControl_Values returns all elements of the HlsSegmentControl enum

func HlsSegmentLengthControl_Values added in v1.40.29

func HlsSegmentLengthControl_Values() []string

HlsSegmentLengthControl_Values returns all elements of the HlsSegmentLengthControl enum

func HlsStreamInfResolution_Values added in v1.34.3

func HlsStreamInfResolution_Values() []string

HlsStreamInfResolution_Values returns all elements of the HlsStreamInfResolution enum

func HlsTargetDurationCompatibilityMode_Values added in v1.39.4

func HlsTargetDurationCompatibilityMode_Values() []string

HlsTargetDurationCompatibilityMode_Values returns all elements of the HlsTargetDurationCompatibilityMode enum

func HlsTimedMetadataId3Frame_Values added in v1.34.3

func HlsTimedMetadataId3Frame_Values() []string

HlsTimedMetadataId3Frame_Values returns all elements of the HlsTimedMetadataId3Frame enum

func ImscAccessibilitySubs_Values added in v1.42.39

func ImscAccessibilitySubs_Values() []string

ImscAccessibilitySubs_Values returns all elements of the ImscAccessibilitySubs enum

func ImscStylePassthrough_Values added in v1.34.3

func ImscStylePassthrough_Values() []string

ImscStylePassthrough_Values returns all elements of the ImscStylePassthrough enum

func InputDeblockFilter_Values added in v1.34.3

func InputDeblockFilter_Values() []string

InputDeblockFilter_Values returns all elements of the InputDeblockFilter enum

func InputDenoiseFilter_Values added in v1.34.3

func InputDenoiseFilter_Values() []string

InputDenoiseFilter_Values returns all elements of the InputDenoiseFilter enum

func InputFilterEnable_Values added in v1.34.3

func InputFilterEnable_Values() []string

InputFilterEnable_Values returns all elements of the InputFilterEnable enum

func InputPolicy_Values added in v1.40.59

func InputPolicy_Values() []string

InputPolicy_Values returns all elements of the InputPolicy enum

func InputPsiControl_Values added in v1.34.3

func InputPsiControl_Values() []string

InputPsiControl_Values returns all elements of the InputPsiControl enum

func InputRotate_Values added in v1.34.3

func InputRotate_Values() []string

InputRotate_Values returns all elements of the InputRotate enum

func InputSampleRange_Values added in v1.38.37

func InputSampleRange_Values() []string

InputSampleRange_Values returns all elements of the InputSampleRange enum

func InputScanType_Values added in v1.35.3

func InputScanType_Values() []string

InputScanType_Values returns all elements of the InputScanType enum

func InputTimecodeSource_Values added in v1.34.3

func InputTimecodeSource_Values() []string

InputTimecodeSource_Values returns all elements of the InputTimecodeSource enum

func JobPhase_Values added in v1.34.3

func JobPhase_Values() []string

JobPhase_Values returns all elements of the JobPhase enum

func JobStatus_Values added in v1.34.3

func JobStatus_Values() []string

JobStatus_Values returns all elements of the JobStatus enum

func JobTemplateListBy_Values added in v1.34.3

func JobTemplateListBy_Values() []string

JobTemplateListBy_Values returns all elements of the JobTemplateListBy enum

func LanguageCode_Values added in v1.34.3

func LanguageCode_Values() []string

LanguageCode_Values returns all elements of the LanguageCode enum

func M2tsAudioBufferModel_Values added in v1.34.3

func M2tsAudioBufferModel_Values() []string

M2tsAudioBufferModel_Values returns all elements of the M2tsAudioBufferModel enum

func M2tsAudioDuration_Values added in v1.35.35

func M2tsAudioDuration_Values() []string

M2tsAudioDuration_Values returns all elements of the M2tsAudioDuration enum

func M2tsBufferModel_Values added in v1.34.3

func M2tsBufferModel_Values() []string

M2tsBufferModel_Values returns all elements of the M2tsBufferModel enum

func M2tsDataPtsControl_Values added in v1.40.29

func M2tsDataPtsControl_Values() []string

M2tsDataPtsControl_Values returns all elements of the M2tsDataPtsControl enum

func M2tsEbpAudioInterval_Values added in v1.34.3

func M2tsEbpAudioInterval_Values() []string

M2tsEbpAudioInterval_Values returns all elements of the M2tsEbpAudioInterval enum

func M2tsEbpPlacement_Values added in v1.34.3

func M2tsEbpPlacement_Values() []string

M2tsEbpPlacement_Values returns all elements of the M2tsEbpPlacement enum

func M2tsEsRateInPes_Values added in v1.34.3

func M2tsEsRateInPes_Values() []string

M2tsEsRateInPes_Values returns all elements of the M2tsEsRateInPes enum

func M2tsForceTsVideoEbpOrder_Values added in v1.34.3

func M2tsForceTsVideoEbpOrder_Values() []string

M2tsForceTsVideoEbpOrder_Values returns all elements of the M2tsForceTsVideoEbpOrder enum

func M2tsKlvMetadata_Values added in v1.43.36

func M2tsKlvMetadata_Values() []string

M2tsKlvMetadata_Values returns all elements of the M2tsKlvMetadata enum

func M2tsNielsenId3_Values added in v1.34.3

func M2tsNielsenId3_Values() []string

M2tsNielsenId3_Values returns all elements of the M2tsNielsenId3 enum

func M2tsPcrControl_Values added in v1.34.3

func M2tsPcrControl_Values() []string

M2tsPcrControl_Values returns all elements of the M2tsPcrControl enum

func M2tsPreventBufferUnderflow_Values added in v1.51.18

func M2tsPreventBufferUnderflow_Values() []string

M2tsPreventBufferUnderflow_Values returns all elements of the M2tsPreventBufferUnderflow enum

func M2tsRateMode_Values added in v1.34.3

func M2tsRateMode_Values() []string

M2tsRateMode_Values returns all elements of the M2tsRateMode enum

func M2tsScte35Source_Values added in v1.34.3

func M2tsScte35Source_Values() []string

M2tsScte35Source_Values returns all elements of the M2tsScte35Source enum

func M2tsSegmentationMarkers_Values added in v1.34.3

func M2tsSegmentationMarkers_Values() []string

M2tsSegmentationMarkers_Values returns all elements of the M2tsSegmentationMarkers enum

func M2tsSegmentationStyle_Values added in v1.34.3

func M2tsSegmentationStyle_Values() []string

M2tsSegmentationStyle_Values returns all elements of the M2tsSegmentationStyle enum

func M3u8AudioDuration_Values added in v1.35.35

func M3u8AudioDuration_Values() []string

M3u8AudioDuration_Values returns all elements of the M3u8AudioDuration enum

func M3u8DataPtsControl_Values added in v1.40.29

func M3u8DataPtsControl_Values() []string

M3u8DataPtsControl_Values returns all elements of the M3u8DataPtsControl enum

func M3u8NielsenId3_Values added in v1.34.3

func M3u8NielsenId3_Values() []string

M3u8NielsenId3_Values returns all elements of the M3u8NielsenId3 enum

func M3u8PcrControl_Values added in v1.34.3

func M3u8PcrControl_Values() []string

M3u8PcrControl_Values returns all elements of the M3u8PcrControl enum

func M3u8Scte35Source_Values added in v1.34.3

func M3u8Scte35Source_Values() []string

M3u8Scte35Source_Values returns all elements of the M3u8Scte35Source enum

func MotionImageInsertionMode_Values added in v1.34.3

func MotionImageInsertionMode_Values() []string

MotionImageInsertionMode_Values returns all elements of the MotionImageInsertionMode enum

func MotionImagePlayback_Values added in v1.34.3

func MotionImagePlayback_Values() []string

MotionImagePlayback_Values returns all elements of the MotionImagePlayback enum

func MovClapAtom_Values added in v1.34.3

func MovClapAtom_Values() []string

MovClapAtom_Values returns all elements of the MovClapAtom enum

func MovCslgAtom_Values added in v1.34.3

func MovCslgAtom_Values() []string

MovCslgAtom_Values returns all elements of the MovCslgAtom enum

func MovMpeg2FourCCControl_Values added in v1.34.3

func MovMpeg2FourCCControl_Values() []string

MovMpeg2FourCCControl_Values returns all elements of the MovMpeg2FourCCControl enum

func MovPaddingControl_Values added in v1.34.3

func MovPaddingControl_Values() []string

MovPaddingControl_Values returns all elements of the MovPaddingControl enum

func MovReference_Values added in v1.34.3

func MovReference_Values() []string

MovReference_Values returns all elements of the MovReference enum

func Mp3RateControlMode_Values added in v1.34.3

func Mp3RateControlMode_Values() []string

Mp3RateControlMode_Values returns all elements of the Mp3RateControlMode enum

func Mp4CslgAtom_Values added in v1.34.3

func Mp4CslgAtom_Values() []string

Mp4CslgAtom_Values returns all elements of the Mp4CslgAtom enum

func Mp4FreeSpaceBox_Values added in v1.34.3

func Mp4FreeSpaceBox_Values() []string

Mp4FreeSpaceBox_Values returns all elements of the Mp4FreeSpaceBox enum

func Mp4MoovPlacement_Values added in v1.34.3

func Mp4MoovPlacement_Values() []string

Mp4MoovPlacement_Values returns all elements of the Mp4MoovPlacement enum

func MpdAccessibilityCaptionHints_Values added in v1.35.35

func MpdAccessibilityCaptionHints_Values() []string

MpdAccessibilityCaptionHints_Values returns all elements of the MpdAccessibilityCaptionHints enum

func MpdAudioDuration_Values added in v1.35.35

func MpdAudioDuration_Values() []string

MpdAudioDuration_Values returns all elements of the MpdAudioDuration enum

func MpdCaptionContainerType_Values added in v1.34.3

func MpdCaptionContainerType_Values() []string

MpdCaptionContainerType_Values returns all elements of the MpdCaptionContainerType enum

func MpdKlvMetadata_Values added in v1.43.36

func MpdKlvMetadata_Values() []string

MpdKlvMetadata_Values returns all elements of the MpdKlvMetadata enum

func MpdManifestMetadataSignaling_Values added in v1.44.152

func MpdManifestMetadataSignaling_Values() []string

MpdManifestMetadataSignaling_Values returns all elements of the MpdManifestMetadataSignaling enum

func MpdScte35Esam_Values added in v1.34.3

func MpdScte35Esam_Values() []string

MpdScte35Esam_Values returns all elements of the MpdScte35Esam enum

func MpdScte35Source_Values added in v1.34.3

func MpdScte35Source_Values() []string

MpdScte35Source_Values returns all elements of the MpdScte35Source enum

func MpdTimedMetadataBoxVersion_Values added in v1.44.152

func MpdTimedMetadataBoxVersion_Values() []string

MpdTimedMetadataBoxVersion_Values returns all elements of the MpdTimedMetadataBoxVersion enum

func MpdTimedMetadata_Values added in v1.42.39

func MpdTimedMetadata_Values() []string

MpdTimedMetadata_Values returns all elements of the MpdTimedMetadata enum

func Mpeg2AdaptiveQuantization_Values added in v1.34.3

func Mpeg2AdaptiveQuantization_Values() []string

Mpeg2AdaptiveQuantization_Values returns all elements of the Mpeg2AdaptiveQuantization enum

func Mpeg2CodecLevel_Values added in v1.34.3

func Mpeg2CodecLevel_Values() []string

Mpeg2CodecLevel_Values returns all elements of the Mpeg2CodecLevel enum

func Mpeg2CodecProfile_Values added in v1.34.3

func Mpeg2CodecProfile_Values() []string

Mpeg2CodecProfile_Values returns all elements of the Mpeg2CodecProfile enum

func Mpeg2DynamicSubGop_Values added in v1.34.3

func Mpeg2DynamicSubGop_Values() []string

Mpeg2DynamicSubGop_Values returns all elements of the Mpeg2DynamicSubGop enum

func Mpeg2FramerateControl_Values added in v1.34.3

func Mpeg2FramerateControl_Values() []string

Mpeg2FramerateControl_Values returns all elements of the Mpeg2FramerateControl enum

func Mpeg2FramerateConversionAlgorithm_Values added in v1.34.3

func Mpeg2FramerateConversionAlgorithm_Values() []string

Mpeg2FramerateConversionAlgorithm_Values returns all elements of the Mpeg2FramerateConversionAlgorithm enum

func Mpeg2GopSizeUnits_Values added in v1.34.3

func Mpeg2GopSizeUnits_Values() []string

Mpeg2GopSizeUnits_Values returns all elements of the Mpeg2GopSizeUnits enum

func Mpeg2InterlaceMode_Values added in v1.34.3

func Mpeg2InterlaceMode_Values() []string

Mpeg2InterlaceMode_Values returns all elements of the Mpeg2InterlaceMode enum

func Mpeg2IntraDcPrecision_Values added in v1.34.3

func Mpeg2IntraDcPrecision_Values() []string

Mpeg2IntraDcPrecision_Values returns all elements of the Mpeg2IntraDcPrecision enum

func Mpeg2ParControl_Values added in v1.34.3

func Mpeg2ParControl_Values() []string

Mpeg2ParControl_Values returns all elements of the Mpeg2ParControl enum

func Mpeg2QualityTuningLevel_Values added in v1.34.3

func Mpeg2QualityTuningLevel_Values() []string

Mpeg2QualityTuningLevel_Values returns all elements of the Mpeg2QualityTuningLevel enum

func Mpeg2RateControlMode_Values added in v1.34.3

func Mpeg2RateControlMode_Values() []string

Mpeg2RateControlMode_Values returns all elements of the Mpeg2RateControlMode enum

func Mpeg2ScanTypeConversionMode_Values added in v1.36.23

func Mpeg2ScanTypeConversionMode_Values() []string

Mpeg2ScanTypeConversionMode_Values returns all elements of the Mpeg2ScanTypeConversionMode enum

func Mpeg2SceneChangeDetect_Values added in v1.34.3

func Mpeg2SceneChangeDetect_Values() []string

Mpeg2SceneChangeDetect_Values returns all elements of the Mpeg2SceneChangeDetect enum

func Mpeg2SlowPal_Values added in v1.34.3

func Mpeg2SlowPal_Values() []string

Mpeg2SlowPal_Values returns all elements of the Mpeg2SlowPal enum

func Mpeg2SpatialAdaptiveQuantization_Values added in v1.34.3

func Mpeg2SpatialAdaptiveQuantization_Values() []string

Mpeg2SpatialAdaptiveQuantization_Values returns all elements of the Mpeg2SpatialAdaptiveQuantization enum

func Mpeg2Syntax_Values added in v1.34.3

func Mpeg2Syntax_Values() []string

Mpeg2Syntax_Values returns all elements of the Mpeg2Syntax enum

func Mpeg2Telecine_Values added in v1.34.3

func Mpeg2Telecine_Values() []string

Mpeg2Telecine_Values returns all elements of the Mpeg2Telecine enum

func Mpeg2TemporalAdaptiveQuantization_Values added in v1.34.3

func Mpeg2TemporalAdaptiveQuantization_Values() []string

Mpeg2TemporalAdaptiveQuantization_Values returns all elements of the Mpeg2TemporalAdaptiveQuantization enum

func MsSmoothAudioDeduplication_Values added in v1.34.3

func MsSmoothAudioDeduplication_Values() []string

MsSmoothAudioDeduplication_Values returns all elements of the MsSmoothAudioDeduplication enum

func MsSmoothFragmentLengthControl_Values added in v1.40.29

func MsSmoothFragmentLengthControl_Values() []string

MsSmoothFragmentLengthControl_Values returns all elements of the MsSmoothFragmentLengthControl enum

func MsSmoothManifestEncoding_Values added in v1.34.3

func MsSmoothManifestEncoding_Values() []string

MsSmoothManifestEncoding_Values returns all elements of the MsSmoothManifestEncoding enum

func MxfAfdSignaling_Values added in v1.34.3

func MxfAfdSignaling_Values() []string

MxfAfdSignaling_Values returns all elements of the MxfAfdSignaling enum

func MxfProfile_Values added in v1.35.3

func MxfProfile_Values() []string

MxfProfile_Values returns all elements of the MxfProfile enum

func MxfXavcDurationMode_Values added in v1.38.69

func MxfXavcDurationMode_Values() []string

MxfXavcDurationMode_Values returns all elements of the MxfXavcDurationMode enum

func NielsenActiveWatermarkProcessType_Values added in v1.35.3

func NielsenActiveWatermarkProcessType_Values() []string

NielsenActiveWatermarkProcessType_Values returns all elements of the NielsenActiveWatermarkProcessType enum

func NielsenSourceWatermarkStatusType_Values added in v1.35.3

func NielsenSourceWatermarkStatusType_Values() []string

NielsenSourceWatermarkStatusType_Values returns all elements of the NielsenSourceWatermarkStatusType enum

func NielsenUniqueTicPerAudioTrackType_Values added in v1.35.3

func NielsenUniqueTicPerAudioTrackType_Values() []string

NielsenUniqueTicPerAudioTrackType_Values returns all elements of the NielsenUniqueTicPerAudioTrackType enum

func NoiseFilterPostTemporalSharpeningStrength_Values added in v1.42.26

func NoiseFilterPostTemporalSharpeningStrength_Values() []string

NoiseFilterPostTemporalSharpeningStrength_Values returns all elements of the NoiseFilterPostTemporalSharpeningStrength enum

func NoiseFilterPostTemporalSharpening_Values added in v1.34.3

func NoiseFilterPostTemporalSharpening_Values() []string

NoiseFilterPostTemporalSharpening_Values returns all elements of the NoiseFilterPostTemporalSharpening enum

func NoiseReducerFilter_Values added in v1.34.3

func NoiseReducerFilter_Values() []string

NoiseReducerFilter_Values returns all elements of the NoiseReducerFilter enum

func Order_Values added in v1.34.3

func Order_Values() []string

Order_Values returns all elements of the Order enum

func OutputGroupType_Values added in v1.34.3

func OutputGroupType_Values() []string

OutputGroupType_Values returns all elements of the OutputGroupType enum

func OutputSdt_Values added in v1.34.3

func OutputSdt_Values() []string

OutputSdt_Values returns all elements of the OutputSdt enum

func PadVideo_Values added in v1.44.4

func PadVideo_Values() []string

PadVideo_Values returns all elements of the PadVideo enum

func PresetListBy_Values added in v1.34.3

func PresetListBy_Values() []string

PresetListBy_Values returns all elements of the PresetListBy enum

func PricingPlan_Values added in v1.34.3

func PricingPlan_Values() []string

PricingPlan_Values returns all elements of the PricingPlan enum

func ProresChromaSampling_Values added in v1.38.69

func ProresChromaSampling_Values() []string

ProresChromaSampling_Values returns all elements of the ProresChromaSampling enum

func ProresCodecProfile_Values added in v1.34.3

func ProresCodecProfile_Values() []string

ProresCodecProfile_Values returns all elements of the ProresCodecProfile enum

func ProresFramerateControl_Values added in v1.34.3

func ProresFramerateControl_Values() []string

ProresFramerateControl_Values returns all elements of the ProresFramerateControl enum

func ProresFramerateConversionAlgorithm_Values added in v1.34.3

func ProresFramerateConversionAlgorithm_Values() []string

ProresFramerateConversionAlgorithm_Values returns all elements of the ProresFramerateConversionAlgorithm enum

func ProresInterlaceMode_Values added in v1.34.3

func ProresInterlaceMode_Values() []string

ProresInterlaceMode_Values returns all elements of the ProresInterlaceMode enum

func ProresParControl_Values added in v1.34.3

func ProresParControl_Values() []string

ProresParControl_Values returns all elements of the ProresParControl enum

func ProresScanTypeConversionMode_Values added in v1.36.23

func ProresScanTypeConversionMode_Values() []string

ProresScanTypeConversionMode_Values returns all elements of the ProresScanTypeConversionMode enum

func ProresSlowPal_Values added in v1.34.3

func ProresSlowPal_Values() []string

ProresSlowPal_Values returns all elements of the ProresSlowPal enum

func ProresTelecine_Values added in v1.34.3

func ProresTelecine_Values() []string

ProresTelecine_Values returns all elements of the ProresTelecine enum

func QueueListBy_Values added in v1.34.3

func QueueListBy_Values() []string

QueueListBy_Values returns all elements of the QueueListBy enum

func QueueStatus_Values added in v1.34.3

func QueueStatus_Values() []string

QueueStatus_Values returns all elements of the QueueStatus enum

func RenewalType_Values added in v1.34.3

func RenewalType_Values() []string

RenewalType_Values returns all elements of the RenewalType enum

func RequiredFlag_Values added in v1.44.21

func RequiredFlag_Values() []string

RequiredFlag_Values returns all elements of the RequiredFlag enum

func ReservationPlanStatus_Values added in v1.34.3

func ReservationPlanStatus_Values() []string

ReservationPlanStatus_Values returns all elements of the ReservationPlanStatus enum

func RespondToAfd_Values added in v1.34.3

func RespondToAfd_Values() []string

RespondToAfd_Values returns all elements of the RespondToAfd enum

func RuleType_Values added in v1.44.21

func RuleType_Values() []string

RuleType_Values returns all elements of the RuleType enum

func S3ObjectCannedAcl_Values added in v1.34.3

func S3ObjectCannedAcl_Values() []string

S3ObjectCannedAcl_Values returns all elements of the S3ObjectCannedAcl enum

func S3ServerSideEncryptionType_Values added in v1.34.3

func S3ServerSideEncryptionType_Values() []string

S3ServerSideEncryptionType_Values returns all elements of the S3ServerSideEncryptionType enum

func S3StorageClass_Values added in v1.44.331

func S3StorageClass_Values() []string

S3StorageClass_Values returns all elements of the S3StorageClass enum

func SampleRangeConversion_Values added in v1.38.69

func SampleRangeConversion_Values() []string

SampleRangeConversion_Values returns all elements of the SampleRangeConversion enum

func ScalingBehavior_Values added in v1.34.3

func ScalingBehavior_Values() []string

ScalingBehavior_Values returns all elements of the ScalingBehavior enum

func SccDestinationFramerate_Values added in v1.34.3

func SccDestinationFramerate_Values() []string

SccDestinationFramerate_Values returns all elements of the SccDestinationFramerate enum

func SimulateReservedQueue_Values added in v1.34.3

func SimulateReservedQueue_Values() []string

SimulateReservedQueue_Values returns all elements of the SimulateReservedQueue enum

func SrtStylePassthrough_Values added in v1.39.4

func SrtStylePassthrough_Values() []string

SrtStylePassthrough_Values returns all elements of the SrtStylePassthrough enum

func StatusUpdateInterval_Values added in v1.34.3

func StatusUpdateInterval_Values() []string

StatusUpdateInterval_Values returns all elements of the StatusUpdateInterval enum

func TeletextPageType_Values added in v1.34.3

func TeletextPageType_Values() []string

TeletextPageType_Values returns all elements of the TeletextPageType enum

func TimecodeBurninPosition_Values added in v1.34.3

func TimecodeBurninPosition_Values() []string

TimecodeBurninPosition_Values returns all elements of the TimecodeBurninPosition enum

func TimecodeSource_Values added in v1.34.3

func TimecodeSource_Values() []string

TimecodeSource_Values returns all elements of the TimecodeSource enum

func TimedMetadata_Values added in v1.34.3

func TimedMetadata_Values() []string

TimedMetadata_Values returns all elements of the TimedMetadata enum

func TsPtsOffset_Values added in v1.44.331

func TsPtsOffset_Values() []string

TsPtsOffset_Values returns all elements of the TsPtsOffset enum

func TtmlStylePassthrough_Values added in v1.34.3

func TtmlStylePassthrough_Values() []string

TtmlStylePassthrough_Values returns all elements of the TtmlStylePassthrough enum

func Type_Values added in v1.34.3

func Type_Values() []string

Type_Values returns all elements of the Type enum

func UncompressedFourcc_Values added in v1.49.14

func UncompressedFourcc_Values() []string

UncompressedFourcc_Values returns all elements of the UncompressedFourcc enum

func UncompressedFramerateControl_Values added in v1.49.14

func UncompressedFramerateControl_Values() []string

UncompressedFramerateControl_Values returns all elements of the UncompressedFramerateControl enum

func UncompressedFramerateConversionAlgorithm_Values added in v1.49.14

func UncompressedFramerateConversionAlgorithm_Values() []string

UncompressedFramerateConversionAlgorithm_Values returns all elements of the UncompressedFramerateConversionAlgorithm enum

func UncompressedInterlaceMode_Values added in v1.49.14

func UncompressedInterlaceMode_Values() []string

UncompressedInterlaceMode_Values returns all elements of the UncompressedInterlaceMode enum

func UncompressedScanTypeConversionMode_Values added in v1.49.14

func UncompressedScanTypeConversionMode_Values() []string

UncompressedScanTypeConversionMode_Values returns all elements of the UncompressedScanTypeConversionMode enum

func UncompressedSlowPal_Values added in v1.49.14

func UncompressedSlowPal_Values() []string

UncompressedSlowPal_Values returns all elements of the UncompressedSlowPal enum

func UncompressedTelecine_Values added in v1.49.14

func UncompressedTelecine_Values() []string

UncompressedTelecine_Values returns all elements of the UncompressedTelecine enum

func Vc3Class_Values added in v1.35.3

func Vc3Class_Values() []string

Vc3Class_Values returns all elements of the Vc3Class enum

func Vc3FramerateControl_Values added in v1.35.3

func Vc3FramerateControl_Values() []string

Vc3FramerateControl_Values returns all elements of the Vc3FramerateControl enum

func Vc3FramerateConversionAlgorithm_Values added in v1.35.3

func Vc3FramerateConversionAlgorithm_Values() []string

Vc3FramerateConversionAlgorithm_Values returns all elements of the Vc3FramerateConversionAlgorithm enum

func Vc3InterlaceMode_Values added in v1.35.3

func Vc3InterlaceMode_Values() []string

Vc3InterlaceMode_Values returns all elements of the Vc3InterlaceMode enum

func Vc3ScanTypeConversionMode_Values added in v1.36.23

func Vc3ScanTypeConversionMode_Values() []string

Vc3ScanTypeConversionMode_Values returns all elements of the Vc3ScanTypeConversionMode enum

func Vc3SlowPal_Values added in v1.35.3

func Vc3SlowPal_Values() []string

Vc3SlowPal_Values returns all elements of the Vc3SlowPal enum

func Vc3Telecine_Values added in v1.35.3

func Vc3Telecine_Values() []string

Vc3Telecine_Values returns all elements of the Vc3Telecine enum

func VchipAction_Values added in v1.40.14

func VchipAction_Values() []string

VchipAction_Values returns all elements of the VchipAction enum

func VideoCodec_Values added in v1.34.3

func VideoCodec_Values() []string

VideoCodec_Values returns all elements of the VideoCodec enum

func VideoTimecodeInsertion_Values added in v1.34.3

func VideoTimecodeInsertion_Values() []string

VideoTimecodeInsertion_Values returns all elements of the VideoTimecodeInsertion enum

func Vp8FramerateControl_Values added in v1.34.3

func Vp8FramerateControl_Values() []string

Vp8FramerateControl_Values returns all elements of the Vp8FramerateControl enum

func Vp8FramerateConversionAlgorithm_Values added in v1.34.3

func Vp8FramerateConversionAlgorithm_Values() []string

Vp8FramerateConversionAlgorithm_Values returns all elements of the Vp8FramerateConversionAlgorithm enum

func Vp8ParControl_Values added in v1.34.3

func Vp8ParControl_Values() []string

Vp8ParControl_Values returns all elements of the Vp8ParControl enum

func Vp8QualityTuningLevel_Values added in v1.34.3

func Vp8QualityTuningLevel_Values() []string

Vp8QualityTuningLevel_Values returns all elements of the Vp8QualityTuningLevel enum

func Vp8RateControlMode_Values added in v1.34.3

func Vp8RateControlMode_Values() []string

Vp8RateControlMode_Values returns all elements of the Vp8RateControlMode enum

func Vp9FramerateControl_Values added in v1.34.3

func Vp9FramerateControl_Values() []string

Vp9FramerateControl_Values returns all elements of the Vp9FramerateControl enum

func Vp9FramerateConversionAlgorithm_Values added in v1.34.3

func Vp9FramerateConversionAlgorithm_Values() []string

Vp9FramerateConversionAlgorithm_Values returns all elements of the Vp9FramerateConversionAlgorithm enum

func Vp9ParControl_Values added in v1.34.3

func Vp9ParControl_Values() []string

Vp9ParControl_Values returns all elements of the Vp9ParControl enum

func Vp9QualityTuningLevel_Values added in v1.34.3

func Vp9QualityTuningLevel_Values() []string

Vp9QualityTuningLevel_Values returns all elements of the Vp9QualityTuningLevel enum

func Vp9RateControlMode_Values added in v1.34.3

func Vp9RateControlMode_Values() []string

Vp9RateControlMode_Values returns all elements of the Vp9RateControlMode enum

func WatermarkingStrength_Values added in v1.34.3

func WatermarkingStrength_Values() []string

WatermarkingStrength_Values returns all elements of the WatermarkingStrength enum

func WavFormat_Values added in v1.34.3

func WavFormat_Values() []string

WavFormat_Values returns all elements of the WavFormat enum

func WebvttAccessibilitySubs_Values added in v1.42.39

func WebvttAccessibilitySubs_Values() []string

WebvttAccessibilitySubs_Values returns all elements of the WebvttAccessibilitySubs enum

func WebvttStylePassthrough_Values added in v1.38.11

func WebvttStylePassthrough_Values() []string

WebvttStylePassthrough_Values returns all elements of the WebvttStylePassthrough enum

func Xavc4kIntraCbgProfileClass_Values added in v1.38.69

func Xavc4kIntraCbgProfileClass_Values() []string

Xavc4kIntraCbgProfileClass_Values returns all elements of the Xavc4kIntraCbgProfileClass enum

func Xavc4kIntraVbrProfileClass_Values added in v1.38.69

func Xavc4kIntraVbrProfileClass_Values() []string

Xavc4kIntraVbrProfileClass_Values returns all elements of the Xavc4kIntraVbrProfileClass enum

func Xavc4kProfileBitrateClass_Values added in v1.38.69

func Xavc4kProfileBitrateClass_Values() []string

Xavc4kProfileBitrateClass_Values returns all elements of the Xavc4kProfileBitrateClass enum

func Xavc4kProfileCodecProfile_Values added in v1.38.69

func Xavc4kProfileCodecProfile_Values() []string

Xavc4kProfileCodecProfile_Values returns all elements of the Xavc4kProfileCodecProfile enum

func Xavc4kProfileQualityTuningLevel_Values added in v1.38.69

func Xavc4kProfileQualityTuningLevel_Values() []string

Xavc4kProfileQualityTuningLevel_Values returns all elements of the Xavc4kProfileQualityTuningLevel enum

func XavcAdaptiveQuantization_Values added in v1.38.69

func XavcAdaptiveQuantization_Values() []string

XavcAdaptiveQuantization_Values returns all elements of the XavcAdaptiveQuantization enum

func XavcEntropyEncoding_Values added in v1.38.69

func XavcEntropyEncoding_Values() []string

XavcEntropyEncoding_Values returns all elements of the XavcEntropyEncoding enum

func XavcFlickerAdaptiveQuantization_Values added in v1.38.69

func XavcFlickerAdaptiveQuantization_Values() []string

XavcFlickerAdaptiveQuantization_Values returns all elements of the XavcFlickerAdaptiveQuantization enum

func XavcFramerateControl_Values added in v1.38.69

func XavcFramerateControl_Values() []string

XavcFramerateControl_Values returns all elements of the XavcFramerateControl enum

func XavcFramerateConversionAlgorithm_Values added in v1.38.69

func XavcFramerateConversionAlgorithm_Values() []string

XavcFramerateConversionAlgorithm_Values returns all elements of the XavcFramerateConversionAlgorithm enum

func XavcGopBReference_Values added in v1.38.69

func XavcGopBReference_Values() []string

XavcGopBReference_Values returns all elements of the XavcGopBReference enum

func XavcHdIntraCbgProfileClass_Values added in v1.38.69

func XavcHdIntraCbgProfileClass_Values() []string

XavcHdIntraCbgProfileClass_Values returns all elements of the XavcHdIntraCbgProfileClass enum

func XavcHdProfileBitrateClass_Values added in v1.38.69

func XavcHdProfileBitrateClass_Values() []string

XavcHdProfileBitrateClass_Values returns all elements of the XavcHdProfileBitrateClass enum

func XavcHdProfileQualityTuningLevel_Values added in v1.38.69

func XavcHdProfileQualityTuningLevel_Values() []string

XavcHdProfileQualityTuningLevel_Values returns all elements of the XavcHdProfileQualityTuningLevel enum

func XavcHdProfileTelecine_Values added in v1.38.69

func XavcHdProfileTelecine_Values() []string

XavcHdProfileTelecine_Values returns all elements of the XavcHdProfileTelecine enum

func XavcInterlaceMode_Values added in v1.38.69

func XavcInterlaceMode_Values() []string

XavcInterlaceMode_Values returns all elements of the XavcInterlaceMode enum

func XavcProfile_Values added in v1.38.69

func XavcProfile_Values() []string

XavcProfile_Values returns all elements of the XavcProfile enum

func XavcSlowPal_Values added in v1.38.69

func XavcSlowPal_Values() []string

XavcSlowPal_Values returns all elements of the XavcSlowPal enum

func XavcSpatialAdaptiveQuantization_Values added in v1.38.69

func XavcSpatialAdaptiveQuantization_Values() []string

XavcSpatialAdaptiveQuantization_Values returns all elements of the XavcSpatialAdaptiveQuantization enum

func XavcTemporalAdaptiveQuantization_Values added in v1.38.69

func XavcTemporalAdaptiveQuantization_Values() []string

XavcTemporalAdaptiveQuantization_Values returns all elements of the XavcTemporalAdaptiveQuantization enum

Types

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, Bitrate control mode, and Sample rate. 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 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 to "VBR" or "CBR". In VBR mode, you control the audio quality with the setting VBR quality. In CBR mode, you use the setting 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 added in v1.14.0

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. 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. The mode-specific settings are Dynamic
	// range compression profile, line mode and Dynamic range compression profile,
	// RF mode. 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 to leave out DRC signaling. Keep the default 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. 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 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 added in v1.38.11

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 added in v1.38.11

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 added in v1.14.0

func (s *Ac3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AccelerationSettings added in v1.16.19

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 added in v1.16.19

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 added in v1.16.19

SetMode sets the Mode field's value.

func (AccelerationSettings) String added in v1.16.19

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 added in v1.16.19

func (s *AccelerationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AdvancedInputFilterSettings added in v1.44.249

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 added in v1.44.249

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 added in v1.44.249

SetAddTexture sets the AddTexture field's value.

func (*AdvancedInputFilterSettings) SetSharpening added in v1.44.249

SetSharpening sets the Sharpening field's value.

func (AdvancedInputFilterSettings) String added in v1.44.249

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, 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 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 added in v1.14.0

func (s *AiffSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AllowedRenditionSize added in v1.44.21

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 added in v1.44.21

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 added in v1.44.21

SetHeight sets the Height field's value.

func (*AllowedRenditionSize) SetRequired added in v1.44.21

SetRequired sets the Required field's value.

func (*AllowedRenditionSize) SetWidth added in v1.44.21

SetWidth sets the Width field's value.

func (AllowedRenditionSize) String added in v1.44.21

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 added in v1.44.21

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, 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 added in v1.23.22

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 added in v1.23.22

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 added in v1.14.0

func (s *AncillarySourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateCertificateInput added in v1.15.79

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 added in v1.15.79

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 added in v1.15.79

SetArn sets the Arn field's value.

func (AssociateCertificateInput) String added in v1.15.79

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 added in v1.15.79

func (s *AssociateCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateCertificateOutput added in v1.15.79

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 added in v1.15.79

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 added in v1.15.79

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 added in v1.34.12

type AudioChannelTaggingSettings struct {

	// Specify the QuickTime audio channel layout tags for the audio channels in
	// this audio track. Enter channel layout tags in the same order as your output's
	// audio channel order. For example, if your output audio track has a left and
	// a right channel, enter Left (L) for the first channel and Right (R) for the
	// second. If your output has multiple single-channel audio tracks, enter a
	// single channel layout tag for each track.
	ChannelTag *string `locationName:"channelTag" type:"string" enum:"AudioChannelTag"`

	// Specify the QuickTime audio channel layout tags for the audio channels in
	// this audio track. Enter channel layout tags in the same order as your output's
	// audio channel order. For example, if your output audio track has a left and
	// a right channel, enter Left (L) for the first channel and Right (R) for the
	// second. If your output has multiple single-channel audio tracks, enter a
	// single channel layout tag for each track.
	ChannelTags []*string `locationName:"channelTags" type:"list" enum:"AudioChannelTag"`
	// contains filtered or unexported fields
}

Specify the QuickTime audio channel layout tags for the audio channels in this audio track. 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 and your audio codec must be AAC, WAV, or AIFF.

func (AudioChannelTaggingSettings) GoString added in v1.34.12

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 added in v1.34.12

SetChannelTag sets the ChannelTag field's value.

func (*AudioChannelTaggingSettings) SetChannelTags added in v1.47.9

SetChannelTags sets the ChannelTags field's value.

func (AudioChannelTaggingSettings) String added in v1.34.12

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 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 to "VBR" or "CBR".
	// In VBR mode, you control the audio quality with the setting VBR quality.
	// In CBR mode, you use the setting Bitrate. Defaults and valid values depend
	// on the rate control mode.
	AacSettings *AacSettings `locationName:"aacSettings" type:"structure"`

	// Required when you set Codec to the value AC3.
	Ac3Settings *Ac3Settings `locationName:"ac3Settings" type:"structure"`

	// Required when you set Codec to the value AIFF.
	AiffSettings *AiffSettings `locationName:"aiffSettings" type:"structure"`

	// Choose the audio codec for this output. Note that the option Dolby Digital
	// 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 to the value EAC3_ATMOS.
	Eac3AtmosSettings *Eac3AtmosSettings `locationName:"eac3AtmosSettings" type:"structure"`

	// Required when you set Codec to the value EAC3.
	Eac3Settings *Eac3Settings `locationName:"eac3Settings" type:"structure"`

	// Required when you set Codec, under AudioDescriptions>CodecSettings, to the
	// value FLAC.
	FlacSettings *FlacSettings `locationName:"flacSettings" type:"structure"`

	// Required when you set Codec 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 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

SetCodec sets the Codec field's value.

func (*AudioCodecSettings) SetEac3AtmosSettings added in v1.21.5

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) SetFlacSettings added in v1.44.331

func (s *AudioCodecSettings) SetFlacSettings(v *FlacSettings) *AudioCodecSettings

SetFlacSettings sets the FlacSettings field's value.

func (*AudioCodecSettings) SetMp2Settings

func (s *AudioCodecSettings) SetMp2Settings(v *Mp2Settings) *AudioCodecSettings

SetMp2Settings sets the Mp2Settings field's value.

func (*AudioCodecSettings) SetMp3Settings added in v1.28.5

func (s *AudioCodecSettings) SetMp3Settings(v *Mp3Settings) *AudioCodecSettings

SetMp3Settings sets the Mp3Settings field's value.

func (*AudioCodecSettings) SetOpusSettings added in v1.31.10

func (s *AudioCodecSettings) SetOpusSettings(v *OpusSettings) *AudioCodecSettings

SetOpusSettings sets the OpusSettings field's value.

func (*AudioCodecSettings) SetVorbisSettings added in v1.31.10

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 added in v1.14.0

func (s *AudioCodecSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioDescription

type AudioDescription struct {

	// Specify the QuickTime audio channel layout tags for the audio channels in
	// this audio track. 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 and your audio codec must be AAC,
	// WAV, or AIFF.
	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 to Use
	// configured. The service also uses your specified custom language code when
	// you set Language code control to 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, 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.
	// When you choose 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 added in v1.34.12

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 added in v1.14.8

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 added in v1.14.0

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

SetAlgorithm sets the Algorithm field's value.

func (*AudioNormalizationSettings) SetAlgorithmControl

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

SetLoudnessLogging sets the LoudnessLogging field's value.

func (*AudioNormalizationSettings) SetPeakCalculation

SetPeakCalculation sets the PeakCalculation field's value.

func (*AudioNormalizationSettings) SetTargetLkfs

SetTargetLkfs sets the TargetLkfs field's value.

func (*AudioNormalizationSettings) SetTruePeakLimiterThreshold added in v1.44.179

func (s *AudioNormalizationSettings) SetTruePeakLimiterThreshold(v float64) *AudioNormalizationSettings

SetTruePeakLimiterThreshold sets the TruePeakLimiterThreshold field's value.

func (AudioNormalizationSettings) 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 added in v1.14.0

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 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 example, type "1,2,3" to include tracks 1 through 3.
	Tracks []*int64 `locationName:"tracks" type:"list"`
	// contains filtered or unexported fields
}

Use Audio selectors 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 added in v1.44.34

func (s *AudioSelector) SetAudioDurationCorrection(v string) *AudioSelector

SetAudioDurationCorrection sets the AudioDurationCorrection field's value.

func (*AudioSelector) SetCustomLanguageCode added in v1.14.8

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 added in v1.38.69

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 added in v1.14.0

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. 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 added in v1.44.21

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 added in v1.44.21

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 added in v1.44.21

func (s *AutomatedAbrRule) SetAllowedRenditions(v []*AllowedRenditionSize) *AutomatedAbrRule

SetAllowedRenditions sets the AllowedRenditions field's value.

func (*AutomatedAbrRule) SetForceIncludeRenditions added in v1.44.21

func (s *AutomatedAbrRule) SetForceIncludeRenditions(v []*ForceIncludeRenditionSize) *AutomatedAbrRule

SetForceIncludeRenditions sets the ForceIncludeRenditions field's value.

func (*AutomatedAbrRule) SetMinBottomRenditionSize added in v1.44.21

func (s *AutomatedAbrRule) SetMinBottomRenditionSize(v *MinBottomRenditionSize) *AutomatedAbrRule

SetMinBottomRenditionSize sets the MinBottomRenditionSize field's value.

func (*AutomatedAbrRule) SetMinTopRenditionSize added in v1.44.21

func (s *AutomatedAbrRule) SetMinTopRenditionSize(v *MinTopRenditionSize) *AutomatedAbrRule

SetMinTopRenditionSize sets the MinTopRenditionSize field's value.

func (*AutomatedAbrRule) SetType added in v1.44.21

func (s *AutomatedAbrRule) SetType(v string) *AutomatedAbrRule

SetType sets the Type field's value.

func (AutomatedAbrRule) String added in v1.44.21

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 added in v1.44.21

func (s *AutomatedAbrRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomatedAbrSettings added in v1.35.26

type AutomatedAbrSettings struct {

	// Specify the maximum average bitrate for MediaConvert to use in your automated
	// ABR stack. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s)
	// by default. The average bitrate of your highest-quality rendition will be
	// equal to or below this value, depending on the quality, complexity, and resolution
	// of your content. Note that the instantaneous maximum bitrate may vary above
	// the value that you specify.
	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"`

	// Specify the minimum average bitrate for MediaConvert to use in your automated
	// ABR stack. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s)
	// by default. The average bitrate of your lowest-quality rendition will be
	// near this value. Note that the instantaneous minimum bitrate may vary below
	// the value that you specify.
	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 added in v1.35.26

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 added in v1.35.26

func (s *AutomatedAbrSettings) SetMaxAbrBitrate(v int64) *AutomatedAbrSettings

SetMaxAbrBitrate sets the MaxAbrBitrate field's value.

func (*AutomatedAbrSettings) SetMaxRenditions added in v1.35.26

func (s *AutomatedAbrSettings) SetMaxRenditions(v int64) *AutomatedAbrSettings

SetMaxRenditions sets the MaxRenditions field's value.

func (*AutomatedAbrSettings) SetMinAbrBitrate added in v1.35.26

func (s *AutomatedAbrSettings) SetMinAbrBitrate(v int64) *AutomatedAbrSettings

SetMinAbrBitrate sets the MinAbrBitrate field's value.

func (*AutomatedAbrSettings) SetRules added in v1.44.21

SetRules sets the Rules field's value.

func (AutomatedAbrSettings) String added in v1.35.26

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 added in v1.35.26

func (s *AutomatedAbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomatedEncodingSettings added in v1.35.26

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 added in v1.35.26

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 added in v1.35.26

SetAbrSettings sets the AbrSettings field's value.

func (AutomatedEncodingSettings) String added in v1.35.26

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 added in v1.35.26

func (s *AutomatedEncodingSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Av1QvbrSettings added in v1.29.26

type Av1QvbrSettings struct {

	// Use this setting only when you set Rate control mode 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.

func (Av1QvbrSettings) GoString added in v1.29.26

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 added in v1.29.26

func (s *Av1QvbrSettings) SetQvbrQualityLevel(v int64) *Av1QvbrSettings

SetQvbrQualityLevel sets the QvbrQualityLevel field's value.

func (*Av1QvbrSettings) SetQvbrQualityLevelFineTune added in v1.29.26

func (s *Av1QvbrSettings) SetQvbrQualityLevelFineTune(v float64) *Av1QvbrSettings

SetQvbrQualityLevelFineTune sets the QvbrQualityLevelFineTune field's value.

func (Av1QvbrSettings) String added in v1.29.26

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 added in v1.29.26

func (s *Av1QvbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Av1Settings added in v1.29.26

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.
	AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"Av1AdaptiveQuantization"`

	// Specify the Bit depth. You can choose 8-bit or 10-bit.
	BitDepth *string `locationName:"bitDepth" type:"string" enum:"Av1BitDepth"`

	// Film grain synthesis replaces film grain present in your content with similar
	// quality synthesized AV1 film grain. We recommend that you choose Enabled
	// to reduce the bandwidth of your QVBR quality level 5, 6, 7, or 8 outputs.
	// For QVBR quality level 9 or 10 outputs we recommend that you keep the default
	// value, Disabled. When you include Film grain synthesis, you cannot include
	// the Noise reducer preprocessor.
	FilmGrainSynthesis *string `locationName:"filmGrainSynthesis" type:"string" enum:"Av1FilmGrainSynthesis"`

	// 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.
	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.
	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, 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 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 added in v1.29.26

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 added in v1.29.26

func (s *Av1Settings) SetAdaptiveQuantization(v string) *Av1Settings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*Av1Settings) SetBitDepth added in v1.42.39

func (s *Av1Settings) SetBitDepth(v string) *Av1Settings

SetBitDepth sets the BitDepth field's value.

func (*Av1Settings) SetFilmGrainSynthesis added in v1.44.331

func (s *Av1Settings) SetFilmGrainSynthesis(v string) *Av1Settings

SetFilmGrainSynthesis sets the FilmGrainSynthesis field's value.

func (*Av1Settings) SetFramerateControl added in v1.29.26

func (s *Av1Settings) SetFramerateControl(v string) *Av1Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Av1Settings) SetFramerateConversionAlgorithm added in v1.29.26

func (s *Av1Settings) SetFramerateConversionAlgorithm(v string) *Av1Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Av1Settings) SetFramerateDenominator added in v1.29.26

func (s *Av1Settings) SetFramerateDenominator(v int64) *Av1Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Av1Settings) SetFramerateNumerator added in v1.29.26

func (s *Av1Settings) SetFramerateNumerator(v int64) *Av1Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Av1Settings) SetGopSize added in v1.29.26

func (s *Av1Settings) SetGopSize(v float64) *Av1Settings

SetGopSize sets the GopSize field's value.

func (*Av1Settings) SetMaxBitrate added in v1.29.26

func (s *Av1Settings) SetMaxBitrate(v int64) *Av1Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*Av1Settings) SetNumberBFramesBetweenReferenceFrames added in v1.29.26

func (s *Av1Settings) SetNumberBFramesBetweenReferenceFrames(v int64) *Av1Settings

SetNumberBFramesBetweenReferenceFrames sets the NumberBFramesBetweenReferenceFrames field's value.

func (*Av1Settings) SetQvbrSettings added in v1.29.26

func (s *Av1Settings) SetQvbrSettings(v *Av1QvbrSettings) *Av1Settings

SetQvbrSettings sets the QvbrSettings field's value.

func (*Av1Settings) SetRateControlMode added in v1.29.26

func (s *Av1Settings) SetRateControlMode(v string) *Av1Settings

SetRateControlMode sets the RateControlMode field's value.

func (*Av1Settings) SetSlices added in v1.29.26

func (s *Av1Settings) SetSlices(v int64) *Av1Settings

SetSlices sets the Slices field's value.

func (*Av1Settings) SetSpatialAdaptiveQuantization added in v1.29.26

func (s *Av1Settings) SetSpatialAdaptiveQuantization(v string) *Av1Settings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (Av1Settings) String added in v1.29.26

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 added in v1.29.26

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 added in v1.14.0

func (s *AvailBlanking) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvcIntraSettings added in v1.35.3

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 to 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.
	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
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than 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.
	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 to create a smoother picture. When you keep the default value,
	// 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 added in v1.35.3

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 added in v1.35.3

func (s *AvcIntraSettings) SetAvcIntraClass(v string) *AvcIntraSettings

SetAvcIntraClass sets the AvcIntraClass field's value.

func (*AvcIntraSettings) SetAvcIntraUhdSettings added in v1.36.23

func (s *AvcIntraSettings) SetAvcIntraUhdSettings(v *AvcIntraUhdSettings) *AvcIntraSettings

SetAvcIntraUhdSettings sets the AvcIntraUhdSettings field's value.

func (*AvcIntraSettings) SetFramerateControl added in v1.35.3

func (s *AvcIntraSettings) SetFramerateControl(v string) *AvcIntraSettings

SetFramerateControl sets the FramerateControl field's value.

func (*AvcIntraSettings) SetFramerateConversionAlgorithm added in v1.35.3

func (s *AvcIntraSettings) SetFramerateConversionAlgorithm(v string) *AvcIntraSettings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*AvcIntraSettings) SetFramerateDenominator added in v1.35.3

func (s *AvcIntraSettings) SetFramerateDenominator(v int64) *AvcIntraSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*AvcIntraSettings) SetFramerateNumerator added in v1.35.3

func (s *AvcIntraSettings) SetFramerateNumerator(v int64) *AvcIntraSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*AvcIntraSettings) SetInterlaceMode added in v1.35.3

func (s *AvcIntraSettings) SetInterlaceMode(v string) *AvcIntraSettings

SetInterlaceMode sets the InterlaceMode field's value.

func (*AvcIntraSettings) SetScanTypeConversionMode added in v1.36.23

func (s *AvcIntraSettings) SetScanTypeConversionMode(v string) *AvcIntraSettings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*AvcIntraSettings) SetSlowPal added in v1.35.3

func (s *AvcIntraSettings) SetSlowPal(v string) *AvcIntraSettings

SetSlowPal sets the SlowPal field's value.

func (*AvcIntraSettings) SetTelecine added in v1.35.3

func (s *AvcIntraSettings) SetTelecine(v string) *AvcIntraSettings

SetTelecine sets the Telecine field's value.

func (AvcIntraSettings) String added in v1.35.3

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 added in v1.35.3

func (s *AvcIntraSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvcIntraUhdSettings added in v1.36.23

type AvcIntraUhdSettings struct {

	// Optional. Use Quality tuning level to choose how many transcoding passes
	// MediaConvert does with your video. When you choose 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, your encoding time is faster.
	// The default behavior is Single-pass.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"AvcIntraUhdQualityTuningLevel"`
	// contains filtered or unexported fields
}

Optional when you set AVC-Intra class to Class 4K/2K. When you set AVC-Intra class to a different value, this object isn't allowed.

func (AvcIntraUhdSettings) GoString added in v1.36.23

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 added in v1.36.23

func (s *AvcIntraUhdSettings) SetQualityTuningLevel(v string) *AvcIntraUhdSettings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (AvcIntraUhdSettings) String added in v1.36.23

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 added in v1.28.0

type BadRequestException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*BadRequestException) Code added in v1.28.0

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error added in v1.28.0

func (s *BadRequestException) Error() string

func (BadRequestException) GoString added in v1.28.0

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 added in v1.28.0

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr added in v1.28.0

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID added in v1.28.0

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode added in v1.28.0

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String added in v1.28.0

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 added in v1.44.210

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 added in v1.44.210

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 added in v1.44.210

SetSharpening sets the Sharpening field's value.

func (*BandwidthReductionFilter) SetStrength added in v1.44.210

SetStrength sets the Strength field's value.

func (BandwidthReductionFilter) String added in v1.44.210

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 is set to Enabled and Font color
	// set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for
	// additional font color controls. When you choose 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 blank and set Style passthrough 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 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 to 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 blank
	// and set Style passthrough to enabled to use the font color data from your
	// input captions, if present.
	FontColor *string `locationName:"fontColor" type:"string" enum:"BurninSubtitleFontColor"`

	// Specify a bold TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a regular, an italic, and a bold italic font file.
	FontFileBold *string `locationName:"fontFileBold" type:"string"`

	// Specify a bold italic TrueType font file to use when rendering your output
	// captions.Enter an S3, HTTP, or HTTPS URL.When you do, you must also separately
	// specify a regular, a bold, and an italic font file.
	FontFileBoldItalic *string `locationName:"fontFileBoldItalic" type:"string"`

	// Specify an italic TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a regular, a bold, and a bold italic font file.
	FontFileItalic *string `locationName:"fontFileItalic" type:"string"`

	// Specify a regular TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a bold, an italic, and a bold italic font file.
	FontFileRegular *string `locationName:"fontFileRegular" type:"string"`

	// Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
	FontOpacity *int64 `locationName:"fontOpacity" type:"integer"`

	// Specify the Font resolution in DPI (dots per inch).
	FontResolution *int64 `locationName:"fontResolution" min:"96" type:"integer"`

	// Set Font script to Automatically determined, 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 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 blank and set Style passthrough
	// 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 of the caption text, in pixels. Leave Outline size
	// blank and set Style passthrough 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
	// blank and set Style passthrough 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 is set to Enabled, leave
	// Shadow opacity 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 blank and set Style passthrough to enabled to use the shadow
	// y-offset data from your input captions, if present.
	ShadowYOffset *int64 `locationName:"shadowYOffset" type:"integer"`

	// To use the available style, color, and position information from your input
	// captions: Set Style passthrough to Enabled. Note that MediaConvert uses default
	// settings for any missing style or position information in your input captions
	// To ignore the style and position information from your input captions and
	// use default settings: Leave blank or keep the default value, Disabled. Default
	// settings include 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. You can also override any fonts by manually specifying
	// custom font files.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"BurnInSubtitleStylePassthrough"`

	// Specify whether the text spacing in your captions is set by the captions
	// grid, or varies depending on letter width. Choose fixed grid to conform to
	// the spacing specified in the captions file more accurately. Choose proportional
	// to make the text easier to read for closed captions.
	TeletextSpacing *string `locationName:"teletextSpacing" type:"string" enum:"BurninSubtitleTeletextSpacing"`

	// Specify the horizontal position 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 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.

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

SetAlignment sets the Alignment field's value.

func (*BurninDestinationSettings) SetApplyFontColor added in v1.40.48

SetApplyFontColor sets the ApplyFontColor field's value.

func (*BurninDestinationSettings) SetBackgroundColor

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 added in v1.40.48

SetFallbackFont sets the FallbackFont field's value.

func (*BurninDestinationSettings) SetFontColor

SetFontColor sets the FontColor field's value.

func (*BurninDestinationSettings) SetFontFileBold added in v1.51.18

SetFontFileBold sets the FontFileBold field's value.

func (*BurninDestinationSettings) SetFontFileBoldItalic added in v1.51.18

func (s *BurninDestinationSettings) SetFontFileBoldItalic(v string) *BurninDestinationSettings

SetFontFileBoldItalic sets the FontFileBoldItalic field's value.

func (*BurninDestinationSettings) SetFontFileItalic added in v1.51.18

SetFontFileItalic sets the FontFileItalic field's value.

func (*BurninDestinationSettings) SetFontFileRegular added in v1.51.18

SetFontFileRegular sets the FontFileRegular field's value.

func (*BurninDestinationSettings) SetFontOpacity

SetFontOpacity sets the FontOpacity field's value.

func (*BurninDestinationSettings) SetFontResolution

SetFontResolution sets the FontResolution field's value.

func (*BurninDestinationSettings) SetFontScript added in v1.16.19

SetFontScript sets the FontScript field's value.

func (*BurninDestinationSettings) SetFontSize

SetFontSize sets the FontSize field's value.

func (*BurninDestinationSettings) SetHexFontColor added in v1.40.48

SetHexFontColor sets the HexFontColor field's value.

func (*BurninDestinationSettings) SetOutlineColor

SetOutlineColor sets the OutlineColor field's value.

func (*BurninDestinationSettings) SetOutlineSize

SetOutlineSize sets the OutlineSize field's value.

func (*BurninDestinationSettings) SetShadowColor

SetShadowColor sets the ShadowColor field's value.

func (*BurninDestinationSettings) SetShadowOpacity

SetShadowOpacity sets the ShadowOpacity field's value.

func (*BurninDestinationSettings) SetShadowXOffset

SetShadowXOffset sets the ShadowXOffset field's value.

func (*BurninDestinationSettings) SetShadowYOffset

SetShadowYOffset sets the ShadowYOffset field's value.

func (*BurninDestinationSettings) SetStylePassthrough added in v1.40.48

func (s *BurninDestinationSettings) SetStylePassthrough(v string) *BurninDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (*BurninDestinationSettings) SetTeletextSpacing

SetTeletextSpacing sets the TeletextSpacing field's value.

func (*BurninDestinationSettings) SetXPosition

SetXPosition sets the XPosition field's value.

func (*BurninDestinationSettings) SetYPosition

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 added in v1.14.0

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. 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 added in v1.14.8

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 added in v1.14.0

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. 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 added in v1.14.8

func (s *CaptionDescriptionPreset) SetCustomLanguageCode(v string) *CaptionDescriptionPreset

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*CaptionDescriptionPreset) SetDestinationSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*CaptionDescriptionPreset) SetLanguageCode

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 added in v1.14.0

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.
	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. To create a non-compliant
	// output where the embedded captions come first, choose Embedded plus SCTE-20.
	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.
	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.
	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.
	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.
	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.
	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.
	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.
	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.
	WebvttDestinationSettings *WebvttDestinationSettings `locationName:"webvttDestinationSettings" type:"structure"`
	// contains filtered or unexported fields
}

Settings related to one captions tab on the MediaConvert 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

SetBurninDestinationSettings sets the BurninDestinationSettings field's value.

func (*CaptionDestinationSettings) SetDestinationType

SetDestinationType sets the DestinationType field's value.

func (*CaptionDestinationSettings) SetDvbSubDestinationSettings

SetDvbSubDestinationSettings sets the DvbSubDestinationSettings field's value.

func (*CaptionDestinationSettings) SetEmbeddedDestinationSettings added in v1.16.19

SetEmbeddedDestinationSettings sets the EmbeddedDestinationSettings field's value.

func (*CaptionDestinationSettings) SetImscDestinationSettings added in v1.23.22

SetImscDestinationSettings sets the ImscDestinationSettings field's value.

func (*CaptionDestinationSettings) SetSccDestinationSettings

SetSccDestinationSettings sets the SccDestinationSettings field's value.

func (*CaptionDestinationSettings) SetSrtDestinationSettings added in v1.39.4

SetSrtDestinationSettings sets the SrtDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTeletextDestinationSettings

SetTeletextDestinationSettings sets the TeletextDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTtmlDestinationSettings

SetTtmlDestinationSettings sets the TtmlDestinationSettings field's value.

func (*CaptionDestinationSettings) SetWebvttDestinationSettings added in v1.38.11

SetWebvttDestinationSettings sets the WebvttDestinationSettings field's value.

func (CaptionDestinationSettings) 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 added in v1.14.0

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, 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, 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 100 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 added in v1.14.8

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 added in v1.14.0

func (s *CaptionSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSourceFramerate added in v1.30.8

type CaptionSourceFramerate struct {

	// Specify the denominator of the fraction that represents the frame rate for
	// the setting Caption source frame rate. Use this setting along with the setting
	// Framerate numerator.
	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. Use this setting along with the setting
	// Framerate denominator.
	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. 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 added in v1.30.8

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 added in v1.30.8

func (s *CaptionSourceFramerate) SetFramerateDenominator(v int64) *CaptionSourceFramerate

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*CaptionSourceFramerate) SetFramerateNumerator added in v1.30.8

func (s *CaptionSourceFramerate) SetFramerateNumerator(v int64) *CaptionSourceFramerate

SetFramerateNumerator sets the FramerateNumerator field's value.

func (CaptionSourceFramerate) String added in v1.30.8

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 added in v1.30.8

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 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 added in v1.16.19

func (s *CaptionSourceSettings) SetTrackSourceSettings(v *TrackSourceSettings) *CaptionSourceSettings

SetTrackSourceSettings sets the TrackSourceSettings field's value.

func (*CaptionSourceSettings) SetWebvttHlsSourceSettings added in v1.38.69

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 added in v1.14.0

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 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 added in v1.44.179

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 added in v1.44.179

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 added in v1.44.179

func (s *ClipLimits) SetMaximumRGBTolerance(v int64) *ClipLimits

SetMaximumRGBTolerance sets the MaximumRGBTolerance field's value.

func (*ClipLimits) SetMaximumYUV added in v1.44.179

func (s *ClipLimits) SetMaximumYUV(v int64) *ClipLimits

SetMaximumYUV sets the MaximumYUV field's value.

func (*ClipLimits) SetMinimumRGBTolerance added in v1.44.179

func (s *ClipLimits) SetMinimumRGBTolerance(v int64) *ClipLimits

SetMinimumRGBTolerance sets the MinimumRGBTolerance field's value.

func (*ClipLimits) SetMinimumYUV added in v1.44.179

func (s *ClipLimits) SetMinimumYUV(v int64) *ClipLimits

SetMinimumYUV sets the MinimumYUV field's value.

func (ClipLimits) String added in v1.44.179

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 added in v1.44.179

func (s *ClipLimits) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafAdditionalManifest added in v1.25.36

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 added in v1.25.36

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 added in v1.25.36

func (s *CmafAdditionalManifest) SetManifestNameModifier(v string) *CmafAdditionalManifest

SetManifestNameModifier sets the ManifestNameModifier field's value.

func (*CmafAdditionalManifest) SetSelectedOutputs added in v1.25.36

func (s *CmafAdditionalManifest) SetSelectedOutputs(v []*string) *CmafAdditionalManifest

SetSelectedOutputs sets the SelectedOutputs field's value.

func (CmafAdditionalManifest) String added in v1.25.36

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 added in v1.25.36

func (s *CmafAdditionalManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafEncryptionSettings added in v1.14.0

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 or 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 added in v1.14.0

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 added in v1.14.0

func (s *CmafEncryptionSettings) SetConstantInitializationVector(v string) *CmafEncryptionSettings

SetConstantInitializationVector sets the ConstantInitializationVector field's value.

func (*CmafEncryptionSettings) SetEncryptionMethod added in v1.14.0

func (s *CmafEncryptionSettings) SetEncryptionMethod(v string) *CmafEncryptionSettings

SetEncryptionMethod sets the EncryptionMethod field's value.

func (*CmafEncryptionSettings) SetInitializationVectorInManifest added in v1.14.0

func (s *CmafEncryptionSettings) SetInitializationVectorInManifest(v string) *CmafEncryptionSettings

SetInitializationVectorInManifest sets the InitializationVectorInManifest field's value.

func (*CmafEncryptionSettings) SetSpekeKeyProvider added in v1.22.3

SetSpekeKeyProvider sets the SpekeKeyProvider field's value.

func (*CmafEncryptionSettings) SetStaticKeyProvider added in v1.14.0

SetStaticKeyProvider sets the StaticKeyProvider field's value.

func (*CmafEncryptionSettings) SetType added in v1.14.0

SetType sets the Type field's value.

func (CmafEncryptionSettings) String added in v1.14.0

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 added in v1.14.0

func (s *CmafEncryptionSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafGroupSettings added in v1.14.0

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 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 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 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, to not generate any images. Choose Thumbnail to generate tiled
	// thumbnails. Choose Thumbnail and full frame to generate tiled thumbnails
	// and full-resolution images of single frames. When you enable Write HLS manifest,
	// 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, 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, the service signals urn:mpeg:dash:profile:isoff-main:2011 in your
	// .mpd DASH manifest. When you choose On-demand, 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 to 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 when you want MediaConvert
	// to use the initial PTS as the first time stamp in the manifest. Choose 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 to specify whether the encoder enforces this value strictly. Use
	// Segment control 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 to have the encoder use the exact length that you specify with the
	// setting Segment length. This might result in extra I-frames. Choose Multiple
	// of GOP 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, 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.

func (CmafGroupSettings) GoString added in v1.14.0

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 added in v1.25.36

func (s *CmafGroupSettings) SetAdditionalManifests(v []*CmafAdditionalManifest) *CmafGroupSettings

SetAdditionalManifests sets the AdditionalManifests field's value.

func (*CmafGroupSettings) SetBaseUrl added in v1.14.0

func (s *CmafGroupSettings) SetBaseUrl(v string) *CmafGroupSettings

SetBaseUrl sets the BaseUrl field's value.

func (*CmafGroupSettings) SetClientCache added in v1.14.0

func (s *CmafGroupSettings) SetClientCache(v string) *CmafGroupSettings

SetClientCache sets the ClientCache field's value.

func (*CmafGroupSettings) SetCodecSpecification added in v1.14.0

func (s *CmafGroupSettings) SetCodecSpecification(v string) *CmafGroupSettings

SetCodecSpecification sets the CodecSpecification field's value.

func (*CmafGroupSettings) SetDashManifestStyle added in v1.44.179

func (s *CmafGroupSettings) SetDashManifestStyle(v string) *CmafGroupSettings

SetDashManifestStyle sets the DashManifestStyle field's value.

func (*CmafGroupSettings) SetDestination added in v1.14.0

func (s *CmafGroupSettings) SetDestination(v string) *CmafGroupSettings

SetDestination sets the Destination field's value.

func (*CmafGroupSettings) SetDestinationSettings added in v1.19.4

func (s *CmafGroupSettings) SetDestinationSettings(v *DestinationSettings) *CmafGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*CmafGroupSettings) SetEncryption added in v1.14.0

SetEncryption sets the Encryption field's value.

func (*CmafGroupSettings) SetFragmentLength added in v1.14.0

func (s *CmafGroupSettings) SetFragmentLength(v int64) *CmafGroupSettings

SetFragmentLength sets the FragmentLength field's value.

func (*CmafGroupSettings) SetImageBasedTrickPlay added in v1.38.69

func (s *CmafGroupSettings) SetImageBasedTrickPlay(v string) *CmafGroupSettings

SetImageBasedTrickPlay sets the ImageBasedTrickPlay field's value.

func (*CmafGroupSettings) SetImageBasedTrickPlaySettings added in v1.40.48

func (s *CmafGroupSettings) SetImageBasedTrickPlaySettings(v *CmafImageBasedTrickPlaySettings) *CmafGroupSettings

SetImageBasedTrickPlaySettings sets the ImageBasedTrickPlaySettings field's value.

func (*CmafGroupSettings) SetManifestCompression added in v1.14.0

func (s *CmafGroupSettings) SetManifestCompression(v string) *CmafGroupSettings

SetManifestCompression sets the ManifestCompression field's value.

func (*CmafGroupSettings) SetManifestDurationFormat added in v1.14.0

func (s *CmafGroupSettings) SetManifestDurationFormat(v string) *CmafGroupSettings

SetManifestDurationFormat sets the ManifestDurationFormat field's value.

func (*CmafGroupSettings) SetMinBufferTime added in v1.14.0

func (s *CmafGroupSettings) SetMinBufferTime(v int64) *CmafGroupSettings

SetMinBufferTime sets the MinBufferTime field's value.

func (*CmafGroupSettings) SetMinFinalSegmentLength added in v1.15.10

func (s *CmafGroupSettings) SetMinFinalSegmentLength(v float64) *CmafGroupSettings

SetMinFinalSegmentLength sets the MinFinalSegmentLength field's value.

func (*CmafGroupSettings) SetMpdManifestBandwidthType added in v1.44.152

func (s *CmafGroupSettings) SetMpdManifestBandwidthType(v string) *CmafGroupSettings

SetMpdManifestBandwidthType sets the MpdManifestBandwidthType field's value.

func (*CmafGroupSettings) SetMpdProfile added in v1.25.9

func (s *CmafGroupSettings) SetMpdProfile(v string) *CmafGroupSettings

SetMpdProfile sets the MpdProfile field's value.

func (*CmafGroupSettings) SetPtsOffsetHandlingForBFrames added in v1.38.11

func (s *CmafGroupSettings) SetPtsOffsetHandlingForBFrames(v string) *CmafGroupSettings

SetPtsOffsetHandlingForBFrames sets the PtsOffsetHandlingForBFrames field's value.

func (*CmafGroupSettings) SetSegmentControl added in v1.14.0

func (s *CmafGroupSettings) SetSegmentControl(v string) *CmafGroupSettings

SetSegmentControl sets the SegmentControl field's value.

func (*CmafGroupSettings) SetSegmentLength added in v1.14.0

func (s *CmafGroupSettings) SetSegmentLength(v int64) *CmafGroupSettings

SetSegmentLength sets the SegmentLength field's value.

func (*CmafGroupSettings) SetSegmentLengthControl added in v1.40.29

func (s *CmafGroupSettings) SetSegmentLengthControl(v string) *CmafGroupSettings

SetSegmentLengthControl sets the SegmentLengthControl field's value.

func (*CmafGroupSettings) SetStreamInfResolution added in v1.14.0

func (s *CmafGroupSettings) SetStreamInfResolution(v string) *CmafGroupSettings

SetStreamInfResolution sets the StreamInfResolution field's value.

func (*CmafGroupSettings) SetTargetDurationCompatibilityMode added in v1.39.4

func (s *CmafGroupSettings) SetTargetDurationCompatibilityMode(v string) *CmafGroupSettings

SetTargetDurationCompatibilityMode sets the TargetDurationCompatibilityMode field's value.

func (*CmafGroupSettings) SetVideoCompositionOffsets added in v1.44.152

func (s *CmafGroupSettings) SetVideoCompositionOffsets(v string) *CmafGroupSettings

SetVideoCompositionOffsets sets the VideoCompositionOffsets field's value.

func (*CmafGroupSettings) SetWriteDashManifest added in v1.14.0

func (s *CmafGroupSettings) SetWriteDashManifest(v string) *CmafGroupSettings

SetWriteDashManifest sets the WriteDashManifest field's value.

func (*CmafGroupSettings) SetWriteHlsManifest added in v1.14.0

func (s *CmafGroupSettings) SetWriteHlsManifest(v string) *CmafGroupSettings

SetWriteHlsManifest sets the WriteHlsManifest field's value.

func (*CmafGroupSettings) SetWriteSegmentTimelineInRepresentation added in v1.28.5

func (s *CmafGroupSettings) SetWriteSegmentTimelineInRepresentation(v string) *CmafGroupSettings

SetWriteSegmentTimelineInRepresentation sets the WriteSegmentTimelineInRepresentation field's value.

func (CmafGroupSettings) String added in v1.14.0

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 added in v1.14.0

func (s *CmafGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmafImageBasedTrickPlaySettings added in v1.40.48

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 within each tile image, in pixels. Leave blank to
	// maintain aspect ratio with thumbnail width. If following the aspect ratio
	// would lead to a total tile height greater than 4096, then the job will be
	// rejected. Must be divisible by 2.
	ThumbnailHeight *int64 `locationName:"thumbnailHeight" min:"2" type:"integer"`

	// Enter the interval, in seconds, that MediaConvert uses to generate thumbnails.
	// If the interval you enter doesn't align with the output frame rate, MediaConvert
	// automatically rounds the interval to align with the output frame rate. For
	// example, if the output frame rate is 29.97 frames per second and you enter
	// 5, MediaConvert uses a 150 frame interval to generate thumbnails.
	ThumbnailInterval *float64 `locationName:"thumbnailInterval" type:"double"`

	// Width of each thumbnail within each tile image, in pixels. Default is 312.
	// Must be divisible by 8.
	ThumbnailWidth *int64 `locationName:"thumbnailWidth" min:"8" type:"integer"`

	// Number of thumbnails in each column of a tile image. Set a value between
	// 2 and 2048. Must be divisible by 2.
	TileHeight *int64 `locationName:"tileHeight" min:"1" type:"integer"`

	// Number of thumbnails in each row of a tile image. Set a value between 1 and
	// 512.
	TileWidth *int64 `locationName:"tileWidth" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

func (CmafImageBasedTrickPlaySettings) GoString added in v1.40.48

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 (*CmafImageBasedTrickPlaySettings) SetIntervalCadence added in v1.40.48

SetIntervalCadence sets the IntervalCadence field's value.

func (*CmafImageBasedTrickPlaySettings) SetThumbnailHeight added in v1.40.48

SetThumbnailHeight sets the ThumbnailHeight field's value.

func (*CmafImageBasedTrickPlaySettings) SetThumbnailInterval added in v1.40.48

SetThumbnailInterval sets the ThumbnailInterval field's value.

func (*CmafImageBasedTrickPlaySettings) SetThumbnailWidth added in v1.40.48

SetThumbnailWidth sets the ThumbnailWidth field's value.

func (*CmafImageBasedTrickPlaySettings) SetTileHeight added in v1.40.48

SetTileHeight sets the TileHeight field's value.

func (*CmafImageBasedTrickPlaySettings) SetTileWidth added in v1.40.48

SetTileWidth sets the TileWidth field's value.

func (CmafImageBasedTrickPlaySettings) String added in v1.40.48

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 (*CmafImageBasedTrickPlaySettings) Validate added in v1.40.48

func (s *CmafImageBasedTrickPlaySettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CmfcSettings added in v1.28.5

type CmfcSettings struct {

	// 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.
	// In all other cases, keep the default value, 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.
	AudioDuration *string `locationName:"audioDuration" type:"string" enum:"CmfcAudioDuration"`

	// Specify the audio rendition group for this audio rendition. Specify up to
	// one value for each audio output in your output group. This value appears
	// in your HLS parent manifest in the EXT-X-MEDIA tag of TYPE=AUDIO, as the
	// value for the GROUP-ID attribute. For example, if you specify "audio_aac_1"
	// for Audio group ID, it appears in your manifest like this: #EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio_aac_1".
	// Related setting: To associate the rendition group that this audio track belongs
	// to with a video rendition, include the same value that you provide here for
	// that video output's setting Audio rendition sets.
	AudioGroupId *string `locationName:"audioGroupId" type:"string"`

	// List the audio rendition groups that you want included with this video rendition.
	// Use a comma-separated list. For example, say you want to include the audio
	// rendition groups that have the audio group IDs "audio_aac_1" and "audio_dolby".
	// Then you would specify this value: "audio_aac_1,audio_dolby". Related setting:
	// The rendition groups that you include in your comma-separated list should
	// all match values that you specify in the setting Audio group ID for audio
	// renditions in the same output group as this video rendition. Default behavior:
	// If you don't specify anything here and for Audio group ID, MediaConvert puts
	// each audio variant in its own audio rendition group and associates it with
	// every video variant. Each value in your list appears in your HLS parent manifest
	// in the EXT-X-STREAM-INF tag as the value for the AUDIO attribute. To continue
	// the previous example, say that the file name for the child manifest for your
	// video rendition is "amazing_video_1.m3u8". Then, in your parent manifest,
	// each value will appear on separate lines, like this: #EXT-X-STREAM-INF:AUDIO="audio_aac_1"...
	// amazing_video_1.m3u8 #EXT-X-STREAM-INF:AUDIO="audio_dolby"... amazing_video_1.m3u8
	AudioRenditionSets *string `locationName:"audioRenditionSets" type:"string"`

	// 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. Choose Audio-only variant stream (AUDIO_ONLY_VARIANT_STREAM) for
	// any variant that you want to prohibit the client from playing with video.
	// This causes MediaConvert to represent the variant as an EXT-X-STREAM-INF
	// in the HLS manifest. 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 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 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.
	AudioTrackType *string `locationName:"audioTrackType" type:"string" enum:"CmfcAudioTrackType"`

	// Specify whether to flag this audio track as descriptive video service (DVS)
	// in your HLS parent manifest. When you choose 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, MediaConvert leaves this parameter out. The DVS flag can help with
	// accessibility on Apple devices. For more information, see the Apple documentation.
	DescriptiveVideoServiceFlag *string `locationName:"descriptiveVideoServiceFlag" type:"string" enum:"CmfcDescriptiveVideoServiceFlag"`

	// Choose 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.
	IFrameOnlyManifest *string `locationName:"iFrameOnlyManifest" type:"string" enum:"CmfcIFrameOnlyManifest"`

	// 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.
	KlvMetadata *string `locationName:"klvMetadata" type:"string" enum:"CmfcKlvMetadata"`

	// 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
	// to Passthrough.
	ManifestMetadataSignaling *string `locationName:"manifestMetadataSignaling" type:"string" enum:"CmfcManifestMetadataSignaling"`

	// 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.
	Scte35Esam *string `locationName:"scte35Esam" type:"string" enum:"CmfcScte35Esam"`

	// Ignore this setting unless you have SCTE-35 markers in your input video file.
	// Choose Passthrough if you want SCTE-35 markers that appear in your input
	// to also appear in this output. Choose None if you don't want those SCTE-35
	// markers in this output.
	Scte35Source *string `locationName:"scte35Source" type:"string" enum:"CmfcScte35Source"`

	// To include ID3 metadata in this output: Set ID3 metadata to Passthrough.
	// Specify this ID3 metadata in Custom ID3 metadata inserter. MediaConvert writes
	// each instance of ID3 metadata in a separate Event Message (eMSG) box. To
	// exclude this ID3 metadata: Set ID3 metadata to None or leave blank.
	TimedMetadata *string `locationName:"timedMetadata" type:"string" enum:"CmfcTimedMetadata"`

	// 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 to Passthrough.
	TimedMetadataBoxVersion *string `locationName:"timedMetadataBoxVersion" type:"string" enum:"CmfcTimedMetadataBoxVersion"`

	// Specify the event message box (eMSG) scheme ID URI for ID3 timed metadata
	// in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4
	// Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3
	// When you specify a value for ID3 metadata scheme ID URI, you must also set
	// ID3 metadata to Passthrough.
	TimedMetadataSchemeIdUri *string `locationName:"timedMetadataSchemeIdUri" type:"string"`

	// Specify the event message box (eMSG) value for ID3 timed metadata in your
	// output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4
	// Semantics. When you specify a value for ID3 Metadata Value, you must also
	// set ID3 metadata to Passthrough.
	TimedMetadataValue *string `locationName:"timedMetadataValue" type:"string"`
	// contains filtered or unexported fields
}

These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.

func (CmfcSettings) GoString added in v1.28.5

func (s CmfcSettings) 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 (*CmfcSettings) SetAudioDuration added in v1.35.35

func (s *CmfcSettings) SetAudioDuration(v string) *CmfcSettings

SetAudioDuration sets the AudioDuration field's value.

func (*CmfcSettings) SetAudioGroupId added in v1.38.11

func (s *CmfcSettings) SetAudioGroupId(v string) *CmfcSettings

SetAudioGroupId sets the AudioGroupId field's value.

func (*CmfcSettings) SetAudioRenditionSets added in v1.38.11

func (s *CmfcSettings) SetAudioRenditionSets(v string) *CmfcSettings

SetAudioRenditionSets sets the AudioRenditionSets field's value.

func (*CmfcSettings) SetAudioTrackType added in v1.38.11

func (s *CmfcSettings) SetAudioTrackType(v string) *CmfcSettings

SetAudioTrackType sets the AudioTrackType field's value.

func (*CmfcSettings) SetDescriptiveVideoServiceFlag added in v1.38.11

func (s *CmfcSettings) SetDescriptiveVideoServiceFlag(v string) *CmfcSettings

SetDescriptiveVideoServiceFlag sets the DescriptiveVideoServiceFlag field's value.

func (*CmfcSettings) SetIFrameOnlyManifest added in v1.36.23

func (s *CmfcSettings) SetIFrameOnlyManifest(v string) *CmfcSettings

SetIFrameOnlyManifest sets the IFrameOnlyManifest field's value.

func (*CmfcSettings) SetKlvMetadata added in v1.43.36

func (s *CmfcSettings) SetKlvMetadata(v string) *CmfcSettings

SetKlvMetadata sets the KlvMetadata field's value.

func (*CmfcSettings) SetManifestMetadataSignaling added in v1.44.152

func (s *CmfcSettings) SetManifestMetadataSignaling(v string) *CmfcSettings

SetManifestMetadataSignaling sets the ManifestMetadataSignaling field's value.

func (*CmfcSettings) SetScte35Esam added in v1.28.5

func (s *CmfcSettings) SetScte35Esam(v string) *CmfcSettings

SetScte35Esam sets the Scte35Esam field's value.

func (*CmfcSettings) SetScte35Source added in v1.28.5

func (s *CmfcSettings) SetScte35Source(v string) *CmfcSettings

SetScte35Source sets the Scte35Source field's value.

func (*CmfcSettings) SetTimedMetadata added in v1.42.39

func (s *CmfcSettings) SetTimedMetadata(v string) *CmfcSettings

SetTimedMetadata sets the TimedMetadata field's value.

func (*CmfcSettings) SetTimedMetadataBoxVersion added in v1.44.152

func (s *CmfcSettings) SetTimedMetadataBoxVersion(v string) *CmfcSettings

SetTimedMetadataBoxVersion sets the TimedMetadataBoxVersion field's value.

func (*CmfcSettings) SetTimedMetadataSchemeIdUri added in v1.44.152

func (s *CmfcSettings) SetTimedMetadataSchemeIdUri(v string) *CmfcSettings

SetTimedMetadataSchemeIdUri sets the TimedMetadataSchemeIdUri field's value.

func (*CmfcSettings) SetTimedMetadataValue added in v1.44.152

func (s *CmfcSettings) SetTimedMetadataValue(v string) *CmfcSettings

SetTimedMetadataValue sets the TimedMetadataValue field's value.

func (CmfcSettings) String added in v1.28.5

func (s CmfcSettings) 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 ColorConversion3DLUTSetting added in v1.49.14

type ColorConversion3DLUTSetting struct {

	// Specify the input file S3, HTTP, or HTTPS URL for your 3D LUT .cube file.
	// Note that MediaConvert accepts 3D LUT files up to 8MB in size.
	FileInput *string `locationName:"fileInput" min:"14" type:"string"`

	// Specify which inputs use this 3D LUT, according to their color space.
	InputColorSpace *string `locationName:"inputColorSpace" type:"string" enum:"ColorSpace"`

	// Specify which inputs use this 3D LUT, according to their luminance. To apply
	// this 3D LUT to HDR10 or P3D65 (HDR) inputs with a specific mastering luminance:
	// Enter an integer from 0 to 2147483647, corresponding to the input's Maximum
	// luminance value. To apply this 3D LUT to any input regardless of its luminance:
	// Leave blank, or enter 0.
	InputMasteringLuminance *int64 `locationName:"inputMasteringLuminance" type:"integer"`

	// Specify which outputs use this 3D LUT, according to their color space.
	OutputColorSpace *string `locationName:"outputColorSpace" type:"string" enum:"ColorSpace"`

	// Specify which outputs use this 3D LUT, according to their luminance. To apply
	// this 3D LUT to HDR10 or P3D65 (HDR) outputs with a specific luminance: Enter
	// an integer from 0 to 2147483647, corresponding to the output's luminance.
	// To apply this 3D LUT to any output regardless of its luminance: Leave blank,
	// or enter 0.
	OutputMasteringLuminance *int64 `locationName:"outputMasteringLuminance" type:"integer"`
	// contains filtered or unexported fields
}

Custom 3D lut settings

func (ColorConversion3DLUTSetting) GoString added in v1.49.14

func (s ColorConversion3DLUTSetting) 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 (*ColorConversion3DLUTSetting) SetFileInput added in v1.49.14

SetFileInput sets the FileInput field's value.

func (*ColorConversion3DLUTSetting) SetInputColorSpace added in v1.49.14

SetInputColorSpace sets the InputColorSpace field's value.

func (*ColorConversion3DLUTSetting) SetInputMasteringLuminance added in v1.49.14

func (s *ColorConversion3DLUTSetting) SetInputMasteringLuminance(v int64) *ColorConversion3DLUTSetting

SetInputMasteringLuminance sets the InputMasteringLuminance field's value.

func (*ColorConversion3DLUTSetting) SetOutputColorSpace added in v1.49.14

SetOutputColorSpace sets the OutputColorSpace field's value.

func (*ColorConversion3DLUTSetting) SetOutputMasteringLuminance added in v1.49.14

func (s *ColorConversion3DLUTSetting) SetOutputMasteringLuminance(v int64) *ColorConversion3DLUTSetting

SetOutputMasteringLuminance sets the OutputMasteringLuminance field's value.

func (ColorConversion3DLUTSetting) String added in v1.49.14

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 (*ColorConversion3DLUTSetting) Validate added in v1.49.14

func (s *ColorConversion3DLUTSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ColorCorrector

type ColorCorrector struct {

	// Brightness level.
	Brightness *int64 `locationName:"brightness" min:"1" type:"integer"`

	// Specify YUV limits and RGB tolerances when you set Sample range conversion
	// to Limited range clip.
	ClipLimits *ClipLimits `locationName:"clipLimits" type:"structure"`

	// 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
	ColorSpaceConversion *string `locationName:"colorSpaceConversion" type:"string" enum:"ColorSpaceConversion"`

	// Contrast level.
	Contrast *int64 `locationName:"contrast" min:"1" type:"integer"`

	// Use these settings when you convert to the HDR 10 color space. Specify the
	// SMPTE ST 2086 Mastering Display Color Volume static metadata that you want
	// signaled in the output. These values don't affect the pixel values that are
	// encoded in the video stream. They are intended to help the downstream video
	// player display content in a way that reflects the intentions of the the content
	// creator. When you set Color space conversion to HDR 10, these settings are
	// required. You must set values for Max frame average light level and Max content
	// light level; these settings don't have a default value. The default values
	// for the other HDR 10 metadata settings are defined by the P3D65 color space.
	// For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
	Hdr10Metadata *Hdr10Metadata `locationName:"hdr10Metadata" type:"structure"`

	// 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.
	HdrToSdrToneMapper *string `locationName:"hdrToSdrToneMapper" type:"string" enum:"HDRToSDRToneMapper"`

	// Hue in degrees.
	Hue *int64 `locationName:"hue" type:"integer"`

	// Specify the maximum mastering display luminance. Enter an integer from 0
	// to 2147483647, in units of 0.0001 nits. For example, enter 10000000 for 1000
	// nits.
	MaxLuminance *int64 `locationName:"maxLuminance" type:"integer"`

	// 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.
	SampleRangeConversion *string `locationName:"sampleRangeConversion" type:"string" enum:"SampleRangeConversion"`

	// Saturation level.
	Saturation *int64 `locationName:"saturation" min:"1" type:"integer"`

	// Specify the reference white level, in nits, for all of your SDR inputs. Use
	// to correct brightness levels within HDR10 outputs. The following color metadata
	// must be present in your SDR input: color primaries, transfer characteristics,
	// and matrix coefficients. If your SDR input has missing color metadata, or
	// if you want to correct input color metadata, manually specify a color space
	// in the input video selector. For 1,000 nit peak brightness displays, we recommend
	// that you set SDR reference white level to 203 (according to ITU-R BT.2408).
	// Leave blank to use the default value of 100, or specify an integer from 100
	// to 1000.
	SdrReferenceWhiteLevel *int64 `locationName:"sdrReferenceWhiteLevel" min:"100" type:"integer"`
	// contains filtered or unexported fields
}

Settings for color correction.

func (ColorCorrector) GoString

func (s ColorCorrector) 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 (*ColorCorrector) SetBrightness

func (s *ColorCorrector) SetBrightness(v int64) *ColorCorrector

SetBrightness sets the Brightness field's value.

func (*ColorCorrector) SetClipLimits added in v1.44.179

func (s *ColorCorrector) SetClipLimits(v *ClipLimits) *ColorCorrector

SetClipLimits sets the ClipLimits field's value.

func (*ColorCorrector) SetColorSpaceConversion

func (s *ColorCorrector) SetColorSpaceConversion(v string) *ColorCorrector

SetColorSpaceConversion sets the ColorSpaceConversion field's value.

func (*ColorCorrector) SetContrast

func (s *ColorCorrector) SetContrast(v int64) *ColorCorrector

SetContrast sets the Contrast field's value.

func (*ColorCorrector) SetHdr10Metadata

func (s *ColorCorrector) SetHdr10Metadata(v *Hdr10Metadata) *ColorCorrector

SetHdr10Metadata sets the Hdr10Metadata field's value.

func (*ColorCorrector) SetHdrToSdrToneMapper added in v1.44.210

func (s *ColorCorrector) SetHdrToSdrToneMapper(v string) *ColorCorrector

SetHdrToSdrToneMapper sets the HdrToSdrToneMapper field's value.

func (*ColorCorrector) SetHue

func (s *ColorCorrector) SetHue(v int64) *ColorCorrector

SetHue sets the Hue field's value.

func (*ColorCorrector) SetMaxLuminance added in v1.49.14

func (s *ColorCorrector) SetMaxLuminance(v int64) *ColorCorrector

SetMaxLuminance sets the MaxLuminance field's value.

func (*ColorCorrector) SetSampleRangeConversion added in v1.38.69

func (s *ColorCorrector) SetSampleRangeConversion(v string) *ColorCorrector

SetSampleRangeConversion sets the SampleRangeConversion field's value.

func (*ColorCorrector) SetSaturation

func (s *ColorCorrector) SetSaturation(v int64) *ColorCorrector

SetSaturation sets the Saturation field's value.

func (*ColorCorrector) SetSdrReferenceWhiteLevel added in v1.44.132

func (s *ColorCorrector) SetSdrReferenceWhiteLevel(v int64) *ColorCorrector

SetSdrReferenceWhiteLevel sets the SdrReferenceWhiteLevel field's value.

func (ColorCorrector) String

func (s ColorCorrector) 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 (*ColorCorrector) Validate added in v1.14.0

func (s *ColorCorrector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConflictException added in v1.28.0

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*ConflictException) Code added in v1.28.0

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error added in v1.28.0

func (s *ConflictException) Error() string

func (ConflictException) GoString added in v1.28.0

func (s ConflictException) 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 (*ConflictException) Message added in v1.28.0

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr added in v1.28.0

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID added in v1.28.0

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode added in v1.28.0

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String added in v1.28.0

func (s ConflictException) 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 ContainerSettings

type ContainerSettings struct {

	// These settings relate to the fragmented MP4 container for the segments in
	// your CMAF outputs.
	CmfcSettings *CmfcSettings `locationName:"cmfcSettings" type:"structure"`

	// Container for this output. Some containers require a container settings object.
	// If not specified, the default object will be created.
	Container *string `locationName:"container" type:"string" enum:"ContainerType"`

	// Settings for F4v container
	F4vSettings *F4vSettings `locationName:"f4vSettings" type:"structure"`

	// MPEG-2 TS container settings. These apply to outputs in a File output group
	// when the output's container is MPEG-2 Transport Stream (M2TS). In these assets,
	// data is organized by the program map table (PMT). Each transport stream program
	// contains subsets of data, including audio, video, and metadata. Each of these
	// subsets of data has a numerical label called a packet identifier (PID). Each
	// transport stream program corresponds to one MediaConvert output. The PMT
	// lists the types of data in a program along with their PID. Downstream systems
	// and players use the program map table to look up the PID for each type of
	// data it accesses and then uses the PIDs to locate specific data within the
	// asset.
	M2tsSettings *M2tsSettings `locationName:"m2tsSettings" type:"structure"`

	// These settings relate to the MPEG-2 transport stream (MPEG2-TS) container
	// for the MPEG2-TS segments in your HLS outputs.
	M3u8Settings *M3u8Settings `locationName:"m3u8Settings" type:"structure"`

	// These settings relate to your QuickTime MOV output container.
	MovSettings *MovSettings `locationName:"movSettings" type:"structure"`

	// These settings relate to your MP4 output container. You can create audio
	// only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.
	Mp4Settings *Mp4Settings `locationName:"mp4Settings" type:"structure"`

	// These settings relate to the fragmented MP4 container for the segments in
	// your DASH outputs.
	MpdSettings *MpdSettings `locationName:"mpdSettings" type:"structure"`

	// These settings relate to your MXF output container.
	MxfSettings *MxfSettings `locationName:"mxfSettings" type:"structure"`
	// contains filtered or unexported fields
}

Container specific settings.

func (ContainerSettings) GoString

func (s ContainerSettings) 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 (*ContainerSettings) SetCmfcSettings added in v1.28.5

func (s *ContainerSettings) SetCmfcSettings(v *CmfcSettings) *ContainerSettings

SetCmfcSettings sets the CmfcSettings field's value.

func (*ContainerSettings) SetContainer

func (s *ContainerSettings) SetContainer(v string) *ContainerSettings

SetContainer sets the Container field's value.

func (*ContainerSettings) SetF4vSettings

func (s *ContainerSettings) SetF4vSettings(v *F4vSettings) *ContainerSettings

SetF4vSettings sets the F4vSettings field's value.

func (*ContainerSettings) SetM2tsSettings

func (s *ContainerSettings) SetM2tsSettings(v *M2tsSettings) *ContainerSettings

SetM2tsSettings sets the M2tsSettings field's value.

func (*ContainerSettings) SetM3u8Settings

func (s *ContainerSettings) SetM3u8Settings(v *M3u8Settings) *ContainerSettings

SetM3u8Settings sets the M3u8Settings field's value.

func (*ContainerSettings) SetMovSettings

func (s *ContainerSettings) SetMovSettings(v *MovSettings) *ContainerSettings

SetMovSettings sets the MovSettings field's value.

func (*ContainerSettings) SetMp4Settings

func (s *ContainerSettings) SetMp4Settings(v *Mp4Settings) *ContainerSettings

SetMp4Settings sets the Mp4Settings field's value.

func (*ContainerSettings) SetMpdSettings added in v1.25.36

func (s *ContainerSettings) SetMpdSettings(v *MpdSettings) *ContainerSettings

SetMpdSettings sets the MpdSettings field's value.

func (*ContainerSettings) SetMxfSettings added in v1.30.18

func (s *ContainerSettings) SetMxfSettings(v *MxfSettings) *ContainerSettings

SetMxfSettings sets the MxfSettings field's value.

func (ContainerSettings) String

func (s ContainerSettings) 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 (*ContainerSettings) Validate added in v1.14.0

func (s *ContainerSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobInput

type CreateJobInput struct {

	// Optional. Accelerated transcoding can significantly speed up jobs with long,
	// visually complex content. Outputs that use this feature incur pro-tier pricing.
	// For information about feature limitations, see the AWS Elemental MediaConvert
	// User Guide.
	AccelerationSettings *AccelerationSettings `locationName:"accelerationSettings" type:"structure"`

	// Optional. Choose a 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. Any transcoding outputs that don't have an associated tag will
	// appear in your billing report unsorted. If you don't choose a valid value
	// for this field, your job outputs will appear on the billing report unsorted.
	BillingTagsSource *string `locationName:"billingTagsSource" type:"string" enum:"BillingTagsSource"`

	// Prevent duplicate jobs from being created and ensure idempotency for your
	// requests. A client request token can be any string that includes up to 64
	// ASCII characters. If you reuse a client request token within one minute of
	// a successful request, the API returns the job details of the original request
	// instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
	ClientRequestToken *string `locationName:"clientRequestToken" type:"string" idempotencyToken:"true"`

	// Optional. Use queue hopping to avoid overly long waits in the backlog of
	// the queue that you submit your job to. Specify an alternate queue and the
	// maximum time that your job will wait in the initial queue before hopping.
	// For more information about this feature, see the AWS Elemental MediaConvert
	// User Guide.
	HopDestinations []*HopDestination `locationName:"hopDestinations" type:"list"`

	// Optional. When you create a job, you can either specify a job template or
	// specify the transcoding settings individually.
	JobTemplate *string `locationName:"jobTemplate" type:"string"`

	// Optional. Specify the relative priority for this job. In any given queue,
	// the service begins processing the job with the highest value first. When
	// more than one job has the same priority, the service begins processing the
	// job that you submitted first. If you don't specify a priority, the service
	// uses the default value 0.
	Priority *int64 `locationName:"priority" type:"integer"`

	// Optional. When you create a job, you can specify a queue to send it to. If
	// you don't specify, the job will go to the default queue. For more about queues,
	// see the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
	Queue *string `locationName:"queue" type:"string"`

	// Required. The IAM role you use for creating this job. For details about permissions,
	// see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
	//
	// Role is a required field
	Role *string `locationName:"role" type:"string" required:"true"`

	// JobSettings contains all the transcode settings for a job.
	//
	// Settings is a required field
	Settings *JobSettings `locationName:"settings" type:"structure" required:"true"`

	// Optional. 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.
	SimulateReservedQueue *string `locationName:"simulateReservedQueue" type:"string" enum:"SimulateReservedQueue"`

	// Optional. 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.
	StatusUpdateInterval *string `locationName:"statusUpdateInterval" type:"string" enum:"StatusUpdateInterval"`

	// Optional. The tags that you want to add to the resource. You can tag resources
	// with a key-value pair or with only a key. Use standard AWS tags on your job
	// for automatic integration with AWS services and for custom integrations and
	// workflows.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// Optional. User-defined metadata that you want to associate with an MediaConvert
	// job. You specify metadata in key/value pairs. Use only for existing integrations
	// or workflows that rely on job metadata tags. Otherwise, we recommend that
	// you use standard AWS tags.
	UserMetadata map[string]*string `locationName:"userMetadata" type:"map"`
	// contains filtered or unexported fields
}

Send your create job request with your job settings and IAM role. Optionally, include user metadata and the ARN for the queue.

func (CreateJobInput) GoString

func (s CreateJobInput) 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 (*CreateJobInput) SetAccelerationSettings added in v1.16.19

func (s *CreateJobInput) SetAccelerationSettings(v *AccelerationSettings) *CreateJobInput

SetAccelerationSettings sets the AccelerationSettings field's value.

func (*CreateJobInput) SetBillingTagsSource added in v1.15.29

func (s *CreateJobInput) SetBillingTagsSource(v string) *CreateJobInput

SetBillingTagsSource sets the BillingTagsSource field's value.

func (*CreateJobInput) SetClientRequestToken

func (s *CreateJobInput) SetClientRequestToken(v string) *CreateJobInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreateJobInput) SetHopDestinations added in v1.30.7

func (s *CreateJobInput) SetHopDestinations(v []*HopDestination) *CreateJobInput

SetHopDestinations sets the HopDestinations field's value.

func (*CreateJobInput) SetJobTemplate

func (s *CreateJobInput) SetJobTemplate(v string) *CreateJobInput

SetJobTemplate sets the JobTemplate field's value.

func (*CreateJobInput) SetPriority added in v1.21.8

func (s *CreateJobInput) SetPriority(v int64) *CreateJobInput

SetPriority sets the Priority field's value.

func (*CreateJobInput) SetQueue

func (s *CreateJobInput) SetQueue(v string) *CreateJobInput

SetQueue sets the Queue field's value.

func (*CreateJobInput) SetRole

func (s *CreateJobInput) SetRole(v string) *CreateJobInput

SetRole sets the Role field's value.

func (*CreateJobInput) SetSettings

func (s *CreateJobInput) SetSettings(v *JobSettings) *CreateJobInput

SetSettings sets the Settings field's value.

func (*CreateJobInput) SetSimulateReservedQueue added in v1.23.11

func (s *CreateJobInput) SetSimulateReservedQueue(v string) *CreateJobInput

SetSimulateReservedQueue sets the SimulateReservedQueue field's value.

func (*CreateJobInput) SetStatusUpdateInterval added in v1.19.4

func (s *CreateJobInput) SetStatusUpdateInterval(v string) *CreateJobInput

SetStatusUpdateInterval sets the StatusUpdateInterval field's value.

func (*CreateJobInput) SetTags added in v1.25.9

func (s *CreateJobInput) SetTags(v map[string]*string) *CreateJobInput

SetTags sets the Tags field's value.

func (*CreateJobInput) SetUserMetadata

func (s *CreateJobInput) SetUserMetadata(v map[string]*string) *CreateJobInput

SetUserMetadata sets the UserMetadata field's value.

func (CreateJobInput) String

func (s CreateJobInput) 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 (*CreateJobInput) Validate added in v1.14.0

func (s *CreateJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobOutput

type CreateJobOutput struct {

	// Each job converts an input file into an output file or files. For more information,
	// see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	Job *Job `locationName:"job" type:"structure"`
	// contains filtered or unexported fields
}

Successful create job requests will return the job JSON.

func (CreateJobOutput) GoString

func (s CreateJobOutput) 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 (*CreateJobOutput) SetJob

func (s *CreateJobOutput) SetJob(v *Job) *CreateJobOutput

SetJob sets the Job field's value.

func (CreateJobOutput) String

func (s CreateJobOutput) 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 CreateJobTemplateInput

type CreateJobTemplateInput struct {

	// Accelerated transcoding can significantly speed up jobs with long, visually
	// complex content. Outputs that use this feature incur pro-tier pricing. For
	// information about feature limitations, see the AWS Elemental MediaConvert
	// User Guide.
	AccelerationSettings *AccelerationSettings `locationName:"accelerationSettings" type:"structure"`

	// Optional. A category for the job template you are creating
	Category *string `locationName:"category" type:"string"`

	// Optional. A description of the job template you are creating.
	Description *string `locationName:"description" type:"string"`

	// Optional. Use queue hopping to avoid overly long waits in the backlog of
	// the queue that you submit your job to. Specify an alternate queue and the
	// maximum time that your job will wait in the initial queue before hopping.
	// For more information about this feature, see the AWS Elemental MediaConvert
	// User Guide.
	HopDestinations []*HopDestination `locationName:"hopDestinations" type:"list"`

	// The name of the job template you are creating.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// Specify the relative priority for this job. In any given queue, the service
	// begins processing the job with the highest value first. When more than one
	// job has the same priority, the service begins processing the job that you
	// submitted first. If you don't specify a priority, the service uses the default
	// value 0.
	Priority *int64 `locationName:"priority" type:"integer"`

	// Optional. The queue that jobs created from this template are assigned to.
	// If you don't specify this, jobs will go to the default queue.
	Queue *string `locationName:"queue" type:"string"`

	// JobTemplateSettings contains all the transcode settings saved in the template
	// that will be applied to jobs created from it.
	//
	// Settings is a required field
	Settings *JobTemplateSettings `locationName:"settings" type:"structure" required:"true"`

	// 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.
	StatusUpdateInterval *string `locationName:"statusUpdateInterval" type:"string" enum:"StatusUpdateInterval"`

	// The tags that you want to add to the resource. You can tag resources with
	// a key-value pair or with only a key.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

Send your create job template request with the name of the template and the JSON for the template. The template JSON should include everything in a valid job, except for input location and filename, IAM role, and user metadata.

func (CreateJobTemplateInput) GoString

func (s CreateJobTemplateInput) 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 (*CreateJobTemplateInput) SetAccelerationSettings added in v1.16.19

func (s *CreateJobTemplateInput) SetAccelerationSettings(v *AccelerationSettings) *CreateJobTemplateInput

SetAccelerationSettings sets the AccelerationSettings field's value.

func (*CreateJobTemplateInput) SetCategory

SetCategory sets the Category field's value.

func (*CreateJobTemplateInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateJobTemplateInput) SetHopDestinations added in v1.30.7

func (s *CreateJobTemplateInput) SetHopDestinations(v []*HopDestination) *CreateJobTemplateInput

SetHopDestinations sets the HopDestinations field's value.

func (*CreateJobTemplateInput) SetName

SetName sets the Name field's value.

func (*CreateJobTemplateInput) SetPriority added in v1.21.8

SetPriority sets the Priority field's value.

func (*CreateJobTemplateInput) SetQueue

SetQueue sets the Queue field's value.

func (*CreateJobTemplateInput) SetSettings

SetSettings sets the Settings field's value.

func (*CreateJobTemplateInput) SetStatusUpdateInterval added in v1.19.4

func (s *CreateJobTemplateInput) SetStatusUpdateInterval(v string) *CreateJobTemplateInput

SetStatusUpdateInterval sets the StatusUpdateInterval field's value.

func (*CreateJobTemplateInput) SetTags added in v1.14.21

SetTags sets the Tags field's value.

func (CreateJobTemplateInput) String

func (s CreateJobTemplateInput) 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 (*CreateJobTemplateInput) Validate added in v1.14.0

func (s *CreateJobTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateJobTemplateOutput

type CreateJobTemplateOutput struct {

	// A job template is a pre-made set of encoding instructions that you can use
	// to quickly create a job.
	JobTemplate *JobTemplate `locationName:"jobTemplate" type:"structure"`
	// contains filtered or unexported fields
}

Successful create job template requests will return the template JSON.

func (CreateJobTemplateOutput) GoString

func (s CreateJobTemplateOutput) 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 (*CreateJobTemplateOutput) SetJobTemplate

SetJobTemplate sets the JobTemplate field's value.

func (CreateJobTemplateOutput) String

func (s CreateJobTemplateOutput) 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 CreatePresetInput

type CreatePresetInput struct {

	// Optional. A category for the preset you are creating.
	Category *string `locationName:"category" type:"string"`

	// Optional. A description of the preset you are creating.
	Description *string `locationName:"description" type:"string"`

	// The name of the preset you are creating.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// Settings for preset
	//
	// Settings is a required field
	Settings *PresetSettings `locationName:"settings" type:"structure" required:"true"`

	// The tags that you want to add to the resource. You can tag resources with
	// a key-value pair or with only a key.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

Send your create preset request with the name of the preset and the JSON for the output settings specified by the preset.

func (CreatePresetInput) GoString

func (s CreatePresetInput) 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 (*CreatePresetInput) SetCategory

func (s *CreatePresetInput) SetCategory(v string) *CreatePresetInput

SetCategory sets the Category field's value.

func (*CreatePresetInput) SetDescription

func (s *CreatePresetInput) SetDescription(v string) *CreatePresetInput

SetDescription sets the Description field's value.

func (*CreatePresetInput) SetName

SetName sets the Name field's value.

func (*CreatePresetInput) SetSettings

SetSettings sets the Settings field's value.

func (*CreatePresetInput) SetTags added in v1.14.21

func (s *CreatePresetInput) SetTags(v map[string]*string) *CreatePresetInput

SetTags sets the Tags field's value.

func (CreatePresetInput) String

func (s CreatePresetInput) 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 (*CreatePresetInput) Validate added in v1.14.0

func (s *CreatePresetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePresetOutput

type CreatePresetOutput struct {

	// A preset is a collection of preconfigured media conversion settings that
	// you want MediaConvert to apply to the output during the conversion process.
	Preset *Preset `locationName:"preset" type:"structure"`
	// contains filtered or unexported fields
}

Successful create preset requests will return the preset JSON.

func (CreatePresetOutput) GoString

func (s CreatePresetOutput) 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 (*CreatePresetOutput) SetPreset

func (s *CreatePresetOutput) SetPreset(v *Preset) *CreatePresetOutput

SetPreset sets the Preset field's value.

func (CreatePresetOutput) String

func (s CreatePresetOutput) 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 CreateQueueInput

type CreateQueueInput struct {

	// Optional. A description of the queue that you are creating.
	Description *string `locationName:"description" type:"string"`

	// The name of the queue that you are creating.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// 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. When you use the API to create a queue, the default is on-demand.
	PricingPlan *string `locationName:"pricingPlan" type:"string" enum:"PricingPlan"`

	// Details about the pricing plan for your reserved queue. Required for reserved
	// queues and not applicable to on-demand queues.
	ReservationPlanSettings *ReservationPlanSettings `locationName:"reservationPlanSettings" type:"structure"`

	// Initial state of the queue. If you create a paused queue, then jobs in that
	// queue won't begin.
	Status *string `locationName:"status" type:"string" enum:"QueueStatus"`

	// The tags that you want to add to the resource. You can tag resources with
	// a key-value pair or with only a key.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

Create an on-demand queue by sending a CreateQueue request with the name of the queue. Create a reserved queue by sending a CreateQueue request with the pricing plan set to RESERVED and with values specified for the settings under reservationPlanSettings. When you create a reserved queue, you enter into a 12-month commitment to purchase the RTS that you specify. You can't cancel this commitment.

func (CreateQueueInput) GoString

func (s CreateQueueInput) 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 (*CreateQueueInput) SetDescription

func (s *CreateQueueInput) SetDescription(v string) *CreateQueueInput

SetDescription sets the Description field's value.

func (*CreateQueueInput) SetName

func (s *CreateQueueInput) SetName(v string) *CreateQueueInput

SetName sets the Name field's value.

func (*CreateQueueInput) SetPricingPlan added in v1.15.40

func (s *CreateQueueInput) SetPricingPlan(v string) *CreateQueueInput

SetPricingPlan sets the PricingPlan field's value.

func (*CreateQueueInput) SetReservationPlanSettings added in v1.15.40

func (s *CreateQueueInput) SetReservationPlanSettings(v *ReservationPlanSettings) *CreateQueueInput

SetReservationPlanSettings sets the ReservationPlanSettings field's value.

func (*CreateQueueInput) SetStatus added in v1.22.3

func (s *CreateQueueInput) SetStatus(v string) *CreateQueueInput

SetStatus sets the Status field's value.

func (*CreateQueueInput) SetTags added in v1.14.21

func (s *CreateQueueInput) SetTags(v map[string]*string) *CreateQueueInput

SetTags sets the Tags field's value.

func (CreateQueueInput) String

func (s CreateQueueInput) 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 (*CreateQueueInput) Validate added in v1.14.0

func (s *CreateQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateQueueOutput

type CreateQueueOutput struct {

	// You can use queues to manage the resources that are available to your AWS
	// account for running multiple transcoding jobs at the same time. If you don't
	// specify a queue, the service sends all jobs through the default queue. For
	// more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
	Queue *Queue `locationName:"queue" type:"structure"`
	// contains filtered or unexported fields
}

Successful create queue requests return the name of the queue that you just created and information about it.

func (CreateQueueOutput) GoString

func (s CreateQueueOutput) 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 (*CreateQueueOutput) SetQueue

func (s *CreateQueueOutput) SetQueue(v *Queue) *CreateQueueOutput

SetQueue sets the Queue field's value.

func (CreateQueueOutput) String

func (s CreateQueueOutput) 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 DashAdditionalManifest added in v1.25.36

type DashAdditionalManifest 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 DASH
	// group is film-name.mpd. 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.mpd.
	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 additional DASH manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.

func (DashAdditionalManifest) GoString added in v1.25.36

func (s DashAdditionalManifest) 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 (*DashAdditionalManifest) SetManifestNameModifier added in v1.25.36

func (s *DashAdditionalManifest) SetManifestNameModifier(v string) *DashAdditionalManifest

SetManifestNameModifier sets the ManifestNameModifier field's value.

func (*DashAdditionalManifest) SetSelectedOutputs added in v1.25.36

func (s *DashAdditionalManifest) SetSelectedOutputs(v []*string) *DashAdditionalManifest

SetSelectedOutputs sets the SelectedOutputs field's value.

func (DashAdditionalManifest) String added in v1.25.36

func (s DashAdditionalManifest) 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 (*DashAdditionalManifest) Validate added in v1.25.36

func (s *DashAdditionalManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashIsoEncryptionSettings

type DashIsoEncryptionSettings struct {

	// 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 only to correct problems with playback on older devices.
	// Otherwise, keep the default setting 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.
	PlaybackDeviceCompatibility *string `locationName:"playbackDeviceCompatibility" type:"string" enum:"DashIsoPlaybackDeviceCompatibility"`

	// If your output group type is HLS, DASH, or Microsoft Smooth, use these settings
	// when doing DRM encryption with a SPEKE-compliant key provider. If your output
	// group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
	SpekeKeyProvider *SpekeKeyProvider `locationName:"spekeKeyProvider" type:"structure"`
	// contains filtered or unexported fields
}

Specifies DRM settings for DASH outputs.

func (DashIsoEncryptionSettings) GoString

func (s DashIsoEncryptionSettings) 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 (*DashIsoEncryptionSettings) SetPlaybackDeviceCompatibility added in v1.19.24

func (s *DashIsoEncryptionSettings) SetPlaybackDeviceCompatibility(v string) *DashIsoEncryptionSettings

SetPlaybackDeviceCompatibility sets the PlaybackDeviceCompatibility field's value.

func (*DashIsoEncryptionSettings) SetSpekeKeyProvider

SetSpekeKeyProvider sets the SpekeKeyProvider field's value.

func (DashIsoEncryptionSettings) String

func (s DashIsoEncryptionSettings) 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 DashIsoGroupSettings

type DashIsoGroupSettings struct {

	// By default, the service creates one .mpd DASH manifest for each DASH ISO
	// output group in your job. This default manifest references every output in
	// the output group. To create additional DASH manifests that reference a subset
	// of the outputs in the output group, specify a list of them here.
	AdditionalManifests []*DashAdditionalManifest `locationName:"additionalManifests" type:"list"`

	// 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, to have MediaConvert
	// write this: urn:mpeg:mpegB:cicp:ChannelConfiguration. Choose Dolby channel
	// configuration to have MediaConvert write this instead: tag:dolby.com,2014:dash:audio_channel_configuration:2011.
	AudioChannelConfigSchemeIdUri *string `locationName:"audioChannelConfigSchemeIdUri" type:"string" enum:"DashIsoGroupAudioChannelConfigSchemeIdUri"`

	// A partial URI prefix that will be put in the manifest (.mpd) file at the
	// top level BaseURL element. Can be used if streams are delivered from a different
	// URL than the manifest file.
	BaseUrl *string `locationName:"baseUrl" type:"string"`

	// 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 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 *DashIsoEncryptionSettings `locationName:"encryption" type:"structure"`

	// Length of fragments to generate (in seconds). Fragment length must be compatible
	// with GOP size and Framerate. Note that fragments will end on the next keyframe
	// after this number of seconds, so actual fragment length may be longer. When
	// Emit Single File is checked, the fragmentation is internal to a single output
	// file and it does not cause the creation of many output files as in other
	// output types.
	FragmentLength *int64 `locationName:"fragmentLength" min:"1" type:"integer"`

	// Supports HbbTV specification as indicated
	HbbtvCompliance *string `locationName:"hbbtvCompliance" type:"string" enum:"DashIsoHbbtvCompliance"`

	// Specify whether MediaConvert generates images for trick play. Keep the default
	// value, None, to not generate any images. Choose Thumbnail to generate tiled
	// thumbnails. Choose Thumbnail and full frame 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
	ImageBasedTrickPlay *string `locationName:"imageBasedTrickPlay" type:"string" enum:"DashIsoImageBasedTrickPlay"`

	// Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
	ImageBasedTrickPlaySettings *DashIsoImageBasedTrickPlaySettings `locationName:"imageBasedTrickPlaySettings" type:"structure"`

	// 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:"DashIsoMpdManifestBandwidthType"`

	// Specify whether your DASH profile is on-demand or main. When you choose Main
	// profile, the service signals urn:mpeg:dash:profile:isoff-main:2011 in your
	// .mpd DASH manifest. When you choose On-demand, 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 to Single file.
	MpdProfile *string `locationName:"mpdProfile" type:"string" enum:"DashIsoMpdProfile"`

	// 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 when you want MediaConvert
	// to use the initial PTS as the first time stamp in the manifest. Choose 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:"DashIsoPtsOffsetHandlingForBFrames"`

	// 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:"DashIsoSegmentControl"`

	// Specify the length, in whole seconds, of each segment. When you don't specify
	// a value, MediaConvert defaults to 30. Related settings: Use Segment length
	// control to specify whether the encoder enforces this value strictly. Use
	// Segment control 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 to have the encoder use the exact length that you specify with the
	// setting Segment length. This might result in extra I-frames. Choose Multiple
	// of GOP to have the encoder round up the segment lengths to match the next
	// GOP boundary.
	SegmentLengthControl *string `locationName:"segmentLengthControl" type:"string" enum:"DashIsoSegmentLengthControl"`

	// 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:"DashIsoVideoCompositionOffsets"`

	// If you get an HTTP error in the 400 range when you play back your DASH output,
	// enable this setting and run your transcoding job again. When you enable this
	// setting, the service writes precise segment durations in the DASH manifest.
	// The segment duration information appears inside the SegmentTimeline element,
	// inside SegmentTemplate at the Representation level. When you don't enable
	// this setting, the service writes approximate segment durations in your DASH
	// manifest.
	WriteSegmentTimelineInRepresentation *string `locationName:"writeSegmentTimelineInRepresentation" type:"string" enum:"DashIsoWriteSegmentTimelineInRepresentation"`
	// contains filtered or unexported fields
}

Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.

func (DashIsoGroupSettings) GoString

func (s DashIsoGroupSettings) 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 (*DashIsoGroupSettings) SetAdditionalManifests added in v1.25.36

func (s *DashIsoGroupSettings) SetAdditionalManifests(v []*DashAdditionalManifest) *DashIsoGroupSettings

SetAdditionalManifests sets the AdditionalManifests field's value.

func (*DashIsoGroupSettings) SetAudioChannelConfigSchemeIdUri added in v1.38.11

func (s *DashIsoGroupSettings) SetAudioChannelConfigSchemeIdUri(v string) *DashIsoGroupSettings

SetAudioChannelConfigSchemeIdUri sets the AudioChannelConfigSchemeIdUri field's value.

func (*DashIsoGroupSettings) SetBaseUrl

SetBaseUrl sets the BaseUrl field's value.

func (*DashIsoGroupSettings) SetDashManifestStyle added in v1.44.179

func (s *DashIsoGroupSettings) SetDashManifestStyle(v string) *DashIsoGroupSettings

SetDashManifestStyle sets the DashManifestStyle field's value.

func (*DashIsoGroupSettings) SetDestination

func (s *DashIsoGroupSettings) SetDestination(v string) *DashIsoGroupSettings

SetDestination sets the Destination field's value.

func (*DashIsoGroupSettings) SetDestinationSettings added in v1.19.4

func (s *DashIsoGroupSettings) SetDestinationSettings(v *DestinationSettings) *DashIsoGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*DashIsoGroupSettings) SetEncryption

SetEncryption sets the Encryption field's value.

func (*DashIsoGroupSettings) SetFragmentLength

func (s *DashIsoGroupSettings) SetFragmentLength(v int64) *DashIsoGroupSettings

SetFragmentLength sets the FragmentLength field's value.

func (*DashIsoGroupSettings) SetHbbtvCompliance

func (s *DashIsoGroupSettings) SetHbbtvCompliance(v string) *DashIsoGroupSettings

SetHbbtvCompliance sets the HbbtvCompliance field's value.

func (*DashIsoGroupSettings) SetImageBasedTrickPlay added in v1.38.69

func (s *DashIsoGroupSettings) SetImageBasedTrickPlay(v string) *DashIsoGroupSettings

SetImageBasedTrickPlay sets the ImageBasedTrickPlay field's value.

func (*DashIsoGroupSettings) SetImageBasedTrickPlaySettings added in v1.40.48

func (s *DashIsoGroupSettings) SetImageBasedTrickPlaySettings(v *DashIsoImageBasedTrickPlaySettings) *DashIsoGroupSettings

SetImageBasedTrickPlaySettings sets the ImageBasedTrickPlaySettings field's value.

func (*DashIsoGroupSettings) SetMinBufferTime

func (s *DashIsoGroupSettings) SetMinBufferTime(v int64) *DashIsoGroupSettings

SetMinBufferTime sets the MinBufferTime field's value.

func (*DashIsoGroupSettings) SetMinFinalSegmentLength added in v1.35.35

func (s *DashIsoGroupSettings) SetMinFinalSegmentLength(v float64) *DashIsoGroupSettings

SetMinFinalSegmentLength sets the MinFinalSegmentLength field's value.

func (*DashIsoGroupSettings) SetMpdManifestBandwidthType added in v1.44.152

func (s *DashIsoGroupSettings) SetMpdManifestBandwidthType(v string) *DashIsoGroupSettings

SetMpdManifestBandwidthType sets the MpdManifestBandwidthType field's value.

func (*DashIsoGroupSettings) SetMpdProfile added in v1.25.9

func (s *DashIsoGroupSettings) SetMpdProfile(v string) *DashIsoGroupSettings

SetMpdProfile sets the MpdProfile field's value.

func (*DashIsoGroupSettings) SetPtsOffsetHandlingForBFrames added in v1.38.11

func (s *DashIsoGroupSettings) SetPtsOffsetHandlingForBFrames(v string) *DashIsoGroupSettings

SetPtsOffsetHandlingForBFrames sets the PtsOffsetHandlingForBFrames field's value.

func (*DashIsoGroupSettings) SetSegmentControl

func (s *DashIsoGroupSettings) SetSegmentControl(v string) *DashIsoGroupSettings

SetSegmentControl sets the SegmentControl field's value.

func (*DashIsoGroupSettings) SetSegmentLength

func (s *DashIsoGroupSettings) SetSegmentLength(v int64) *DashIsoGroupSettings

SetSegmentLength sets the SegmentLength field's value.

func (*DashIsoGroupSettings) SetSegmentLengthControl added in v1.40.29

func (s *DashIsoGroupSettings) SetSegmentLengthControl(v string) *DashIsoGroupSettings

SetSegmentLengthControl sets the SegmentLengthControl field's value.

func (*DashIsoGroupSettings) SetVideoCompositionOffsets added in v1.44.152

func (s *DashIsoGroupSettings) SetVideoCompositionOffsets(v string) *DashIsoGroupSettings

SetVideoCompositionOffsets sets the VideoCompositionOffsets field's value.

func (*DashIsoGroupSettings) SetWriteSegmentTimelineInRepresentation added in v1.15.14

func (s *DashIsoGroupSettings) SetWriteSegmentTimelineInRepresentation(v string) *DashIsoGroupSettings

SetWriteSegmentTimelineInRepresentation sets the WriteSegmentTimelineInRepresentation field's value.

func (DashIsoGroupSettings) String

func (s DashIsoGroupSettings) 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 (*DashIsoGroupSettings) Validate added in v1.14.0

func (s *DashIsoGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DashIsoImageBasedTrickPlaySettings added in v1.40.48

type DashIsoImageBasedTrickPlaySettings 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:"DashIsoIntervalCadence"`

	// Height of each thumbnail within each tile image, in pixels. Leave blank to
	// maintain aspect ratio with thumbnail width. If following the aspect ratio
	// would lead to a total tile height greater than 4096, then the job will be
	// rejected. Must be divisible by 2.
	ThumbnailHeight *int64 `locationName:"thumbnailHeight" min:"1" type:"integer"`

	// Enter the interval, in seconds, that MediaConvert uses to generate thumbnails.
	// If the interval you enter doesn't align with the output frame rate, MediaConvert
	// automatically rounds the interval to align with the output frame rate. For
	// example, if the output frame rate is 29.97 frames per second and you enter
	// 5, MediaConvert uses a 150 frame interval to generate thumbnails.
	ThumbnailInterval *float64 `locationName:"thumbnailInterval" type:"double"`

	// Width of each thumbnail within each tile image, in pixels. Default is 312.
	// Must be divisible by 8.
	ThumbnailWidth *int64 `locationName:"thumbnailWidth" min:"8" type:"integer"`

	// Number of thumbnails in each column of a tile image. Set a value between
	// 2 and 2048. Must be divisible by 2.
	TileHeight *int64 `locationName:"tileHeight" min:"1" type:"integer"`

	// Number of thumbnails in each row of a tile image. Set a value between 1 and
	// 512.
	TileWidth *int64 `locationName:"tileWidth" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

func (DashIsoImageBasedTrickPlaySettings) GoString added in v1.40.48

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 (*DashIsoImageBasedTrickPlaySettings) SetIntervalCadence added in v1.40.48

SetIntervalCadence sets the IntervalCadence field's value.

func (*DashIsoImageBasedTrickPlaySettings) SetThumbnailHeight added in v1.40.48

SetThumbnailHeight sets the ThumbnailHeight field's value.

func (*DashIsoImageBasedTrickPlaySettings) SetThumbnailInterval added in v1.40.48

SetThumbnailInterval sets the ThumbnailInterval field's value.

func (*DashIsoImageBasedTrickPlaySettings) SetThumbnailWidth added in v1.40.48

SetThumbnailWidth sets the ThumbnailWidth field's value.

func (*DashIsoImageBasedTrickPlaySettings) SetTileHeight added in v1.40.48

SetTileHeight sets the TileHeight field's value.

func (*DashIsoImageBasedTrickPlaySettings) SetTileWidth added in v1.40.48

SetTileWidth sets the TileWidth field's value.

func (DashIsoImageBasedTrickPlaySettings) String added in v1.40.48

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 (*DashIsoImageBasedTrickPlaySettings) Validate added in v1.40.48

Validate inspects the fields of the type to determine if they are valid.

type Deinterlacer

type Deinterlacer struct {

	// 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.
	Algorithm *string `locationName:"algorithm" type:"string" enum:"DeinterlaceAlgorithm"`

	// - 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.
	Control *string `locationName:"control" type:"string" enum:"DeinterlacerControl"`

	// Use Deinterlacer 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.
	Mode *string `locationName:"mode" type:"string" enum:"DeinterlacerMode"`
	// contains filtered or unexported fields
}

Settings for deinterlacer

func (Deinterlacer) GoString

func (s Deinterlacer) 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 (*Deinterlacer) SetAlgorithm

func (s *Deinterlacer) SetAlgorithm(v string) *Deinterlacer

SetAlgorithm sets the Algorithm field's value.

func (*Deinterlacer) SetControl

func (s *Deinterlacer) SetControl(v string) *Deinterlacer

SetControl sets the Control field's value.

func (*Deinterlacer) SetMode

func (s *Deinterlacer) SetMode(v string) *Deinterlacer

SetMode sets the Mode field's value.

func (Deinterlacer) String

func (s Deinterlacer) 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 DeleteJobTemplateInput

type DeleteJobTemplateInput struct {

	// The name of the job template to be deleted.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Delete a job template by sending a request with the job template name

func (DeleteJobTemplateInput) GoString

func (s DeleteJobTemplateInput) 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 (*DeleteJobTemplateInput) SetName

SetName sets the Name field's value.

func (DeleteJobTemplateInput) String

func (s DeleteJobTemplateInput) 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 (*DeleteJobTemplateInput) Validate

func (s *DeleteJobTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteJobTemplateOutput

type DeleteJobTemplateOutput struct {
	// contains filtered or unexported fields
}

Delete job template requests will return an OK message or error message with an empty body.

func (DeleteJobTemplateOutput) GoString

func (s DeleteJobTemplateOutput) 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 (DeleteJobTemplateOutput) String

func (s DeleteJobTemplateOutput) 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 DeletePolicyInput added in v1.40.59

type DeletePolicyInput struct {
	// contains filtered or unexported fields
}

Send a request to permanently delete a policy that you created.

func (DeletePolicyInput) GoString added in v1.40.59

func (s DeletePolicyInput) 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 (DeletePolicyInput) String added in v1.40.59

func (s DeletePolicyInput) 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 DeletePolicyOutput added in v1.40.59

type DeletePolicyOutput struct {
	// contains filtered or unexported fields
}

Successful DELETE policy requests will return an OK message.

func (DeletePolicyOutput) GoString added in v1.40.59

func (s DeletePolicyOutput) 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 (DeletePolicyOutput) String added in v1.40.59

func (s DeletePolicyOutput) 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 DeletePresetInput

type DeletePresetInput struct {

	// The name of the preset to be deleted.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Delete a preset by sending a request with the preset name

func (DeletePresetInput) GoString

func (s DeletePresetInput) 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 (*DeletePresetInput) SetName

SetName sets the Name field's value.

func (DeletePresetInput) String

func (s DeletePresetInput) 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 (*DeletePresetInput) Validate

func (s *DeletePresetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePresetOutput

type DeletePresetOutput struct {
	// contains filtered or unexported fields
}

Delete preset requests will return an OK message or error message with an empty body.

func (DeletePresetOutput) GoString

func (s DeletePresetOutput) 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 (DeletePresetOutput) String

func (s DeletePresetOutput) 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 DeleteQueueInput

type DeleteQueueInput struct {

	// The name of the queue that you want to delete.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Delete a queue by sending a request with the queue name. You can't delete a queue with an active pricing plan or one that has unprocessed jobs in it.

func (DeleteQueueInput) GoString

func (s DeleteQueueInput) 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 (*DeleteQueueInput) SetName

func (s *DeleteQueueInput) SetName(v string) *DeleteQueueInput

SetName sets the Name field's value.

func (DeleteQueueInput) String

func (s DeleteQueueInput) 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 (*DeleteQueueInput) Validate

func (s *DeleteQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteQueueOutput

type DeleteQueueOutput struct {
	// contains filtered or unexported fields
}

Delete queue requests return an OK message or error message with an empty body.

func (DeleteQueueOutput) GoString

func (s DeleteQueueOutput) 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 (DeleteQueueOutput) String

func (s DeleteQueueOutput) 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 DescribeEndpointsInput deprecated

type DescribeEndpointsInput struct {

	// Optional. Max number of endpoints, up to twenty, that will be returned at
	// one time.
	MaxResults *int64 `locationName:"maxResults" type:"integer"`

	// 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.
	Mode *string `locationName:"mode" deprecated:"true" type:"string" enum:"DescribeEndpointsMode"`

	// Use this string, provided with the response to a previous request, to request
	// the next batch of endpoints.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

Send an request with an empty body to the regional API endpoint to get your account API endpoint.

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (DescribeEndpointsInput) GoString

func (s DescribeEndpointsInput) 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 (*DescribeEndpointsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*DescribeEndpointsInput) SetMode added in v1.15.29

SetMode sets the Mode field's value.

func (*DescribeEndpointsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeEndpointsInput) String

func (s DescribeEndpointsInput) 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 DescribeEndpointsOutput deprecated

type DescribeEndpointsOutput struct {

	// List of endpoints
	Endpoints []*Endpoint `locationName:"endpoints" type:"list"`

	// Use this string to request the next batch of endpoints.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

Successful describe endpoints requests will return your account API endpoint.

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (DescribeEndpointsOutput) GoString

func (s DescribeEndpointsOutput) 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 (*DescribeEndpointsOutput) SetEndpoints

SetEndpoints sets the Endpoints field's value.

func (*DescribeEndpointsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (DescribeEndpointsOutput) String

func (s DescribeEndpointsOutput) 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 DestinationSettings added in v1.19.4

type DestinationSettings struct {

	// Settings associated with S3 destination
	S3Settings *S3DestinationSettings `locationName:"s3Settings" type:"structure"`
	// contains filtered or unexported fields
}

Settings associated with the destination. Will vary based on the type of destination

func (DestinationSettings) GoString added in v1.19.4

func (s DestinationSettings) 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 (*DestinationSettings) SetS3Settings added in v1.19.4

SetS3Settings sets the S3Settings field's value.

func (DestinationSettings) String added in v1.19.4

func (s DestinationSettings) 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 DisassociateCertificateInput added in v1.15.79

type DisassociateCertificateInput struct {

	// The ARN of the ACM certificate that you want to disassociate from your MediaConvert
	// resource.
	//
	// Arn is a required field
	Arn *string `location:"uri" locationName:"arn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.

func (DisassociateCertificateInput) GoString added in v1.15.79

func (s DisassociateCertificateInput) 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 (*DisassociateCertificateInput) SetArn added in v1.15.79

SetArn sets the Arn field's value.

func (DisassociateCertificateInput) String added in v1.15.79

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 (*DisassociateCertificateInput) Validate added in v1.15.79

func (s *DisassociateCertificateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateCertificateOutput added in v1.15.79

type DisassociateCertificateOutput struct {
	// contains filtered or unexported fields
}

Successful disassociation of Certificate Manager Amazon Resource Name (ARN) with Mediaconvert returns an OK message.

func (DisassociateCertificateOutput) GoString added in v1.15.79

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 (DisassociateCertificateOutput) String added in v1.15.79

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 DolbyVision added in v1.25.36

type DolbyVision struct {

	// Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override
	// the MaxCLL and MaxFALL values in your input with new values.
	L6Metadata *DolbyVisionLevel6Metadata `locationName:"l6Metadata" type:"structure"`

	// Use Dolby Vision Mode to choose how the service will handle Dolby Vision
	// MaxCLL and MaxFALL properies.
	L6Mode *string `locationName:"l6Mode" type:"string" enum:"DolbyVisionLevel6Mode"`

	// 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.
	Mapping *string `locationName:"mapping" type:"string" enum:"DolbyVisionMapping"`

	// 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.
	Profile *string `locationName:"profile" type:"string" enum:"DolbyVisionProfile"`
	// contains filtered or unexported fields
}

Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.

func (DolbyVision) GoString added in v1.25.36

func (s DolbyVision) 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 (*DolbyVision) SetL6Metadata added in v1.25.36

func (s *DolbyVision) SetL6Metadata(v *DolbyVisionLevel6Metadata) *DolbyVision

SetL6Metadata sets the L6Metadata field's value.

func (*DolbyVision) SetL6Mode added in v1.25.36

func (s *DolbyVision) SetL6Mode(v string) *DolbyVision

SetL6Mode sets the L6Mode field's value.

func (*DolbyVision) SetMapping added in v1.44.4

func (s *DolbyVision) SetMapping(v string) *DolbyVision

SetMapping sets the Mapping field's value.

func (*DolbyVision) SetProfile added in v1.25.36

func (s *DolbyVision) SetProfile(v string) *DolbyVision

SetProfile sets the Profile field's value.

func (DolbyVision) String added in v1.25.36

func (s DolbyVision) 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 DolbyVisionLevel6Metadata added in v1.25.36

type DolbyVisionLevel6Metadata struct {

	// Maximum Content Light Level. Static HDR metadata that corresponds to the
	// brightest pixel in the entire stream. Measured in nits.
	MaxCll *int64 `locationName:"maxCll" type:"integer"`

	// Maximum Frame-Average Light Level. Static HDR metadata that corresponds to
	// the highest frame-average brightness in the entire stream. Measured in nits.
	MaxFall *int64 `locationName:"maxFall" type:"integer"`
	// contains filtered or unexported fields
}

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

func (DolbyVisionLevel6Metadata) GoString added in v1.25.36

func (s DolbyVisionLevel6Metadata) 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 (*DolbyVisionLevel6Metadata) SetMaxCll added in v1.25.36

SetMaxCll sets the MaxCll field's value.

func (*DolbyVisionLevel6Metadata) SetMaxFall added in v1.25.36

SetMaxFall sets the MaxFall field's value.

func (DolbyVisionLevel6Metadata) String added in v1.25.36

func (s DolbyVisionLevel6Metadata) 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 DvbNitSettings

type DvbNitSettings struct {

	// The numeric value placed in the Network Information Table (NIT).
	NetworkId *int64 `locationName:"networkId" type:"integer"`

	// The network name text placed in the network_name_descriptor inside the Network
	// Information Table. Maximum length is 256 characters.
	NetworkName *string `locationName:"networkName" min:"1" type:"string"`

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	NitInterval *int64 `locationName:"nitInterval" min:"25" type:"integer"`
	// contains filtered or unexported fields
}

Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.

func (DvbNitSettings) GoString

func (s DvbNitSettings) 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 (*DvbNitSettings) SetNetworkId

func (s *DvbNitSettings) SetNetworkId(v int64) *DvbNitSettings

SetNetworkId sets the NetworkId field's value.

func (*DvbNitSettings) SetNetworkName

func (s *DvbNitSettings) SetNetworkName(v string) *DvbNitSettings

SetNetworkName sets the NetworkName field's value.

func (*DvbNitSettings) SetNitInterval

func (s *DvbNitSettings) SetNitInterval(v int64) *DvbNitSettings

SetNitInterval sets the NitInterval field's value.

func (DvbNitSettings) String

func (s DvbNitSettings) 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 (*DvbNitSettings) Validate added in v1.14.0

func (s *DvbNitSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSdtSettings

type DvbSdtSettings struct {

	// 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.
	OutputSdt *string `locationName:"outputSdt" type:"string" enum:"OutputSdt"`

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	SdtInterval *int64 `locationName:"sdtInterval" min:"25" type:"integer"`

	// The service name placed in the service_descriptor in the Service Description
	// Table. Maximum length is 256 characters.
	ServiceName *string `locationName:"serviceName" min:"1" type:"string"`

	// The service provider name placed in the service_descriptor in the Service
	// Description Table. Maximum length is 256 characters.
	ServiceProviderName *string `locationName:"serviceProviderName" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Use these settings to insert a DVB Service Description Table (SDT) in the transport stream of this output.

func (DvbSdtSettings) GoString

func (s DvbSdtSettings) 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 (*DvbSdtSettings) SetOutputSdt

func (s *DvbSdtSettings) SetOutputSdt(v string) *DvbSdtSettings

SetOutputSdt sets the OutputSdt field's value.

func (*DvbSdtSettings) SetSdtInterval

func (s *DvbSdtSettings) SetSdtInterval(v int64) *DvbSdtSettings

SetSdtInterval sets the SdtInterval field's value.

func (*DvbSdtSettings) SetServiceName

func (s *DvbSdtSettings) SetServiceName(v string) *DvbSdtSettings

SetServiceName sets the ServiceName field's value.

func (*DvbSdtSettings) SetServiceProviderName

func (s *DvbSdtSettings) SetServiceProviderName(v string) *DvbSdtSettings

SetServiceProviderName sets the ServiceProviderName field's value.

func (DvbSdtSettings) String

func (s DvbSdtSettings) 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 (*DvbSdtSettings) Validate added in v1.14.0

func (s *DvbSdtSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSubDestinationSettings

type DvbSubDestinationSettings 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. Within your job settings, all of
	// your DVB-Sub settings must be identical.
	Alignment *string `locationName:"alignment" type:"string" enum:"DvbSubtitleAlignment"`

	// Ignore this setting unless Style Passthrough is set to Enabled and Font color
	// set to Black, Yellow, Red, Green, Blue, or Hex. Use Apply font color for
	// additional font color controls. When you choose 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:"DvbSubtitleApplyFontColor"`

	// Specify the color of the rectangle behind the captions. Leave background
	// color blank and set Style passthrough to enabled to use the background color
	// data from your input captions, if present.
	BackgroundColor *string `locationName:"backgroundColor" type:"string" enum:"DvbSubtitleBackgroundColor"`

	// 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 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. Within your job settings, all of your DVB-Sub settings
	// must be identical.
	BackgroundOpacity *int64 `locationName:"backgroundOpacity" type:"integer"`

	// 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.
	DdsHandling *string `locationName:"ddsHandling" type:"string" enum:"DvbddsHandling"`

	// Use this setting, along with DDS y-coordinate, to specify the upper left
	// corner of the display definition segment (DDS) display window. With this
	// setting, specify the distance, in pixels, between the left side of the frame
	// and the left side of the DDS display window. Keep the default value, 0, to
	// have MediaConvert automatically choose this offset. Related setting: When
	// you use this setting, you must set DDS handling to a value other than None.
	// MediaConvert uses these values to determine whether to write page position
	// data to the DDS or to the page composition segment. All burn-in and DVB-Sub
	// font settings must match.
	DdsXCoordinate *int64 `locationName:"ddsXCoordinate" type:"integer"`

	// Use this setting, along with DDS x-coordinate, to specify the upper left
	// corner of the display definition segment (DDS) display window. With this
	// setting, specify the distance, in pixels, between the top of the frame and
	// the top of the DDS display window. Keep the default value, 0, to have MediaConvert
	// automatically choose this offset. Related setting: When you use this setting,
	// you must set DDS handling to a value other than None. MediaConvert uses these
	// values to determine whether to write page position data to the DDS or to
	// the page composition segment (PCS). All burn-in and DVB-Sub font settings
	// must match.
	DdsYCoordinate *int64 `locationName:"ddsYCoordinate" 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 to 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:"DvbSubSubtitleFallbackFont"`

	// Specify the color of the captions text. Leave Font color blank and set Style
	// passthrough 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.
	FontColor *string `locationName:"fontColor" type:"string" enum:"DvbSubtitleFontColor"`

	// Specify a bold TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a regular, an italic, and a bold italic font file.
	FontFileBold *string `locationName:"fontFileBold" type:"string"`

	// Specify a bold italic TrueType font file to use when rendering your output
	// captions.Enter an S3, HTTP, or HTTPS URL.When you do, you must also separately
	// specify a regular, a bold, and an italic font file.
	FontFileBoldItalic *string `locationName:"fontFileBoldItalic" type:"string"`

	// Specify an italic TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a regular, a bold, and a bold italic font file.
	FontFileItalic *string `locationName:"fontFileItalic" type:"string"`

	// Specify a regular TrueType font file to use when rendering your output captions.
	// Enter an S3, HTTP, or HTTPS URL. When you do, you must also separately specify
	// a bold, an italic, and a bold italic font file.
	FontFileRegular *string `locationName:"fontFileRegular" type:"string"`

	// Specify the opacity of the burned-in captions. 255 is opaque; 0 is transparent.Within
	// your job settings, all of your DVB-Sub settings must be identical.
	FontOpacity *int64 `locationName:"fontOpacity" type:"integer"`

	// Specify the Font resolution in DPI (dots per inch).Within your job settings,
	// all of your DVB-Sub settings must be identical.
	FontResolution *int64 `locationName:"fontResolution" min:"96" type:"integer"`

	// Set Font script to Automatically determined, 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. Within your job settings, all of your
	// DVB-Sub settings must be identical.
	FontScript *string `locationName:"fontScript" type:"string" enum:"FontScript"`

	// Specify the Font size in pixels. Must be a positive integer. Set to 0, or
	// leave blank, for automatic font size. Within your job settings, all of your
	// DVB-Sub settings must be identical.
	FontSize *int64 `locationName:"fontSize" type:"integer"`

	// Specify the height, in pixels, of this set of DVB-Sub captions. The default
	// value is 576 pixels. Related setting: When you use this setting, you must
	// set DDS handling to a value other than None. All burn-in and DVB-Sub font
	// settings must match.
	Height *int64 `locationName:"height" min:"1" 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 blank and set Style passthrough
	// 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.
	OutlineColor *string `locationName:"outlineColor" type:"string" enum:"DvbSubtitleOutlineColor"`

	// Specify the Outline size of the caption text, in pixels. Leave Outline size
	// blank and set Style passthrough to enabled to use the outline size data from
	// your input captions, if present. Within your job settings, all of your DVB-Sub
	// settings must be identical.
	OutlineSize *int64 `locationName:"outlineSize" type:"integer"`

	// Specify the color of the shadow cast by the captions. Leave Shadow color
	// blank and set Style passthrough 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.
	ShadowColor *string `locationName:"shadowColor" type:"string" enum:"DvbSubtitleShadowColor"`

	// Specify the opacity of the shadow. Enter a value from 0 to 255, where 0 is
	// transparent and 255 is opaque. If Style passthrough is set to Enabled, leave
	// Shadow opacity 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.
	// Within your job settings, all of your DVB-Sub settings must be identical.
	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.
	// Within your job settings, all of your DVB-Sub settings must be identical.
	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 blank and set Style passthrough to enabled to use the shadow
	// y-offset data from your input captions, if present. Within your job settings,
	// all of your DVB-Sub settings must be identical.
	ShadowYOffset *int64 `locationName:"shadowYOffset" type:"integer"`

	// To use the available style, color, and position information from your input
	// captions: Set Style passthrough to Enabled. Note that MediaConvert uses default
	// settings for any missing style or position information in your input captions
	// To ignore the style and position information from your input captions and
	// use default settings: Leave blank or keep the default value, Disabled. Default
	// settings include 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. You can also override any fonts by manually specifying
	// custom font files.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"DvbSubtitleStylePassthrough"`

	// 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.
	SubtitlingType *string `locationName:"subtitlingType" type:"string" enum:"DvbSubtitlingType"`

	// Specify whether the Text spacing in your captions is set by the captions
	// grid, or varies depending on letter width. Choose fixed grid to conform to
	// the spacing specified in the captions file more accurately. Choose proportional
	// to make the text easier to read for closed captions. Within your job settings,
	// all of your DVB-Sub settings must be identical.
	TeletextSpacing *string `locationName:"teletextSpacing" type:"string" enum:"DvbSubtitleTeletextSpacing"`

	// Specify the width, in pixels, of this set of DVB-Sub captions. The default
	// value is 720 pixels. Related setting: When you use this setting, you must
	// set DDS handling to a value other than None. All burn-in and DVB-Sub font
	// settings must match.
	Width *int64 `locationName:"width" min:"1" type:"integer"`

	// Specify the horizontal position 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.
	// Within your job settings, all of your DVB-Sub settings must be identical.
	XPosition *int64 `locationName:"xPosition" type:"integer"`

	// Specify the vertical position 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. Within your
	// job settings, all of your DVB-Sub settings must be identical.
	YPosition *int64 `locationName:"yPosition" type:"integer"`
	// contains filtered or unexported fields
}

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.

func (DvbSubDestinationSettings) GoString

func (s DvbSubDestinationSettings) 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 (*DvbSubDestinationSettings) SetAlignment

SetAlignment sets the Alignment field's value.

func (*DvbSubDestinationSettings) SetApplyFontColor added in v1.40.48

SetApplyFontColor sets the ApplyFontColor field's value.

func (*DvbSubDestinationSettings) SetBackgroundColor

SetBackgroundColor sets the BackgroundColor field's value.

func (*DvbSubDestinationSettings) SetBackgroundOpacity

func (s *DvbSubDestinationSettings) SetBackgroundOpacity(v int64) *DvbSubDestinationSettings

SetBackgroundOpacity sets the BackgroundOpacity field's value.

func (*DvbSubDestinationSettings) SetDdsHandling added in v1.38.37

SetDdsHandling sets the DdsHandling field's value.

func (*DvbSubDestinationSettings) SetDdsXCoordinate added in v1.38.37

SetDdsXCoordinate sets the DdsXCoordinate field's value.

func (*DvbSubDestinationSettings) SetDdsYCoordinate added in v1.38.37

SetDdsYCoordinate sets the DdsYCoordinate field's value.

func (*DvbSubDestinationSettings) SetFallbackFont added in v1.40.48

SetFallbackFont sets the FallbackFont field's value.

func (*DvbSubDestinationSettings) SetFontColor

SetFontColor sets the FontColor field's value.

func (*DvbSubDestinationSettings) SetFontFileBold added in v1.51.18

SetFontFileBold sets the FontFileBold field's value.

func (*DvbSubDestinationSettings) SetFontFileBoldItalic added in v1.51.18

func (s *DvbSubDestinationSettings) SetFontFileBoldItalic(v string) *DvbSubDestinationSettings

SetFontFileBoldItalic sets the FontFileBoldItalic field's value.

func (*DvbSubDestinationSettings) SetFontFileItalic added in v1.51.18

SetFontFileItalic sets the FontFileItalic field's value.

func (*DvbSubDestinationSettings) SetFontFileRegular added in v1.51.18

SetFontFileRegular sets the FontFileRegular field's value.

func (*DvbSubDestinationSettings) SetFontOpacity

SetFontOpacity sets the FontOpacity field's value.

func (*DvbSubDestinationSettings) SetFontResolution

SetFontResolution sets the FontResolution field's value.

func (*DvbSubDestinationSettings) SetFontScript added in v1.16.19

SetFontScript sets the FontScript field's value.

func (*DvbSubDestinationSettings) SetFontSize

SetFontSize sets the FontSize field's value.

func (*DvbSubDestinationSettings) SetHeight added in v1.38.37

SetHeight sets the Height field's value.

func (*DvbSubDestinationSettings) SetHexFontColor added in v1.40.48

SetHexFontColor sets the HexFontColor field's value.

func (*DvbSubDestinationSettings) SetOutlineColor

SetOutlineColor sets the OutlineColor field's value.

func (*DvbSubDestinationSettings) SetOutlineSize

SetOutlineSize sets the OutlineSize field's value.

func (*DvbSubDestinationSettings) SetShadowColor

SetShadowColor sets the ShadowColor field's value.

func (*DvbSubDestinationSettings) SetShadowOpacity

SetShadowOpacity sets the ShadowOpacity field's value.

func (*DvbSubDestinationSettings) SetShadowXOffset

SetShadowXOffset sets the ShadowXOffset field's value.

func (*DvbSubDestinationSettings) SetShadowYOffset

SetShadowYOffset sets the ShadowYOffset field's value.

func (*DvbSubDestinationSettings) SetStylePassthrough added in v1.40.48

func (s *DvbSubDestinationSettings) SetStylePassthrough(v string) *DvbSubDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (*DvbSubDestinationSettings) SetSubtitlingType added in v1.25.42

SetSubtitlingType sets the SubtitlingType field's value.

func (*DvbSubDestinationSettings) SetTeletextSpacing

SetTeletextSpacing sets the TeletextSpacing field's value.

func (*DvbSubDestinationSettings) SetWidth added in v1.38.37

SetWidth sets the Width field's value.

func (*DvbSubDestinationSettings) SetXPosition

SetXPosition sets the XPosition field's value.

func (*DvbSubDestinationSettings) SetYPosition

SetYPosition sets the YPosition field's value.

func (DvbSubDestinationSettings) String

func (s DvbSubDestinationSettings) 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 (*DvbSubDestinationSettings) Validate added in v1.14.0

func (s *DvbSubDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSubSourceSettings

type DvbSubSourceSettings struct {

	// When using DVB-Sub with Burn-in, use this PID for the source content. Unused
	// for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless
	// of selectors.
	Pid *int64 `locationName:"pid" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

DVB Sub Source Settings

func (DvbSubSourceSettings) GoString

func (s DvbSubSourceSettings) 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 (*DvbSubSourceSettings) SetPid

SetPid sets the Pid field's value.

func (DvbSubSourceSettings) String

func (s DvbSubSourceSettings) 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 (*DvbSubSourceSettings) Validate added in v1.14.0

func (s *DvbSubSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbTdtSettings

type DvbTdtSettings struct {

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	TdtInterval *int64 `locationName:"tdtInterval" min:"1000" type:"integer"`
	// contains filtered or unexported fields
}

Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output.

func (DvbTdtSettings) GoString

func (s DvbTdtSettings) 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 (*DvbTdtSettings) SetTdtInterval

func (s *DvbTdtSettings) SetTdtInterval(v int64) *DvbTdtSettings

SetTdtInterval sets the TdtInterval field's value.

func (DvbTdtSettings) String

func (s DvbTdtSettings) 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 (*DvbTdtSettings) Validate added in v1.14.0

func (s *DvbTdtSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Eac3AtmosSettings added in v1.21.5

type Eac3AtmosSettings struct {

	// Specify the average bitrate for this output in bits per second. Valid values:
	// 384k, 448k, 576k, 640k, 768k, 1024k Default value: 448k Note that MediaConvert
	// supports 384k only with channel-based immersive (CBI) 7.1.4 and 5.1.4 inputs.
	// For CBI 9.1.6 and other input types, MediaConvert automatically increases
	// your output bitrate to 448k.
	Bitrate *int64 `locationName:"bitrate" min:"384000" type:"integer"`

	// 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).
	BitstreamMode *string `locationName:"bitstreamMode" type:"string" enum:"Eac3AtmosBitstreamMode"`

	// The coding mode for Dolby Digital Plus JOC (Atmos).
	CodingMode *string `locationName:"codingMode" type:"string" enum:"Eac3AtmosCodingMode"`

	// Enable Dolby Dialogue Intelligence to adjust loudness based on dialogue analysis.
	DialogueIntelligence *string `locationName:"dialogueIntelligence" type:"string" enum:"Eac3AtmosDialogueIntelligence"`

	// Specify whether MediaConvert should use any downmix metadata from your input
	// file. Keep the default value, Custom to provide downmix values in your job
	// settings. Choose Follow source to use the metadata from your input. Related
	// settings--Use these settings to specify your downmix values: Left only/Right
	// only surround, Left total/Right total surround, Left total/Right total center,
	// Left only/Right only center, and Stereo downmix. When you keep Custom for
	// Downmix control and you don't specify values for the related settings, MediaConvert
	// uses default values for those settings.
	DownmixControl *string `locationName:"downmixControl" type:"string" enum:"Eac3AtmosDownmixControl"`

	// 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 Related setting: To have MediaConvert use the value
	// you specify here, keep the default value, Custom for the setting Dynamic
	// range control. Otherwise, MediaConvert ignores Dynamic range compression
	// line. 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.
	DynamicRangeCompressionLine *string `locationName:"dynamicRangeCompressionLine" type:"string" enum:"Eac3AtmosDynamicRangeCompressionLine"`

	// 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 Related setting: To have MediaConvert use the value
	// you specify here, keep the default value, Custom for the setting Dynamic
	// range control. Otherwise, MediaConvert ignores Dynamic range compression
	// RF. 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.
	DynamicRangeCompressionRf *string `locationName:"dynamicRangeCompressionRf" type:"string" enum:"Eac3AtmosDynamicRangeCompressionRf"`

	// Specify whether MediaConvert should use any dynamic range control metadata
	// from your input file. Keep the default value, Custom, to provide dynamic
	// range control values in your job settings. Choose Follow source to use the
	// metadata from your input. Related settings--Use these settings to specify
	// your dynamic range control values: Dynamic range compression line and Dynamic
	// range compression RF. When you keep the value Custom for Dynamic range control
	// and you don't specify values for the related settings, MediaConvert uses
	// default values for those settings.
	DynamicRangeControl *string `locationName:"dynamicRangeControl" type:"string" enum:"Eac3AtmosDynamicRangeControl"`

	// Specify a value for the following Dolby Atmos setting: Left only/Right only
	// center mix (Lo/Ro center). MediaConvert uses this value for downmixing. Default
	// value: -3 dB. Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related
	// setting: How the service uses this value depends on the value that you choose
	// for Stereo downmix. Related setting: To have MediaConvert use this value,
	// keep the default value, Custom for the setting Downmix control. Otherwise,
	// MediaConvert ignores Left only/Right only center.
	LoRoCenterMixLevel *float64 `locationName:"loRoCenterMixLevel" type:"double"`

	// Specify a value for the following Dolby Atmos setting: Left only/Right only.
	// MediaConvert uses this value for downmixing. Default value: -3 dB. Valid
	// values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel.
	// Related setting: How the service uses this value depends on the value that
	// you choose for Stereo downmix. Related setting: To have MediaConvert use
	// this value, keep the default value, Custom for the setting Downmix control.
	// Otherwise, MediaConvert ignores Left only/Right only surround.
	LoRoSurroundMixLevel *float64 `locationName:"loRoSurroundMixLevel" type:"double"`

	// Specify a value for the following Dolby Atmos setting: Left total/Right total
	// center mix (Lt/Rt center). MediaConvert uses this value for downmixing. Default
	// value: -3 dB Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, and -6.0. Related
	// setting: How the service uses this value depends on the value that you choose
	// for Stereo downmix. Related setting: To have MediaConvert use this value,
	// keep the default value, Custom for the setting Downmix control. Otherwise,
	// MediaConvert ignores Left total/Right total center.
	LtRtCenterMixLevel *float64 `locationName:"ltRtCenterMixLevel" type:"double"`

	// Specify a value for the following Dolby Atmos setting: Left total/Right total
	// surround mix (Lt/Rt surround). MediaConvert uses this value for downmixing.
	// Default value: -3 dB Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value
	// -60 mutes the channel. Related setting: How the service uses this value depends
	// on the value that you choose for Stereo downmix. Related setting: To have
	// MediaConvert use this value, keep the default value, Custom for the setting
	// Downmix control. Otherwise, the service ignores Left total/Right total surround.
	LtRtSurroundMixLevel *float64 `locationName:"ltRtSurroundMixLevel" type:"double"`

	// Choose how the service meters the loudness of your audio.
	MeteringMode *string `locationName:"meteringMode" type:"string" enum:"Eac3AtmosMeteringMode"`

	// This value is always 48000. It represents the sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"48000" type:"integer"`

	// Specify the percentage of audio content, from 0% to 100%, that must be speech
	// in order for the encoder to use the measured speech loudness as the overall
	// program loudness. Default value: 15%
	SpeechThreshold *int64 `locationName:"speechThreshold" type:"integer"`

	// Choose how the service does stereo downmixing. Default value: Not indicated
	// Related setting: To have MediaConvert use this value, keep the default value,
	// Custom for the setting Downmix control. Otherwise, MediaConvert ignores Stereo
	// downmix.
	StereoDownmix *string `locationName:"stereoDownmix" type:"string" enum:"Eac3AtmosStereoDownmix"`

	// Specify whether your input audio has an additional center rear surround channel
	// matrix encoded into your left and right surround channels.
	SurroundExMode *string `locationName:"surroundExMode" type:"string" enum:"Eac3AtmosSurroundExMode"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value EAC3_ATMOS.

func (Eac3AtmosSettings) GoString added in v1.21.5

func (s Eac3AtmosSettings) 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 (*Eac3AtmosSettings) SetBitrate added in v1.21.5

func (s *Eac3AtmosSettings) SetBitrate(v int64) *Eac3AtmosSettings

SetBitrate sets the Bitrate field's value.

func (*Eac3AtmosSettings) SetBitstreamMode added in v1.21.5

func (s *Eac3AtmosSettings) SetBitstreamMode(v string) *Eac3AtmosSettings

SetBitstreamMode sets the BitstreamMode field's value.

func (*Eac3AtmosSettings) SetCodingMode added in v1.21.5

func (s *Eac3AtmosSettings) SetCodingMode(v string) *Eac3AtmosSettings

SetCodingMode sets the CodingMode field's value.

func (*Eac3AtmosSettings) SetDialogueIntelligence added in v1.21.5

func (s *Eac3AtmosSettings) SetDialogueIntelligence(v string) *Eac3AtmosSettings

SetDialogueIntelligence sets the DialogueIntelligence field's value.

func (*Eac3AtmosSettings) SetDownmixControl added in v1.38.69

func (s *Eac3AtmosSettings) SetDownmixControl(v string) *Eac3AtmosSettings

SetDownmixControl sets the DownmixControl field's value.

func (*Eac3AtmosSettings) SetDynamicRangeCompressionLine added in v1.21.5

func (s *Eac3AtmosSettings) SetDynamicRangeCompressionLine(v string) *Eac3AtmosSettings

SetDynamicRangeCompressionLine sets the DynamicRangeCompressionLine field's value.

func (*Eac3AtmosSettings) SetDynamicRangeCompressionRf added in v1.21.5

func (s *Eac3AtmosSettings) SetDynamicRangeCompressionRf(v string) *Eac3AtmosSettings

SetDynamicRangeCompressionRf sets the DynamicRangeCompressionRf field's value.

func (*Eac3AtmosSettings) SetDynamicRangeControl added in v1.38.69

func (s *Eac3AtmosSettings) SetDynamicRangeControl(v string) *Eac3AtmosSettings

SetDynamicRangeControl sets the DynamicRangeControl field's value.

func (*Eac3AtmosSettings) SetLoRoCenterMixLevel added in v1.21.5

func (s *Eac3AtmosSettings) SetLoRoCenterMixLevel(v float64) *Eac3AtmosSettings

SetLoRoCenterMixLevel sets the LoRoCenterMixLevel field's value.

func (*Eac3AtmosSettings) SetLoRoSurroundMixLevel added in v1.21.5

func (s *Eac3AtmosSettings) SetLoRoSurroundMixLevel(v float64) *Eac3AtmosSettings

SetLoRoSurroundMixLevel sets the LoRoSurroundMixLevel field's value.

func (*Eac3AtmosSettings) SetLtRtCenterMixLevel added in v1.21.5

func (s *Eac3AtmosSettings) SetLtRtCenterMixLevel(v float64) *Eac3AtmosSettings

SetLtRtCenterMixLevel sets the LtRtCenterMixLevel field's value.

func (*Eac3AtmosSettings) SetLtRtSurroundMixLevel added in v1.21.5

func (s *Eac3AtmosSettings) SetLtRtSurroundMixLevel(v float64) *Eac3AtmosSettings

SetLtRtSurroundMixLevel sets the LtRtSurroundMixLevel field's value.

func (*Eac3AtmosSettings) SetMeteringMode added in v1.21.5

func (s *Eac3AtmosSettings) SetMeteringMode(v string) *Eac3AtmosSettings

SetMeteringMode sets the MeteringMode field's value.

func (*Eac3AtmosSettings) SetSampleRate added in v1.21.5

func (s *Eac3AtmosSettings) SetSampleRate(v int64) *Eac3AtmosSettings

SetSampleRate sets the SampleRate field's value.

func (*Eac3AtmosSettings) SetSpeechThreshold added in v1.21.5

func (s *Eac3AtmosSettings) SetSpeechThreshold(v int64) *Eac3AtmosSettings

SetSpeechThreshold sets the SpeechThreshold field's value.

func (*Eac3AtmosSettings) SetStereoDownmix added in v1.21.5

func (s *Eac3AtmosSettings) SetStereoDownmix(v string) *Eac3AtmosSettings

SetStereoDownmix sets the StereoDownmix field's value.

func (*Eac3AtmosSettings) SetSurroundExMode added in v1.21.5

func (s *Eac3AtmosSettings) SetSurroundExMode(v string) *Eac3AtmosSettings

SetSurroundExMode sets the SurroundExMode field's value.

func (Eac3AtmosSettings) String added in v1.21.5

func (s Eac3AtmosSettings) 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 (*Eac3AtmosSettings) Validate added in v1.21.5

func (s *Eac3AtmosSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Eac3Settings

type Eac3Settings struct {

	// If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels.
	// Only used for 3/2 coding mode.
	AttenuationControl *string `locationName:"attenuationControl" type:"string" enum:"Eac3AttenuationControl"`

	// 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:
	// 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000.
	// Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default:
	// 384000. Minimum: 192000. Maximum: 3024000.
	Bitrate *int64 `locationName:"bitrate" min:"32000" type:"integer"`

	// 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).
	BitstreamMode *string `locationName:"bitstreamMode" type:"string" enum:"Eac3BitstreamMode"`

	// Dolby Digital Plus coding mode. Determines number of channels.
	CodingMode *string `locationName:"codingMode" type:"string" enum:"Eac3CodingMode"`

	// Activates a DC highpass filter for all input channels.
	DcFilter *string `locationName:"dcFilter" type:"string" enum:"Eac3DcFilter"`

	// Sets the dialnorm for the output. If blank and input audio is Dolby Digital
	// Plus, 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. 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:"Eac3DynamicRangeCompressionLine"`

	// 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. 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:"Eac3DynamicRangeCompressionRf"`

	// When encoding 3/2 audio, controls whether the LFE channel is enabled
	LfeControl *string `locationName:"lfeControl" type:"string" enum:"Eac3LfeControl"`

	// 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:"Eac3LfeFilter"`

	// Specify a value for the following Dolby Digital Plus setting: Left only/Right
	// only center mix. MediaConvert uses this value for downmixing. How the service
	// uses this value depends on the value that you choose for Stereo downmix.
	// Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60
	// mutes the channel. This setting applies only if you keep the default value
	// of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different
	// value for Coding mode, the service ignores Left only/Right only center.
	LoRoCenterMixLevel *float64 `locationName:"loRoCenterMixLevel" type:"double"`

	// Specify a value for the following Dolby Digital Plus setting: Left only/Right
	// only. MediaConvert uses this value for downmixing. How the service uses this
	// value depends on the value that you choose for Stereo downmix. Valid values:
	// -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel. This setting
	// applies only if you keep the default value of 3/2 - L, R, C, Ls, Rs for the
	// setting Coding mode. If you choose a different value for Coding mode, the
	// service ignores Left only/Right only surround.
	LoRoSurroundMixLevel *float64 `locationName:"loRoSurroundMixLevel" type:"double"`

	// Specify a value for the following Dolby Digital Plus setting: Left total/Right
	// total center mix. MediaConvert uses this value for downmixing. How the service
	// uses this value depends on the value that you choose for Stereo downmix.
	// Valid values: 3.0, 1.5, 0.0, -1.5, -3.0, -4.5, -6.0, and -60. The value -60
	// mutes the channel. This setting applies only if you keep the default value
	// of 3/2 - L, R, C, Ls, Rs for the setting Coding mode. If you choose a different
	// value for Coding mode, the service ignores Left total/Right total center.
	LtRtCenterMixLevel *float64 `locationName:"ltRtCenterMixLevel" type:"double"`

	// Specify a value for the following Dolby Digital Plus setting: Left total/Right
	// total surround mix. MediaConvert uses this value for downmixing. How the
	// service uses this value depends on the value that you choose for Stereo downmix.
	// Valid values: -1.5, -3.0, -4.5, -6.0, and -60. The value -60 mutes the channel.
	// This setting applies only if you keep the default value of 3/2 - L, R, C,
	// Ls, Rs for the setting Coding mode. If you choose a different value for Coding
	// mode, the service ignores Left total/Right total surround.
	LtRtSurroundMixLevel *float64 `locationName:"ltRtSurroundMixLevel" type:"double"`

	// 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:"Eac3MetadataControl"`

	// 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.
	PassthroughControl *string `locationName:"passthroughControl" type:"string" enum:"Eac3PassthroughControl"`

	// Controls the amount of phase-shift applied to the surround channels. Only
	// used for 3/2 coding mode.
	PhaseControl *string `locationName:"phaseControl" type:"string" enum:"Eac3PhaseControl"`

	// This value is always 48000. It represents the sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"48000" type:"integer"`

	// 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 for the setting Coding
	// mode. If you choose a different value for Coding mode, the service ignores
	// Stereo downmix.
	StereoDownmix *string `locationName:"stereoDownmix" type:"string" enum:"Eac3StereoDownmix"`

	// When encoding 3/2 audio, sets whether an extra center back surround channel
	// is matrix encoded into the left and right surround channels.
	SurroundExMode *string `locationName:"surroundExMode" type:"string" enum:"Eac3SurroundExMode"`

	// When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into
	// the two channels.
	SurroundMode *string `locationName:"surroundMode" type:"string" enum:"Eac3SurroundMode"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value EAC3.

func (Eac3Settings) GoString

func (s Eac3Settings) 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 (*Eac3Settings) SetAttenuationControl

func (s *Eac3Settings) SetAttenuationControl(v string) *Eac3Settings

SetAttenuationControl sets the AttenuationControl field's value.

func (*Eac3Settings) SetBitrate

func (s *Eac3Settings) SetBitrate(v int64) *Eac3Settings

SetBitrate sets the Bitrate field's value.

func (*Eac3Settings) SetBitstreamMode

func (s *Eac3Settings) SetBitstreamMode(v string) *Eac3Settings

SetBitstreamMode sets the BitstreamMode field's value.

func (*Eac3Settings) SetCodingMode

func (s *Eac3Settings) SetCodingMode(v string) *Eac3Settings

SetCodingMode sets the CodingMode field's value.

func (*Eac3Settings) SetDcFilter

func (s *Eac3Settings) SetDcFilter(v string) *Eac3Settings

SetDcFilter sets the DcFilter field's value.

func (*Eac3Settings) SetDialnorm

func (s *Eac3Settings) SetDialnorm(v int64) *Eac3Settings

SetDialnorm sets the Dialnorm field's value.

func (*Eac3Settings) SetDynamicRangeCompressionLine

func (s *Eac3Settings) SetDynamicRangeCompressionLine(v string) *Eac3Settings

SetDynamicRangeCompressionLine sets the DynamicRangeCompressionLine field's value.

func (*Eac3Settings) SetDynamicRangeCompressionRf

func (s *Eac3Settings) SetDynamicRangeCompressionRf(v string) *Eac3Settings

SetDynamicRangeCompressionRf sets the DynamicRangeCompressionRf field's value.

func (*Eac3Settings) SetLfeControl

func (s *Eac3Settings) SetLfeControl(v string) *Eac3Settings

SetLfeControl sets the LfeControl field's value.

func (*Eac3Settings) SetLfeFilter

func (s *Eac3Settings) SetLfeFilter(v string) *Eac3Settings

SetLfeFilter sets the LfeFilter field's value.

func (*Eac3Settings) SetLoRoCenterMixLevel

func (s *Eac3Settings) SetLoRoCenterMixLevel(v float64) *Eac3Settings

SetLoRoCenterMixLevel sets the LoRoCenterMixLevel field's value.

func (*Eac3Settings) SetLoRoSurroundMixLevel

func (s *Eac3Settings) SetLoRoSurroundMixLevel(v float64) *Eac3Settings

SetLoRoSurroundMixLevel sets the LoRoSurroundMixLevel field's value.

func (*Eac3Settings) SetLtRtCenterMixLevel

func (s *Eac3Settings) SetLtRtCenterMixLevel(v float64) *Eac3Settings

SetLtRtCenterMixLevel sets the LtRtCenterMixLevel field's value.

func (*Eac3Settings) SetLtRtSurroundMixLevel

func (s *Eac3Settings) SetLtRtSurroundMixLevel(v float64) *Eac3Settings

SetLtRtSurroundMixLevel sets the LtRtSurroundMixLevel field's value.

func (*Eac3Settings) SetMetadataControl

func (s *Eac3Settings) SetMetadataControl(v string) *Eac3Settings

SetMetadataControl sets the MetadataControl field's value.

func (*Eac3Settings) SetPassthroughControl

func (s *Eac3Settings) SetPassthroughControl(v string) *Eac3Settings

SetPassthroughControl sets the PassthroughControl field's value.

func (*Eac3Settings) SetPhaseControl

func (s *Eac3Settings) SetPhaseControl(v string) *Eac3Settings

SetPhaseControl sets the PhaseControl field's value.

func (*Eac3Settings) SetSampleRate

func (s *Eac3Settings) SetSampleRate(v int64) *Eac3Settings

SetSampleRate sets the SampleRate field's value.

func (*Eac3Settings) SetStereoDownmix

func (s *Eac3Settings) SetStereoDownmix(v string) *Eac3Settings

SetStereoDownmix sets the StereoDownmix field's value.

func (*Eac3Settings) SetSurroundExMode

func (s *Eac3Settings) SetSurroundExMode(v string) *Eac3Settings

SetSurroundExMode sets the SurroundExMode field's value.

func (*Eac3Settings) SetSurroundMode

func (s *Eac3Settings) SetSurroundMode(v string) *Eac3Settings

SetSurroundMode sets the SurroundMode field's value.

func (Eac3Settings) String

func (s Eac3Settings) 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 (*Eac3Settings) Validate added in v1.14.0

func (s *Eac3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EmbeddedDestinationSettings added in v1.16.19

type EmbeddedDestinationSettings struct {

	// Ignore this setting unless your input captions are SCC format and your output
	// captions are embedded in the video stream. Specify a CC number for each captions
	// channel in this output. If you have two channels, choose CC numbers that
	// aren't in the same field. For example, choose 1 and 3. For more information,
	// see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.
	Destination608ChannelNumber *int64 `locationName:"destination608ChannelNumber" min:"1" type:"integer"`

	// Ignore this setting unless your input captions are SCC format and you want
	// both 608 and 708 captions embedded in your output stream. Optionally, specify
	// the 708 service number for each output captions channel. Choose a different
	// number for each channel. To use this setting, also set Force 608 to 708 upconvert
	// to Upconvert in your input captions selector settings. If you choose to upconvert
	// but don't specify a 708 service number, MediaConvert uses the number that
	// you specify for CC channel number for the 708 service number. For more information,
	// see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.
	Destination708ServiceNumber *int64 `locationName:"destination708ServiceNumber" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

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.

func (EmbeddedDestinationSettings) GoString added in v1.16.19

func (s EmbeddedDestinationSettings) 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 (*EmbeddedDestinationSettings) SetDestination608ChannelNumber added in v1.16.19

func (s *EmbeddedDestinationSettings) SetDestination608ChannelNumber(v int64) *EmbeddedDestinationSettings

SetDestination608ChannelNumber sets the Destination608ChannelNumber field's value.

func (*EmbeddedDestinationSettings) SetDestination708ServiceNumber added in v1.21.5

func (s *EmbeddedDestinationSettings) SetDestination708ServiceNumber(v int64) *EmbeddedDestinationSettings

SetDestination708ServiceNumber sets the Destination708ServiceNumber field's value.

func (EmbeddedDestinationSettings) String added in v1.16.19

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 (*EmbeddedDestinationSettings) Validate added in v1.16.19

func (s *EmbeddedDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EmbeddedSourceSettings

type EmbeddedSourceSettings struct {

	// Specify whether this set of input captions appears in your outputs in both
	// 608 and 708 format. If you choose 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:"EmbeddedConvert608To708"`

	// Specifies the 608/708 channel number within the video track from which to
	// extract captions. Unused for passthrough.
	Source608ChannelNumber *int64 `locationName:"source608ChannelNumber" min:"1" type:"integer"`

	// Specifies the video track index used for extracting captions. The system
	// only supports one input video track, so this should always be set to '1'.
	Source608TrackNumber *int64 `locationName:"source608TrackNumber" 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:"EmbeddedTerminateCaptions"`
	// contains filtered or unexported fields
}

Settings for embedded captions Source

func (EmbeddedSourceSettings) GoString

func (s EmbeddedSourceSettings) 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 (*EmbeddedSourceSettings) SetConvert608To708

func (s *EmbeddedSourceSettings) SetConvert608To708(v string) *EmbeddedSourceSettings

SetConvert608To708 sets the Convert608To708 field's value.

func (*EmbeddedSourceSettings) SetSource608ChannelNumber

func (s *EmbeddedSourceSettings) SetSource608ChannelNumber(v int64) *EmbeddedSourceSettings

SetSource608ChannelNumber sets the Source608ChannelNumber field's value.

func (*EmbeddedSourceSettings) SetSource608TrackNumber

func (s *EmbeddedSourceSettings) SetSource608TrackNumber(v int64) *EmbeddedSourceSettings

SetSource608TrackNumber sets the Source608TrackNumber field's value.

func (*EmbeddedSourceSettings) SetTerminateCaptions added in v1.23.22

func (s *EmbeddedSourceSettings) SetTerminateCaptions(v string) *EmbeddedSourceSettings

SetTerminateCaptions sets the TerminateCaptions field's value.

func (EmbeddedSourceSettings) String

func (s EmbeddedSourceSettings) 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 (*EmbeddedSourceSettings) Validate added in v1.14.0

func (s *EmbeddedSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Endpoint

type Endpoint struct {

	// URL of endpoint
	Url *string `locationName:"url" type:"string"`
	// contains filtered or unexported fields
}

Describes an account-specific API endpoint.

func (Endpoint) GoString

func (s Endpoint) 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 (*Endpoint) SetUrl

func (s *Endpoint) SetUrl(v string) *Endpoint

SetUrl sets the Url field's value.

func (Endpoint) String

func (s Endpoint) 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 EsamManifestConfirmConditionNotification added in v1.17.6

type EsamManifestConfirmConditionNotification struct {

	// Provide your ESAM ManifestConfirmConditionNotification XML document inside
	// your JSON job settings. Form the XML document as per OC-SP-ESAM-API-I03-131025.
	// The transcoder will use the Manifest Conditioning instructions in the message
	// that you supply.
	MccXml *string `locationName:"mccXml" type:"string"`
	// contains filtered or unexported fields
}

ESAM ManifestConfirmConditionNotification defined by OC-SP-ESAM-API-I03-131025.

func (EsamManifestConfirmConditionNotification) GoString added in v1.17.6

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 (*EsamManifestConfirmConditionNotification) SetMccXml added in v1.17.6

SetMccXml sets the MccXml field's value.

func (EsamManifestConfirmConditionNotification) String added in v1.17.6

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 EsamSettings added in v1.17.6

type EsamSettings struct {

	// Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025.
	// The transcoder uses the manifest conditioning instructions that you provide
	// in the setting MCC XML.
	ManifestConfirmConditionNotification *EsamManifestConfirmConditionNotification `locationName:"manifestConfirmConditionNotification" type:"structure"`

	// Specifies the stream distance, in milliseconds, between the SCTE 35 messages
	// that the transcoder places and the splice points that they refer to. If the
	// time between the start of the asset and the SCTE-35 message is less than
	// this value, then the transcoder places the SCTE-35 marker at the beginning
	// of the stream.
	ResponseSignalPreroll *int64 `locationName:"responseSignalPreroll" type:"integer"`

	// Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025.
	// The transcoder uses the signal processing instructions that you provide in
	// the setting SCC XML.
	SignalProcessingNotification *EsamSignalProcessingNotification `locationName:"signalProcessingNotification" type:"structure"`
	// contains filtered or unexported fields
}

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

func (EsamSettings) GoString added in v1.17.6

func (s EsamSettings) 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 (*EsamSettings) SetManifestConfirmConditionNotification added in v1.17.6

func (s *EsamSettings) SetManifestConfirmConditionNotification(v *EsamManifestConfirmConditionNotification) *EsamSettings

SetManifestConfirmConditionNotification sets the ManifestConfirmConditionNotification field's value.

func (*EsamSettings) SetResponseSignalPreroll added in v1.17.6

func (s *EsamSettings) SetResponseSignalPreroll(v int64) *EsamSettings

SetResponseSignalPreroll sets the ResponseSignalPreroll field's value.

func (*EsamSettings) SetSignalProcessingNotification added in v1.17.6

func (s *EsamSettings) SetSignalProcessingNotification(v *EsamSignalProcessingNotification) *EsamSettings

SetSignalProcessingNotification sets the SignalProcessingNotification field's value.

func (EsamSettings) String added in v1.17.6

func (s EsamSettings) 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 EsamSignalProcessingNotification added in v1.17.6

type EsamSignalProcessingNotification struct {

	// Provide your ESAM SignalProcessingNotification XML document inside your JSON
	// job settings. Form the XML document as per OC-SP-ESAM-API-I03-131025. The
	// transcoder will use the signal processing instructions in the message that
	// you supply. For your MPEG2-TS file outputs, if you want the service to place
	// SCTE-35 markers at the insertion points you specify in the XML document,
	// you must also enable SCTE-35 ESAM. Note that you can either specify an ESAM
	// XML document or enable SCTE-35 passthrough. You can't do both.
	SccXml *string `locationName:"sccXml" type:"string"`
	// contains filtered or unexported fields
}

ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.

func (EsamSignalProcessingNotification) GoString added in v1.17.6

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 (*EsamSignalProcessingNotification) SetSccXml added in v1.17.6

SetSccXml sets the SccXml field's value.

func (EsamSignalProcessingNotification) String added in v1.17.6

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 ExtendedDataServices added in v1.40.14

type ExtendedDataServices struct {

	// 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.
	CopyProtectionAction *string `locationName:"copyProtectionAction" type:"string" enum:"CopyProtectionAction"`

	// 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.
	VchipAction *string `locationName:"vchipAction" type:"string" enum:"VchipAction"`
	// contains filtered or unexported fields
}

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

func (ExtendedDataServices) GoString added in v1.40.14

func (s ExtendedDataServices) 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 (*ExtendedDataServices) SetCopyProtectionAction added in v1.40.14

func (s *ExtendedDataServices) SetCopyProtectionAction(v string) *ExtendedDataServices

SetCopyProtectionAction sets the CopyProtectionAction field's value.

func (*ExtendedDataServices) SetVchipAction added in v1.40.14

func (s *ExtendedDataServices) SetVchipAction(v string) *ExtendedDataServices

SetVchipAction sets the VchipAction field's value.

func (ExtendedDataServices) String added in v1.40.14

func (s ExtendedDataServices) 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 F4vSettings

type F4vSettings struct {

	// To place the MOOV atom at the beginning of your output, which is useful for
	// progressive downloading: Leave blank or choose Progressive download. To place
	// the MOOV at the end of your output: Choose Normal.
	MoovPlacement *string `locationName:"moovPlacement" type:"string" enum:"F4vMoovPlacement"`
	// contains filtered or unexported fields
}

Settings for F4v container

func (F4vSettings) GoString

func (s F4vSettings) 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 (*F4vSettings) SetMoovPlacement

func (s *F4vSettings) SetMoovPlacement(v string) *F4vSettings

SetMoovPlacement sets the MoovPlacement field's value.

func (F4vSettings) String

func (s F4vSettings) 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 FileGroupSettings

type FileGroupSettings struct {

	// Use 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"`
	// contains filtered or unexported fields
}

Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.

func (FileGroupSettings) GoString

func (s FileGroupSettings) 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 (*FileGroupSettings) SetDestination

func (s *FileGroupSettings) SetDestination(v string) *FileGroupSettings

SetDestination sets the Destination field's value.

func (*FileGroupSettings) SetDestinationSettings added in v1.19.4

func (s *FileGroupSettings) SetDestinationSettings(v *DestinationSettings) *FileGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (FileGroupSettings) String

func (s FileGroupSettings) 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 FileSourceSettings

type FileSourceSettings struct {

	// Specify whether this set of input captions appears in your outputs in both
	// 608 and 708 format. If you choose 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:"FileSourceConvert608To708"`

	// 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.
	ConvertPaintToPop *string `locationName:"convertPaintToPop" type:"string" enum:"CaptionSourceConvertPaintOnToPopOn"`

	// 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. 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.
	Framerate *CaptionSourceFramerate `locationName:"framerate" type:"structure"`

	// External caption file used for loading captions. Accepted file extensions
	// are 'scc', 'ttml', 'dfxp', 'stl', 'srt', 'xml', 'smi', 'webvtt', and 'vtt'.
	SourceFile *string `locationName:"sourceFile" min:"14" type:"string"`

	// Optional. Use this setting when you need to adjust the sync between your
	// sidecar captions and your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/time-delta-use-cases.html.
	// Enter a positive or negative number to modify the times in the captions file.
	// For example, type 15 to add 15 seconds to all the times in the captions file.
	// Type -5 to subtract 5 seconds from the times in the captions file. You can
	// optionally specify your time delta in milliseconds instead of seconds. When
	// you do so, set the related setting, Time delta units to Milliseconds. Note
	// that, when you specify a time delta for timecode-based caption sources, such
	// as SCC and STL, and your time delta isn't a multiple of the input frame rate,
	// MediaConvert snaps the captions to the nearest frame. For example, when your
	// input video frame rate is 25 fps and you specify 1010ms for time delta, MediaConvert
	// delays your captions by 1000 ms.
	TimeDelta *int64 `locationName:"timeDelta" type:"integer"`

	// When you use the setting Time delta 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, MediaConvert
	// uses seconds by default.
	TimeDeltaUnits *string `locationName:"timeDeltaUnits" type:"string" enum:"FileSourceTimeDeltaUnits"`
	// contains filtered or unexported fields
}

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.

func (FileSourceSettings) GoString

func (s FileSourceSettings) 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 (*FileSourceSettings) SetConvert608To708

func (s *FileSourceSettings) SetConvert608To708(v string) *FileSourceSettings

SetConvert608To708 sets the Convert608To708 field's value.

func (*FileSourceSettings) SetConvertPaintToPop added in v1.44.249

func (s *FileSourceSettings) SetConvertPaintToPop(v string) *FileSourceSettings

SetConvertPaintToPop sets the ConvertPaintToPop field's value.

func (*FileSourceSettings) SetFramerate added in v1.30.8

SetFramerate sets the Framerate field's value.

func (*FileSourceSettings) SetSourceFile

func (s *FileSourceSettings) SetSourceFile(v string) *FileSourceSettings

SetSourceFile sets the SourceFile field's value.

func (*FileSourceSettings) SetTimeDelta

func (s *FileSourceSettings) SetTimeDelta(v int64) *FileSourceSettings

SetTimeDelta sets the TimeDelta field's value.

func (*FileSourceSettings) SetTimeDeltaUnits added in v1.41.7

func (s *FileSourceSettings) SetTimeDeltaUnits(v string) *FileSourceSettings

SetTimeDeltaUnits sets the TimeDeltaUnits field's value.

func (FileSourceSettings) String

func (s FileSourceSettings) 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 (*FileSourceSettings) Validate added in v1.14.0

func (s *FileSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FlacSettings added in v1.44.331

type FlacSettings 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. Choosing Mono
	// on the console gives you 1 output channel; choosing Stereo gives you 2. In
	// the API, valid values are between 1 and 8.
	Channels *int64 `locationName:"channels" min:"1" type:"integer"`

	// Sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"22050" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.

func (FlacSettings) GoString added in v1.44.331

func (s FlacSettings) 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 (*FlacSettings) SetBitDepth added in v1.44.331

func (s *FlacSettings) SetBitDepth(v int64) *FlacSettings

SetBitDepth sets the BitDepth field's value.

func (*FlacSettings) SetChannels added in v1.44.331

func (s *FlacSettings) SetChannels(v int64) *FlacSettings

SetChannels sets the Channels field's value.

func (*FlacSettings) SetSampleRate added in v1.44.331

func (s *FlacSettings) SetSampleRate(v int64) *FlacSettings

SetSampleRate sets the SampleRate field's value.

func (FlacSettings) String added in v1.44.331

func (s FlacSettings) 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 (*FlacSettings) Validate added in v1.44.331

func (s *FlacSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForbiddenException added in v1.28.0

type ForbiddenException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*ForbiddenException) Code added in v1.28.0

func (s *ForbiddenException) Code() string

Code returns the exception type name.

func (*ForbiddenException) Error added in v1.28.0

func (s *ForbiddenException) Error() string

func (ForbiddenException) GoString added in v1.28.0

func (s ForbiddenException) 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 (*ForbiddenException) Message added in v1.28.0

func (s *ForbiddenException) Message() string

Message returns the exception's message.

func (*ForbiddenException) OrigErr added in v1.28.0

func (s *ForbiddenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ForbiddenException) RequestID added in v1.28.0

func (s *ForbiddenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ForbiddenException) StatusCode added in v1.28.0

func (s *ForbiddenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ForbiddenException) String added in v1.28.0

func (s ForbiddenException) 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 ForceIncludeRenditionSize added in v1.44.21

type ForceIncludeRenditionSize struct {

	// Use Height to define the video resolution height, in pixels, for this rule.
	Height *int64 `locationName:"height" min:"32" type:"integer"`

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

func (ForceIncludeRenditionSize) GoString added in v1.44.21

func (s ForceIncludeRenditionSize) 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 (*ForceIncludeRenditionSize) SetHeight added in v1.44.21

SetHeight sets the Height field's value.

func (*ForceIncludeRenditionSize) SetWidth added in v1.44.21

SetWidth sets the Width field's value.

func (ForceIncludeRenditionSize) String added in v1.44.21

func (s ForceIncludeRenditionSize) 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 (*ForceIncludeRenditionSize) Validate added in v1.44.21

func (s *ForceIncludeRenditionSize) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FrameCaptureSettings

type FrameCaptureSettings struct {

	// Frame capture will encode the first frame of the output stream, then one
	// frame every framerateDenominator/framerateNumerator seconds. For example,
	// settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of
	// 1/3 frame per second) will capture the first frame, then 1 frame every 3s.
	// Files will be named as filename.n.jpg where n is the 0-based sequence number
	// of each Capture.
	FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`

	// Frame capture will encode the first frame of the output stream, then one
	// frame every framerateDenominator/framerateNumerator seconds. For example,
	// settings of framerateNumerator = 1 and framerateDenominator = 3 (a rate of
	// 1/3 frame per second) will capture the first frame, then 1 frame every 3s.
	// Files will be named as filename.NNNNNNN.jpg where N is the 0-based frame
	// sequence number zero padded to 7 decimal places.
	FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`

	// Maximum number of captures (encoded jpg output files).
	MaxCaptures *int64 `locationName:"maxCaptures" min:"1" type:"integer"`

	// JPEG Quality - a higher value equals higher quality.
	Quality *int64 `locationName:"quality" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value FRAME_CAPTURE.

func (FrameCaptureSettings) GoString

func (s FrameCaptureSettings) 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 (*FrameCaptureSettings) SetFramerateDenominator

func (s *FrameCaptureSettings) SetFramerateDenominator(v int64) *FrameCaptureSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*FrameCaptureSettings) SetFramerateNumerator

func (s *FrameCaptureSettings) SetFramerateNumerator(v int64) *FrameCaptureSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*FrameCaptureSettings) SetMaxCaptures

func (s *FrameCaptureSettings) SetMaxCaptures(v int64) *FrameCaptureSettings

SetMaxCaptures sets the MaxCaptures field's value.

func (*FrameCaptureSettings) SetQuality

SetQuality sets the Quality field's value.

func (FrameCaptureSettings) String

func (s FrameCaptureSettings) 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 (*FrameCaptureSettings) Validate added in v1.14.0

func (s *FrameCaptureSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobInput

type GetJobInput struct {

	// the job ID of the job.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Query a job by sending a request with the job ID.

func (GetJobInput) GoString

func (s GetJobInput) 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 (*GetJobInput) SetId

func (s *GetJobInput) SetId(v string) *GetJobInput

SetId sets the Id field's value.

func (GetJobInput) String

func (s GetJobInput) 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 (*GetJobInput) Validate

func (s *GetJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobOutput

type GetJobOutput struct {

	// Each job converts an input file into an output file or files. For more information,
	// see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	Job *Job `locationName:"job" type:"structure"`
	// contains filtered or unexported fields
}

Successful get job requests will return an OK message and the job JSON.

func (GetJobOutput) GoString

func (s GetJobOutput) 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 (*GetJobOutput) SetJob

func (s *GetJobOutput) SetJob(v *Job) *GetJobOutput

SetJob sets the Job field's value.

func (GetJobOutput) String

func (s GetJobOutput) 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 GetJobTemplateInput

type GetJobTemplateInput struct {

	// The name of the job template.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Query a job template by sending a request with the job template name.

func (GetJobTemplateInput) GoString

func (s GetJobTemplateInput) 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 (*GetJobTemplateInput) SetName

SetName sets the Name field's value.

func (GetJobTemplateInput) String

func (s GetJobTemplateInput) 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 (*GetJobTemplateInput) Validate

func (s *GetJobTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetJobTemplateOutput

type GetJobTemplateOutput struct {

	// A job template is a pre-made set of encoding instructions that you can use
	// to quickly create a job.
	JobTemplate *JobTemplate `locationName:"jobTemplate" type:"structure"`
	// contains filtered or unexported fields
}

Successful get job template requests will return an OK message and the job template JSON.

func (GetJobTemplateOutput) GoString

func (s GetJobTemplateOutput) 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 (*GetJobTemplateOutput) SetJobTemplate

func (s *GetJobTemplateOutput) SetJobTemplate(v *JobTemplate) *GetJobTemplateOutput

SetJobTemplate sets the JobTemplate field's value.

func (GetJobTemplateOutput) String

func (s GetJobTemplateOutput) 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 GetPolicyInput added in v1.40.59

type GetPolicyInput struct {
	// contains filtered or unexported fields
}

Send a request to retrieve the JSON for your policy.

func (GetPolicyInput) GoString added in v1.40.59

func (s GetPolicyInput) 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 (GetPolicyInput) String added in v1.40.59

func (s GetPolicyInput) 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 GetPolicyOutput added in v1.40.59

type GetPolicyOutput struct {

	// A policy configures behavior that you allow or disallow for your account.
	// For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	Policy *Policy `locationName:"policy" type:"structure"`
	// contains filtered or unexported fields
}

Successful GET policy requests will return the JSON for your policy.

func (GetPolicyOutput) GoString added in v1.40.59

func (s GetPolicyOutput) 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 (*GetPolicyOutput) SetPolicy added in v1.40.59

func (s *GetPolicyOutput) SetPolicy(v *Policy) *GetPolicyOutput

SetPolicy sets the Policy field's value.

func (GetPolicyOutput) String added in v1.40.59

func (s GetPolicyOutput) 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 GetPresetInput

type GetPresetInput struct {

	// The name of the preset.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Query a preset by sending a request with the preset name.

func (GetPresetInput) GoString

func (s GetPresetInput) 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 (*GetPresetInput) SetName

func (s *GetPresetInput) SetName(v string) *GetPresetInput

SetName sets the Name field's value.

func (GetPresetInput) String

func (s GetPresetInput) 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 (*GetPresetInput) Validate

func (s *GetPresetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetPresetOutput

type GetPresetOutput struct {

	// A preset is a collection of preconfigured media conversion settings that
	// you want MediaConvert to apply to the output during the conversion process.
	Preset *Preset `locationName:"preset" type:"structure"`
	// contains filtered or unexported fields
}

Successful get preset requests will return an OK message and the preset JSON.

func (GetPresetOutput) GoString

func (s GetPresetOutput) 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 (*GetPresetOutput) SetPreset

func (s *GetPresetOutput) SetPreset(v *Preset) *GetPresetOutput

SetPreset sets the Preset field's value.

func (GetPresetOutput) String

func (s GetPresetOutput) 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 GetQueueInput

type GetQueueInput struct {

	// The name of the queue that you want information about.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Get information about a queue by sending a request with the queue name.

func (GetQueueInput) GoString

func (s GetQueueInput) 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 (*GetQueueInput) SetName

func (s *GetQueueInput) SetName(v string) *GetQueueInput

SetName sets the Name field's value.

func (GetQueueInput) String

func (s GetQueueInput) 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 (*GetQueueInput) Validate

func (s *GetQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQueueOutput

type GetQueueOutput struct {

	// You can use queues to manage the resources that are available to your AWS
	// account for running multiple transcoding jobs at the same time. If you don't
	// specify a queue, the service sends all jobs through the default queue. For
	// more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
	Queue *Queue `locationName:"queue" type:"structure"`
	// contains filtered or unexported fields
}

Successful get queue requests return an OK message and information about the queue in JSON.

func (GetQueueOutput) GoString

func (s GetQueueOutput) 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 (*GetQueueOutput) SetQueue

func (s *GetQueueOutput) SetQueue(v *Queue) *GetQueueOutput

SetQueue sets the Queue field's value.

func (GetQueueOutput) String

func (s GetQueueOutput) 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 H264QvbrSettings added in v1.15.10

type H264QvbrSettings struct {

	// Use this setting only when Rate control mode is QVBR and Quality tuning level
	// is Multi-pass HQ. For Max average bitrate values suited to the complexity
	// of your input video, the service limits the average bitrate of the video
	// part of this output to the value that you choose. That is, the total size
	// of the video element is less than or equal to the value you set multiplied
	// by the number of seconds of encoded output.
	MaxAverageBitrate *int64 `locationName:"maxAverageBitrate" min:"1000" type:"integer"`

	// Use this setting only when you set Rate control mode 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 H.264 codec. Use these settings only when you set QVBR for Rate control mode.

func (H264QvbrSettings) GoString added in v1.15.10

func (s H264QvbrSettings) 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 (*H264QvbrSettings) SetMaxAverageBitrate added in v1.15.10

func (s *H264QvbrSettings) SetMaxAverageBitrate(v int64) *H264QvbrSettings

SetMaxAverageBitrate sets the MaxAverageBitrate field's value.

func (*H264QvbrSettings) SetQvbrQualityLevel added in v1.15.10

func (s *H264QvbrSettings) SetQvbrQualityLevel(v int64) *H264QvbrSettings

SetQvbrQualityLevel sets the QvbrQualityLevel field's value.

func (*H264QvbrSettings) SetQvbrQualityLevelFineTune added in v1.28.11

func (s *H264QvbrSettings) SetQvbrQualityLevelFineTune(v float64) *H264QvbrSettings

SetQvbrQualityLevelFineTune sets the QvbrQualityLevelFineTune field's value.

func (H264QvbrSettings) String added in v1.15.10

func (s H264QvbrSettings) 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 (*H264QvbrSettings) Validate added in v1.15.10

func (s *H264QvbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type H264Settings

type H264Settings struct {

	// Keep the default value, 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. 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. Related settings: The value that you choose here applies to the following
	// settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization,
	// and H264TemporalAdaptiveQuantization.
	AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"H264AdaptiveQuantization"`

	// 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.
	BandwidthReductionFilter *BandwidthReductionFilter `locationName:"bandwidthReductionFilter" type:"structure"`

	// Specify the average bitrate in bits per second. Required for VBR and CBR.
	// For MS Smooth outputs, bitrates must be unique when rounded down to the nearest
	// multiple of 1000.
	Bitrate *int64 `locationName:"bitrate" min:"1000" type:"integer"`

	// Specify an H.264 level that is consistent with your output video settings.
	// If you aren't sure what level to specify, choose Auto.
	CodecLevel *string `locationName:"codecLevel" type:"string" enum:"H264CodecLevel"`

	// H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the
	// AVC-I License.
	CodecProfile *string `locationName:"codecProfile" type:"string" enum:"H264CodecProfile"`

	// Specify whether to allow the number of B-frames in your output GOP structure
	// to vary or not depending on your input video content. To improve the subjective
	// video quality of your output that has high-motion content: Leave blank or
	// keep the default value Adaptive. MediaConvert will use fewer B-frames for
	// high-motion video content than low-motion content. The maximum number of
	// B- frames is limited by the value that you choose for B-frames between reference
	// frames. To use the same number B-frames for all types of content: Choose
	// Static.
	DynamicSubGop *string `locationName:"dynamicSubGop" type:"string" enum:"H264DynamicSubGop"`

	// Optionally include or suppress markers at the end of your output that signal
	// the end of the video stream. To include end of stream markers: Leave blank
	// or keep the default value, Include. To not include end of stream markers:
	// Choose Suppress. This is useful when your output will be inserted into another
	// stream.
	EndOfStreamMarkers *string `locationName:"endOfStreamMarkers" type:"string" enum:"H264EndOfStreamMarkers"`

	// Entropy encoding mode. Use CABAC (must be in Main or High profile) or CAVLC.
	EntropyEncoding *string `locationName:"entropyEncoding" type:"string" enum:"H264EntropyEncoding"`

	// 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 to disable PAFF encoding and create separate interlaced fields.
	// Choose MBAFF to disable PAFF and have MediaConvert use MBAFF encoding for
	// interlaced outputs.
	FieldEncoding *string `locationName:"fieldEncoding" type:"string" enum:"H264FieldEncoding"`

	// 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. Change this value
	// to 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 to a value other than AUTO.
	FlickerAdaptiveQuantization *string `locationName:"flickerAdaptiveQuantization" type:"string" enum:"H264FlickerAdaptiveQuantization"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"H264FramerateControl"`

	// 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:"H264FramerateConversionAlgorithm"`

	// 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 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.
	GopBReference *string `locationName:"gopBReference" type:"string" enum:"H264GopBReference"`

	// Specify the relative frequency of open to closed GOPs in this output. For
	// example, if you want to allow four open GOPs and then require a closed GOP,
	// set this value to 5. We recommend that you have the transcoder automatically
	// choose this value for you based on characteristics of your input video. In
	// the console, do this by keeping the default empty value. If you do explicitly
	// specify a value, for segmented outputs, don't set this value to 0.
	GopClosedCadence *int64 `locationName:"gopClosedCadence" type:"integer"`

	// Use this setting only when you set GOP mode control to Specified, frames
	// or Specified, seconds. Specify the GOP length using a whole number of frames
	// or a decimal value of seconds. MediaConvert will interpret this value as
	// frames or seconds depending on the value you choose for GOP mode control.
	// If you want to allow MediaConvert to automatically determine GOP size, leave
	// GOP size blank and set GOP mode control to Auto. If your output group specifies
	// HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto
	// in each output in your output group.
	GopSize *float64 `locationName:"gopSize" type:"double"`

	// 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 and and leave GOP size blank. By default, if you don't specify
	// GOP mode control, 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 or Specified, seconds and then provide
	// the GOP length in the related setting GOP size.
	GopSizeUnits *string `locationName:"gopSizeUnits" type:"string" enum:"H264GopSizeUnits"`

	// If your downstream systems have strict buffer requirements: Specify the minimum
	// percentage of the HRD buffer that's available at the end of each encoded
	// video segment. For the best video quality: Set to 0 or leave blank to automatically
	// determine the final buffer fill percentage.
	HrdBufferFinalFillPercentage *int64 `locationName:"hrdBufferFinalFillPercentage" type:"integer"`

	// Percentage of the buffer that should initially be filled (HRD buffer model).
	HrdBufferInitialFillPercentage *int64 `locationName:"hrdBufferInitialFillPercentage" type:"integer"`

	// Size of buffer (HRD buffer model) in bits. For example, enter five megabits
	// as 5000000.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Choose the scan line type for the output. Keep the default value, Progressive
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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:"H264InterlaceMode"`

	// 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"`

	// Use this setting only when you also enable Scene change detection. This setting
	// determines how the encoder manages the spacing between I-frames that it inserts
	// as part of the I-frame cadence and the I-frames that it inserts for Scene
	// change detection. 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, do this by keeping the default empty value.
	// When you explicitly specify a value for this setting, the encoder determines
	// whether to skip a cadence-driven I-frame by the value you set. For example,
	// if you set Min I interval to 5 and a cadence-driven I-frame would fall within
	// 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven
	// I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched
	// slightly. When the cadence-driven I-frames are farther from the scene-change
	// I-frame than the value you set, then the encoder leaves all I-frames in place
	// and the GOPs surrounding the scene change are smaller than the usual cadence
	// GOPs.
	MinIInterval *int64 `locationName:"minIInterval" type:"integer"`

	// Specify the number of B-frames between reference frames in this output. For
	// the best video quality: Leave blank. MediaConvert automatically determines
	// the number of B-frames to use based on the characteristics of your input
	// video. To manually specify the number of B-frames between reference frames:
	// Enter an integer from 0 to 7.
	NumberBFramesBetweenReferenceFrames *int64 `locationName:"numberBFramesBetweenReferenceFrames" type:"integer"`

	// Number of reference frames to use. The encoder may use more than requested
	// if using B-frames and/or interlaced encoding.
	NumberReferenceFrames *int64 `locationName:"numberReferenceFrames" min:"1" type:"integer"`

	// Optional. Specify how the service determines the pixel aspect ratio (PAR)
	// for this output. The default behavior, Follow 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. When you choose SPECIFIED for this setting,
	// you must also specify values for the parNumerator and parDenominator settings.
	ParControl *string `locationName:"parControl" type:"string" enum:"H264ParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// 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.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"H264QualityTuningLevel"`

	// Settings for quality-defined variable bitrate encoding with the H.265 codec.
	// Use these settings only when you set QVBR for Rate control mode.
	QvbrSettings *H264QvbrSettings `locationName:"qvbrSettings" type:"structure"`

	// Use this setting to specify whether this output has a variable bitrate (VBR),
	// constant bitrate (CBR) or quality-defined variable bitrate (QVBR).
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"H264RateControlMode"`

	// Places a PPS header on each encoded picture, even if repeated.
	RepeatPps *string `locationName:"repeatPps" type:"string" enum:"H264RepeatPps"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"H264ScanTypeConversionMode"`

	// 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 for further video quality
	// improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.
	SceneChangeDetect *string `locationName:"sceneChangeDetect" type:"string" enum:"H264SceneChangeDetect"`

	// Number of slices per picture. Must be less than or equal to the number of
	// macroblock rows for progressive pictures, and less than or equal to half
	// the number of macroblock rows for interlaced pictures.
	Slices *int64 `locationName:"slices" min:"1" type:"integer"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"H264SlowPal"`

	// Ignore this setting unless you need to comply with a specification that requires
	// a specific value. If you don't have a specification requirement, we recommend
	// that you adjust the softness of your output by using a lower value for the
	// setting Sharpness or by enabling a noise reducer filter. The Softness setting
	// specifies the quantization matrices that the encoder uses. Keep the default
	// value, 0, for flat quantization. Choose the value 1 or 16 to use the default
	// JVT softening quantization matricies from the H.264 specification. Choose
	// a value from 17 to 128 to use planar interpolation. Increasing values from
	// 17 to 128 result in increasing reduction of high-frequency data. The value
	// 128 results in the softest video.
	Softness *int64 `locationName:"softness" type:"integer"`

	// 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 H264SpatialAdaptiveQuantization is 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. Related setting: When you enable spatial adaptive quantization,
	// set the value for Adaptive quantization 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
	// to a value other than AUTO.
	SpatialAdaptiveQuantization *string `locationName:"spatialAdaptiveQuantization" type:"string" enum:"H264SpatialAdaptiveQuantization"`

	// Produces a bitstream compliant with SMPTE RP-2027.
	Syntax *string `locationName:"syntax" type:"string" enum:"H264Syntax"`

	// 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 produces
	// a 29.97i output. Soft telecine 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, 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:"H264Telecine"`

	// 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. 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. Related setting: When you enable temporal quantization, adjust
	// the strength of the filter with the setting Adaptive quantization. To manually
	// enable or disable H264TemporalAdaptiveQuantization, you must set Adaptive
	// quantization to a value other than AUTO.
	TemporalAdaptiveQuantization *string `locationName:"temporalAdaptiveQuantization" type:"string" enum:"H264TemporalAdaptiveQuantization"`

	// Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
	UnregisteredSeiTimecode *string `locationName:"unregisteredSeiTimecode" type:"string" enum:"H264UnregisteredSeiTimecode"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value H_264.

func (H264Settings) GoString

func (s H264Settings) 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 (*H264Settings) SetAdaptiveQuantization

func (s *H264Settings) SetAdaptiveQuantization(v string) *H264Settings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*H264Settings) SetBandwidthReductionFilter added in v1.44.210

func (s *H264Settings) SetBandwidthReductionFilter(v *BandwidthReductionFilter) *H264Settings

SetBandwidthReductionFilter sets the BandwidthReductionFilter field's value.

func (*H264Settings) SetBitrate

func (s *H264Settings) SetBitrate(v int64) *H264Settings

SetBitrate sets the Bitrate field's value.

func (*H264Settings) SetCodecLevel

func (s *H264Settings) SetCodecLevel(v string) *H264Settings

SetCodecLevel sets the CodecLevel field's value.

func (*H264Settings) SetCodecProfile

func (s *H264Settings) SetCodecProfile(v string) *H264Settings

SetCodecProfile sets the CodecProfile field's value.

func (*H264Settings) SetDynamicSubGop added in v1.15.10

func (s *H264Settings) SetDynamicSubGop(v string) *H264Settings

SetDynamicSubGop sets the DynamicSubGop field's value.

func (*H264Settings) SetEndOfStreamMarkers added in v1.45.21

func (s *H264Settings) SetEndOfStreamMarkers(v string) *H264Settings

SetEndOfStreamMarkers sets the EndOfStreamMarkers field's value.

func (*H264Settings) SetEntropyEncoding

func (s *H264Settings) SetEntropyEncoding(v string) *H264Settings

SetEntropyEncoding sets the EntropyEncoding field's value.

func (*H264Settings) SetFieldEncoding

func (s *H264Settings) SetFieldEncoding(v string) *H264Settings

SetFieldEncoding sets the FieldEncoding field's value.

func (*H264Settings) SetFlickerAdaptiveQuantization

func (s *H264Settings) SetFlickerAdaptiveQuantization(v string) *H264Settings

SetFlickerAdaptiveQuantization sets the FlickerAdaptiveQuantization field's value.

func (*H264Settings) SetFramerateControl

func (s *H264Settings) SetFramerateControl(v string) *H264Settings

SetFramerateControl sets the FramerateControl field's value.

func (*H264Settings) SetFramerateConversionAlgorithm

func (s *H264Settings) SetFramerateConversionAlgorithm(v string) *H264Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*H264Settings) SetFramerateDenominator

func (s *H264Settings) SetFramerateDenominator(v int64) *H264Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*H264Settings) SetFramerateNumerator

func (s *H264Settings) SetFramerateNumerator(v int64) *H264Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*H264Settings) SetGopBReference

func (s *H264Settings) SetGopBReference(v string) *H264Settings

SetGopBReference sets the GopBReference field's value.

func (*H264Settings) SetGopClosedCadence

func (s *H264Settings) SetGopClosedCadence(v int64) *H264Settings

SetGopClosedCadence sets the GopClosedCadence field's value.

func (*H264Settings) SetGopSize

func (s *H264Settings) SetGopSize(v float64) *H264Settings

SetGopSize sets the GopSize field's value.

func (*H264Settings) SetGopSizeUnits

func (s *H264Settings) SetGopSizeUnits(v string) *H264Settings

SetGopSizeUnits sets the GopSizeUnits field's value.

func (*H264Settings) SetHrdBufferFinalFillPercentage added in v1.44.116

func (s *H264Settings) SetHrdBufferFinalFillPercentage(v int64) *H264Settings

SetHrdBufferFinalFillPercentage sets the HrdBufferFinalFillPercentage field's value.

func (*H264Settings) SetHrdBufferInitialFillPercentage

func (s *H264Settings) SetHrdBufferInitialFillPercentage(v int64) *H264Settings

SetHrdBufferInitialFillPercentage sets the HrdBufferInitialFillPercentage field's value.

func (*H264Settings) SetHrdBufferSize

func (s *H264Settings) SetHrdBufferSize(v int64) *H264Settings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*H264Settings) SetInterlaceMode

func (s *H264Settings) SetInterlaceMode(v string) *H264Settings

SetInterlaceMode sets the InterlaceMode field's value.

func (*H264Settings) SetMaxBitrate

func (s *H264Settings) SetMaxBitrate(v int64) *H264Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*H264Settings) SetMinIInterval

func (s *H264Settings) SetMinIInterval(v int64) *H264Settings

SetMinIInterval sets the MinIInterval field's value.

func (*H264Settings) SetNumberBFramesBetweenReferenceFrames

func (s *H264Settings) SetNumberBFramesBetweenReferenceFrames(v int64) *H264Settings

SetNumberBFramesBetweenReferenceFrames sets the NumberBFramesBetweenReferenceFrames field's value.

func (*H264Settings) SetNumberReferenceFrames

func (s *H264Settings) SetNumberReferenceFrames(v int64) *H264Settings

SetNumberReferenceFrames sets the NumberReferenceFrames field's value.

func (*H264Settings) SetParControl

func (s *H264Settings) SetParControl(v string) *H264Settings

SetParControl sets the ParControl field's value.

func (*H264Settings) SetParDenominator

func (s *H264Settings) SetParDenominator(v int64) *H264Settings

SetParDenominator sets the ParDenominator field's value.

func (*H264Settings) SetParNumerator

func (s *H264Settings) SetParNumerator(v int64) *H264Settings

SetParNumerator sets the ParNumerator field's value.

func (*H264Settings) SetQualityTuningLevel

func (s *H264Settings) SetQualityTuningLevel(v string) *H264Settings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*H264Settings) SetQvbrSettings added in v1.15.10

func (s *H264Settings) SetQvbrSettings(v *H264QvbrSettings) *H264Settings

SetQvbrSettings sets the QvbrSettings field's value.

func (*H264Settings) SetRateControlMode

func (s *H264Settings) SetRateControlMode(v string) *H264Settings

SetRateControlMode sets the RateControlMode field's value.

func (*H264Settings) SetRepeatPps

func (s *H264Settings) SetRepeatPps(v string) *H264Settings

SetRepeatPps sets the RepeatPps field's value.

func (*H264Settings) SetScanTypeConversionMode added in v1.36.23

func (s *H264Settings) SetScanTypeConversionMode(v string) *H264Settings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*H264Settings) SetSceneChangeDetect

func (s *H264Settings) SetSceneChangeDetect(v string) *H264Settings

SetSceneChangeDetect sets the SceneChangeDetect field's value.

func (*H264Settings) SetSlices

func (s *H264Settings) SetSlices(v int64) *H264Settings

SetSlices sets the Slices field's value.

func (*H264Settings) SetSlowPal

func (s *H264Settings) SetSlowPal(v string) *H264Settings

SetSlowPal sets the SlowPal field's value.

func (*H264Settings) SetSoftness

func (s *H264Settings) SetSoftness(v int64) *H264Settings

SetSoftness sets the Softness field's value.

func (*H264Settings) SetSpatialAdaptiveQuantization

func (s *H264Settings) SetSpatialAdaptiveQuantization(v string) *H264Settings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (*H264Settings) SetSyntax

func (s *H264Settings) SetSyntax(v string) *H264Settings

SetSyntax sets the Syntax field's value.

func (*H264Settings) SetTelecine

func (s *H264Settings) SetTelecine(v string) *H264Settings

SetTelecine sets the Telecine field's value.

func (*H264Settings) SetTemporalAdaptiveQuantization

func (s *H264Settings) SetTemporalAdaptiveQuantization(v string) *H264Settings

SetTemporalAdaptiveQuantization sets the TemporalAdaptiveQuantization field's value.

func (*H264Settings) SetUnregisteredSeiTimecode

func (s *H264Settings) SetUnregisteredSeiTimecode(v string) *H264Settings

SetUnregisteredSeiTimecode sets the UnregisteredSeiTimecode field's value.

func (H264Settings) String

func (s H264Settings) 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 (*H264Settings) Validate added in v1.14.0

func (s *H264Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type H265QvbrSettings added in v1.15.10

type H265QvbrSettings struct {

	// Use this setting only when Rate control mode is QVBR and Quality tuning level
	// is Multi-pass HQ. For Max average bitrate values suited to the complexity
	// of your input video, the service limits the average bitrate of the video
	// part of this output to the value that you choose. That is, the total size
	// of the video element is less than or equal to the value you set multiplied
	// by the number of seconds of encoded output.
	MaxAverageBitrate *int64 `locationName:"maxAverageBitrate" min:"1000" type:"integer"`

	// Use this setting only when you set Rate control mode 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 H.265 codec. Use these settings only when you set QVBR for Rate control mode.

func (H265QvbrSettings) GoString added in v1.15.10

func (s H265QvbrSettings) 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 (*H265QvbrSettings) SetMaxAverageBitrate added in v1.15.10

func (s *H265QvbrSettings) SetMaxAverageBitrate(v int64) *H265QvbrSettings

SetMaxAverageBitrate sets the MaxAverageBitrate field's value.

func (*H265QvbrSettings) SetQvbrQualityLevel added in v1.15.10

func (s *H265QvbrSettings) SetQvbrQualityLevel(v int64) *H265QvbrSettings

SetQvbrQualityLevel sets the QvbrQualityLevel field's value.

func (*H265QvbrSettings) SetQvbrQualityLevelFineTune added in v1.28.11

func (s *H265QvbrSettings) SetQvbrQualityLevelFineTune(v float64) *H265QvbrSettings

SetQvbrQualityLevelFineTune sets the QvbrQualityLevelFineTune field's value.

func (H265QvbrSettings) String added in v1.15.10

func (s H265QvbrSettings) 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 (*H265QvbrSettings) Validate added in v1.15.10

func (s *H265QvbrSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type H265Settings

type H265Settings struct {

	// When you set Adaptive Quantization to Auto, or leave blank, MediaConvert
	// automatically applies quantization to improve the video quality of your output.
	// Set Adaptive Quantization to Low, Medium, High, Higher, or Max to manually
	// control the strength of the quantization filter. When you do, you can specify
	// a value for Spatial Adaptive Quantization, Temporal Adaptive Quantization,
	// and Flicker Adaptive Quantization, to further control the quantization filter.
	// Set Adaptive Quantization to Off to apply no quantization to your output.
	AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"H265AdaptiveQuantization"`

	// Enables Alternate Transfer Function SEI message for outputs using Hybrid
	// Log Gamma (HLG) Electro-Optical Transfer Function (EOTF).
	AlternateTransferFunctionSei *string `locationName:"alternateTransferFunctionSei" type:"string" enum:"H265AlternateTransferFunctionSei"`

	// 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.
	BandwidthReductionFilter *BandwidthReductionFilter `locationName:"bandwidthReductionFilter" type:"structure"`

	// Specify the average bitrate in bits per second. Required for VBR and CBR.
	// For MS Smooth outputs, bitrates must be unique when rounded down to the nearest
	// multiple of 1000.
	Bitrate *int64 `locationName:"bitrate" min:"1000" type:"integer"`

	// H.265 Level.
	CodecLevel *string `locationName:"codecLevel" type:"string" enum:"H265CodecLevel"`

	// 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.
	CodecProfile *string `locationName:"codecProfile" type:"string" enum:"H265CodecProfile"`

	// Specify whether to allow the number of B-frames in your output GOP structure
	// to vary or not depending on your input video content. To improve the subjective
	// video quality of your output that has high-motion content: Leave blank or
	// keep the default value Adaptive. MediaConvert will use fewer B-frames for
	// high-motion video content than low-motion content. The maximum number of
	// B- frames is limited by the value that you choose for B-frames between reference
	// frames. To use the same number B-frames for all types of content: Choose
	// Static.
	DynamicSubGop *string `locationName:"dynamicSubGop" type:"string" enum:"H265DynamicSubGop"`

	// Optionally include or suppress markers at the end of your output that signal
	// the end of the video stream. To include end of stream markers: Leave blank
	// or keep the default value, Include. To not include end of stream markers:
	// Choose Suppress. This is useful when your output will be inserted into another
	// stream.
	EndOfStreamMarkers *string `locationName:"endOfStreamMarkers" type:"string" enum:"H265EndOfStreamMarkers"`

	// 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.
	FlickerAdaptiveQuantization *string `locationName:"flickerAdaptiveQuantization" type:"string" enum:"H265FlickerAdaptiveQuantization"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"H265FramerateControl"`

	// 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:"H265FramerateConversionAlgorithm"`

	// 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 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.
	GopBReference *string `locationName:"gopBReference" type:"string" enum:"H265GopBReference"`

	// Specify the relative frequency of open to closed GOPs in this output. For
	// example, if you want to allow four open GOPs and then require a closed GOP,
	// set this value to 5. 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, do this by keeping the default empty value.
	// If you do explicitly specify a value, for segmented outputs, don't set this
	// value to 0.
	GopClosedCadence *int64 `locationName:"gopClosedCadence" type:"integer"`

	// Use this setting only when you set GOP mode control to Specified, frames
	// or Specified, seconds. Specify the GOP length using a whole number of frames
	// or a decimal value of seconds. MediaConvert will interpret this value as
	// frames or seconds depending on the value you choose for GOP mode control.
	// If you want to allow MediaConvert to automatically determine GOP size, leave
	// GOP size blank and set GOP mode control to Auto. If your output group specifies
	// HLS, DASH, or CMAF, leave GOP size blank and set GOP mode control to Auto
	// in each output in your output group.
	GopSize *float64 `locationName:"gopSize" type:"double"`

	// 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 and and leave GOP size blank. By default, if you don't specify
	// GOP mode control, 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 or Specified, seconds and then provide
	// the GOP length in the related setting GOP size.
	GopSizeUnits *string `locationName:"gopSizeUnits" type:"string" enum:"H265GopSizeUnits"`

	// If your downstream systems have strict buffer requirements: Specify the minimum
	// percentage of the HRD buffer that's available at the end of each encoded
	// video segment. For the best video quality: Set to 0 or leave blank to automatically
	// determine the final buffer fill percentage.
	HrdBufferFinalFillPercentage *int64 `locationName:"hrdBufferFinalFillPercentage" type:"integer"`

	// Percentage of the buffer that should initially be filled (HRD buffer model).
	HrdBufferInitialFillPercentage *int64 `locationName:"hrdBufferInitialFillPercentage" type:"integer"`

	// Size of buffer (HRD buffer model) in bits. For example, enter five megabits
	// as 5000000.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Choose the scan line type for the output. Keep the default value, Progressive
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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:"H265InterlaceMode"`

	// 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"`

	// Use this setting only when you also enable Scene change detection. This setting
	// determines how the encoder manages the spacing between I-frames that it inserts
	// as part of the I-frame cadence and the I-frames that it inserts for Scene
	// change detection. 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, do this by keeping the default empty value.
	// When you explicitly specify a value for this setting, the encoder determines
	// whether to skip a cadence-driven I-frame by the value you set. For example,
	// if you set Min I interval to 5 and a cadence-driven I-frame would fall within
	// 5 frames of a scene-change I-frame, then the encoder skips the cadence-driven
	// I-frame. In this way, one GOP is shrunk slightly and one GOP is stretched
	// slightly. When the cadence-driven I-frames are farther from the scene-change
	// I-frame than the value you set, then the encoder leaves all I-frames in place
	// and the GOPs surrounding the scene change are smaller than the usual cadence
	// GOPs.
	MinIInterval *int64 `locationName:"minIInterval" type:"integer"`

	// Specify the number of B-frames between reference frames in this output. For
	// the best video quality: Leave blank. MediaConvert automatically determines
	// the number of B-frames to use based on the characteristics of your input
	// video. To manually specify the number of B-frames between reference frames:
	// Enter an integer from 0 to 7.
	NumberBFramesBetweenReferenceFrames *int64 `locationName:"numberBFramesBetweenReferenceFrames" type:"integer"`

	// Number of reference frames to use. The encoder may use more than requested
	// if using B-frames and/or interlaced encoding.
	NumberReferenceFrames *int64 `locationName:"numberReferenceFrames" min:"1" type:"integer"`

	// Optional. Specify how the service determines the pixel aspect ratio (PAR)
	// for this output. The default behavior, Follow source, uses the PAR from your
	// input video for your output. To specify a different PAR, choose any value
	// other than Follow source. When you choose SPECIFIED for this setting, you
	// must also specify values for the parNumerator and parDenominator settings.
	ParControl *string `locationName:"parControl" type:"string" enum:"H265ParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// single-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"H265QualityTuningLevel"`

	// Settings for quality-defined variable bitrate encoding with the H.265 codec.
	// Use these settings only when you set QVBR for Rate control mode.
	QvbrSettings *H265QvbrSettings `locationName:"qvbrSettings" type:"structure"`

	// Use this setting to specify whether this output has a variable bitrate (VBR),
	// constant bitrate (CBR) or quality-defined variable bitrate (QVBR).
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"H265RateControlMode"`

	// Specify Sample Adaptive Offset (SAO) filter strength. Adaptive mode dynamically
	// selects best strength based on content
	SampleAdaptiveOffsetFilterMode *string `locationName:"sampleAdaptiveOffsetFilterMode" type:"string" enum:"H265SampleAdaptiveOffsetFilterMode"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"H265ScanTypeConversionMode"`

	// 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 for further video quality
	// improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.
	SceneChangeDetect *string `locationName:"sceneChangeDetect" type:"string" enum:"H265SceneChangeDetect"`

	// Number of slices per picture. Must be less than or equal to the number of
	// macroblock rows for progressive pictures, and less than or equal to half
	// the number of macroblock rows for interlaced pictures.
	Slices *int64 `locationName:"slices" min:"1" type:"integer"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"H265SlowPal"`

	// Keep the default value, 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 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:"H265SpatialAdaptiveQuantization"`

	// This field applies only if the Streams > Advanced > Framerate field is set
	// to 29.970. This field works with the Streams > Advanced > Preprocessors >
	// Deinterlacer field and the Streams > Advanced > Interlaced Mode field 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.
	Telecine *string `locationName:"telecine" type:"string" enum:"H265Telecine"`

	// Keep the default value, 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.
	TemporalAdaptiveQuantization *string `locationName:"temporalAdaptiveQuantization" type:"string" enum:"H265TemporalAdaptiveQuantization"`

	// 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.
	TemporalIds *string `locationName:"temporalIds" type:"string" enum:"H265TemporalIds"`

	// Enable use of tiles, allowing horizontal as well as vertical subdivision
	// of the encoded pictures.
	Tiles *string `locationName:"tiles" type:"string" enum:"H265Tiles"`

	// Inserts timecode for each frame as 4 bytes of an unregistered SEI message.
	UnregisteredSeiTimecode *string `locationName:"unregisteredSeiTimecode" type:"string" enum:"H265UnregisteredSeiTimecode"`

	// 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.
	WriteMp4PackagingType *string `locationName:"writeMp4PackagingType" type:"string" enum:"H265WriteMp4PackagingType"`
	// contains filtered or unexported fields
}

Settings for H265 codec

func (H265Settings) GoString

func (s H265Settings) 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 (*H265Settings) SetAdaptiveQuantization

func (s *H265Settings) SetAdaptiveQuantization(v string) *H265Settings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*H265Settings) SetAlternateTransferFunctionSei

func (s *H265Settings) SetAlternateTransferFunctionSei(v string) *H265Settings

SetAlternateTransferFunctionSei sets the AlternateTransferFunctionSei field's value.

func (*H265Settings) SetBandwidthReductionFilter added in v1.44.287

func (s *H265Settings) SetBandwidthReductionFilter(v *BandwidthReductionFilter) *H265Settings

SetBandwidthReductionFilter sets the BandwidthReductionFilter field's value.

func (*H265Settings) SetBitrate

func (s *H265Settings) SetBitrate(v int64) *H265Settings

SetBitrate sets the Bitrate field's value.

func (*H265Settings) SetCodecLevel

func (s *H265Settings) SetCodecLevel(v string) *H265Settings

SetCodecLevel sets the CodecLevel field's value.

func (*H265Settings) SetCodecProfile

func (s *H265Settings) SetCodecProfile(v string) *H265Settings

SetCodecProfile sets the CodecProfile field's value.

func (*H265Settings) SetDynamicSubGop added in v1.15.10

func (s *H265Settings) SetDynamicSubGop(v string) *H265Settings

SetDynamicSubGop sets the DynamicSubGop field's value.

func (*H265Settings) SetEndOfStreamMarkers added in v1.45.21

func (s *H265Settings) SetEndOfStreamMarkers(v string) *H265Settings

SetEndOfStreamMarkers sets the EndOfStreamMarkers field's value.

func (*H265Settings) SetFlickerAdaptiveQuantization

func (s *H265Settings) SetFlickerAdaptiveQuantization(v string) *H265Settings

SetFlickerAdaptiveQuantization sets the FlickerAdaptiveQuantization field's value.

func (*H265Settings) SetFramerateControl

func (s *H265Settings) SetFramerateControl(v string) *H265Settings

SetFramerateControl sets the FramerateControl field's value.

func (*H265Settings) SetFramerateConversionAlgorithm

func (s *H265Settings) SetFramerateConversionAlgorithm(v string) *H265Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*H265Settings) SetFramerateDenominator

func (s *H265Settings) SetFramerateDenominator(v int64) *H265Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*H265Settings) SetFramerateNumerator

func (s *H265Settings) SetFramerateNumerator(v int64) *H265Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*H265Settings) SetGopBReference

func (s *H265Settings) SetGopBReference(v string) *H265Settings

SetGopBReference sets the GopBReference field's value.

func (*H265Settings) SetGopClosedCadence

func (s *H265Settings) SetGopClosedCadence(v int64) *H265Settings

SetGopClosedCadence sets the GopClosedCadence field's value.

func (*H265Settings) SetGopSize

func (s *H265Settings) SetGopSize(v float64) *H265Settings

SetGopSize sets the GopSize field's value.

func (*H265Settings) SetGopSizeUnits

func (s *H265Settings) SetGopSizeUnits(v string) *H265Settings

SetGopSizeUnits sets the GopSizeUnits field's value.

func (*H265Settings) SetHrdBufferFinalFillPercentage added in v1.44.116

func (s *H265Settings) SetHrdBufferFinalFillPercentage(v int64) *H265Settings

SetHrdBufferFinalFillPercentage sets the HrdBufferFinalFillPercentage field's value.

func (*H265Settings) SetHrdBufferInitialFillPercentage

func (s *H265Settings) SetHrdBufferInitialFillPercentage(v int64) *H265Settings

SetHrdBufferInitialFillPercentage sets the HrdBufferInitialFillPercentage field's value.

func (*H265Settings) SetHrdBufferSize

func (s *H265Settings) SetHrdBufferSize(v int64) *H265Settings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*H265Settings) SetInterlaceMode

func (s *H265Settings) SetInterlaceMode(v string) *H265Settings

SetInterlaceMode sets the InterlaceMode field's value.

func (*H265Settings) SetMaxBitrate

func (s *H265Settings) SetMaxBitrate(v int64) *H265Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*H265Settings) SetMinIInterval

func (s *H265Settings) SetMinIInterval(v int64) *H265Settings

SetMinIInterval sets the MinIInterval field's value.

func (*H265Settings) SetNumberBFramesBetweenReferenceFrames

func (s *H265Settings) SetNumberBFramesBetweenReferenceFrames(v int64) *H265Settings

SetNumberBFramesBetweenReferenceFrames sets the NumberBFramesBetweenReferenceFrames field's value.

func (*H265Settings) SetNumberReferenceFrames

func (s *H265Settings) SetNumberReferenceFrames(v int64) *H265Settings

SetNumberReferenceFrames sets the NumberReferenceFrames field's value.

func (*H265Settings) SetParControl

func (s *H265Settings) SetParControl(v string) *H265Settings

SetParControl sets the ParControl field's value.

func (*H265Settings) SetParDenominator

func (s *H265Settings) SetParDenominator(v int64) *H265Settings

SetParDenominator sets the ParDenominator field's value.

func (*H265Settings) SetParNumerator

func (s *H265Settings) SetParNumerator(v int64) *H265Settings

SetParNumerator sets the ParNumerator field's value.

func (*H265Settings) SetQualityTuningLevel

func (s *H265Settings) SetQualityTuningLevel(v string) *H265Settings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*H265Settings) SetQvbrSettings added in v1.15.10

func (s *H265Settings) SetQvbrSettings(v *H265QvbrSettings) *H265Settings

SetQvbrSettings sets the QvbrSettings field's value.

func (*H265Settings) SetRateControlMode

func (s *H265Settings) SetRateControlMode(v string) *H265Settings

SetRateControlMode sets the RateControlMode field's value.

func (*H265Settings) SetSampleAdaptiveOffsetFilterMode

func (s *H265Settings) SetSampleAdaptiveOffsetFilterMode(v string) *H265Settings

SetSampleAdaptiveOffsetFilterMode sets the SampleAdaptiveOffsetFilterMode field's value.

func (*H265Settings) SetScanTypeConversionMode added in v1.36.23

func (s *H265Settings) SetScanTypeConversionMode(v string) *H265Settings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*H265Settings) SetSceneChangeDetect

func (s *H265Settings) SetSceneChangeDetect(v string) *H265Settings

SetSceneChangeDetect sets the SceneChangeDetect field's value.

func (*H265Settings) SetSlices

func (s *H265Settings) SetSlices(v int64) *H265Settings

SetSlices sets the Slices field's value.

func (*H265Settings) SetSlowPal

func (s *H265Settings) SetSlowPal(v string) *H265Settings

SetSlowPal sets the SlowPal field's value.

func (*H265Settings) SetSpatialAdaptiveQuantization

func (s *H265Settings) SetSpatialAdaptiveQuantization(v string) *H265Settings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (*H265Settings) SetTelecine

func (s *H265Settings) SetTelecine(v string) *H265Settings

SetTelecine sets the Telecine field's value.

func (*H265Settings) SetTemporalAdaptiveQuantization

func (s *H265Settings) SetTemporalAdaptiveQuantization(v string) *H265Settings

SetTemporalAdaptiveQuantization sets the TemporalAdaptiveQuantization field's value.

func (*H265Settings) SetTemporalIds

func (s *H265Settings) SetTemporalIds(v string) *H265Settings

SetTemporalIds sets the TemporalIds field's value.

func (*H265Settings) SetTiles

func (s *H265Settings) SetTiles(v string) *H265Settings

SetTiles sets the Tiles field's value.

func (*H265Settings) SetUnregisteredSeiTimecode

func (s *H265Settings) SetUnregisteredSeiTimecode(v string) *H265Settings

SetUnregisteredSeiTimecode sets the UnregisteredSeiTimecode field's value.

func (*H265Settings) SetWriteMp4PackagingType added in v1.14.0

func (s *H265Settings) SetWriteMp4PackagingType(v string) *H265Settings

SetWriteMp4PackagingType sets the WriteMp4PackagingType field's value.

func (H265Settings) String

func (s H265Settings) 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 (*H265Settings) Validate added in v1.14.0

func (s *H265Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Hdr10Metadata

type Hdr10Metadata struct {

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	BluePrimaryX *int64 `locationName:"bluePrimaryX" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	BluePrimaryY *int64 `locationName:"bluePrimaryY" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	GreenPrimaryX *int64 `locationName:"greenPrimaryX" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	GreenPrimaryY *int64 `locationName:"greenPrimaryY" type:"integer"`

	// Maximum light level among all samples in the coded video sequence, in units
	// of candelas per square meter. This setting doesn't have a default value;
	// you must specify a value that is suitable for the content.
	MaxContentLightLevel *int64 `locationName:"maxContentLightLevel" type:"integer"`

	// Maximum average light level of any frame in the coded video sequence, in
	// units of candelas per square meter. This setting doesn't have a default value;
	// you must specify a value that is suitable for the content.
	MaxFrameAverageLightLevel *int64 `locationName:"maxFrameAverageLightLevel" type:"integer"`

	// Nominal maximum mastering display luminance in units of of 0.0001 candelas
	// per square meter.
	MaxLuminance *int64 `locationName:"maxLuminance" type:"integer"`

	// Nominal minimum mastering display luminance in units of of 0.0001 candelas
	// per square meter
	MinLuminance *int64 `locationName:"minLuminance" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	RedPrimaryX *int64 `locationName:"redPrimaryX" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	RedPrimaryY *int64 `locationName:"redPrimaryY" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	WhitePointX *int64 `locationName:"whitePointX" type:"integer"`

	// HDR Master Display Information must be provided by a color grader, using
	// color grading tools. Range is 0 to 50,000, each increment represents 0.00002
	// in CIE1931 color coordinate. Note that this setting is not for color correction.
	WhitePointY *int64 `locationName:"whitePointY" type:"integer"`
	// contains filtered or unexported fields
}

Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.

func (Hdr10Metadata) GoString

func (s Hdr10Metadata) 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 (*Hdr10Metadata) SetBluePrimaryX

func (s *Hdr10Metadata) SetBluePrimaryX(v int64) *Hdr10Metadata

SetBluePrimaryX sets the BluePrimaryX field's value.

func (*Hdr10Metadata) SetBluePrimaryY

func (s *Hdr10Metadata) SetBluePrimaryY(v int64) *Hdr10Metadata

SetBluePrimaryY sets the BluePrimaryY field's value.

func (*Hdr10Metadata) SetGreenPrimaryX

func (s *Hdr10Metadata) SetGreenPrimaryX(v int64) *Hdr10Metadata

SetGreenPrimaryX sets the GreenPrimaryX field's value.

func (*Hdr10Metadata) SetGreenPrimaryY

func (s *Hdr10Metadata) SetGreenPrimaryY(v int64) *Hdr10Metadata

SetGreenPrimaryY sets the GreenPrimaryY field's value.

func (*Hdr10Metadata) SetMaxContentLightLevel

func (s *Hdr10Metadata) SetMaxContentLightLevel(v int64) *Hdr10Metadata

SetMaxContentLightLevel sets the MaxContentLightLevel field's value.

func (*Hdr10Metadata) SetMaxFrameAverageLightLevel

func (s *Hdr10Metadata) SetMaxFrameAverageLightLevel(v int64) *Hdr10Metadata

SetMaxFrameAverageLightLevel sets the MaxFrameAverageLightLevel field's value.

func (*Hdr10Metadata) SetMaxLuminance

func (s *Hdr10Metadata) SetMaxLuminance(v int64) *Hdr10Metadata

SetMaxLuminance sets the MaxLuminance field's value.

func (*Hdr10Metadata) SetMinLuminance

func (s *Hdr10Metadata) SetMinLuminance(v int64) *Hdr10Metadata

SetMinLuminance sets the MinLuminance field's value.

func (*Hdr10Metadata) SetRedPrimaryX

func (s *Hdr10Metadata) SetRedPrimaryX(v int64) *Hdr10Metadata

SetRedPrimaryX sets the RedPrimaryX field's value.

func (*Hdr10Metadata) SetRedPrimaryY

func (s *Hdr10Metadata) SetRedPrimaryY(v int64) *Hdr10Metadata

SetRedPrimaryY sets the RedPrimaryY field's value.

func (*Hdr10Metadata) SetWhitePointX

func (s *Hdr10Metadata) SetWhitePointX(v int64) *Hdr10Metadata

SetWhitePointX sets the WhitePointX field's value.

func (*Hdr10Metadata) SetWhitePointY

func (s *Hdr10Metadata) SetWhitePointY(v int64) *Hdr10Metadata

SetWhitePointY sets the WhitePointY field's value.

func (Hdr10Metadata) String

func (s Hdr10Metadata) 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 Hdr10Plus added in v1.38.69

type Hdr10Plus struct {

	// Specify the HDR10+ mastering display normalized peak luminance, in nits.
	// This is the normalized actual peak luminance of the mastering display, as
	// defined by ST 2094-40.
	MasteringMonitorNits *int64 `locationName:"masteringMonitorNits" type:"integer"`

	// Specify the HDR10+ target display nominal peak luminance, in nits. This is
	// the nominal maximum luminance of the target display as defined by ST 2094-40.
	TargetMonitorNits *int64 `locationName:"targetMonitorNits" type:"integer"`
	// contains filtered or unexported fields
}

Setting for HDR10+ metadata insertion

func (Hdr10Plus) GoString added in v1.38.69

func (s Hdr10Plus) 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 (*Hdr10Plus) SetMasteringMonitorNits added in v1.38.69

func (s *Hdr10Plus) SetMasteringMonitorNits(v int64) *Hdr10Plus

SetMasteringMonitorNits sets the MasteringMonitorNits field's value.

func (*Hdr10Plus) SetTargetMonitorNits added in v1.38.69

func (s *Hdr10Plus) SetTargetMonitorNits(v int64) *Hdr10Plus

SetTargetMonitorNits sets the TargetMonitorNits field's value.

func (Hdr10Plus) String added in v1.38.69

func (s Hdr10Plus) 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 HlsAdditionalManifest added in v1.25.36

type HlsAdditionalManifest 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 additional HLS manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.

func (HlsAdditionalManifest) GoString added in v1.25.36

func (s HlsAdditionalManifest) 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 (*HlsAdditionalManifest) SetManifestNameModifier added in v1.25.36

func (s *HlsAdditionalManifest) SetManifestNameModifier(v string) *HlsAdditionalManifest

SetManifestNameModifier sets the ManifestNameModifier field's value.

func (*HlsAdditionalManifest) SetSelectedOutputs added in v1.25.36

func (s *HlsAdditionalManifest) SetSelectedOutputs(v []*string) *HlsAdditionalManifest

SetSelectedOutputs sets the SelectedOutputs field's value.

func (HlsAdditionalManifest) String added in v1.25.36

func (s HlsAdditionalManifest) 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 (*HlsAdditionalManifest) Validate added in v1.25.36

func (s *HlsAdditionalManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HlsCaptionLanguageMapping

type HlsCaptionLanguageMapping struct {

	// Caption channel.
	CaptionChannel *int64 `locationName:"captionChannel" type:"integer"`

	// Specify the language for this captions channel, using the ISO 639-2 or ISO
	// 639-3 three-letter language code
	CustomLanguageCode *string `locationName:"customLanguageCode" min:"3" type:"string"`

	// Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
	LanguageCode *string `locationName:"languageCode" type:"string" enum:"LanguageCode"`

	// Caption language description.
	LanguageDescription *string `locationName:"languageDescription" type:"string"`
	// contains filtered or unexported fields
}

Caption Language Mapping

func (HlsCaptionLanguageMapping) GoString

func (s HlsCaptionLanguageMapping) 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 (*HlsCaptionLanguageMapping) SetCaptionChannel

SetCaptionChannel sets the CaptionChannel field's value.

func (*HlsCaptionLanguageMapping) SetCustomLanguageCode added in v1.14.8

func (s *HlsCaptionLanguageMapping) SetCustomLanguageCode(v string) *HlsCaptionLanguageMapping

SetCustomLanguageCode sets the CustomLanguageCode field's value.

func (*HlsCaptionLanguageMapping) SetLanguageCode

SetLanguageCode sets the LanguageCode field's value.

func (*HlsCaptionLanguageMapping) SetLanguageDescription

func (s *HlsCaptionLanguageMapping) SetLanguageDescription(v string) *HlsCaptionLanguageMapping

SetLanguageDescription sets the LanguageDescription field's value.

func (HlsCaptionLanguageMapping) String

func (s HlsCaptionLanguageMapping) 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 (*HlsCaptionLanguageMapping) Validate added in v1.14.0

func (s *HlsCaptionLanguageMapping) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HlsEncryptionSettings

type HlsEncryptionSettings 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"`

	// Encrypts the segments with the given encryption scheme. Leave blank to disable.
	// Selecting 'Disabled' in the web interface also disables encryption.
	EncryptionMethod *string `locationName:"encryptionMethod" type:"string" enum:"HlsEncryptionType"`

	// 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.
	InitializationVectorInManifest *string `locationName:"initializationVectorInManifest" type:"string" enum:"HlsInitializationVectorInManifest"`

	// Enable this setting to insert the EXT-X-SESSION-KEY element into the master
	// playlist. This allows for offline Apple HLS FairPlay content protection.
	OfflineEncrypted *string `locationName:"offlineEncrypted" type:"string" enum:"HlsOfflineEncrypted"`

	// If your output group type is HLS, DASH, or Microsoft Smooth, use these settings
	// when doing DRM encryption with a SPEKE-compliant key provider. If your output
	// group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
	SpekeKeyProvider *SpekeKeyProvider `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:"HlsKeyProviderType"`
	// contains filtered or unexported fields
}

Settings for HLS encryption

func (HlsEncryptionSettings) GoString

func (s HlsEncryptionSettings) 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 (*HlsEncryptionSettings) SetConstantInitializationVector

func (s *HlsEncryptionSettings) SetConstantInitializationVector(v string) *HlsEncryptionSettings

SetConstantInitializationVector sets the ConstantInitializationVector field's value.

func (*HlsEncryptionSettings) SetEncryptionMethod

func (s *HlsEncryptionSettings) SetEncryptionMethod(v string) *HlsEncryptionSettings

SetEncryptionMethod sets the EncryptionMethod field's value.

func (*HlsEncryptionSettings) SetInitializationVectorInManifest

func (s *HlsEncryptionSettings) SetInitializationVectorInManifest(v string) *HlsEncryptionSettings

SetInitializationVectorInManifest sets the InitializationVectorInManifest field's value.

func (*HlsEncryptionSettings) SetOfflineEncrypted added in v1.17.6

func (s *HlsEncryptionSettings) SetOfflineEncrypted(v string) *HlsEncryptionSettings

SetOfflineEncrypted sets the OfflineEncrypted field's value.

func (*HlsEncryptionSettings) SetSpekeKeyProvider

func (s *HlsEncryptionSettings) SetSpekeKeyProvider(v *SpekeKeyProvider) *HlsEncryptionSettings

SetSpekeKeyProvider sets the SpekeKeyProvider field's value.

func (*HlsEncryptionSettings) SetStaticKeyProvider

func (s *HlsEncryptionSettings) SetStaticKeyProvider(v *StaticKeyProvider) *HlsEncryptionSettings

SetStaticKeyProvider sets the StaticKeyProvider field's value.

func (*HlsEncryptionSettings) SetType

SetType sets the Type field's value.

func (HlsEncryptionSettings) String

func (s HlsEncryptionSettings) 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 (*HlsEncryptionSettings) Validate added in v1.14.0

func (s *HlsEncryptionSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HlsGroupSettings

type HlsGroupSettings struct {

	// Choose one or more ad marker types to decorate your Apple HLS manifest. This
	// setting does not determine whether SCTE-35 markers appear in the outputs
	// themselves.
	AdMarkers []*string `locationName:"adMarkers" type:"list" enum:"HlsAdMarkers"`

	// By default, the service creates one top-level .m3u8 HLS manifest for each
	// HLS output group in your job. This default manifest references 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.
	AdditionalManifests []*HlsAdditionalManifest `locationName:"additionalManifests" type:"list"`

	// Ignore this setting unless you are using FairPlay DRM with Verimatrix and
	// you encounter playback issues. Keep the default value, Include, to output
	// audio-only headers. Choose Exclude to remove the audio-only headers from
	// your audio segments.
	AudioOnlyHeader *string `locationName:"audioOnlyHeader" type:"string" enum:"HlsAudioOnlyHeader"`

	// A partial URI prefix that will be prepended to each output in the media .m3u8
	// file. Can be used if base manifest is delivered from a different URL than
	// the main .m3u8 file.
	BaseUrl *string `locationName:"baseUrl" type:"string"`

	// Language to be used on Caption outputs
	CaptionLanguageMappings []*HlsCaptionLanguageMapping `locationName:"captionLanguageMappings" type:"list"`

	// 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.
	CaptionLanguageSetting *string `locationName:"captionLanguageSetting" type:"string" enum:"HlsCaptionLanguageSetting"`

	// Set Caption segment length control to 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
	// to create caption segments that are 300 seconds long.
	CaptionSegmentLengthControl *string `locationName:"captionSegmentLengthControl" type:"string" enum:"HlsCaptionSegmentLengthControl"`

	// Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no
	// tag. Otherwise, keep the default value 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:"HlsClientCache"`

	// Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist
	// generation.
	CodecSpecification *string `locationName:"codecSpecification" type:"string" enum:"HlsCodecSpecification"`

	// Use 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"`

	// Indicates whether segments should be placed in subdirectories.
	DirectoryStructure *string `locationName:"directoryStructure" type:"string" enum:"HlsDirectoryStructure"`

	// DRM settings.
	Encryption *HlsEncryptionSettings `locationName:"encryption" type:"structure"`

	// Specify whether MediaConvert generates images for trick play. Keep the default
	// value, None, to not generate any images. Choose Thumbnail to generate tiled
	// thumbnails. Choose Thumbnail and full frame 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
	ImageBasedTrickPlay *string `locationName:"imageBasedTrickPlay" type:"string" enum:"HlsImageBasedTrickPlay"`

	// Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED
	ImageBasedTrickPlaySettings *HlsImageBasedTrickPlaySettings `locationName:"imageBasedTrickPlaySettings" type:"structure"`

	// When set to GZIP, compresses HLS playlist.
	ManifestCompression *string `locationName:"manifestCompression" type:"string" enum:"HlsManifestCompression"`

	// Indicates whether the output manifest should use floating point values for
	// segment duration.
	ManifestDurationFormat *string `locationName:"manifestDurationFormat" type:"string" enum:"HlsManifestDurationFormat"`

	// 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"`

	// When set, Minimum Segment Size is enforced by looking ahead and back within
	// the specified range for a nearby avail and extending the segment size if
	// needed.
	MinSegmentLength *int64 `locationName:"minSegmentLength" type:"integer"`

	// Indicates whether the .m3u8 manifest file should be generated for this HLS
	// output group.
	OutputSelection *string `locationName:"outputSelection" type:"string" enum:"HlsOutputSelection"`

	// 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.
	ProgramDateTime *string `locationName:"programDateTime" type:"string" enum:"HlsProgramDateTime"`

	// Period of insertion of EXT-X-PROGRAM-DATE-TIME entry, in seconds.
	ProgramDateTimePeriod *int64 `locationName:"programDateTimePeriod" type:"integer"`

	// Specify whether MediaConvert generates HLS manifests while your job is running
	// or when your job is complete. To generate HLS manifests while your job is
	// running: Choose Enabled. Use if you want to play back your content as soon
	// as it's available. MediaConvert writes the parent and child manifests after
	// the first three media segments are written to your destination S3 bucket.
	// It then writes new updated manifests after each additional segment is written.
	// The parent manifest includes the latest BANDWIDTH and AVERAGE-BANDWIDTH attributes,
	// and child manifests include the latest available media segment. When your
	// job completes, the final child playlists include an EXT-X-ENDLIST tag. To
	// generate HLS manifests only when your job completes: Choose Disabled.
	ProgressiveWriteHlsManifest *string `locationName:"progressiveWriteHlsManifest" type:"string" enum:"HlsProgressiveWriteHlsManifest"`

	// When set to SINGLE_FILE, emits program as a single media resource (.ts) file,
	// uses #EXT-X-BYTERANGE tags to index segment for playback.
	SegmentControl *string `locationName:"segmentControl" type:"string" enum:"HlsSegmentControl"`

	// 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 to specify whether the encoder enforces this value strictly. Use
	// Segment control 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 to have the encoder use the exact length that you specify with the
	// setting Segment length. This might result in extra I-frames. Choose Multiple
	// of GOP to have the encoder round up the segment lengths to match the next
	// GOP boundary.
	SegmentLengthControl *string `locationName:"segmentLengthControl" type:"string" enum:"HlsSegmentLengthControl"`

	// Specify the number of segments to write to a subdirectory before starting
	// a new one. You must also set Directory structure to Subdirectory per stream
	// for this setting to have an effect.
	SegmentsPerSubdirectory *int64 `locationName:"segmentsPerSubdirectory" min:"1" type:"integer"`

	// Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag
	// of variant manifest.
	StreamInfResolution *string `locationName:"streamInfResolution" type:"string" enum:"HlsStreamInfResolution"`

	// 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:"HlsTargetDurationCompatibilityMode"`

	// Specify the type of the ID3 frame to use for ID3 timestamps in your output.
	// To include ID3 timestamps: Specify PRIV or TDRL and set ID3 metadata to Passthrough.
	// To exclude ID3 timestamps: Set ID3 timestamp frame type to None.
	TimedMetadataId3Frame *string `locationName:"timedMetadataId3Frame" type:"string" enum:"HlsTimedMetadataId3Frame"`

	// Specify the interval in seconds to write ID3 timestamps in your output. The
	// first timestamp starts at the output timecode and date, and increases incrementally
	// with each ID3 timestamp. To use the default interval of 10 seconds: Leave
	// blank. To include this metadata in your output: Set ID3 timestamp frame type
	// to PRIV or TDRL, and set ID3 metadata to Passthrough.
	TimedMetadataId3Period *int64 `locationName:"timedMetadataId3Period" type:"integer"`

	// Provides an extra millisecond delta offset to fine tune the timestamps.
	TimestampDeltaMilliseconds *int64 `locationName:"timestampDeltaMilliseconds" type:"integer"`
	// contains filtered or unexported fields
}

Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.

func (HlsGroupSettings) GoString

func (s HlsGroupSettings) 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 (*HlsGroupSettings) SetAdMarkers

func (s *HlsGroupSettings) SetAdMarkers(v []*string) *HlsGroupSettings

SetAdMarkers sets the AdMarkers field's value.

func (*HlsGroupSettings) SetAdditionalManifests added in v1.25.36

func (s *HlsGroupSettings) SetAdditionalManifests(v []*HlsAdditionalManifest) *HlsGroupSettings

SetAdditionalManifests sets the AdditionalManifests field's value.

func (*HlsGroupSettings) SetAudioOnlyHeader added in v1.34.12

func (s *HlsGroupSettings) SetAudioOnlyHeader(v string) *HlsGroupSettings

SetAudioOnlyHeader sets the AudioOnlyHeader field's value.

func (*HlsGroupSettings) SetBaseUrl

func (s *HlsGroupSettings) SetBaseUrl(v string) *HlsGroupSettings

SetBaseUrl sets the BaseUrl field's value.

func (*HlsGroupSettings) SetCaptionLanguageMappings

func (s *HlsGroupSettings) SetCaptionLanguageMappings(v []*HlsCaptionLanguageMapping) *HlsGroupSettings

SetCaptionLanguageMappings sets the CaptionLanguageMappings field's value.

func (*HlsGroupSettings) SetCaptionLanguageSetting

func (s *HlsGroupSettings) SetCaptionLanguageSetting(v string) *HlsGroupSettings

SetCaptionLanguageSetting sets the CaptionLanguageSetting field's value.

func (*HlsGroupSettings) SetCaptionSegmentLengthControl added in v1.43.14

func (s *HlsGroupSettings) SetCaptionSegmentLengthControl(v string) *HlsGroupSettings

SetCaptionSegmentLengthControl sets the CaptionSegmentLengthControl field's value.

func (*HlsGroupSettings) SetClientCache

func (s *HlsGroupSettings) SetClientCache(v string) *HlsGroupSettings

SetClientCache sets the ClientCache field's value.

func (*HlsGroupSettings) SetCodecSpecification

func (s *HlsGroupSettings) SetCodecSpecification(v string) *HlsGroupSettings

SetCodecSpecification sets the CodecSpecification field's value.

func (*HlsGroupSettings) SetDestination

func (s *HlsGroupSettings) SetDestination(v string) *HlsGroupSettings

SetDestination sets the Destination field's value.

func (*HlsGroupSettings) SetDestinationSettings added in v1.19.4

func (s *HlsGroupSettings) SetDestinationSettings(v *DestinationSettings) *HlsGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*HlsGroupSettings) SetDirectoryStructure

func (s *HlsGroupSettings) SetDirectoryStructure(v string) *HlsGroupSettings

SetDirectoryStructure sets the DirectoryStructure field's value.

func (*HlsGroupSettings) SetEncryption

SetEncryption sets the Encryption field's value.

func (*HlsGroupSettings) SetImageBasedTrickPlay added in v1.38.69

func (s *HlsGroupSettings) SetImageBasedTrickPlay(v string) *HlsGroupSettings

SetImageBasedTrickPlay sets the ImageBasedTrickPlay field's value.

func (*HlsGroupSettings) SetImageBasedTrickPlaySettings added in v1.40.48

func (s *HlsGroupSettings) SetImageBasedTrickPlaySettings(v *HlsImageBasedTrickPlaySettings) *HlsGroupSettings

SetImageBasedTrickPlaySettings sets the ImageBasedTrickPlaySettings field's value.

func (*HlsGroupSettings) SetManifestCompression

func (s *HlsGroupSettings) SetManifestCompression(v string) *HlsGroupSettings

SetManifestCompression sets the ManifestCompression field's value.

func (*HlsGroupSettings) SetManifestDurationFormat

func (s *HlsGroupSettings) SetManifestDurationFormat(v string) *HlsGroupSettings

SetManifestDurationFormat sets the ManifestDurationFormat field's value.

func (*HlsGroupSettings) SetMinFinalSegmentLength added in v1.15.10

func (s *HlsGroupSettings) SetMinFinalSegmentLength(v float64) *HlsGroupSettings

SetMinFinalSegmentLength sets the MinFinalSegmentLength field's value.

func (*HlsGroupSettings) SetMinSegmentLength

func (s *HlsGroupSettings) SetMinSegmentLength(v int64) *HlsGroupSettings

SetMinSegmentLength sets the MinSegmentLength field's value.

func (*HlsGroupSettings) SetOutputSelection

func (s *HlsGroupSettings) SetOutputSelection(v string) *HlsGroupSettings

SetOutputSelection sets the OutputSelection field's value.

func (*HlsGroupSettings) SetProgramDateTime

func (s *HlsGroupSettings) SetProgramDateTime(v string) *HlsGroupSettings

SetProgramDateTime sets the ProgramDateTime field's value.

func (*HlsGroupSettings) SetProgramDateTimePeriod

func (s *HlsGroupSettings) SetProgramDateTimePeriod(v int64) *HlsGroupSettings

SetProgramDateTimePeriod sets the ProgramDateTimePeriod field's value.

func (*HlsGroupSettings) SetProgressiveWriteHlsManifest added in v1.44.287

func (s *HlsGroupSettings) SetProgressiveWriteHlsManifest(v string) *HlsGroupSettings

SetProgressiveWriteHlsManifest sets the ProgressiveWriteHlsManifest field's value.

func (*HlsGroupSettings) SetSegmentControl

func (s *HlsGroupSettings) SetSegmentControl(v string) *HlsGroupSettings

SetSegmentControl sets the SegmentControl field's value.

func (*HlsGroupSettings) SetSegmentLength

func (s *HlsGroupSettings) SetSegmentLength(v int64) *HlsGroupSettings

SetSegmentLength sets the SegmentLength field's value.

func (*HlsGroupSettings) SetSegmentLengthControl added in v1.40.29

func (s *HlsGroupSettings) SetSegmentLengthControl(v string) *HlsGroupSettings

SetSegmentLengthControl sets the SegmentLengthControl field's value.

func (*HlsGroupSettings) SetSegmentsPerSubdirectory

func (s *HlsGroupSettings) SetSegmentsPerSubdirectory(v int64) *HlsGroupSettings

SetSegmentsPerSubdirectory sets the SegmentsPerSubdirectory field's value.

func (*HlsGroupSettings) SetStreamInfResolution

func (s *HlsGroupSettings) SetStreamInfResolution(v string) *HlsGroupSettings

SetStreamInfResolution sets the StreamInfResolution field's value.

func (*HlsGroupSettings) SetTargetDurationCompatibilityMode added in v1.39.4

func (s *HlsGroupSettings) SetTargetDurationCompatibilityMode(v string) *HlsGroupSettings

SetTargetDurationCompatibilityMode sets the TargetDurationCompatibilityMode field's value.

func (*HlsGroupSettings) SetTimedMetadataId3Frame

func (s *HlsGroupSettings) SetTimedMetadataId3Frame(v string) *HlsGroupSettings

SetTimedMetadataId3Frame sets the TimedMetadataId3Frame field's value.

func (*HlsGroupSettings) SetTimedMetadataId3Period

func (s *HlsGroupSettings) SetTimedMetadataId3Period(v int64) *HlsGroupSettings

SetTimedMetadataId3Period sets the TimedMetadataId3Period field's value.

func (*HlsGroupSettings) SetTimestampDeltaMilliseconds

func (s *HlsGroupSettings) SetTimestampDeltaMilliseconds(v int64) *HlsGroupSettings

SetTimestampDeltaMilliseconds sets the TimestampDeltaMilliseconds field's value.

func (HlsGroupSettings) String

func (s HlsGroupSettings) 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 (*HlsGroupSettings) Validate added in v1.14.0

func (s *HlsGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HlsImageBasedTrickPlaySettings added in v1.40.48

type HlsImageBasedTrickPlaySettings 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:"HlsIntervalCadence"`

	// Height of each thumbnail within each tile image, in pixels. Leave blank to
	// maintain aspect ratio with thumbnail width. If following the aspect ratio
	// would lead to a total tile height greater than 4096, then the job will be
	// rejected. Must be divisible by 2.
	ThumbnailHeight *int64 `locationName:"thumbnailHeight" min:"2" type:"integer"`

	// Enter the interval, in seconds, that MediaConvert uses to generate thumbnails.
	// If the interval you enter doesn't align with the output frame rate, MediaConvert
	// automatically rounds the interval to align with the output frame rate. For
	// example, if the output frame rate is 29.97 frames per second and you enter
	// 5, MediaConvert uses a 150 frame interval to generate thumbnails.
	ThumbnailInterval *float64 `locationName:"thumbnailInterval" type:"double"`

	// Width of each thumbnail within each tile image, in pixels. Default is 312.
	// Must be divisible by 8.
	ThumbnailWidth *int64 `locationName:"thumbnailWidth" min:"8" type:"integer"`

	// Number of thumbnails in each column of a tile image. Set a value between
	// 2 and 2048. Must be divisible by 2.
	TileHeight *int64 `locationName:"tileHeight" min:"1" type:"integer"`

	// Number of thumbnails in each row of a tile image. Set a value between 1 and
	// 512.
	TileWidth *int64 `locationName:"tileWidth" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

func (HlsImageBasedTrickPlaySettings) GoString added in v1.40.48

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 (*HlsImageBasedTrickPlaySettings) SetIntervalCadence added in v1.40.48

SetIntervalCadence sets the IntervalCadence field's value.

func (*HlsImageBasedTrickPlaySettings) SetThumbnailHeight added in v1.40.48

SetThumbnailHeight sets the ThumbnailHeight field's value.

func (*HlsImageBasedTrickPlaySettings) SetThumbnailInterval added in v1.40.48

SetThumbnailInterval sets the ThumbnailInterval field's value.

func (*HlsImageBasedTrickPlaySettings) SetThumbnailWidth added in v1.40.48

SetThumbnailWidth sets the ThumbnailWidth field's value.

func (*HlsImageBasedTrickPlaySettings) SetTileHeight added in v1.40.48

SetTileHeight sets the TileHeight field's value.

func (*HlsImageBasedTrickPlaySettings) SetTileWidth added in v1.40.48

SetTileWidth sets the TileWidth field's value.

func (HlsImageBasedTrickPlaySettings) String added in v1.40.48

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 (*HlsImageBasedTrickPlaySettings) Validate added in v1.40.48

func (s *HlsImageBasedTrickPlaySettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HlsRenditionGroupSettings added in v1.38.69

type HlsRenditionGroupSettings struct {

	// Optional. Specify alternative group ID
	RenditionGroupId *string `locationName:"renditionGroupId" type:"string"`

	// Optional. Specify ISO 639-2 or ISO 639-3 code in the language property
	RenditionLanguageCode *string `locationName:"renditionLanguageCode" type:"string" enum:"LanguageCode"`

	// Optional. Specify media name
	RenditionName *string `locationName:"renditionName" type:"string"`
	// contains filtered or unexported fields
}

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.

func (HlsRenditionGroupSettings) GoString added in v1.38.69

func (s HlsRenditionGroupSettings) 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 (*HlsRenditionGroupSettings) SetRenditionGroupId added in v1.38.69

func (s *HlsRenditionGroupSettings) SetRenditionGroupId(v string) *HlsRenditionGroupSettings

SetRenditionGroupId sets the RenditionGroupId field's value.

func (*HlsRenditionGroupSettings) SetRenditionLanguageCode added in v1.38.69

func (s *HlsRenditionGroupSettings) SetRenditionLanguageCode(v string) *HlsRenditionGroupSettings

SetRenditionLanguageCode sets the RenditionLanguageCode field's value.

func (*HlsRenditionGroupSettings) SetRenditionName added in v1.38.69

SetRenditionName sets the RenditionName field's value.

func (HlsRenditionGroupSettings) String added in v1.38.69

func (s HlsRenditionGroupSettings) 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 HlsSettings

type HlsSettings struct {

	// Specifies the group to which the audio rendition belongs.
	AudioGroupId *string `locationName:"audioGroupId" type:"string"`

	// 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 to create an audio-only file in a raw container. Regardless of
	// the value that you specify here, if this output has video, the service will
	// place the output into an MPEG2-TS container.
	AudioOnlyContainer *string `locationName:"audioOnlyContainer" type:"string" enum:"HlsAudioOnlyContainer"`

	// List all the audio groups that are used with the video output stream. Input
	// all the audio GROUP-IDs that are associated to the video, separate by ','.
	AudioRenditionSets *string `locationName:"audioRenditionSets" type:"string"`

	// 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
	AudioTrackType *string `locationName:"audioTrackType" type:"string" enum:"HlsAudioTrackType"`

	// Specify whether to flag this audio track as descriptive video service (DVS)
	// in your HLS parent manifest. When you choose 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, MediaConvert leaves this parameter out. The DVS flag can help with
	// accessibility on Apple devices. For more information, see the Apple documentation.
	DescriptiveVideoServiceFlag *string `locationName:"descriptiveVideoServiceFlag" type:"string" enum:"HlsDescriptiveVideoServiceFlag"`

	// Choose 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.
	IFrameOnlyManifest *string `locationName:"iFrameOnlyManifest" type:"string" enum:"HlsIFrameOnlyManifest"`

	// Use this setting to add an identifying string to the filename of each segment.
	// The service adds this string between the name modifier and segment index
	// number. You can use format identifiers in the string. For more information,
	// see https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html
	SegmentModifier *string `locationName:"segmentModifier" type:"string"`
	// contains filtered or unexported fields
}

Settings for HLS output groups

func (HlsSettings) GoString

func (s HlsSettings) 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 (*HlsSettings) SetAudioGroupId

func (s *HlsSettings) SetAudioGroupId(v string) *HlsSettings

SetAudioGroupId sets the AudioGroupId field's value.

func (*HlsSettings) SetAudioOnlyContainer added in v1.21.5

func (s *HlsSettings) SetAudioOnlyContainer(v string) *HlsSettings

SetAudioOnlyContainer sets the AudioOnlyContainer field's value.

func (*HlsSettings) SetAudioRenditionSets

func (s *HlsSettings) SetAudioRenditionSets(v string) *HlsSettings

SetAudioRenditionSets sets the AudioRenditionSets field's value.

func (*HlsSettings) SetAudioTrackType

func (s *HlsSettings) SetAudioTrackType(v string) *HlsSettings

SetAudioTrackType sets the AudioTrackType field's value.

func (*HlsSettings) SetDescriptiveVideoServiceFlag added in v1.38.11

func (s *HlsSettings) SetDescriptiveVideoServiceFlag(v string) *HlsSettings

SetDescriptiveVideoServiceFlag sets the DescriptiveVideoServiceFlag field's value.

func (*HlsSettings) SetIFrameOnlyManifest

func (s *HlsSettings) SetIFrameOnlyManifest(v string) *HlsSettings

SetIFrameOnlyManifest sets the IFrameOnlyManifest field's value.

func (*HlsSettings) SetSegmentModifier

func (s *HlsSettings) SetSegmentModifier(v string) *HlsSettings

SetSegmentModifier sets the SegmentModifier field's value.

func (HlsSettings) String

func (s HlsSettings) 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 HopDestination added in v1.30.7

type HopDestination struct {

	// Optional. When you set up a job to use queue hopping, you can specify a different
	// relative priority for the job in the destination queue. If you don't specify,
	// the relative priority will remain the same as in the previous queue.
	Priority *int64 `locationName:"priority" type:"integer"`

	// Optional unless the job is submitted on the default queue. When you set up
	// a job to use queue hopping, you can specify a destination queue. This queue
	// cannot be the original queue to which the job is submitted. If the original
	// queue isn't the default queue and you don't specify the destination queue,
	// the job will move to the default queue.
	Queue *string `locationName:"queue" type:"string"`

	// Required for setting up a job to use queue hopping. Minimum wait time in
	// minutes until the job can hop to the destination queue. Valid range is 1
	// to 4320 minutes, inclusive.
	WaitMinutes *int64 `locationName:"waitMinutes" type:"integer"`
	// contains filtered or unexported fields
}

Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.

func (HopDestination) GoString added in v1.30.7

func (s HopDestination) 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 (*HopDestination) SetPriority added in v1.30.7

func (s *HopDestination) SetPriority(v int64) *HopDestination

SetPriority sets the Priority field's value.

func (*HopDestination) SetQueue added in v1.30.7

func (s *HopDestination) SetQueue(v string) *HopDestination

SetQueue sets the Queue field's value.

func (*HopDestination) SetWaitMinutes added in v1.30.7

func (s *HopDestination) SetWaitMinutes(v int64) *HopDestination

SetWaitMinutes sets the WaitMinutes field's value.

func (HopDestination) String added in v1.30.7

func (s HopDestination) 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 (*HopDestination) Validate added in v1.30.7

func (s *HopDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Id3Insertion

type Id3Insertion struct {

	// Use ID3 tag to provide a fully formed ID3 tag in base64-encode format.
	Id3 *string `locationName:"id3" type:"string"`

	// Provide a Timecode in HH:MM:SS:FF or HH:MM:SS;FF format.
	Timecode *string `locationName:"timecode" type:"string"`
	// contains filtered or unexported fields
}

To insert ID3 tags in your output, specify two values. Use ID3 tag to specify the base 64 encoded string and use Timecode to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion.

func (Id3Insertion) GoString

func (s Id3Insertion) 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 (*Id3Insertion) SetId3

func (s *Id3Insertion) SetId3(v string) *Id3Insertion

SetId3 sets the Id3 field's value.

func (*Id3Insertion) SetTimecode

func (s *Id3Insertion) SetTimecode(v string) *Id3Insertion

SetTimecode sets the Timecode field's value.

func (Id3Insertion) String

func (s Id3Insertion) 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 ImageInserter

type ImageInserter struct {

	// Specify the images that you want to overlay on your video. The images must
	// be PNG or TGA files.
	InsertableImages []*InsertableImage `locationName:"insertableImages" type:"list"`

	// Specify the reference white level, in nits, for all of your image inserter
	// images. Use to correct brightness levels within HDR10 outputs. For 1,000
	// nit peak brightness displays, we recommend that you set SDR reference white
	// level to 203 (according to ITU-R BT.2408). Leave blank to use the default
	// value of 100, or specify an integer from 100 to 1000.
	SdrReferenceWhiteLevel *int64 `locationName:"sdrReferenceWhiteLevel" min:"100" type:"integer"`
	// contains filtered or unexported fields
}

Use the image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each input or output individually. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/graphic-overlay.html. This setting is disabled by default.

func (ImageInserter) GoString

func (s ImageInserter) 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 (*ImageInserter) SetInsertableImages

func (s *ImageInserter) SetInsertableImages(v []*InsertableImage) *ImageInserter

SetInsertableImages sets the InsertableImages field's value.

func (*ImageInserter) SetSdrReferenceWhiteLevel added in v1.44.132

func (s *ImageInserter) SetSdrReferenceWhiteLevel(v int64) *ImageInserter

SetSdrReferenceWhiteLevel sets the SdrReferenceWhiteLevel field's value.

func (ImageInserter) String

func (s ImageInserter) 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 (*ImageInserter) Validate added in v1.14.0

func (s *ImageInserter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImscDestinationSettings added in v1.23.22

type ImscDestinationSettings struct {

	// 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: .
	Accessibility *string `locationName:"accessibility" type:"string" enum:"ImscAccessibilitySubs"`

	// 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.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"ImscStylePassthrough"`
	// contains filtered or unexported fields
}

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.

func (ImscDestinationSettings) GoString added in v1.23.22

func (s ImscDestinationSettings) 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 (*ImscDestinationSettings) SetAccessibility added in v1.42.39

func (s *ImscDestinationSettings) SetAccessibility(v string) *ImscDestinationSettings

SetAccessibility sets the Accessibility field's value.

func (*ImscDestinationSettings) SetStylePassthrough added in v1.23.22

func (s *ImscDestinationSettings) SetStylePassthrough(v string) *ImscDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (ImscDestinationSettings) String added in v1.23.22

func (s ImscDestinationSettings) 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 Input

type Input struct {

	// 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.
	AdvancedInputFilter *string `locationName:"advancedInputFilter" type:"string" enum:"AdvancedInputFilter"`

	// Optional settings for Advanced input filter when you set Advanced input filter
	// to Enabled.
	AdvancedInputFilterSettings *AdvancedInputFilterSettings `locationName:"advancedInputFilterSettings" type:"structure"`

	// Use audio selector groups to combine multiple sidecar audio inputs so that
	// you can assign them to a single output audio tab. 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.
	AudioSelectorGroups map[string]*AudioSelectorGroup `locationName:"audioSelectorGroups" type:"map"`

	// Use Audio selectors 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.
	AudioSelectors map[string]*AudioSelector `locationName:"audioSelectors" type:"map"`

	// Use captions selectors to specify the captions data from your input that
	// you use in your outputs. You can use up to 100 captions selectors per input.
	CaptionSelectors map[string]*CaptionSelector `locationName:"captionSelectors" type:"map"`

	// Use Cropping selection to specify the video area that the service will include
	// in the output video frame. If you specify a value here, it will override
	// any value that you specify in the output setting Cropping selection.
	Crop *Rectangle `locationName:"crop" type:"structure"`

	// Enable Deblock to produce smoother motion in the output. Default is disabled.
	// Only manually controllable for MPEG2 and uncompressed video inputs.
	DeblockFilter *string `locationName:"deblockFilter" type:"string" enum:"InputDeblockFilter"`

	// Settings for decrypting any input files that you encrypt before you upload
	// them to Amazon S3. MediaConvert can decrypt files only when you use AWS Key
	// Management Service (KMS) to encrypt the data key that you use to encrypt
	// your content.
	DecryptionSettings *InputDecryptionSettings `locationName:"decryptionSettings" type:"structure"`

	// Enable Denoise to filter noise from the input. Default is disabled. Only
	// applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
	DenoiseFilter *string `locationName:"denoiseFilter" type:"string" enum:"InputDenoiseFilter"`

	// Use this setting only when your video source has Dolby Vision studio mastering
	// metadata that is carried in a separate XML file. Specify the Amazon S3 location
	// for the metadata XML file. MediaConvert uses this file to provide global
	// and frame-level metadata for Dolby Vision preprocessing. When you specify
	// a file here and your input also has interleaved global and frame level metadata,
	// MediaConvert ignores the interleaved metadata and uses only the the metadata
	// from this external XML file. Note that your IAM service role must grant MediaConvert
	// read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
	DolbyVisionMetadataXml *string `locationName:"dolbyVisionMetadataXml" min:"14" type:"string"`

	// Specify the source file for your transcoding job. You can use multiple inputs
	// in a single job. The service concatenates these inputs, in the order that
	// you specify them in the job, to create the outputs. If your input format
	// is IMF, specify your input by providing the path to your CPL. For example,
	// "s3://bucket/vf/cpl.xml". If the CPL is in an incomplete IMP, make sure to
	// use *Supplemental IMPs* to specify any supplemental IMPs that contain assets
	// referenced by the CPL.
	FileInput *string `locationName:"fileInput" type:"string"`

	// 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.
	FilterEnable *string `locationName:"filterEnable" type:"string" enum:"InputFilterEnable"`

	// Specify the strength of the input filter. To apply an automatic amount of
	// filtering based the compression artifacts measured in your input: We recommend
	// that you leave Filter strength blank and set Filter enable to Auto. To manually
	// apply filtering: Enter a value from 1 to 5, where 1 is the least amount of
	// filtering and 5 is the most. The value that you enter applies to the strength
	// of the Deblock or Denoise filters, or to the strength of the Advanced input
	// filter.
	FilterStrength *int64 `locationName:"filterStrength" type:"integer"`

	// Enable the image inserter feature to include a graphic overlay on your video.
	// Enable or disable this feature for each input individually. This setting
	// is disabled by default.
	ImageInserter *ImageInserter `locationName:"imageInserter" type:"structure"`

	// Contains sets of start and end times that together specify a portion of the
	// input to be used in the outputs. If you provide only a start time, the clip
	// will be the entire input from that point to the end. If you provide only
	// an end time, it will be the entire input up to that point. When you specify
	// more than one input clip, the transcoding service creates the job outputs
	// by stringing the clips together in the order you specify them.
	InputClippings []*InputClipping `locationName:"inputClippings" type:"list"`

	// 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 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.
	InputScanType *string `locationName:"inputScanType" type:"string" enum:"InputScanType"`

	// Use Selection placement to define the video area in your output frame. The
	// area outside of the rectangle that you specify here is black. If you specify
	// a value here, it will override any value that you specify in the output setting
	// Selection placement. If you specify a value here, this will override any
	// AFD values in your input, even if you set Respond to AFD to Respond. If you
	// specify a value here, this will ignore anything that you specify for the
	// setting Scaling Behavior.
	Position *Rectangle `locationName:"position" type:"structure"`

	// Use Program to select a specific program from within a multi-program transport
	// stream. Note that Quad 4K is not currently supported. Default is the first
	// program within the transport stream. If the program you specify doesn't exist,
	// the transcoding service will use this default.
	ProgramNumber *int64 `locationName:"programNumber" min:"1" type:"integer"`

	// Set PSI control 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.
	PsiControl *string `locationName:"psiControl" type:"string" enum:"InputPsiControl"`

	// Provide a list of any necessary supplemental IMPs. You need supplemental
	// IMPs if the CPL that you're using for your input is in an incomplete IMP.
	// Specify either the supplemental IMP directories with a trailing slash or
	// the ASSETMAP.xml files. For example ["s3://bucket/ov/", "s3://bucket/vf2/ASSETMAP.xml"].
	// You don't need to specify the IMP that contains your input CPL, because the
	// service automatically detects it.
	SupplementalImps []*string `locationName:"supplementalImps" type:"list"`

	// Use this Timecode source setting, located under the input settings, 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
	// to use the timecodes in your input video. Choose Start at zero to start the
	// first frame at zero. Choose Specified start to start the first frame at the
	// timecode that you specify in the setting Start timecode. 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.
	TimecodeSource *string `locationName:"timecodeSource" type:"string" enum:"InputTimecodeSource"`

	// Specify the timecode that you want the service to use for this input's initial
	// frame. To use this setting, you must set the Timecode source setting, located
	// under the input settings, to Specified start. For more information about
	// timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.
	TimecodeStart *string `locationName:"timecodeStart" min:"11" type:"string"`

	// When you include Video generator, MediaConvert creates a video input with
	// black frames. Use this setting if you do not have a video input or if you
	// want to add black video frames before, or after, other inputs. You can specify
	// Video generator, or you can specify an Input file, but you cannot specify
	// both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html
	VideoGenerator *InputVideoGenerator `locationName:"videoGenerator" type:"structure"`

	// Contains an array of video overlays.
	VideoOverlays []*VideoOverlay `locationName:"videoOverlays" type:"list"`

	// Input video selectors contain the video settings for the input. Each of your
	// inputs can have up to one video selector.
	VideoSelector *VideoSelector `locationName:"videoSelector" type:"structure"`
	// contains filtered or unexported fields
}

Use inputs to define the source files used in your transcoding job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/specify-input-settings.html. You can use multiple video inputs to do input stitching. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html

func (Input) GoString

func (s Input) 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 (*Input) SetAdvancedInputFilter added in v1.44.249

func (s *Input) SetAdvancedInputFilter(v string) *Input

SetAdvancedInputFilter sets the AdvancedInputFilter field's value.

func (*Input) SetAdvancedInputFilterSettings added in v1.44.249

func (s *Input) SetAdvancedInputFilterSettings(v *AdvancedInputFilterSettings) *Input

SetAdvancedInputFilterSettings sets the AdvancedInputFilterSettings field's value.

func (*Input) SetAudioSelectorGroups

func (s *Input) SetAudioSelectorGroups(v map[string]*AudioSelectorGroup) *Input

SetAudioSelectorGroups sets the AudioSelectorGroups field's value.

func (*Input) SetAudioSelectors

func (s *Input) SetAudioSelectors(v map[string]*AudioSelector) *Input

SetAudioSelectors sets the AudioSelectors field's value.

func (*Input) SetCaptionSelectors

func (s *Input) SetCaptionSelectors(v map[string]*CaptionSelector) *Input

SetCaptionSelectors sets the CaptionSelectors field's value.

func (*Input) SetCrop added in v1.21.5

func (s *Input) SetCrop(v *Rectangle) *Input

SetCrop sets the Crop field's value.

func (*Input) SetDeblockFilter

func (s *Input) SetDeblockFilter(v string) *Input

SetDeblockFilter sets the DeblockFilter field's value.

func (*Input) SetDecryptionSettings added in v1.15.79

func (s *Input) SetDecryptionSettings(v *InputDecryptionSettings) *Input

SetDecryptionSettings sets the DecryptionSettings field's value.

func (*Input) SetDenoiseFilter

func (s *Input) SetDenoiseFilter(v string) *Input

SetDenoiseFilter sets the DenoiseFilter field's value.

func (*Input) SetDolbyVisionMetadataXml added in v1.42.39

func (s *Input) SetDolbyVisionMetadataXml(v string) *Input

SetDolbyVisionMetadataXml sets the DolbyVisionMetadataXml field's value.

func (*Input) SetFileInput

func (s *Input) SetFileInput(v string) *Input

SetFileInput sets the FileInput field's value.

func (*Input) SetFilterEnable

func (s *Input) SetFilterEnable(v string) *Input

SetFilterEnable sets the FilterEnable field's value.

func (*Input) SetFilterStrength

func (s *Input) SetFilterStrength(v int64) *Input

SetFilterStrength sets the FilterStrength field's value.

func (*Input) SetImageInserter added in v1.15.79

func (s *Input) SetImageInserter(v *ImageInserter) *Input

SetImageInserter sets the ImageInserter field's value.

func (*Input) SetInputClippings

func (s *Input) SetInputClippings(v []*InputClipping) *Input

SetInputClippings sets the InputClippings field's value.

func (*Input) SetInputScanType added in v1.35.3

func (s *Input) SetInputScanType(v string) *Input

SetInputScanType sets the InputScanType field's value.

func (*Input) SetPosition added in v1.21.5

func (s *Input) SetPosition(v *Rectangle) *Input

SetPosition sets the Position field's value.

func (*Input) SetProgramNumber

func (s *Input) SetProgramNumber(v int64) *Input

SetProgramNumber sets the ProgramNumber field's value.

func (*Input) SetPsiControl

func (s *Input) SetPsiControl(v string) *Input

SetPsiControl sets the PsiControl field's value.

func (*Input) SetSupplementalImps added in v1.16.19

func (s *Input) SetSupplementalImps(v []*string) *Input

SetSupplementalImps sets the SupplementalImps field's value.

func (*Input) SetTimecodeSource

func (s *Input) SetTimecodeSource(v string) *Input

SetTimecodeSource sets the TimecodeSource field's value.

func (*Input) SetTimecodeStart added in v1.23.22

func (s *Input) SetTimecodeStart(v string) *Input

SetTimecodeStart sets the TimecodeStart field's value.

func (*Input) SetVideoGenerator added in v1.44.4

func (s *Input) SetVideoGenerator(v *InputVideoGenerator) *Input

SetVideoGenerator sets the VideoGenerator field's value.

func (*Input) SetVideoOverlays added in v1.45.21

func (s *Input) SetVideoOverlays(v []*VideoOverlay) *Input

SetVideoOverlays sets the VideoOverlays field's value.

func (*Input) SetVideoSelector

func (s *Input) SetVideoSelector(v *VideoSelector) *Input

SetVideoSelector sets the VideoSelector field's value.

func (Input) String

func (s Input) 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 (*Input) Validate added in v1.14.0

func (s *Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InputClipping

type InputClipping struct {

	// Set End timecode to the end of the portion of the input you are clipping.
	// The frame corresponding to the End timecode value is included in the clip.
	// Start timecode or End timecode may be left blank, but not both. Use the format
	// HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is
	// the second, and FF is the frame number. When choosing this value, take into
	// account your setting for timecode source under input settings. For example,
	// if you have embedded timecodes that start at 01:00:00:00 and you want your
	// clip to end six minutes into the video, use 01:06:00:00.
	EndTimecode *string `locationName:"endTimecode" type:"string"`

	// Set Start timecode to the beginning of the portion of the input you are clipping.
	// The frame corresponding to the Start timecode value is included in the clip.
	// Start timecode or End timecode may be left blank, but not both. Use the format
	// HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is
	// the second, and FF is the frame number. When choosing this value, take into
	// account your setting for Input timecode source. For example, if you have
	// embedded timecodes that start at 01:00:00:00 and you want your clip to begin
	// five minutes into the video, use 01:05:00:00.
	StartTimecode *string `locationName:"startTimecode" type:"string"`
	// contains filtered or unexported fields
}

To transcode only portions of your input, include one input clip for each part of your input that you want in your output. All input clips that you specify will be included in every output of the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html.

func (InputClipping) GoString

func (s InputClipping) 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 (*InputClipping) SetEndTimecode

func (s *InputClipping) SetEndTimecode(v string) *InputClipping

SetEndTimecode sets the EndTimecode field's value.

func (*InputClipping) SetStartTimecode

func (s *InputClipping) SetStartTimecode(v string) *InputClipping

SetStartTimecode sets the StartTimecode field's value.

func (InputClipping) String

func (s InputClipping) 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 InputDecryptionSettings added in v1.15.79

type InputDecryptionSettings struct {

	// Specify the encryption mode that you used to encrypt your input files.
	DecryptionMode *string `locationName:"decryptionMode" type:"string" enum:"DecryptionMode"`

	// Warning! Don't provide your encryption key in plaintext. Your job settings
	// could be intercepted, making your encrypted content vulnerable. Specify the
	// encrypted version of the data key that you used to encrypt your content.
	// The data key must be encrypted by AWS Key Management Service (KMS). The key
	// can be 128, 192, or 256 bits.
	EncryptedDecryptionKey *string `locationName:"encryptedDecryptionKey" min:"24" type:"string"`

	// Specify the initialization vector that you used when you encrypted your content
	// before uploading it to Amazon S3. You can use a 16-byte initialization vector
	// with any encryption mode. Or, you can use a 12-byte initialization vector
	// with GCM or CTR. MediaConvert accepts only initialization vectors that are
	// base64-encoded.
	InitializationVector *string `locationName:"initializationVector" min:"16" type:"string"`

	// Specify the AWS Region for AWS Key Management Service (KMS) that you used
	// to encrypt your data key, if that Region is different from the one you are
	// using for AWS Elemental MediaConvert.
	KmsKeyRegion *string `locationName:"kmsKeyRegion" min:"9" type:"string"`
	// contains filtered or unexported fields
}

Settings for decrypting any input files that you encrypt before you upload them to Amazon S3. MediaConvert can decrypt files only when you use AWS Key Management Service (KMS) to encrypt the data key that you use to encrypt your content.

func (InputDecryptionSettings) GoString added in v1.15.79

func (s InputDecryptionSettings) 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 (*InputDecryptionSettings) SetDecryptionMode added in v1.15.79

func (s *InputDecryptionSettings) SetDecryptionMode(v string) *InputDecryptionSettings

SetDecryptionMode sets the DecryptionMode field's value.

func (*InputDecryptionSettings) SetEncryptedDecryptionKey added in v1.15.79

func (s *InputDecryptionSettings) SetEncryptedDecryptionKey(v string) *InputDecryptionSettings

SetEncryptedDecryptionKey sets the EncryptedDecryptionKey field's value.

func (*InputDecryptionSettings) SetInitializationVector added in v1.15.79

func (s *InputDecryptionSettings) SetInitializationVector(v string) *InputDecryptionSettings

SetInitializationVector sets the InitializationVector field's value.

func (*InputDecryptionSettings) SetKmsKeyRegion added in v1.15.79

SetKmsKeyRegion sets the KmsKeyRegion field's value.

func (InputDecryptionSettings) String added in v1.15.79

func (s InputDecryptionSettings) 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 (*InputDecryptionSettings) Validate added in v1.15.79

func (s *InputDecryptionSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InputTemplate

type InputTemplate struct {

	// 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.
	AdvancedInputFilter *string `locationName:"advancedInputFilter" type:"string" enum:"AdvancedInputFilter"`

	// Optional settings for Advanced input filter when you set Advanced input filter
	// to Enabled.
	AdvancedInputFilterSettings *AdvancedInputFilterSettings `locationName:"advancedInputFilterSettings" type:"structure"`

	// Use audio selector groups to combine multiple sidecar audio inputs so that
	// you can assign them to a single output audio tab. 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.
	AudioSelectorGroups map[string]*AudioSelectorGroup `locationName:"audioSelectorGroups" type:"map"`

	// Use Audio selectors 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.
	AudioSelectors map[string]*AudioSelector `locationName:"audioSelectors" type:"map"`

	// Use captions selectors to specify the captions data from your input that
	// you use in your outputs. You can use up to 100 captions selectors per input.
	CaptionSelectors map[string]*CaptionSelector `locationName:"captionSelectors" type:"map"`

	// Use Cropping selection to specify the video area that the service will include
	// in the output video frame. If you specify a value here, it will override
	// any value that you specify in the output setting Cropping selection.
	Crop *Rectangle `locationName:"crop" type:"structure"`

	// Enable Deblock to produce smoother motion in the output. Default is disabled.
	// Only manually controllable for MPEG2 and uncompressed video inputs.
	DeblockFilter *string `locationName:"deblockFilter" type:"string" enum:"InputDeblockFilter"`

	// Enable Denoise to filter noise from the input. Default is disabled. Only
	// applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
	DenoiseFilter *string `locationName:"denoiseFilter" type:"string" enum:"InputDenoiseFilter"`

	// Use this setting only when your video source has Dolby Vision studio mastering
	// metadata that is carried in a separate XML file. Specify the Amazon S3 location
	// for the metadata XML file. MediaConvert uses this file to provide global
	// and frame-level metadata for Dolby Vision preprocessing. When you specify
	// a file here and your input also has interleaved global and frame level metadata,
	// MediaConvert ignores the interleaved metadata and uses only the the metadata
	// from this external XML file. Note that your IAM service role must grant MediaConvert
	// read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
	DolbyVisionMetadataXml *string `locationName:"dolbyVisionMetadataXml" min:"14" type:"string"`

	// 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.
	FilterEnable *string `locationName:"filterEnable" type:"string" enum:"InputFilterEnable"`

	// Specify the strength of the input filter. To apply an automatic amount of
	// filtering based the compression artifacts measured in your input: We recommend
	// that you leave Filter strength blank and set Filter enable to Auto. To manually
	// apply filtering: Enter a value from 1 to 5, where 1 is the least amount of
	// filtering and 5 is the most. The value that you enter applies to the strength
	// of the Deblock or Denoise filters, or to the strength of the Advanced input
	// filter.
	FilterStrength *int64 `locationName:"filterStrength" type:"integer"`

	// Enable the image inserter feature to include a graphic overlay on your video.
	// Enable or disable this feature for each input individually. This setting
	// is disabled by default.
	ImageInserter *ImageInserter `locationName:"imageInserter" type:"structure"`

	// Contains sets of start and end times that together specify a portion of the
	// input to be used in the outputs. If you provide only a start time, the clip
	// will be the entire input from that point to the end. If you provide only
	// an end time, it will be the entire input up to that point. When you specify
	// more than one input clip, the transcoding service creates the job outputs
	// by stringing the clips together in the order you specify them.
	InputClippings []*InputClipping `locationName:"inputClippings" type:"list"`

	// 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 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.
	InputScanType *string `locationName:"inputScanType" type:"string" enum:"InputScanType"`

	// Use Selection placement to define the video area in your output frame. The
	// area outside of the rectangle that you specify here is black. If you specify
	// a value here, it will override any value that you specify in the output setting
	// Selection placement. If you specify a value here, this will override any
	// AFD values in your input, even if you set Respond to AFD to Respond. If you
	// specify a value here, this will ignore anything that you specify for the
	// setting Scaling Behavior.
	Position *Rectangle `locationName:"position" type:"structure"`

	// Use Program to select a specific program from within a multi-program transport
	// stream. Note that Quad 4K is not currently supported. Default is the first
	// program within the transport stream. If the program you specify doesn't exist,
	// the transcoding service will use this default.
	ProgramNumber *int64 `locationName:"programNumber" min:"1" type:"integer"`

	// Set PSI control 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.
	PsiControl *string `locationName:"psiControl" type:"string" enum:"InputPsiControl"`

	// Use this Timecode source setting, located under the input settings, 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
	// to use the timecodes in your input video. Choose Start at zero to start the
	// first frame at zero. Choose Specified start to start the first frame at the
	// timecode that you specify in the setting Start timecode. 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.
	TimecodeSource *string `locationName:"timecodeSource" type:"string" enum:"InputTimecodeSource"`

	// Specify the timecode that you want the service to use for this input's initial
	// frame. To use this setting, you must set the Timecode source setting, located
	// under the input settings, to Specified start. For more information about
	// timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.
	TimecodeStart *string `locationName:"timecodeStart" min:"11" type:"string"`

	// Contains an array of video overlays.
	VideoOverlays []*VideoOverlay `locationName:"videoOverlays" type:"list"`

	// Input video selectors contain the video settings for the input. Each of your
	// inputs can have up to one video selector.
	VideoSelector *VideoSelector `locationName:"videoSelector" type:"structure"`
	// contains filtered or unexported fields
}

Specified video input in a template.

func (InputTemplate) GoString

func (s InputTemplate) 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 (*InputTemplate) SetAdvancedInputFilter added in v1.44.249

func (s *InputTemplate) SetAdvancedInputFilter(v string) *InputTemplate

SetAdvancedInputFilter sets the AdvancedInputFilter field's value.

func (*InputTemplate) SetAdvancedInputFilterSettings added in v1.44.249

func (s *InputTemplate) SetAdvancedInputFilterSettings(v *AdvancedInputFilterSettings) *InputTemplate

SetAdvancedInputFilterSettings sets the AdvancedInputFilterSettings field's value.

func (*InputTemplate) SetAudioSelectorGroups

func (s *InputTemplate) SetAudioSelectorGroups(v map[string]*AudioSelectorGroup) *InputTemplate

SetAudioSelectorGroups sets the AudioSelectorGroups field's value.

func (*InputTemplate) SetAudioSelectors

func (s *InputTemplate) SetAudioSelectors(v map[string]*AudioSelector) *InputTemplate

SetAudioSelectors sets the AudioSelectors field's value.

func (*InputTemplate) SetCaptionSelectors

func (s *InputTemplate) SetCaptionSelectors(v map[string]*CaptionSelector) *InputTemplate

SetCaptionSelectors sets the CaptionSelectors field's value.

func (*InputTemplate) SetCrop added in v1.21.5

func (s *InputTemplate) SetCrop(v *Rectangle) *InputTemplate

SetCrop sets the Crop field's value.

func (*InputTemplate) SetDeblockFilter

func (s *InputTemplate) SetDeblockFilter(v string) *InputTemplate

SetDeblockFilter sets the DeblockFilter field's value.

func (*InputTemplate) SetDenoiseFilter

func (s *InputTemplate) SetDenoiseFilter(v string) *InputTemplate

SetDenoiseFilter sets the DenoiseFilter field's value.

func (*InputTemplate) SetDolbyVisionMetadataXml added in v1.42.39

func (s *InputTemplate) SetDolbyVisionMetadataXml(v string) *InputTemplate

SetDolbyVisionMetadataXml sets the DolbyVisionMetadataXml field's value.

func (*InputTemplate) SetFilterEnable

func (s *InputTemplate) SetFilterEnable(v string) *InputTemplate

SetFilterEnable sets the FilterEnable field's value.

func (*InputTemplate) SetFilterStrength

func (s *InputTemplate) SetFilterStrength(v int64) *InputTemplate

SetFilterStrength sets the FilterStrength field's value.

func (*InputTemplate) SetImageInserter added in v1.15.79

func (s *InputTemplate) SetImageInserter(v *ImageInserter) *InputTemplate

SetImageInserter sets the ImageInserter field's value.

func (*InputTemplate) SetInputClippings

func (s *InputTemplate) SetInputClippings(v []*InputClipping) *InputTemplate

SetInputClippings sets the InputClippings field's value.

func (*InputTemplate) SetInputScanType added in v1.35.3

func (s *InputTemplate) SetInputScanType(v string) *InputTemplate

SetInputScanType sets the InputScanType field's value.

func (*InputTemplate) SetPosition added in v1.21.5

func (s *InputTemplate) SetPosition(v *Rectangle) *InputTemplate

SetPosition sets the Position field's value.

func (*InputTemplate) SetProgramNumber

func (s *InputTemplate) SetProgramNumber(v int64) *InputTemplate

SetProgramNumber sets the ProgramNumber field's value.

func (*InputTemplate) SetPsiControl

func (s *InputTemplate) SetPsiControl(v string) *InputTemplate

SetPsiControl sets the PsiControl field's value.

func (*InputTemplate) SetTimecodeSource

func (s *InputTemplate) SetTimecodeSource(v string) *InputTemplate

SetTimecodeSource sets the TimecodeSource field's value.

func (*InputTemplate) SetTimecodeStart added in v1.23.22

func (s *InputTemplate) SetTimecodeStart(v string) *InputTemplate

SetTimecodeStart sets the TimecodeStart field's value.

func (*InputTemplate) SetVideoOverlays added in v1.45.21

func (s *InputTemplate) SetVideoOverlays(v []*VideoOverlay) *InputTemplate

SetVideoOverlays sets the VideoOverlays field's value.

func (*InputTemplate) SetVideoSelector

func (s *InputTemplate) SetVideoSelector(v *VideoSelector) *InputTemplate

SetVideoSelector sets the VideoSelector field's value.

func (InputTemplate) String

func (s InputTemplate) 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 (*InputTemplate) Validate added in v1.14.0

func (s *InputTemplate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InputVideoGenerator added in v1.44.4

type InputVideoGenerator struct {

	// Specify an integer value for Black video duration from 50 to 86400000 to
	// generate a black video input for that many milliseconds. Required when you
	// include Video generator.
	Duration *int64 `locationName:"duration" min:"50" type:"integer"`
	// contains filtered or unexported fields
}

When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html

func (InputVideoGenerator) GoString added in v1.44.4

func (s InputVideoGenerator) 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 (*InputVideoGenerator) SetDuration added in v1.44.4

func (s *InputVideoGenerator) SetDuration(v int64) *InputVideoGenerator

SetDuration sets the Duration field's value.

func (InputVideoGenerator) String added in v1.44.4

func (s InputVideoGenerator) 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 (*InputVideoGenerator) Validate added in v1.44.4

func (s *InputVideoGenerator) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InsertableImage

type InsertableImage struct {

	// Specify the time, in milliseconds, for the image to remain on the output
	// video. This duration includes fade-in time but not fade-out time.
	Duration *int64 `locationName:"duration" type:"integer"`

	// Specify the length of time, in milliseconds, between the Start time that
	// you specify for the image insertion and the time that the image appears at
	// full opacity. Full opacity is the level that you specify for the opacity
	// setting. If you don't specify a value for Fade-in, the image will appear
	// abruptly at the overlay start time.
	FadeIn *int64 `locationName:"fadeIn" type:"integer"`

	// Specify the length of time, in milliseconds, between the end of the time
	// that you have specified for the image overlay Duration and when the overlaid
	// image has faded to total transparency. If you don't specify a value for Fade-out,
	// the image will disappear abruptly at the end of the inserted image duration.
	FadeOut *int64 `locationName:"fadeOut" type:"integer"`

	// Specify the height of the inserted image in pixels. If you specify a value
	// that's larger than the video resolution height, the service will crop your
	// overlaid image to fit. To use the native height of the image, keep this setting
	// blank.
	Height *int64 `locationName:"height" type:"integer"`

	// Specify the HTTP, HTTPS, or Amazon S3 location of the image that you want
	// to overlay on the video. Use a PNG or TGA file.
	ImageInserterInput *string `locationName:"imageInserterInput" min:"14" type:"string"`

	// Specify the distance, in pixels, between the inserted image and the left
	// edge of the video frame. Required for any image overlay that you specify.
	ImageX *int64 `locationName:"imageX" type:"integer"`

	// Specify the distance, in pixels, between the overlaid image and the top edge
	// of the video frame. Required for any image overlay that you specify.
	ImageY *int64 `locationName:"imageY" type:"integer"`

	// Specify how overlapping inserted images appear. Images with higher values
	// for Layer appear on top of images with lower values for Layer.
	Layer *int64 `locationName:"layer" type:"integer"`

	// Use Opacity to specify how much of the underlying video shows through the
	// inserted image. 0 is transparent and 100 is fully opaque. Default is 50.
	Opacity *int64 `locationName:"opacity" type:"integer"`

	// Specify the timecode of the frame that you want the overlay to first appear
	// on. This must be in timecode (HH:MM:SS:FF or HH:MM:SS;FF) format. Remember
	// to take into account your timecode source settings.
	StartTime *string `locationName:"startTime" type:"string"`

	// Specify the width of the inserted image in pixels. If you specify a value
	// that's larger than the video resolution width, the service will crop your
	// overlaid image to fit. To use the native width of the image, keep this setting
	// blank.
	Width *int64 `locationName:"width" type:"integer"`
	// contains filtered or unexported fields
}

These settings apply to a specific graphic overlay. You can include multiple overlays in your job.

func (InsertableImage) GoString

func (s InsertableImage) 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 (*InsertableImage) SetDuration

func (s *InsertableImage) SetDuration(v int64) *InsertableImage

SetDuration sets the Duration field's value.

func (*InsertableImage) SetFadeIn

func (s *InsertableImage) SetFadeIn(v int64) *InsertableImage

SetFadeIn sets the FadeIn field's value.

func (*InsertableImage) SetFadeOut

func (s *InsertableImage) SetFadeOut(v int64) *InsertableImage

SetFadeOut sets the FadeOut field's value.

func (*InsertableImage) SetHeight

func (s *InsertableImage) SetHeight(v int64) *InsertableImage

SetHeight sets the Height field's value.

func (*InsertableImage) SetImageInserterInput

func (s *InsertableImage) SetImageInserterInput(v string) *InsertableImage

SetImageInserterInput sets the ImageInserterInput field's value.

func (*InsertableImage) SetImageX

func (s *InsertableImage) SetImageX(v int64) *InsertableImage

SetImageX sets the ImageX field's value.

func (*InsertableImage) SetImageY

func (s *InsertableImage) SetImageY(v int64) *InsertableImage

SetImageY sets the ImageY field's value.

func (*InsertableImage) SetLayer

func (s *InsertableImage) SetLayer(v int64) *InsertableImage

SetLayer sets the Layer field's value.

func (*InsertableImage) SetOpacity

func (s *InsertableImage) SetOpacity(v int64) *InsertableImage

SetOpacity sets the Opacity field's value.

func (*InsertableImage) SetStartTime

func (s *InsertableImage) SetStartTime(v string) *InsertableImage

SetStartTime sets the StartTime field's value.

func (*InsertableImage) SetWidth

func (s *InsertableImage) SetWidth(v int64) *InsertableImage

SetWidth sets the Width field's value.

func (InsertableImage) String

func (s InsertableImage) 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 (*InsertableImage) Validate added in v1.14.0

func (s *InsertableImage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InternalServerErrorException added in v1.28.0

type InternalServerErrorException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*InternalServerErrorException) Code added in v1.28.0

Code returns the exception type name.

func (*InternalServerErrorException) Error added in v1.28.0

func (InternalServerErrorException) GoString added in v1.28.0

func (s InternalServerErrorException) 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 (*InternalServerErrorException) Message added in v1.28.0

func (s *InternalServerErrorException) Message() string

Message returns the exception's message.

func (*InternalServerErrorException) OrigErr added in v1.28.0

func (s *InternalServerErrorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerErrorException) RequestID added in v1.28.0

func (s *InternalServerErrorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerErrorException) StatusCode added in v1.28.0

func (s *InternalServerErrorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerErrorException) String added in v1.28.0

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 Job

type Job struct {

	// Accelerated transcoding can significantly speed up jobs with long, visually
	// complex content.
	AccelerationSettings *AccelerationSettings `locationName:"accelerationSettings" type:"structure"`

	// 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.
	AccelerationStatus *string `locationName:"accelerationStatus" type:"string" enum:"AccelerationStatus"`

	// An identifier for this resource that is unique within all of AWS.
	Arn *string `locationName:"arn" type:"string"`

	// 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.
	BillingTagsSource *string `locationName:"billingTagsSource" type:"string" enum:"BillingTagsSource"`

	// Prevent duplicate jobs from being created and ensure idempotency for your
	// requests. A client request token can be any string that includes up to 64
	// ASCII characters. If you reuse a client request token within one minute of
	// a successful request, the API returns the job details of the original request
	// instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
	ClientRequestToken *string `locationName:"clientRequestToken" type:"string"`

	// The time, in Unix epoch format in seconds, when the job got created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// A job's phase can be PROBING, TRANSCODING OR UPLOADING
	CurrentPhase *string `locationName:"currentPhase" type:"string" enum:"JobPhase"`

	// Error code for the job
	ErrorCode *int64 `locationName:"errorCode" type:"integer"`

	// Error message of Job
	ErrorMessage *string `locationName:"errorMessage" type:"string"`

	// Optional list of hop destinations.
	HopDestinations []*HopDestination `locationName:"hopDestinations" type:"list"`

	// A portion of the job's ARN, unique within your AWS Elemental MediaConvert
	// resources
	Id *string `locationName:"id" type:"string"`

	// An estimate of how far your job has progressed. This estimate is shown as
	// a percentage of the total time from when your job leaves its queue to when
	// your output files appear in your output Amazon S3 bucket. AWS Elemental MediaConvert
	// provides jobPercentComplete in CloudWatch STATUS_UPDATE events and in the
	// response to GetJob and ListJobs requests. The jobPercentComplete estimate
	// is reliable for the following input containers: Quicktime, Transport Stream,
	// MP4, and MXF. For some jobs, the service can't provide information about
	// job progress. In those cases, jobPercentComplete returns a null value.
	JobPercentComplete *int64 `locationName:"jobPercentComplete" type:"integer"`

	// The job template that the job is created from, if it is created from a job
	// template.
	JobTemplate *string `locationName:"jobTemplate" type:"string"`

	// Provides messages from the service about jobs that you have already successfully
	// submitted.
	Messages *JobMessages `locationName:"messages" type:"structure"`

	// List of output group details
	OutputGroupDetails []*OutputGroupDetail `locationName:"outputGroupDetails" type:"list"`

	// Relative priority on the job.
	Priority *int64 `locationName:"priority" type:"integer"`

	// When you create a job, you can specify a queue to send it to. If you don't
	// specify, the job will go to the default queue. For more about queues, see
	// the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	Queue *string `locationName:"queue" type:"string"`

	// The job's queue hopping history.
	QueueTransitions []*QueueTransition `locationName:"queueTransitions" type:"list"`

	// The number of times that the service automatically attempted to process your
	// job after encountering an error.
	RetryCount *int64 `locationName:"retryCount" type:"integer"`

	// The IAM role you use for creating this job. For details about permissions,
	// see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
	//
	// Role is a required field
	Role *string `locationName:"role" type:"string" required:"true"`

	// JobSettings contains all the transcode settings for a job.
	//
	// Settings is a required field
	Settings *JobSettings `locationName:"settings" type:"structure" required:"true"`

	// 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.
	SimulateReservedQueue *string `locationName:"simulateReservedQueue" type:"string" enum:"SimulateReservedQueue"`

	// A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
	Status *string `locationName:"status" type:"string" enum:"JobStatus"`

	// 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.
	StatusUpdateInterval *string `locationName:"statusUpdateInterval" type:"string" enum:"StatusUpdateInterval"`

	// Information about when jobs are submitted, started, and finished is specified
	// in Unix epoch format in seconds.
	Timing *Timing `locationName:"timing" type:"structure"`

	// User-defined metadata that you want to associate with an MediaConvert job.
	// You specify metadata in key/value pairs.
	UserMetadata map[string]*string `locationName:"userMetadata" type:"map"`

	// Contains any warning messages for the job. Use to help identify potential
	// issues with your input, output, or job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
	Warnings []*WarningGroup `locationName:"warnings" type:"list"`
	// contains filtered or unexported fields
}

Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

func (Job) GoString

func (s Job) 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 (*Job) SetAccelerationSettings added in v1.16.19

func (s *Job) SetAccelerationSettings(v *AccelerationSettings) *Job

SetAccelerationSettings sets the AccelerationSettings field's value.

func (*Job) SetAccelerationStatus added in v1.25.9

func (s *Job) SetAccelerationStatus(v string) *Job

SetAccelerationStatus sets the AccelerationStatus field's value.

func (*Job) SetArn

func (s *Job) SetArn(v string) *Job

SetArn sets the Arn field's value.

func (*Job) SetBillingTagsSource added in v1.15.29

func (s *Job) SetBillingTagsSource(v string) *Job

SetBillingTagsSource sets the BillingTagsSource field's value.

func (*Job) SetClientRequestToken added in v1.44.240

func (s *Job) SetClientRequestToken(v string) *Job

SetClientRequestToken sets the ClientRequestToken field's value.

func (*Job) SetCreatedAt

func (s *Job) SetCreatedAt(v time.Time) *Job

SetCreatedAt sets the CreatedAt field's value.

func (*Job) SetCurrentPhase added in v1.19.4

func (s *Job) SetCurrentPhase(v string) *Job

SetCurrentPhase sets the CurrentPhase field's value.

func (*Job) SetErrorCode

func (s *Job) SetErrorCode(v int64) *Job

SetErrorCode sets the ErrorCode field's value.

func (*Job) SetErrorMessage

func (s *Job) SetErrorMessage(v string) *Job

SetErrorMessage sets the ErrorMessage field's value.

func (*Job) SetHopDestinations added in v1.30.7

func (s *Job) SetHopDestinations(v []*HopDestination) *Job

SetHopDestinations sets the HopDestinations field's value.

func (*Job) SetId

func (s *Job) SetId(v string) *Job

SetId sets the Id field's value.

func (*Job) SetJobPercentComplete added in v1.19.4

func (s *Job) SetJobPercentComplete(v int64) *Job

SetJobPercentComplete sets the JobPercentComplete field's value.

func (*Job) SetJobTemplate

func (s *Job) SetJobTemplate(v string) *Job

SetJobTemplate sets the JobTemplate field's value.

func (*Job) SetMessages added in v1.25.9

func (s *Job) SetMessages(v *JobMessages) *Job

SetMessages sets the Messages field's value.

func (*Job) SetOutputGroupDetails

func (s *Job) SetOutputGroupDetails(v []*OutputGroupDetail) *Job

SetOutputGroupDetails sets the OutputGroupDetails field's value.

func (*Job) SetPriority added in v1.21.8

func (s *Job) SetPriority(v int64) *Job

SetPriority sets the Priority field's value.

func (*Job) SetQueue

func (s *Job) SetQueue(v string) *Job

SetQueue sets the Queue field's value.

func (*Job) SetQueueTransitions added in v1.30.7

func (s *Job) SetQueueTransitions(v []*QueueTransition) *Job

SetQueueTransitions sets the QueueTransitions field's value.

func (*Job) SetRetryCount added in v1.19.4

func (s *Job) SetRetryCount(v int64) *Job

SetRetryCount sets the RetryCount field's value.

func (*Job) SetRole

func (s *Job) SetRole(v string) *Job

SetRole sets the Role field's value.

func (*Job) SetSettings

func (s *Job) SetSettings(v *JobSettings) *Job

SetSettings sets the Settings field's value.

func (*Job) SetSimulateReservedQueue added in v1.23.11

func (s *Job) SetSimulateReservedQueue(v string) *Job

SetSimulateReservedQueue sets the SimulateReservedQueue field's value.

func (*Job) SetStatus

func (s *Job) SetStatus(v string) *Job

SetStatus sets the Status field's value.

func (*Job) SetStatusUpdateInterval added in v1.19.4

func (s *Job) SetStatusUpdateInterval(v string) *Job

SetStatusUpdateInterval sets the StatusUpdateInterval field's value.

func (*Job) SetTiming

func (s *Job) SetTiming(v *Timing) *Job

SetTiming sets the Timing field's value.

func (*Job) SetUserMetadata

func (s *Job) SetUserMetadata(v map[string]*string) *Job

SetUserMetadata sets the UserMetadata field's value.

func (*Job) SetWarnings added in v1.44.240

func (s *Job) SetWarnings(v []*WarningGroup) *Job

SetWarnings sets the Warnings field's value.

func (Job) String

func (s Job) 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 JobMessages added in v1.25.9

type JobMessages struct {

	// List of messages that are informational only and don't indicate a problem
	// with your job.
	Info []*string `locationName:"info" type:"list"`

	// List of messages that warn about conditions that might cause your job not
	// to run or to fail.
	Warning []*string `locationName:"warning" type:"list"`
	// contains filtered or unexported fields
}

Provides messages from the service about jobs that you have already successfully submitted.

func (JobMessages) GoString added in v1.25.9

func (s JobMessages) 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 (*JobMessages) SetInfo added in v1.25.9

func (s *JobMessages) SetInfo(v []*string) *JobMessages

SetInfo sets the Info field's value.

func (*JobMessages) SetWarning added in v1.25.9

func (s *JobMessages) SetWarning(v []*string) *JobMessages

SetWarning sets the Warning field's value.

func (JobMessages) String added in v1.25.9

func (s JobMessages) 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 JobSettings

type JobSettings struct {

	// When specified, this offset (in milliseconds) is added to the input Ad Avail
	// PTS time.
	AdAvailOffset *int64 `locationName:"adAvailOffset" type:"integer"`

	// Settings for ad avail blanking. Video can be blanked or overlaid with an
	// image, and audio muted during SCTE-35 triggered ad avails.
	AvailBlanking *AvailBlanking `locationName:"availBlanking" type:"structure"`

	// Use 3D LUTs to specify custom color mapping behavior when you convert from
	// one color space into another. You can include up to 8 different 3D LUTs.
	// For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
	ColorConversion3DLUTSettings []*ColorConversion3DLUTSetting `locationName:"colorConversion3DLUTSettings" type:"list"`

	// Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion,
	// you can ignore these settings.
	Esam *EsamSettings `locationName:"esam" type:"structure"`

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

	// Specify the input that MediaConvert references for your default output settings.
	// MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio
	// for all outputs that you don't manually specify different output settings
	// for. Enabling this setting will disable "Follow source" for all other inputs.
	// If MediaConvert cannot follow your source, for example if you specify an
	// audio-only input, MediaConvert uses the first followable input instead. In
	// your JSON job specification, enter an integer from 1 to 150 corresponding
	// to the order of your inputs.
	FollowSource *int64 `locationName:"followSource" min:"1" type:"integer"`

	// Use Inputs to define source file used in the transcode job. There can be
	// multiple inputs add in a job. These inputs will be concantenated together
	// to create the output.
	Inputs []*Input `locationName:"inputs" type:"list"`

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

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

	// Settings for your Nielsen configuration. If you don't do Nielsen measurement
	// and analytics, ignore these settings. When you enable Nielsen configuration,
	// MediaConvert enables PCM to ID3 tagging for all outputs in the job.
	NielsenConfiguration *NielsenConfiguration `locationName:"nielsenConfiguration" type:"structure"`

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

	// Contains one group of settings for each set of outputs that share a common
	// package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and
	// no container) are grouped in a single output group as well. Required in is
	// a group of settings that apply to the whole group. This required object depends
	// on the value you set for Type. Type, settings object pairs are as follows.
	// * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings
	// * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS,
	// MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
	OutputGroups []*OutputGroup `locationName:"outputGroups" type:"list"`

	// These settings control how the service handles timecodes throughout the job.
	// These settings don't affect input clipping.
	TimecodeConfig *TimecodeConfig `locationName:"timecodeConfig" type:"structure"`

	// Insert user-defined custom ID3 metadata at timecodes that you specify. In
	// each output that you want to include this metadata, you must set ID3 metadata
	// to Passthrough.
	TimedMetadataInsertion *TimedMetadataInsertion `locationName:"timedMetadataInsertion" type:"structure"`
	// contains filtered or unexported fields
}

JobSettings contains all the transcode settings for a job.

func (JobSettings) GoString

func (s JobSettings) 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 (*JobSettings) SetAdAvailOffset

func (s *JobSettings) SetAdAvailOffset(v int64) *JobSettings

SetAdAvailOffset sets the AdAvailOffset field's value.

func (*JobSettings) SetAvailBlanking

func (s *JobSettings) SetAvailBlanking(v *AvailBlanking) *JobSettings

SetAvailBlanking sets the AvailBlanking field's value.

func (*JobSettings) SetColorConversion3DLUTSettings added in v1.49.14

func (s *JobSettings) SetColorConversion3DLUTSettings(v []*ColorConversion3DLUTSetting) *JobSettings

SetColorConversion3DLUTSettings sets the ColorConversion3DLUTSettings field's value.

func (*JobSettings) SetEsam added in v1.17.6

func (s *JobSettings) SetEsam(v *EsamSettings) *JobSettings

SetEsam sets the Esam field's value.

func (*JobSettings) SetExtendedDataServices added in v1.40.14

func (s *JobSettings) SetExtendedDataServices(v *ExtendedDataServices) *JobSettings

SetExtendedDataServices sets the ExtendedDataServices field's value.

func (*JobSettings) SetFollowSource added in v1.47.9

func (s *JobSettings) SetFollowSource(v int64) *JobSettings

SetFollowSource sets the FollowSource field's value.

func (*JobSettings) SetInputs

func (s *JobSettings) SetInputs(v []*Input) *JobSettings

SetInputs sets the Inputs field's value.

func (*JobSettings) SetKantarWatermark added in v1.38.37

func (s *JobSettings) SetKantarWatermark(v *KantarWatermarkSettings) *JobSettings

SetKantarWatermark sets the KantarWatermark field's value.

func (*JobSettings) SetMotionImageInserter added in v1.15.79

func (s *JobSettings) SetMotionImageInserter(v *MotionImageInserter) *JobSettings

SetMotionImageInserter sets the MotionImageInserter field's value.

func (*JobSettings) SetNielsenConfiguration

func (s *JobSettings) SetNielsenConfiguration(v *NielsenConfiguration) *JobSettings

SetNielsenConfiguration sets the NielsenConfiguration field's value.

func (*JobSettings) SetNielsenNonLinearWatermark added in v1.35.3

func (s *JobSettings) SetNielsenNonLinearWatermark(v *NielsenNonLinearWatermarkSettings) *JobSettings

SetNielsenNonLinearWatermark sets the NielsenNonLinearWatermark field's value.

func (*JobSettings) SetOutputGroups

func (s *JobSettings) SetOutputGroups(v []*OutputGroup) *JobSettings

SetOutputGroups sets the OutputGroups field's value.

func (*JobSettings) SetTimecodeConfig

func (s *JobSettings) SetTimecodeConfig(v *TimecodeConfig) *JobSettings

SetTimecodeConfig sets the TimecodeConfig field's value.

func (*JobSettings) SetTimedMetadataInsertion

func (s *JobSettings) SetTimedMetadataInsertion(v *TimedMetadataInsertion) *JobSettings

SetTimedMetadataInsertion sets the TimedMetadataInsertion field's value.

func (JobSettings) String

func (s JobSettings) 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 (*JobSettings) Validate added in v1.14.0

func (s *JobSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type JobTemplate

type JobTemplate struct {

	// Accelerated transcoding can significantly speed up jobs with long, visually
	// complex content.
	AccelerationSettings *AccelerationSettings `locationName:"accelerationSettings" type:"structure"`

	// An identifier for this resource that is unique within all of AWS.
	Arn *string `locationName:"arn" type:"string"`

	// An optional category you create to organize your job templates.
	Category *string `locationName:"category" type:"string"`

	// The timestamp in epoch seconds for Job template creation.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// An optional description you create for each job template.
	Description *string `locationName:"description" type:"string"`

	// Optional list of hop destinations.
	HopDestinations []*HopDestination `locationName:"hopDestinations" type:"list"`

	// The timestamp in epoch seconds when the Job template was last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp" timestampFormat:"unixTimestamp"`

	// A name you create for each job template. Each name must be unique within
	// your account.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// Relative priority on the job.
	Priority *int64 `locationName:"priority" type:"integer"`

	// Optional. The queue that jobs created from this template are assigned to.
	// If you don't specify this, jobs will go to the default queue.
	Queue *string `locationName:"queue" type:"string"`

	// JobTemplateSettings contains all the transcode settings saved in the template
	// that will be applied to jobs created from it.
	//
	// Settings is a required field
	Settings *JobTemplateSettings `locationName:"settings" type:"structure" required:"true"`

	// 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.
	StatusUpdateInterval *string `locationName:"statusUpdateInterval" type:"string" enum:"StatusUpdateInterval"`

	// A job template can be of two types: system or custom. System or built-in
	// job templates can't be modified or deleted by the user.
	Type *string `locationName:"type" type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

A job template is a pre-made set of encoding instructions that you can use to quickly create a job.

func (JobTemplate) GoString

func (s JobTemplate) 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 (*JobTemplate) SetAccelerationSettings added in v1.16.19

func (s *JobTemplate) SetAccelerationSettings(v *AccelerationSettings) *JobTemplate

SetAccelerationSettings sets the AccelerationSettings field's value.

func (*JobTemplate) SetArn

func (s *JobTemplate) SetArn(v string) *JobTemplate

SetArn sets the Arn field's value.

func (*JobTemplate) SetCategory

func (s *JobTemplate) SetCategory(v string) *JobTemplate

SetCategory sets the Category field's value.

func (*JobTemplate) SetCreatedAt

func (s *JobTemplate) SetCreatedAt(v time.Time) *JobTemplate

SetCreatedAt sets the CreatedAt field's value.

func (*JobTemplate) SetDescription

func (s *JobTemplate) SetDescription(v string) *JobTemplate

SetDescription sets the Description field's value.

func (*JobTemplate) SetHopDestinations added in v1.30.7

func (s *JobTemplate) SetHopDestinations(v []*HopDestination) *JobTemplate

SetHopDestinations sets the HopDestinations field's value.

func (*JobTemplate) SetLastUpdated

func (s *JobTemplate) SetLastUpdated(v time.Time) *JobTemplate

SetLastUpdated sets the LastUpdated field's value.

func (*JobTemplate) SetName

func (s *JobTemplate) SetName(v string) *JobTemplate

SetName sets the Name field's value.

func (*JobTemplate) SetPriority added in v1.21.8

func (s *JobTemplate) SetPriority(v int64) *JobTemplate

SetPriority sets the Priority field's value.

func (*JobTemplate) SetQueue

func (s *JobTemplate) SetQueue(v string) *JobTemplate

SetQueue sets the Queue field's value.

func (*JobTemplate) SetSettings

func (s *JobTemplate) SetSettings(v *JobTemplateSettings) *JobTemplate

SetSettings sets the Settings field's value.

func (*JobTemplate) SetStatusUpdateInterval added in v1.19.4

func (s *JobTemplate) SetStatusUpdateInterval(v string) *JobTemplate

SetStatusUpdateInterval sets the StatusUpdateInterval field's value.

func (*JobTemplate) SetType

func (s *JobTemplate) SetType(v string) *JobTemplate

SetType sets the Type field's value.

func (JobTemplate) String

func (s JobTemplate) 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 JobTemplateSettings

type JobTemplateSettings struct {

	// When specified, this offset (in milliseconds) is added to the input Ad Avail
	// PTS time.
	AdAvailOffset *int64 `locationName:"adAvailOffset" type:"integer"`

	// Settings for ad avail blanking. Video can be blanked or overlaid with an
	// image, and audio muted during SCTE-35 triggered ad avails.
	AvailBlanking *AvailBlanking `locationName:"availBlanking" type:"structure"`

	// Use 3D LUTs to specify custom color mapping behavior when you convert from
	// one color space into another. You can include up to 8 different 3D LUTs.
	// For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
	ColorConversion3DLUTSettings []*ColorConversion3DLUTSetting `locationName:"colorConversion3DLUTSettings" type:"list"`

	// Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion,
	// you can ignore these settings.
	Esam *EsamSettings `locationName:"esam" type:"structure"`

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

	// Specify the input that MediaConvert references for your default output settings.
	// MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio
	// for all outputs that you don't manually specify different output settings
	// for. Enabling this setting will disable "Follow source" for all other inputs.
	// If MediaConvert cannot follow your source, for example if you specify an
	// audio-only input, MediaConvert uses the first followable input instead. In
	// your JSON job specification, enter an integer from 1 to 150 corresponding
	// to the order of your inputs.
	FollowSource *int64 `locationName:"followSource" min:"1" type:"integer"`

	// Use Inputs to define the source file used in the transcode job. There can
	// only be one input in a job template. Using the API, you can include multiple
	// inputs when referencing a job template.
	Inputs []*InputTemplate `locationName:"inputs" type:"list"`

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

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

	// Settings for your Nielsen configuration. If you don't do Nielsen measurement
	// and analytics, ignore these settings. When you enable Nielsen configuration,
	// MediaConvert enables PCM to ID3 tagging for all outputs in the job.
	NielsenConfiguration *NielsenConfiguration `locationName:"nielsenConfiguration" type:"structure"`

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

	// Contains one group of settings for each set of outputs that share a common
	// package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and
	// no container) are grouped in a single output group as well. Required in is
	// a group of settings that apply to the whole group. This required object depends
	// on the value you set for Type. Type, settings object pairs are as follows.
	// * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings
	// * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS,
	// MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
	OutputGroups []*OutputGroup `locationName:"outputGroups" type:"list"`

	// These settings control how the service handles timecodes throughout the job.
	// These settings don't affect input clipping.
	TimecodeConfig *TimecodeConfig `locationName:"timecodeConfig" type:"structure"`

	// Insert user-defined custom ID3 metadata at timecodes that you specify. In
	// each output that you want to include this metadata, you must set ID3 metadata
	// to Passthrough.
	TimedMetadataInsertion *TimedMetadataInsertion `locationName:"timedMetadataInsertion" type:"structure"`
	// contains filtered or unexported fields
}

JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.

func (JobTemplateSettings) GoString

func (s JobTemplateSettings) 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 (*JobTemplateSettings) SetAdAvailOffset

func (s *JobTemplateSettings) SetAdAvailOffset(v int64) *JobTemplateSettings

SetAdAvailOffset sets the AdAvailOffset field's value.

func (*JobTemplateSettings) SetAvailBlanking

func (s *JobTemplateSettings) SetAvailBlanking(v *AvailBlanking) *JobTemplateSettings

SetAvailBlanking sets the AvailBlanking field's value.

func (*JobTemplateSettings) SetColorConversion3DLUTSettings added in v1.49.14

func (s *JobTemplateSettings) SetColorConversion3DLUTSettings(v []*ColorConversion3DLUTSetting) *JobTemplateSettings

SetColorConversion3DLUTSettings sets the ColorConversion3DLUTSettings field's value.

func (*JobTemplateSettings) SetEsam added in v1.17.6

SetEsam sets the Esam field's value.

func (*JobTemplateSettings) SetExtendedDataServices added in v1.40.14

func (s *JobTemplateSettings) SetExtendedDataServices(v *ExtendedDataServices) *JobTemplateSettings

SetExtendedDataServices sets the ExtendedDataServices field's value.

func (*JobTemplateSettings) SetFollowSource added in v1.47.9

func (s *JobTemplateSettings) SetFollowSource(v int64) *JobTemplateSettings

SetFollowSource sets the FollowSource field's value.

func (*JobTemplateSettings) SetInputs

SetInputs sets the Inputs field's value.

func (*JobTemplateSettings) SetKantarWatermark added in v1.38.37

SetKantarWatermark sets the KantarWatermark field's value.

func (*JobTemplateSettings) SetMotionImageInserter added in v1.15.79

func (s *JobTemplateSettings) SetMotionImageInserter(v *MotionImageInserter) *JobTemplateSettings

SetMotionImageInserter sets the MotionImageInserter field's value.

func (*JobTemplateSettings) SetNielsenConfiguration

func (s *JobTemplateSettings) SetNielsenConfiguration(v *NielsenConfiguration) *JobTemplateSettings

SetNielsenConfiguration sets the NielsenConfiguration field's value.

func (*JobTemplateSettings) SetNielsenNonLinearWatermark added in v1.35.3

func (s *JobTemplateSettings) SetNielsenNonLinearWatermark(v *NielsenNonLinearWatermarkSettings) *JobTemplateSettings

SetNielsenNonLinearWatermark sets the NielsenNonLinearWatermark field's value.

func (*JobTemplateSettings) SetOutputGroups

func (s *JobTemplateSettings) SetOutputGroups(v []*OutputGroup) *JobTemplateSettings

SetOutputGroups sets the OutputGroups field's value.

func (*JobTemplateSettings) SetTimecodeConfig

func (s *JobTemplateSettings) SetTimecodeConfig(v *TimecodeConfig) *JobTemplateSettings

SetTimecodeConfig sets the TimecodeConfig field's value.

func (*JobTemplateSettings) SetTimedMetadataInsertion

func (s *JobTemplateSettings) SetTimedMetadataInsertion(v *TimedMetadataInsertion) *JobTemplateSettings

SetTimedMetadataInsertion sets the TimedMetadataInsertion field's value.

func (JobTemplateSettings) String

func (s JobTemplateSettings) 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 (*JobTemplateSettings) Validate added in v1.14.0

func (s *JobTemplateSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KantarWatermarkSettings added in v1.38.37

type KantarWatermarkSettings struct {

	// Provide an audio channel name from your Kantar audio license.
	ChannelName *string `locationName:"channelName" min:"1" type:"string"`

	// Specify a unique identifier for Kantar to use for this piece of content.
	ContentReference *string `locationName:"contentReference" min:"1" type:"string"`

	// Provide the name of the AWS Secrets Manager secret where your Kantar credentials
	// are stored. Note that your MediaConvert service role must provide access
	// to this secret. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/granting-permissions-for-mediaconvert-to-access-secrets-manager-secret.html.
	// For instructions on creating a secret, see https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html,
	// in the AWS Secrets Manager User Guide.
	CredentialsSecretName *string `locationName:"credentialsSecretName" min:"1" type:"string"`

	// Optional. Specify an offset, in whole seconds, from the start of your output
	// and the beginning of the watermarking. When you don't specify an offset,
	// Kantar defaults to zero.
	FileOffset *float64 `locationName:"fileOffset" type:"double"`

	// Provide your Kantar license ID number. You should get this number from Kantar.
	KantarLicenseId *int64 `locationName:"kantarLicenseId" type:"integer"`

	// Provide the HTTPS endpoint to the Kantar server. You should get this endpoint
	// from Kantar.
	KantarServerUrl *string `locationName:"kantarServerUrl" type:"string"`

	// Optional. Specify the Amazon S3 bucket where you want MediaConvert to store
	// your Kantar watermark XML logs. When you don't specify a bucket, MediaConvert
	// doesn't save these logs. Note that your MediaConvert service role must provide
	// access to this location. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html
	LogDestination *string `locationName:"logDestination" type:"string"`

	// You can optionally use this field to specify the first timestamp that Kantar
	// embeds during watermarking. Kantar suggests that you be very cautious when
	// using this Kantar feature, and that you use it only on channels that are
	// managed specifically for use with this feature by your Audience Measurement
	// Operator. For more information about this feature, contact Kantar technical
	// support.
	Metadata3 *string `locationName:"metadata3" min:"1" type:"string"`

	// Additional metadata that MediaConvert sends to Kantar. Maximum length is
	// 50 characters.
	Metadata4 *string `locationName:"metadata4" min:"1" type:"string"`

	// Additional metadata that MediaConvert sends to Kantar. Maximum length is
	// 50 characters.
	Metadata5 *string `locationName:"metadata5" min:"1" type:"string"`

	// Additional metadata that MediaConvert sends to Kantar. Maximum length is
	// 50 characters.
	Metadata6 *string `locationName:"metadata6" min:"1" type:"string"`

	// Additional metadata that MediaConvert sends to Kantar. Maximum length is
	// 50 characters.
	Metadata7 *string `locationName:"metadata7" min:"1" type:"string"`

	// Additional metadata that MediaConvert sends to Kantar. Maximum length is
	// 50 characters.
	Metadata8 *string `locationName:"metadata8" min:"1" type:"string"`
	// contains filtered or unexported fields
}

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

func (KantarWatermarkSettings) GoString added in v1.38.37

func (s KantarWatermarkSettings) 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 (*KantarWatermarkSettings) SetChannelName added in v1.38.37

SetChannelName sets the ChannelName field's value.

func (*KantarWatermarkSettings) SetContentReference added in v1.38.37

func (s *KantarWatermarkSettings) SetContentReference(v string) *KantarWatermarkSettings

SetContentReference sets the ContentReference field's value.

func (*KantarWatermarkSettings) SetCredentialsSecretName added in v1.38.37

func (s *KantarWatermarkSettings) SetCredentialsSecretName(v string) *KantarWatermarkSettings

SetCredentialsSecretName sets the CredentialsSecretName field's value.

func (*KantarWatermarkSettings) SetFileOffset added in v1.38.37

SetFileOffset sets the FileOffset field's value.

func (*KantarWatermarkSettings) SetKantarLicenseId added in v1.38.37

func (s *KantarWatermarkSettings) SetKantarLicenseId(v int64) *KantarWatermarkSettings

SetKantarLicenseId sets the KantarLicenseId field's value.

func (*KantarWatermarkSettings) SetKantarServerUrl added in v1.38.37

func (s *KantarWatermarkSettings) SetKantarServerUrl(v string) *KantarWatermarkSettings

SetKantarServerUrl sets the KantarServerUrl field's value.

func (*KantarWatermarkSettings) SetLogDestination added in v1.38.37

func (s *KantarWatermarkSettings) SetLogDestination(v string) *KantarWatermarkSettings

SetLogDestination sets the LogDestination field's value.

func (*KantarWatermarkSettings) SetMetadata3 added in v1.38.37

SetMetadata3 sets the Metadata3 field's value.

func (*KantarWatermarkSettings) SetMetadata4 added in v1.38.37

SetMetadata4 sets the Metadata4 field's value.

func (*KantarWatermarkSettings) SetMetadata5 added in v1.38.37

SetMetadata5 sets the Metadata5 field's value.

func (*KantarWatermarkSettings) SetMetadata6 added in v1.38.37

SetMetadata6 sets the Metadata6 field's value.

func (*KantarWatermarkSettings) SetMetadata7 added in v1.38.37

SetMetadata7 sets the Metadata7 field's value.

func (*KantarWatermarkSettings) SetMetadata8 added in v1.38.37

SetMetadata8 sets the Metadata8 field's value.

func (KantarWatermarkSettings) String added in v1.38.37

func (s KantarWatermarkSettings) 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 (*KantarWatermarkSettings) Validate added in v1.38.37

func (s *KantarWatermarkSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobTemplatesInput

type ListJobTemplatesInput struct {

	// Optionally, specify a job template category to limit responses to only job
	// templates from that category.
	Category *string `location:"querystring" locationName:"category" type:"string"`

	// 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.
	ListBy *string `location:"querystring" locationName:"listBy" type:"string" enum:"JobTemplateListBy"`

	// Optional. Number of job templates, up to twenty, that will be returned at
	// one time.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Use this string, provided with the response to a previous request, to request
	// the next batch of job templates.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// Optional. When you request lists of resources, you can specify whether they
	// are sorted in ASCENDING or DESCENDING order. Default varies by resource.
	Order *string `location:"querystring" locationName:"order" type:"string" enum:"Order"`
	// contains filtered or unexported fields
}

You can send list job templates requests with an empty body. Optionally, you can filter the response by category by specifying it in your request body. You can also optionally specify the maximum number, up to twenty, of job templates to be returned.

func (ListJobTemplatesInput) GoString

func (s ListJobTemplatesInput) 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 (*ListJobTemplatesInput) SetCategory

SetCategory sets the Category field's value.

func (*ListJobTemplatesInput) SetListBy

SetListBy sets the ListBy field's value.

func (*ListJobTemplatesInput) SetMaxResults

func (s *ListJobTemplatesInput) SetMaxResults(v int64) *ListJobTemplatesInput

SetMaxResults sets the MaxResults field's value.

func (*ListJobTemplatesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListJobTemplatesInput) SetOrder

SetOrder sets the Order field's value.

func (ListJobTemplatesInput) String

func (s ListJobTemplatesInput) 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 (*ListJobTemplatesInput) Validate added in v1.14.21

func (s *ListJobTemplatesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobTemplatesOutput

type ListJobTemplatesOutput struct {

	// List of Job templates.
	JobTemplates []*JobTemplate `locationName:"jobTemplates" type:"list"`

	// Use this string to request the next batch of job templates.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

Successful list job templates requests return a JSON array of job templates. If you don't specify how they are ordered, you will receive them in alphabetical order by name.

func (ListJobTemplatesOutput) GoString

func (s ListJobTemplatesOutput) 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 (*ListJobTemplatesOutput) SetJobTemplates

func (s *ListJobTemplatesOutput) SetJobTemplates(v []*JobTemplate) *ListJobTemplatesOutput

SetJobTemplates sets the JobTemplates field's value.

func (*ListJobTemplatesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListJobTemplatesOutput) String

func (s ListJobTemplatesOutput) 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 ListJobsInput

type ListJobsInput struct {

	// Optional. Number of jobs, up to twenty, that will be returned at one time.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Optional. Use this string, provided with the response to a previous request,
	// to request the next batch of jobs.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// Optional. When you request lists of resources, you can specify whether they
	// are sorted in ASCENDING or DESCENDING order. Default varies by resource.
	Order *string `location:"querystring" locationName:"order" type:"string" enum:"Order"`

	// Optional. Provide a queue name to get back only jobs from that queue.
	Queue *string `location:"querystring" locationName:"queue" type:"string"`

	// Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED,
	// or ERROR.
	Status *string `location:"querystring" locationName:"status" type:"string" enum:"JobStatus"`
	// contains filtered or unexported fields
}

You can send list jobs requests with an empty body. Optionally, you can filter the response by queue and/or job status by specifying them in your request body. You can also optionally specify the maximum number, up to twenty, of jobs to be returned.

func (ListJobsInput) GoString

func (s ListJobsInput) 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 (*ListJobsInput) SetMaxResults

func (s *ListJobsInput) SetMaxResults(v int64) *ListJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListJobsInput) SetNextToken

func (s *ListJobsInput) SetNextToken(v string) *ListJobsInput

SetNextToken sets the NextToken field's value.

func (*ListJobsInput) SetOrder

func (s *ListJobsInput) SetOrder(v string) *ListJobsInput

SetOrder sets the Order field's value.

func (*ListJobsInput) SetQueue

func (s *ListJobsInput) SetQueue(v string) *ListJobsInput

SetQueue sets the Queue field's value.

func (*ListJobsInput) SetStatus

func (s *ListJobsInput) SetStatus(v string) *ListJobsInput

SetStatus sets the Status field's value.

func (ListJobsInput) String

func (s ListJobsInput) 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 (*ListJobsInput) Validate added in v1.14.21

func (s *ListJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListJobsOutput

type ListJobsOutput struct {

	// List of jobs
	Jobs []*Job `locationName:"jobs" type:"list"`

	// Use this string to request the next batch of jobs.
	NextToken *string `locationName:"nextToken" type:"string"`
	// contains filtered or unexported fields
}

Successful list jobs requests return a JSON array of jobs. If you don't specify how they are ordered, you will receive the most recently created first.

func (ListJobsOutput) GoString

func (s ListJobsOutput) 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 (*ListJobsOutput) SetJobs

func (s *ListJobsOutput) SetJobs(v []*Job) *ListJobsOutput

SetJobs sets the Jobs field's value.

func (*ListJobsOutput) SetNextToken

func (s *ListJobsOutput) SetNextToken(v string) *ListJobsOutput

SetNextToken sets the NextToken field's value.

func (ListJobsOutput) String

func (s ListJobsOutput) 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 ListPresetsInput

type ListPresetsInput struct {

	// Optionally, specify a preset category to limit responses to only presets
	// from that category.
	Category *string `location:"querystring" locationName:"category" type:"string"`

	// 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.
	ListBy *string `location:"querystring" locationName:"listBy" type:"string" enum:"PresetListBy"`

	// Optional. Number of presets, up to twenty, that will be returned at one time
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Use this string, provided with the response to a previous request, to request
	// the next batch of presets.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// Optional. When you request lists of resources, you can specify whether they
	// are sorted in ASCENDING or DESCENDING order. Default varies by resource.
	Order *string `location:"querystring" locationName:"order" type:"string" enum:"Order"`
	// contains filtered or unexported fields
}

You can send list presets requests with an empty body. Optionally, you can filter the response by category by specifying it in your request body. You can also optionally specify the maximum number, up to twenty, of queues to be returned.

func (ListPresetsInput) GoString

func (s ListPresetsInput) 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 (*ListPresetsInput) SetCategory

func (s *ListPresetsInput) SetCategory(v string) *ListPresetsInput

SetCategory sets the Category field's value.

func (*ListPresetsInput) SetListBy

func (s *ListPresetsInput) SetListBy(v string) *ListPresetsInput

SetListBy sets the ListBy field's value.

func (*ListPresetsInput) SetMaxResults

func (s *ListPresetsInput) SetMaxResults(v int64) *ListPresetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListPresetsInput) SetNextToken

func (s *ListPresetsInput) SetNextToken(v string) *ListPresetsInput

SetNextToken sets the NextToken field's value.

func (*ListPresetsInput) SetOrder

func (s *ListPresetsInput) SetOrder(v string) *ListPresetsInput

SetOrder sets the Order field's value.

func (ListPresetsInput) String

func (s ListPresetsInput) 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 (*ListPresetsInput) Validate added in v1.14.21

func (s *ListPresetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPresetsOutput

type ListPresetsOutput struct {

	// Use this string to request the next batch of presets.
	NextToken *string `locationName:"nextToken" type:"string"`

	// List of presets
	Presets []*Preset `locationName:"presets" type:"list"`
	// contains filtered or unexported fields
}

Successful list presets requests return a JSON array of presets. If you don't specify how they are ordered, you will receive them alphabetically by name.

func (ListPresetsOutput) GoString

func (s ListPresetsOutput) 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 (*ListPresetsOutput) SetNextToken

func (s *ListPresetsOutput) SetNextToken(v string) *ListPresetsOutput

SetNextToken sets the NextToken field's value.

func (*ListPresetsOutput) SetPresets

func (s *ListPresetsOutput) SetPresets(v []*Preset) *ListPresetsOutput

SetPresets sets the Presets field's value.

func (ListPresetsOutput) String

func (s ListPresetsOutput) 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 ListQueuesInput

type ListQueuesInput struct {

	// 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.
	ListBy *string `location:"querystring" locationName:"listBy" type:"string" enum:"QueueListBy"`

	// Optional. Number of queues, up to twenty, that will be returned at one time.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// Use this string, provided with the response to a previous request, to request
	// the next batch of queues.
	NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`

	// Optional. When you request lists of resources, you can specify whether they
	// are sorted in ASCENDING or DESCENDING order. Default varies by resource.
	Order *string `location:"querystring" locationName:"order" type:"string" enum:"Order"`
	// contains filtered or unexported fields
}

You can send list queues requests with an empty body. You can optionally specify the maximum number, up to twenty, of queues to be returned.

func (ListQueuesInput) GoString

func (s ListQueuesInput) 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 (*ListQueuesInput) SetListBy

func (s *ListQueuesInput) SetListBy(v string) *ListQueuesInput

SetListBy sets the ListBy field's value.

func (*ListQueuesInput) SetMaxResults

func (s *ListQueuesInput) SetMaxResults(v int64) *ListQueuesInput

SetMaxResults sets the MaxResults field's value.

func (*ListQueuesInput) SetNextToken

func (s *ListQueuesInput) SetNextToken(v string) *ListQueuesInput

SetNextToken sets the NextToken field's value.

func (*ListQueuesInput) SetOrder

func (s *ListQueuesInput) SetOrder(v string) *ListQueuesInput

SetOrder sets the Order field's value.

func (ListQueuesInput) String

func (s ListQueuesInput) 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 (*ListQueuesInput) Validate added in v1.14.21

func (s *ListQueuesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListQueuesOutput

type ListQueuesOutput struct {

	// Use this string to request the next batch of queues.
	NextToken *string `locationName:"nextToken" type:"string"`

	// List of queues.
	Queues []*Queue `locationName:"queues" type:"list"`
	// contains filtered or unexported fields
}

Successful list queues requests return a JSON array of queues. If you don't specify how they are ordered, you will receive them alphabetically by name.

func (ListQueuesOutput) GoString

func (s ListQueuesOutput) 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 (*ListQueuesOutput) SetNextToken

func (s *ListQueuesOutput) SetNextToken(v string) *ListQueuesOutput

SetNextToken sets the NextToken field's value.

func (*ListQueuesOutput) SetQueues

func (s *ListQueuesOutput) SetQueues(v []*Queue) *ListQueuesOutput

SetQueues sets the Queues field's value.

func (ListQueuesOutput) String

func (s ListQueuesOutput) 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 ListTagsForResourceInput added in v1.14.21

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to list tags
	// for. To get the ARN, send a GET request with the resource name.
	//
	// Arn is a required field
	Arn *string `location:"uri" locationName:"arn" type:"string" required:"true"`
	// contains filtered or unexported fields
}

List the tags for your AWS Elemental MediaConvert resource by sending a request with the Amazon Resource Name (ARN) of the resource. To get the ARN, send a GET request with the resource name.

func (ListTagsForResourceInput) GoString added in v1.14.21

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) SetArn added in v1.14.21

SetArn sets the Arn field's value.

func (ListTagsForResourceInput) String added in v1.14.21

func (s ListTagsForResourceInput) 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 (*ListTagsForResourceInput) Validate added in v1.14.21

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput added in v1.14.21

type ListTagsForResourceOutput struct {

	// The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert
	// resource.
	ResourceTags *ResourceTags `locationName:"resourceTags" type:"structure"`
	// contains filtered or unexported fields
}

A successful request to list the tags for a resource returns a JSON map of tags.

func (ListTagsForResourceOutput) GoString added in v1.14.21

func (s ListTagsForResourceOutput) 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 (*ListTagsForResourceOutput) SetResourceTags added in v1.14.21

SetResourceTags sets the ResourceTags field's value.

func (ListTagsForResourceOutput) String added in v1.14.21

func (s ListTagsForResourceOutput) 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 M2tsScte35Esam added in v1.17.6

type M2tsScte35Esam struct {

	// Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated
	// by ESAM.
	Scte35EsamPid *int64 `locationName:"scte35EsamPid" min:"32" type:"integer"`
	// contains filtered or unexported fields
}

Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML.

func (M2tsScte35Esam) GoString added in v1.17.6

func (s M2tsScte35Esam) 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 (*M2tsScte35Esam) SetScte35EsamPid added in v1.17.6

func (s *M2tsScte35Esam) SetScte35EsamPid(v int64) *M2tsScte35Esam

SetScte35EsamPid sets the Scte35EsamPid field's value.

func (M2tsScte35Esam) String added in v1.17.6

func (s M2tsScte35Esam) 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 (*M2tsScte35Esam) Validate added in v1.17.6

func (s *M2tsScte35Esam) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type M2tsSettings

type M2tsSettings struct {

	// Selects between the DVB and ATSC buffer models for Dolby Digital audio.
	AudioBufferModel *string `locationName:"audioBufferModel" type:"string" enum:"M2tsAudioBufferModel"`

	// 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.
	// In all other cases, keep the default value, 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.
	AudioDuration *string `locationName:"audioDuration" type:"string" enum:"M2tsAudioDuration"`

	// The number of audio frames to insert for each PES packet.
	AudioFramesPerPes *int64 `locationName:"audioFramesPerPes" type:"integer"`

	// Specify the packet identifiers (PIDs) for any elementary audio streams you
	// include in this output. Specify multiple PIDs as a JSON array. Default is
	// the range 482-492.
	AudioPids []*int64 `locationName:"audioPids" type:"list"`

	// Specify the output bitrate of the transport stream in bits per second. Setting
	// to 0 lets the muxer automatically determine the appropriate bitrate. Other
	// common values are 3750000, 7500000, and 15000000.
	Bitrate *int64 `locationName:"bitrate" type:"integer"`

	// 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.
	BufferModel *string `locationName:"bufferModel" type:"string" enum:"M2tsBufferModel"`

	// 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 to allow all PTS values.
	DataPTSControl *string `locationName:"dataPTSControl" type:"string" enum:"M2tsDataPtsControl"`

	// Use these settings to insert a DVB Network Information Table (NIT) in the
	// transport stream of this output.
	DvbNitSettings *DvbNitSettings `locationName:"dvbNitSettings" type:"structure"`

	// Use these settings to insert a DVB Service Description Table (SDT) in the
	// transport stream of this output.
	DvbSdtSettings *DvbSdtSettings `locationName:"dvbSdtSettings" type:"structure"`

	// Specify the packet identifiers (PIDs) for DVB subtitle data included in this
	// output. Specify multiple PIDs as a JSON array. Default is the range 460-479.
	DvbSubPids []*int64 `locationName:"dvbSubPids" type:"list"`

	// Use these settings to insert a DVB Time and Date Table (TDT) in the transport
	// stream of this output.
	DvbTdtSettings *DvbTdtSettings `locationName:"dvbTdtSettings" type:"structure"`

	// Specify the packet identifier (PID) for DVB teletext data you include in
	// this output. Default is 499.
	DvbTeletextPid *int64 `locationName:"dvbTeletextPid" min:"32" type:"integer"`

	// 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).
	EbpAudioInterval *string `locationName:"ebpAudioInterval" type:"string" enum:"M2tsEbpAudioInterval"`

	// 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).
	EbpPlacement *string `locationName:"ebpPlacement" type:"string" enum:"M2tsEbpPlacement"`

	// Controls whether to include the ES Rate field in the PES header.
	EsRateInPes *string `locationName:"esRateInPes" type:"string" enum:"M2tsEsRateInPes"`

	// Keep the default value 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.
	ForceTsVideoEbpOrder *string `locationName:"forceTsVideoEbpOrder" type:"string" enum:"M2tsForceTsVideoEbpOrder"`

	// The length, in seconds, of each fragment. Only used with EBP markers.
	FragmentTime *float64 `locationName:"fragmentTime" type:"double"`

	// 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.
	KlvMetadata *string `locationName:"klvMetadata" type:"string" enum:"M2tsKlvMetadata"`

	// Specify the maximum time, in milliseconds, between Program Clock References
	// (PCRs) inserted into the transport stream.
	MaxPcrInterval *int64 `locationName:"maxPcrInterval" type:"integer"`

	// When set, enforces that Encoder Boundary Points do not come within the specified
	// time interval of each other by looking ahead at input video. If another EBP
	// is going to come in within the specified time interval, the current EBP is
	// not emitted, and the segment is "stretched" to the next marker. The lookahead
	// value does not add latency to the system. The Live Event must be configured
	// elsewhere to create sufficient latency to make the lookahead accurate.
	MinEbpInterval *int64 `locationName:"minEbpInterval" type:"integer"`

	// 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.
	NielsenId3 *string `locationName:"nielsenId3" type:"string" enum:"M2tsNielsenId3"`

	// Value in bits per second of extra null packets to insert into the transport
	// stream. This can be used if a downstream encryption system requires periodic
	// null packets.
	NullPacketBitrate *float64 `locationName:"nullPacketBitrate" type:"double"`

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	PatInterval *int64 `locationName:"patInterval" type:"integer"`

	// 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.
	PcrControl *string `locationName:"pcrControl" type:"string" enum:"M2tsPcrControl"`

	// Specify the packet identifier (PID) for the program clock reference (PCR)
	// in this output. If you do not specify a value, the service will use the value
	// for Video PID.
	PcrPid *int64 `locationName:"pcrPid" min:"32" type:"integer"`

	// Specify the number of milliseconds between instances of the program map table
	// (PMT) in the output transport stream.
	PmtInterval *int64 `locationName:"pmtInterval" type:"integer"`

	// Specify the packet identifier (PID) for the program map table (PMT) itself.
	// Default is 480.
	PmtPid *int64 `locationName:"pmtPid" min:"32" type:"integer"`

	// Specify whether MediaConvert automatically attempts to prevent decoder buffer
	// underflows in your transport stream output. Use if you are seeing decoder
	// buffer underflows in your output and are unable to increase your transport
	// stream's bitrate. For most workflows: We recommend that you keep the default
	// value, Disabled. To prevent decoder buffer underflows in your output, when
	// possible: Choose Enabled. Note that if MediaConvert prevents a decoder buffer
	// underflow in your output, output video quality is reduced and your job will
	// take longer to complete.
	PreventBufferUnderflow *string `locationName:"preventBufferUnderflow" type:"string" enum:"M2tsPreventBufferUnderflow"`

	// Specify the packet identifier (PID) of the private metadata stream. Default
	// is 503.
	PrivateMetadataPid *int64 `locationName:"privateMetadataPid" min:"32" type:"integer"`

	// Use Program number to specify the program number used in the program map
	// table (PMT) for this output. Default is 1. Program numbers and program map
	// tables are parts of MPEG-2 transport stream containers, used for organizing
	// data.
	ProgramNumber *int64 `locationName:"programNumber" type:"integer"`

	// Manually specify the initial PTS offset, in seconds, when you set PTS offset
	// to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default
	// value 2.
	PtsOffset *int64 `locationName:"ptsOffset" type:"integer"`

	// Specify the initial presentation timestamp (PTS) offset for your transport
	// stream output. To let MediaConvert automatically determine the initial PTS
	// offset: Keep the default value, Auto. We recommend that you choose Auto for
	// the widest player compatibility. The initial PTS will be at least two seconds
	// and vary depending on your output's bitrate, HRD buffer size and HRD buffer
	// initial fill percentage. To manually specify an initial PTS offset: Choose
	// Seconds. Then specify the number of seconds with PTS offset.
	PtsOffsetMode *string `locationName:"ptsOffsetMode" type:"string" enum:"TsPtsOffset"`

	// 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.
	RateMode *string `locationName:"rateMode" type:"string" enum:"M2tsRateMode"`

	// Include this in your job settings to put SCTE-35 markers in your HLS and
	// transport stream outputs at the insertion points that you specify in an ESAM
	// XML document. Provide the document in the setting SCC XML.
	Scte35Esam *M2tsScte35Esam `locationName:"scte35Esam" type:"structure"`

	// Specify the packet identifier (PID) of the SCTE-35 stream in the transport
	// stream.
	Scte35Pid *int64 `locationName:"scte35Pid" min:"32" type:"integer"`

	// For SCTE-35 markers from your input-- Choose Passthrough if you want SCTE-35
	// markers that appear in your input to also appear in this output. Choose None
	// if you don't want SCTE-35 markers in this output. For SCTE-35 markers from
	// an ESAM XML document-- Choose None. Also provide the ESAM XML as a string
	// in the setting Signal processing notification XML. Also enable ESAM SCTE-35
	// (include the property scte35Esam).
	Scte35Source *string `locationName:"scte35Source" type:"string" enum:"M2tsScte35Source"`

	// 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.
	SegmentationMarkers *string `locationName:"segmentationMarkers" type:"string" enum:"M2tsSegmentationMarkers"`

	// 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.
	SegmentationStyle *string `locationName:"segmentationStyle" type:"string" enum:"M2tsSegmentationStyle"`

	// Specify the length, in seconds, of each segment. Required unless markers
	// is set to _none_.
	SegmentationTime *float64 `locationName:"segmentationTime" type:"double"`

	// Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
	TimedMetadataPid *int64 `locationName:"timedMetadataPid" min:"32" type:"integer"`

	// Specify the ID for the transport stream itself in the program map table for
	// this output. Transport stream IDs and program map tables are parts of MPEG-2
	// transport stream containers, used for organizing data.
	TransportStreamId *int64 `locationName:"transportStreamId" type:"integer"`

	// Specify the packet identifier (PID) of the elementary video stream in the
	// transport stream.
	VideoPid *int64 `locationName:"videoPid" min:"32" type:"integer"`
	// contains filtered or unexported fields
}

MPEG-2 TS container settings. These apply to outputs in a File output group when the output's container is MPEG-2 Transport Stream (M2TS). In these assets, data is organized by the program map table (PMT). Each transport stream program contains subsets of data, including audio, video, and metadata. Each of these subsets of data has a numerical label called a packet identifier (PID). Each transport stream program corresponds to one MediaConvert output. The PMT lists the types of data in a program along with their PID. Downstream systems and players use the program map table to look up the PID for each type of data it accesses and then uses the PIDs to locate specific data within the asset.

func (M2tsSettings) GoString

func (s M2tsSettings) 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 (*M2tsSettings) SetAudioBufferModel

func (s *M2tsSettings) SetAudioBufferModel(v string) *M2tsSettings

SetAudioBufferModel sets the AudioBufferModel field's value.

func (*M2tsSettings) SetAudioDuration added in v1.35.35

func (s *M2tsSettings) SetAudioDuration(v string) *M2tsSettings

SetAudioDuration sets the AudioDuration field's value.

func (*M2tsSettings) SetAudioFramesPerPes

func (s *M2tsSettings) SetAudioFramesPerPes(v int64) *M2tsSettings

SetAudioFramesPerPes sets the AudioFramesPerPes field's value.

func (*M2tsSettings) SetAudioPids

func (s *M2tsSettings) SetAudioPids(v []*int64) *M2tsSettings

SetAudioPids sets the AudioPids field's value.

func (*M2tsSettings) SetBitrate

func (s *M2tsSettings) SetBitrate(v int64) *M2tsSettings

SetBitrate sets the Bitrate field's value.

func (*M2tsSettings) SetBufferModel

func (s *M2tsSettings) SetBufferModel(v string) *M2tsSettings

SetBufferModel sets the BufferModel field's value.

func (*M2tsSettings) SetDataPTSControl added in v1.40.29

func (s *M2tsSettings) SetDataPTSControl(v string) *M2tsSettings

SetDataPTSControl sets the DataPTSControl field's value.

func (*M2tsSettings) SetDvbNitSettings

func (s *M2tsSettings) SetDvbNitSettings(v *DvbNitSettings) *M2tsSettings

SetDvbNitSettings sets the DvbNitSettings field's value.

func (*M2tsSettings) SetDvbSdtSettings

func (s *M2tsSettings) SetDvbSdtSettings(v *DvbSdtSettings) *M2tsSettings

SetDvbSdtSettings sets the DvbSdtSettings field's value.

func (*M2tsSettings) SetDvbSubPids

func (s *M2tsSettings) SetDvbSubPids(v []*int64) *M2tsSettings

SetDvbSubPids sets the DvbSubPids field's value.

func (*M2tsSettings) SetDvbTdtSettings

func (s *M2tsSettings) SetDvbTdtSettings(v *DvbTdtSettings) *M2tsSettings

SetDvbTdtSettings sets the DvbTdtSettings field's value.

func (*M2tsSettings) SetDvbTeletextPid

func (s *M2tsSettings) SetDvbTeletextPid(v int64) *M2tsSettings

SetDvbTeletextPid sets the DvbTeletextPid field's value.

func (*M2tsSettings) SetEbpAudioInterval

func (s *M2tsSettings) SetEbpAudioInterval(v string) *M2tsSettings

SetEbpAudioInterval sets the EbpAudioInterval field's value.

func (*M2tsSettings) SetEbpPlacement

func (s *M2tsSettings) SetEbpPlacement(v string) *M2tsSettings

SetEbpPlacement sets the EbpPlacement field's value.

func (*M2tsSettings) SetEsRateInPes

func (s *M2tsSettings) SetEsRateInPes(v string) *M2tsSettings

SetEsRateInPes sets the EsRateInPes field's value.

func (*M2tsSettings) SetForceTsVideoEbpOrder added in v1.16.19

func (s *M2tsSettings) SetForceTsVideoEbpOrder(v string) *M2tsSettings

SetForceTsVideoEbpOrder sets the ForceTsVideoEbpOrder field's value.

func (*M2tsSettings) SetFragmentTime

func (s *M2tsSettings) SetFragmentTime(v float64) *M2tsSettings

SetFragmentTime sets the FragmentTime field's value.

func (*M2tsSettings) SetKlvMetadata added in v1.43.36

func (s *M2tsSettings) SetKlvMetadata(v string) *M2tsSettings

SetKlvMetadata sets the KlvMetadata field's value.

func (*M2tsSettings) SetMaxPcrInterval

func (s *M2tsSettings) SetMaxPcrInterval(v int64) *M2tsSettings

SetMaxPcrInterval sets the MaxPcrInterval field's value.

func (*M2tsSettings) SetMinEbpInterval

func (s *M2tsSettings) SetMinEbpInterval(v int64) *M2tsSettings

SetMinEbpInterval sets the MinEbpInterval field's value.

func (*M2tsSettings) SetNielsenId3 added in v1.12.78

func (s *M2tsSettings) SetNielsenId3(v string) *M2tsSettings

SetNielsenId3 sets the NielsenId3 field's value.

func (*M2tsSettings) SetNullPacketBitrate

func (s *M2tsSettings) SetNullPacketBitrate(v float64) *M2tsSettings

SetNullPacketBitrate sets the NullPacketBitrate field's value.

func (*M2tsSettings) SetPatInterval

func (s *M2tsSettings) SetPatInterval(v int64) *M2tsSettings

SetPatInterval sets the PatInterval field's value.

func (*M2tsSettings) SetPcrControl

func (s *M2tsSettings) SetPcrControl(v string) *M2tsSettings

SetPcrControl sets the PcrControl field's value.

func (*M2tsSettings) SetPcrPid

func (s *M2tsSettings) SetPcrPid(v int64) *M2tsSettings

SetPcrPid sets the PcrPid field's value.

func (*M2tsSettings) SetPmtInterval

func (s *M2tsSettings) SetPmtInterval(v int64) *M2tsSettings

SetPmtInterval sets the PmtInterval field's value.

func (*M2tsSettings) SetPmtPid

func (s *M2tsSettings) SetPmtPid(v int64) *M2tsSettings

SetPmtPid sets the PmtPid field's value.

func (*M2tsSettings) SetPreventBufferUnderflow added in v1.51.18

func (s *M2tsSettings) SetPreventBufferUnderflow(v string) *M2tsSettings

SetPreventBufferUnderflow sets the PreventBufferUnderflow field's value.

func (*M2tsSettings) SetPrivateMetadataPid

func (s *M2tsSettings) SetPrivateMetadataPid(v int64) *M2tsSettings

SetPrivateMetadataPid sets the PrivateMetadataPid field's value.

func (*M2tsSettings) SetProgramNumber

func (s *M2tsSettings) SetProgramNumber(v int64) *M2tsSettings

SetProgramNumber sets the ProgramNumber field's value.

func (*M2tsSettings) SetPtsOffset added in v1.44.331

func (s *M2tsSettings) SetPtsOffset(v int64) *M2tsSettings

SetPtsOffset sets the PtsOffset field's value.

func (*M2tsSettings) SetPtsOffsetMode added in v1.44.331

func (s *M2tsSettings) SetPtsOffsetMode(v string) *M2tsSettings

SetPtsOffsetMode sets the PtsOffsetMode field's value.

func (*M2tsSettings) SetRateMode

func (s *M2tsSettings) SetRateMode(v string) *M2tsSettings

SetRateMode sets the RateMode field's value.

func (*M2tsSettings) SetScte35Esam added in v1.17.6

func (s *M2tsSettings) SetScte35Esam(v *M2tsScte35Esam) *M2tsSettings

SetScte35Esam sets the Scte35Esam field's value.

func (*M2tsSettings) SetScte35Pid

func (s *M2tsSettings) SetScte35Pid(v int64) *M2tsSettings

SetScte35Pid sets the Scte35Pid field's value.

func (*M2tsSettings) SetScte35Source

func (s *M2tsSettings) SetScte35Source(v string) *M2tsSettings

SetScte35Source sets the Scte35Source field's value.

func (*M2tsSettings) SetSegmentationMarkers

func (s *M2tsSettings) SetSegmentationMarkers(v string) *M2tsSettings

SetSegmentationMarkers sets the SegmentationMarkers field's value.

func (*M2tsSettings) SetSegmentationStyle

func (s *M2tsSettings) SetSegmentationStyle(v string) *M2tsSettings

SetSegmentationStyle sets the SegmentationStyle field's value.

func (*M2tsSettings) SetSegmentationTime

func (s *M2tsSettings) SetSegmentationTime(v float64) *M2tsSettings

SetSegmentationTime sets the SegmentationTime field's value.

func (*M2tsSettings) SetTimedMetadataPid added in v1.12.78

func (s *M2tsSettings) SetTimedMetadataPid(v int64) *M2tsSettings

SetTimedMetadataPid sets the TimedMetadataPid field's value.

func (*M2tsSettings) SetTransportStreamId

func (s *M2tsSettings) SetTransportStreamId(v int64) *M2tsSettings

SetTransportStreamId sets the TransportStreamId field's value.

func (*M2tsSettings) SetVideoPid

func (s *M2tsSettings) SetVideoPid(v int64) *M2tsSettings

SetVideoPid sets the VideoPid field's value.

func (M2tsSettings) String

func (s M2tsSettings) 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 (*M2tsSettings) Validate added in v1.14.0

func (s *M2tsSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type M3u8Settings

type M3u8Settings struct {

	// 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.
	// In all other cases, keep the default value, 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.
	AudioDuration *string `locationName:"audioDuration" type:"string" enum:"M3u8AudioDuration"`

	// The number of audio frames to insert for each PES packet.
	AudioFramesPerPes *int64 `locationName:"audioFramesPerPes" type:"integer"`

	// Packet Identifier (PID) of the elementary audio stream(s) in the transport
	// stream. Multiple values are accepted, and can be entered in ranges and/or
	// by comma separation.
	AudioPids []*int64 `locationName:"audioPids" type:"list"`

	// 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.
	DataPTSControl *string `locationName:"dataPTSControl" type:"string" enum:"M3u8DataPtsControl"`

	// Specify the maximum time, in milliseconds, between Program Clock References
	// (PCRs) inserted into the transport stream.
	MaxPcrInterval *int64 `locationName:"maxPcrInterval" type:"integer"`

	// 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.
	NielsenId3 *string `locationName:"nielsenId3" type:"string" enum:"M3u8NielsenId3"`

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	PatInterval *int64 `locationName:"patInterval" type:"integer"`

	// 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.
	PcrControl *string `locationName:"pcrControl" type:"string" enum:"M3u8PcrControl"`

	// Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport
	// stream. When no value is given, the encoder will assign the same value as
	// the Video PID.
	PcrPid *int64 `locationName:"pcrPid" min:"32" type:"integer"`

	// The number of milliseconds between instances of this table in the output
	// transport stream.
	PmtInterval *int64 `locationName:"pmtInterval" type:"integer"`

	// Packet Identifier (PID) for the Program Map Table (PMT) in the transport
	// stream.
	PmtPid *int64 `locationName:"pmtPid" min:"32" type:"integer"`

	// Packet Identifier (PID) of the private metadata stream in the transport stream.
	PrivateMetadataPid *int64 `locationName:"privateMetadataPid" min:"32" type:"integer"`

	// The value of the program number field in the Program Map Table.
	ProgramNumber *int64 `locationName:"programNumber" type:"integer"`

	// Manually specify the initial PTS offset, in seconds, when you set PTS offset
	// to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default
	// value 2.
	PtsOffset *int64 `locationName:"ptsOffset" type:"integer"`

	// Specify the initial presentation timestamp (PTS) offset for your transport
	// stream output. To let MediaConvert automatically determine the initial PTS
	// offset: Keep the default value, Auto. We recommend that you choose Auto for
	// the widest player compatibility. The initial PTS will be at least two seconds
	// and vary depending on your output's bitrate, HRD buffer size and HRD buffer
	// initial fill percentage. To manually specify an initial PTS offset: Choose
	// Seconds. Then specify the number of seconds with PTS offset.
	PtsOffsetMode *string `locationName:"ptsOffsetMode" type:"string" enum:"TsPtsOffset"`

	// Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
	Scte35Pid *int64 `locationName:"scte35Pid" min:"32" type:"integer"`

	// For SCTE-35 markers from your input-- Choose Passthrough if you want SCTE-35
	// markers that appear in your input to also appear in this output. Choose None
	// if you don't want SCTE-35 markers in this output. For SCTE-35 markers from
	// an ESAM XML document-- Choose None if you don't want manifest conditioning.
	// Choose Passthrough and choose Ad markers if you do want manifest conditioning.
	// In both cases, also provide the ESAM XML as a string in the setting Signal
	// processing notification XML.
	Scte35Source *string `locationName:"scte35Source" type:"string" enum:"M3u8Scte35Source"`

	// Set ID3 metadata to Passthrough to include ID3 metadata in this output. This
	// includes ID3 metadata from the following features: ID3 timestamp period,
	// and Custom ID3 metadata inserter. To exclude this ID3 metadata in this output:
	// set ID3 metadata to None or leave blank.
	TimedMetadata *string `locationName:"timedMetadata" type:"string" enum:"TimedMetadata"`

	// Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
	TimedMetadataPid *int64 `locationName:"timedMetadataPid" min:"32" type:"integer"`

	// The value of the transport stream ID field in the Program Map Table.
	TransportStreamId *int64 `locationName:"transportStreamId" type:"integer"`

	// Packet Identifier (PID) of the elementary video stream in the transport stream.
	VideoPid *int64 `locationName:"videoPid" min:"32" type:"integer"`
	// contains filtered or unexported fields
}

These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.

func (M3u8Settings) GoString

func (s M3u8Settings) 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 (*M3u8Settings) SetAudioDuration added in v1.35.35

func (s *M3u8Settings) SetAudioDuration(v string) *M3u8Settings

SetAudioDuration sets the AudioDuration field's value.

func (*M3u8Settings) SetAudioFramesPerPes

func (s *M3u8Settings) SetAudioFramesPerPes(v int64) *M3u8Settings

SetAudioFramesPerPes sets the AudioFramesPerPes field's value.

func (*M3u8Settings) SetAudioPids

func (s *M3u8Settings) SetAudioPids(v []*int64) *M3u8Settings

SetAudioPids sets the AudioPids field's value.

func (*M3u8Settings) SetDataPTSControl added in v1.40.29

func (s *M3u8Settings) SetDataPTSControl(v string) *M3u8Settings

SetDataPTSControl sets the DataPTSControl field's value.

func (*M3u8Settings) SetMaxPcrInterval added in v1.38.37

func (s *M3u8Settings) SetMaxPcrInterval(v int64) *M3u8Settings

SetMaxPcrInterval sets the MaxPcrInterval field's value.

func (*M3u8Settings) SetNielsenId3 added in v1.12.78

func (s *M3u8Settings) SetNielsenId3(v string) *M3u8Settings

SetNielsenId3 sets the NielsenId3 field's value.

func (*M3u8Settings) SetPatInterval

func (s *M3u8Settings) SetPatInterval(v int64) *M3u8Settings

SetPatInterval sets the PatInterval field's value.

func (*M3u8Settings) SetPcrControl

func (s *M3u8Settings) SetPcrControl(v string) *M3u8Settings

SetPcrControl sets the PcrControl field's value.

func (*M3u8Settings) SetPcrPid

func (s *M3u8Settings) SetPcrPid(v int64) *M3u8Settings

SetPcrPid sets the PcrPid field's value.

func (*M3u8Settings) SetPmtInterval

func (s *M3u8Settings) SetPmtInterval(v int64) *M3u8Settings

SetPmtInterval sets the PmtInterval field's value.

func (*M3u8Settings) SetPmtPid

func (s *M3u8Settings) SetPmtPid(v int64) *M3u8Settings

SetPmtPid sets the PmtPid field's value.

func (*M3u8Settings) SetPrivateMetadataPid

func (s *M3u8Settings) SetPrivateMetadataPid(v int64) *M3u8Settings

SetPrivateMetadataPid sets the PrivateMetadataPid field's value.

func (*M3u8Settings) SetProgramNumber

func (s *M3u8Settings) SetProgramNumber(v int64) *M3u8Settings

SetProgramNumber sets the ProgramNumber field's value.

func (*M3u8Settings) SetPtsOffset added in v1.44.331

func (s *M3u8Settings) SetPtsOffset(v int64) *M3u8Settings

SetPtsOffset sets the PtsOffset field's value.

func (*M3u8Settings) SetPtsOffsetMode added in v1.44.331

func (s *M3u8Settings) SetPtsOffsetMode(v string) *M3u8Settings

SetPtsOffsetMode sets the PtsOffsetMode field's value.

func (*M3u8Settings) SetScte35Pid

func (s *M3u8Settings) SetScte35Pid(v int64) *M3u8Settings

SetScte35Pid sets the Scte35Pid field's value.

func (*M3u8Settings) SetScte35Source

func (s *M3u8Settings) SetScte35Source(v string) *M3u8Settings

SetScte35Source sets the Scte35Source field's value.

func (*M3u8Settings) SetTimedMetadata

func (s *M3u8Settings) SetTimedMetadata(v string) *M3u8Settings

SetTimedMetadata sets the TimedMetadata field's value.

func (*M3u8Settings) SetTimedMetadataPid

func (s *M3u8Settings) SetTimedMetadataPid(v int64) *M3u8Settings

SetTimedMetadataPid sets the TimedMetadataPid field's value.

func (*M3u8Settings) SetTransportStreamId

func (s *M3u8Settings) SetTransportStreamId(v int64) *M3u8Settings

SetTransportStreamId sets the TransportStreamId field's value.

func (*M3u8Settings) SetVideoPid

func (s *M3u8Settings) SetVideoPid(v int64) *M3u8Settings

SetVideoPid sets the VideoPid field's value.

func (M3u8Settings) String

func (s M3u8Settings) 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 (*M3u8Settings) Validate added in v1.14.0

func (s *M3u8Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MediaConvert

type MediaConvert struct {
	*client.Client
}

MediaConvert provides the API operation methods for making requests to AWS Elemental MediaConvert. See this package's package overview docs for details on the service.

MediaConvert methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaConvert

New creates a new instance of the MediaConvert client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a MediaConvert client from just a session.
svc := mediaconvert.New(mySession)

// Create a MediaConvert client with additional configuration
svc := mediaconvert.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*MediaConvert) AssociateCertificate added in v1.15.79

func (c *MediaConvert) AssociateCertificate(input *AssociateCertificateInput) (*AssociateCertificateOutput, error)

AssociateCertificate API operation for AWS Elemental MediaConvert.

Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation AssociateCertificate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AssociateCertificate

func (*MediaConvert) AssociateCertificateRequest added in v1.15.79

func (c *MediaConvert) AssociateCertificateRequest(input *AssociateCertificateInput) (req *request.Request, output *AssociateCertificateOutput)

AssociateCertificateRequest generates a "aws/request.Request" representing the client's request for the AssociateCertificate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateCertificate for more information on using the AssociateCertificate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateCertificateRequest method.
req, resp := client.AssociateCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AssociateCertificate

func (*MediaConvert) AssociateCertificateWithContext added in v1.15.79

func (c *MediaConvert) AssociateCertificateWithContext(ctx aws.Context, input *AssociateCertificateInput, opts ...request.Option) (*AssociateCertificateOutput, error)

AssociateCertificateWithContext is the same as AssociateCertificate with the addition of the ability to pass a context and additional request options.

See AssociateCertificate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) CancelJob

func (c *MediaConvert) CancelJob(input *CancelJobInput) (*CancelJobOutput, error)

CancelJob API operation for AWS Elemental MediaConvert.

Permanently cancel a job. Once you have canceled a job, you can't start it again.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation CancelJob for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CancelJob

func (*MediaConvert) CancelJobRequest

func (c *MediaConvert) CancelJobRequest(input *CancelJobInput) (req *request.Request, output *CancelJobOutput)

CancelJobRequest generates a "aws/request.Request" representing the client's request for the CancelJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CancelJob for more information on using the CancelJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CancelJobRequest method.
req, resp := client.CancelJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CancelJob

func (*MediaConvert) CancelJobWithContext

func (c *MediaConvert) CancelJobWithContext(ctx aws.Context, input *CancelJobInput, opts ...request.Option) (*CancelJobOutput, error)

CancelJobWithContext is the same as CancelJob with the addition of the ability to pass a context and additional request options.

See CancelJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) CreateJob

func (c *MediaConvert) CreateJob(input *CreateJobInput) (*CreateJobOutput, error)

CreateJob API operation for AWS Elemental MediaConvert.

Create a new transcoding job. For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation CreateJob for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJob

func (*MediaConvert) CreateJobRequest

func (c *MediaConvert) CreateJobRequest(input *CreateJobInput) (req *request.Request, output *CreateJobOutput)

CreateJobRequest generates a "aws/request.Request" representing the client's request for the CreateJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateJob for more information on using the CreateJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateJobRequest method.
req, resp := client.CreateJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJob

func (*MediaConvert) CreateJobTemplate

func (c *MediaConvert) CreateJobTemplate(input *CreateJobTemplateInput) (*CreateJobTemplateOutput, error)

CreateJobTemplate API operation for AWS Elemental MediaConvert.

Create a new job template. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation CreateJobTemplate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobTemplate

func (*MediaConvert) CreateJobTemplateRequest

func (c *MediaConvert) CreateJobTemplateRequest(input *CreateJobTemplateInput) (req *request.Request, output *CreateJobTemplateOutput)

CreateJobTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateJobTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateJobTemplate for more information on using the CreateJobTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateJobTemplateRequest method.
req, resp := client.CreateJobTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateJobTemplate

func (*MediaConvert) CreateJobTemplateWithContext

func (c *MediaConvert) CreateJobTemplateWithContext(ctx aws.Context, input *CreateJobTemplateInput, opts ...request.Option) (*CreateJobTemplateOutput, error)

CreateJobTemplateWithContext is the same as CreateJobTemplate with the addition of the ability to pass a context and additional request options.

See CreateJobTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) CreateJobWithContext

func (c *MediaConvert) CreateJobWithContext(ctx aws.Context, input *CreateJobInput, opts ...request.Option) (*CreateJobOutput, error)

CreateJobWithContext is the same as CreateJob with the addition of the ability to pass a context and additional request options.

See CreateJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) CreatePreset

func (c *MediaConvert) CreatePreset(input *CreatePresetInput) (*CreatePresetOutput, error)

CreatePreset API operation for AWS Elemental MediaConvert.

Create a new preset. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation CreatePreset for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreatePreset

func (*MediaConvert) CreatePresetRequest

func (c *MediaConvert) CreatePresetRequest(input *CreatePresetInput) (req *request.Request, output *CreatePresetOutput)

CreatePresetRequest generates a "aws/request.Request" representing the client's request for the CreatePreset operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePreset for more information on using the CreatePreset API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePresetRequest method.
req, resp := client.CreatePresetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreatePreset

func (*MediaConvert) CreatePresetWithContext

func (c *MediaConvert) CreatePresetWithContext(ctx aws.Context, input *CreatePresetInput, opts ...request.Option) (*CreatePresetOutput, error)

CreatePresetWithContext is the same as CreatePreset with the addition of the ability to pass a context and additional request options.

See CreatePreset for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) CreateQueue

func (c *MediaConvert) CreateQueue(input *CreateQueueInput) (*CreateQueueOutput, error)

CreateQueue API operation for AWS Elemental MediaConvert.

Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation CreateQueue for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateQueue

func (*MediaConvert) CreateQueueRequest

func (c *MediaConvert) CreateQueueRequest(input *CreateQueueInput) (req *request.Request, output *CreateQueueOutput)

CreateQueueRequest generates a "aws/request.Request" representing the client's request for the CreateQueue operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateQueue for more information on using the CreateQueue API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateQueueRequest method.
req, resp := client.CreateQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateQueue

func (*MediaConvert) CreateQueueWithContext

func (c *MediaConvert) CreateQueueWithContext(ctx aws.Context, input *CreateQueueInput, opts ...request.Option) (*CreateQueueOutput, error)

CreateQueueWithContext is the same as CreateQueue with the addition of the ability to pass a context and additional request options.

See CreateQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) DeleteJobTemplate

func (c *MediaConvert) DeleteJobTemplate(input *DeleteJobTemplateInput) (*DeleteJobTemplateOutput, error)

DeleteJobTemplate API operation for AWS Elemental MediaConvert.

Permanently delete a job template you have created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DeleteJobTemplate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeleteJobTemplate

func (*MediaConvert) DeleteJobTemplateRequest

func (c *MediaConvert) DeleteJobTemplateRequest(input *DeleteJobTemplateInput) (req *request.Request, output *DeleteJobTemplateOutput)

DeleteJobTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteJobTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteJobTemplate for more information on using the DeleteJobTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteJobTemplateRequest method.
req, resp := client.DeleteJobTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeleteJobTemplate

func (*MediaConvert) DeleteJobTemplateWithContext

func (c *MediaConvert) DeleteJobTemplateWithContext(ctx aws.Context, input *DeleteJobTemplateInput, opts ...request.Option) (*DeleteJobTemplateOutput, error)

DeleteJobTemplateWithContext is the same as DeleteJobTemplate with the addition of the ability to pass a context and additional request options.

See DeleteJobTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) DeletePolicy added in v1.40.59

func (c *MediaConvert) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)

DeletePolicy API operation for AWS Elemental MediaConvert.

Permanently delete a policy that you created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DeletePolicy for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeletePolicy

func (*MediaConvert) DeletePolicyRequest added in v1.40.59

func (c *MediaConvert) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)

DeletePolicyRequest generates a "aws/request.Request" representing the client's request for the DeletePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePolicy for more information on using the DeletePolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePolicyRequest method.
req, resp := client.DeletePolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeletePolicy

func (*MediaConvert) DeletePolicyWithContext added in v1.40.59

func (c *MediaConvert) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)

DeletePolicyWithContext is the same as DeletePolicy with the addition of the ability to pass a context and additional request options.

See DeletePolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) DeletePreset

func (c *MediaConvert) DeletePreset(input *DeletePresetInput) (*DeletePresetOutput, error)

DeletePreset API operation for AWS Elemental MediaConvert.

Permanently delete a preset you have created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DeletePreset for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeletePreset

func (*MediaConvert) DeletePresetRequest

func (c *MediaConvert) DeletePresetRequest(input *DeletePresetInput) (req *request.Request, output *DeletePresetOutput)

DeletePresetRequest generates a "aws/request.Request" representing the client's request for the DeletePreset operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePreset for more information on using the DeletePreset API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePresetRequest method.
req, resp := client.DeletePresetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeletePreset

func (*MediaConvert) DeletePresetWithContext

func (c *MediaConvert) DeletePresetWithContext(ctx aws.Context, input *DeletePresetInput, opts ...request.Option) (*DeletePresetOutput, error)

DeletePresetWithContext is the same as DeletePreset with the addition of the ability to pass a context and additional request options.

See DeletePreset for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) DeleteQueue

func (c *MediaConvert) DeleteQueue(input *DeleteQueueInput) (*DeleteQueueOutput, error)

DeleteQueue API operation for AWS Elemental MediaConvert.

Permanently delete a queue you have created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DeleteQueue for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeleteQueue

func (*MediaConvert) DeleteQueueRequest

func (c *MediaConvert) DeleteQueueRequest(input *DeleteQueueInput) (req *request.Request, output *DeleteQueueOutput)

DeleteQueueRequest generates a "aws/request.Request" representing the client's request for the DeleteQueue operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteQueue for more information on using the DeleteQueue API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteQueueRequest method.
req, resp := client.DeleteQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DeleteQueue

func (*MediaConvert) DeleteQueueWithContext

func (c *MediaConvert) DeleteQueueWithContext(ctx aws.Context, input *DeleteQueueInput, opts ...request.Option) (*DeleteQueueOutput, error)

DeleteQueueWithContext is the same as DeleteQueue with the addition of the ability to pass a context and additional request options.

See DeleteQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) DescribeEndpoints deprecated

func (c *MediaConvert) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)

DescribeEndpoints API operation for AWS Elemental MediaConvert.

Send an request with an empty body to the regional API endpoint to get your account API endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DescribeEndpoints for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DescribeEndpoints

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (*MediaConvert) DescribeEndpointsPages deprecated added in v1.15.53

func (c *MediaConvert) DescribeEndpointsPages(input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool) error

DescribeEndpointsPages iterates over the pages of a DescribeEndpoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEndpoints method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEndpoints operation.
pageNum := 0
err := client.DescribeEndpointsPages(params,
    func(page *mediaconvert.DescribeEndpointsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (*MediaConvert) DescribeEndpointsPagesWithContext deprecated added in v1.15.53

func (c *MediaConvert) DescribeEndpointsPagesWithContext(ctx aws.Context, input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool, opts ...request.Option) error

DescribeEndpointsPagesWithContext same as DescribeEndpointsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (*MediaConvert) DescribeEndpointsRequest deprecated

func (c *MediaConvert) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)

DescribeEndpointsRequest generates a "aws/request.Request" representing the client's request for the DescribeEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEndpoints for more information on using the DescribeEndpoints API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEndpointsRequest method.
req, resp := client.DescribeEndpointsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DescribeEndpoints

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (*MediaConvert) DescribeEndpointsWithContext deprecated

func (c *MediaConvert) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)

DescribeEndpointsWithContext is the same as DescribeEndpoints with the addition of the ability to pass a context and additional request options.

See DescribeEndpoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

Deprecated: DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.

func (*MediaConvert) DisassociateCertificate added in v1.15.79

func (c *MediaConvert) DisassociateCertificate(input *DisassociateCertificateInput) (*DisassociateCertificateOutput, error)

DisassociateCertificate API operation for AWS Elemental MediaConvert.

Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation DisassociateCertificate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DisassociateCertificate

func (*MediaConvert) DisassociateCertificateRequest added in v1.15.79

func (c *MediaConvert) DisassociateCertificateRequest(input *DisassociateCertificateInput) (req *request.Request, output *DisassociateCertificateOutput)

DisassociateCertificateRequest generates a "aws/request.Request" representing the client's request for the DisassociateCertificate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateCertificate for more information on using the DisassociateCertificate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateCertificateRequest method.
req, resp := client.DisassociateCertificateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DisassociateCertificate

func (*MediaConvert) DisassociateCertificateWithContext added in v1.15.79

func (c *MediaConvert) DisassociateCertificateWithContext(ctx aws.Context, input *DisassociateCertificateInput, opts ...request.Option) (*DisassociateCertificateOutput, error)

DisassociateCertificateWithContext is the same as DisassociateCertificate with the addition of the ability to pass a context and additional request options.

See DisassociateCertificate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) GetJob

func (c *MediaConvert) GetJob(input *GetJobInput) (*GetJobOutput, error)

GetJob API operation for AWS Elemental MediaConvert.

Retrieve the JSON for a specific transcoding job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation GetJob for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJob

func (*MediaConvert) GetJobRequest

func (c *MediaConvert) GetJobRequest(input *GetJobInput) (req *request.Request, output *GetJobOutput)

GetJobRequest generates a "aws/request.Request" representing the client's request for the GetJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetJob for more information on using the GetJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetJobRequest method.
req, resp := client.GetJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJob

func (*MediaConvert) GetJobTemplate

func (c *MediaConvert) GetJobTemplate(input *GetJobTemplateInput) (*GetJobTemplateOutput, error)

GetJobTemplate API operation for AWS Elemental MediaConvert.

Retrieve the JSON for a specific job template.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation GetJobTemplate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobTemplate

func (*MediaConvert) GetJobTemplateRequest

func (c *MediaConvert) GetJobTemplateRequest(input *GetJobTemplateInput) (req *request.Request, output *GetJobTemplateOutput)

GetJobTemplateRequest generates a "aws/request.Request" representing the client's request for the GetJobTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetJobTemplate for more information on using the GetJobTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetJobTemplateRequest method.
req, resp := client.GetJobTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetJobTemplate

func (*MediaConvert) GetJobTemplateWithContext

func (c *MediaConvert) GetJobTemplateWithContext(ctx aws.Context, input *GetJobTemplateInput, opts ...request.Option) (*GetJobTemplateOutput, error)

GetJobTemplateWithContext is the same as GetJobTemplate with the addition of the ability to pass a context and additional request options.

See GetJobTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) GetJobWithContext

func (c *MediaConvert) GetJobWithContext(ctx aws.Context, input *GetJobInput, opts ...request.Option) (*GetJobOutput, error)

GetJobWithContext is the same as GetJob with the addition of the ability to pass a context and additional request options.

See GetJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) GetPolicy added in v1.40.59

func (c *MediaConvert) GetPolicy(input *GetPolicyInput) (*GetPolicyOutput, error)

GetPolicy API operation for AWS Elemental MediaConvert.

Retrieve the JSON for your policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation GetPolicy for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetPolicy

func (*MediaConvert) GetPolicyRequest added in v1.40.59

func (c *MediaConvert) GetPolicyRequest(input *GetPolicyInput) (req *request.Request, output *GetPolicyOutput)

GetPolicyRequest generates a "aws/request.Request" representing the client's request for the GetPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPolicy for more information on using the GetPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPolicyRequest method.
req, resp := client.GetPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetPolicy

func (*MediaConvert) GetPolicyWithContext added in v1.40.59

func (c *MediaConvert) GetPolicyWithContext(ctx aws.Context, input *GetPolicyInput, opts ...request.Option) (*GetPolicyOutput, error)

GetPolicyWithContext is the same as GetPolicy with the addition of the ability to pass a context and additional request options.

See GetPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) GetPreset

func (c *MediaConvert) GetPreset(input *GetPresetInput) (*GetPresetOutput, error)

GetPreset API operation for AWS Elemental MediaConvert.

Retrieve the JSON for a specific preset.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation GetPreset for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetPreset

func (*MediaConvert) GetPresetRequest

func (c *MediaConvert) GetPresetRequest(input *GetPresetInput) (req *request.Request, output *GetPresetOutput)

GetPresetRequest generates a "aws/request.Request" representing the client's request for the GetPreset operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetPreset for more information on using the GetPreset API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetPresetRequest method.
req, resp := client.GetPresetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetPreset

func (*MediaConvert) GetPresetWithContext

func (c *MediaConvert) GetPresetWithContext(ctx aws.Context, input *GetPresetInput, opts ...request.Option) (*GetPresetOutput, error)

GetPresetWithContext is the same as GetPreset with the addition of the ability to pass a context and additional request options.

See GetPreset for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) GetQueue

func (c *MediaConvert) GetQueue(input *GetQueueInput) (*GetQueueOutput, error)

GetQueue API operation for AWS Elemental MediaConvert.

Retrieve the JSON for a specific queue.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation GetQueue for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetQueue

func (*MediaConvert) GetQueueRequest

func (c *MediaConvert) GetQueueRequest(input *GetQueueInput) (req *request.Request, output *GetQueueOutput)

GetQueueRequest generates a "aws/request.Request" representing the client's request for the GetQueue operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetQueue for more information on using the GetQueue API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetQueueRequest method.
req, resp := client.GetQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/GetQueue

func (*MediaConvert) GetQueueWithContext

func (c *MediaConvert) GetQueueWithContext(ctx aws.Context, input *GetQueueInput, opts ...request.Option) (*GetQueueOutput, error)

GetQueueWithContext is the same as GetQueue with the addition of the ability to pass a context and additional request options.

See GetQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListJobTemplates

func (c *MediaConvert) ListJobTemplates(input *ListJobTemplatesInput) (*ListJobTemplatesOutput, error)

ListJobTemplates API operation for AWS Elemental MediaConvert.

Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation ListJobTemplates for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListJobTemplates

func (*MediaConvert) ListJobTemplatesPages added in v1.15.53

func (c *MediaConvert) ListJobTemplatesPages(input *ListJobTemplatesInput, fn func(*ListJobTemplatesOutput, bool) bool) error

ListJobTemplatesPages iterates over the pages of a ListJobTemplates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListJobTemplates method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListJobTemplates operation.
pageNum := 0
err := client.ListJobTemplatesPages(params,
    func(page *mediaconvert.ListJobTemplatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaConvert) ListJobTemplatesPagesWithContext added in v1.15.53

func (c *MediaConvert) ListJobTemplatesPagesWithContext(ctx aws.Context, input *ListJobTemplatesInput, fn func(*ListJobTemplatesOutput, bool) bool, opts ...request.Option) error

ListJobTemplatesPagesWithContext same as ListJobTemplatesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListJobTemplatesRequest

func (c *MediaConvert) ListJobTemplatesRequest(input *ListJobTemplatesInput) (req *request.Request, output *ListJobTemplatesOutput)

ListJobTemplatesRequest generates a "aws/request.Request" representing the client's request for the ListJobTemplates operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListJobTemplates for more information on using the ListJobTemplates API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListJobTemplatesRequest method.
req, resp := client.ListJobTemplatesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListJobTemplates

func (*MediaConvert) ListJobTemplatesWithContext

func (c *MediaConvert) ListJobTemplatesWithContext(ctx aws.Context, input *ListJobTemplatesInput, opts ...request.Option) (*ListJobTemplatesOutput, error)

ListJobTemplatesWithContext is the same as ListJobTemplates with the addition of the ability to pass a context and additional request options.

See ListJobTemplates for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListJobs

func (c *MediaConvert) ListJobs(input *ListJobsInput) (*ListJobsOutput, error)

ListJobs API operation for AWS Elemental MediaConvert.

Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation ListJobs for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListJobs

func (*MediaConvert) ListJobsPages added in v1.15.53

func (c *MediaConvert) ListJobsPages(input *ListJobsInput, fn func(*ListJobsOutput, bool) bool) error

ListJobsPages iterates over the pages of a ListJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListJobs operation.
pageNum := 0
err := client.ListJobsPages(params,
    func(page *mediaconvert.ListJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaConvert) ListJobsPagesWithContext added in v1.15.53

func (c *MediaConvert) ListJobsPagesWithContext(ctx aws.Context, input *ListJobsInput, fn func(*ListJobsOutput, bool) bool, opts ...request.Option) error

ListJobsPagesWithContext same as ListJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListJobsRequest

func (c *MediaConvert) ListJobsRequest(input *ListJobsInput) (req *request.Request, output *ListJobsOutput)

ListJobsRequest generates a "aws/request.Request" representing the client's request for the ListJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListJobs for more information on using the ListJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListJobsRequest method.
req, resp := client.ListJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListJobs

func (*MediaConvert) ListJobsWithContext

func (c *MediaConvert) ListJobsWithContext(ctx aws.Context, input *ListJobsInput, opts ...request.Option) (*ListJobsOutput, error)

ListJobsWithContext is the same as ListJobs with the addition of the ability to pass a context and additional request options.

See ListJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListPresets

func (c *MediaConvert) ListPresets(input *ListPresetsInput) (*ListPresetsOutput, error)

ListPresets API operation for AWS Elemental MediaConvert.

Retrieve a JSON array of up to twenty of your presets. This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation ListPresets for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListPresets

func (*MediaConvert) ListPresetsPages added in v1.15.53

func (c *MediaConvert) ListPresetsPages(input *ListPresetsInput, fn func(*ListPresetsOutput, bool) bool) error

ListPresetsPages iterates over the pages of a ListPresets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPresets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPresets operation.
pageNum := 0
err := client.ListPresetsPages(params,
    func(page *mediaconvert.ListPresetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaConvert) ListPresetsPagesWithContext added in v1.15.53

func (c *MediaConvert) ListPresetsPagesWithContext(ctx aws.Context, input *ListPresetsInput, fn func(*ListPresetsOutput, bool) bool, opts ...request.Option) error

ListPresetsPagesWithContext same as ListPresetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListPresetsRequest

func (c *MediaConvert) ListPresetsRequest(input *ListPresetsInput) (req *request.Request, output *ListPresetsOutput)

ListPresetsRequest generates a "aws/request.Request" representing the client's request for the ListPresets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPresets for more information on using the ListPresets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPresetsRequest method.
req, resp := client.ListPresetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListPresets

func (*MediaConvert) ListPresetsWithContext

func (c *MediaConvert) ListPresetsWithContext(ctx aws.Context, input *ListPresetsInput, opts ...request.Option) (*ListPresetsOutput, error)

ListPresetsWithContext is the same as ListPresets with the addition of the ability to pass a context and additional request options.

See ListPresets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListQueues

func (c *MediaConvert) ListQueues(input *ListQueuesInput) (*ListQueuesOutput, error)

ListQueues API operation for AWS Elemental MediaConvert.

Retrieve a JSON array of up to twenty of your queues. This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation ListQueues for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueues

func (*MediaConvert) ListQueuesPages added in v1.15.53

func (c *MediaConvert) ListQueuesPages(input *ListQueuesInput, fn func(*ListQueuesOutput, bool) bool) error

ListQueuesPages iterates over the pages of a ListQueues operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListQueues method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListQueues operation.
pageNum := 0
err := client.ListQueuesPages(params,
    func(page *mediaconvert.ListQueuesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*MediaConvert) ListQueuesPagesWithContext added in v1.15.53

func (c *MediaConvert) ListQueuesPagesWithContext(ctx aws.Context, input *ListQueuesInput, fn func(*ListQueuesOutput, bool) bool, opts ...request.Option) error

ListQueuesPagesWithContext same as ListQueuesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListQueuesRequest

func (c *MediaConvert) ListQueuesRequest(input *ListQueuesInput) (req *request.Request, output *ListQueuesOutput)

ListQueuesRequest generates a "aws/request.Request" representing the client's request for the ListQueues operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListQueues for more information on using the ListQueues API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListQueuesRequest method.
req, resp := client.ListQueuesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListQueues

func (*MediaConvert) ListQueuesWithContext

func (c *MediaConvert) ListQueuesWithContext(ctx aws.Context, input *ListQueuesInput, opts ...request.Option) (*ListQueuesOutput, error)

ListQueuesWithContext is the same as ListQueues with the addition of the ability to pass a context and additional request options.

See ListQueues for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) ListTagsForResource added in v1.14.21

func (c *MediaConvert) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Elemental MediaConvert.

Retrieve the tags for a MediaConvert resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListTagsForResource

func (*MediaConvert) ListTagsForResourceRequest added in v1.14.21

func (c *MediaConvert) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListTagsForResource

func (*MediaConvert) ListTagsForResourceWithContext added in v1.14.21

func (c *MediaConvert) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) PutPolicy added in v1.40.59

func (c *MediaConvert) PutPolicy(input *PutPolicyInput) (*PutPolicyOutput, error)

PutPolicy API operation for AWS Elemental MediaConvert.

Create or change your policy. For more information about policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation PutPolicy for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PutPolicy

func (*MediaConvert) PutPolicyRequest added in v1.40.59

func (c *MediaConvert) PutPolicyRequest(input *PutPolicyInput) (req *request.Request, output *PutPolicyOutput)

PutPolicyRequest generates a "aws/request.Request" representing the client's request for the PutPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutPolicy for more information on using the PutPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutPolicyRequest method.
req, resp := client.PutPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/PutPolicy

func (*MediaConvert) PutPolicyWithContext added in v1.40.59

func (c *MediaConvert) PutPolicyWithContext(ctx aws.Context, input *PutPolicyInput, opts ...request.Option) (*PutPolicyOutput, error)

PutPolicyWithContext is the same as PutPolicy with the addition of the ability to pass a context and additional request options.

See PutPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) TagResource added in v1.14.21

func (c *MediaConvert) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS Elemental MediaConvert.

Add tags to a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation TagResource for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TagResource

func (*MediaConvert) TagResourceRequest added in v1.14.21

func (c *MediaConvert) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)

TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TagResource for more information on using the TagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TagResourceRequest method.
req, resp := client.TagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TagResource

func (*MediaConvert) TagResourceWithContext added in v1.14.21

func (c *MediaConvert) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)

TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.

See TagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) UntagResource added in v1.14.21

func (c *MediaConvert) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS Elemental MediaConvert.

Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation UntagResource for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UntagResource

func (*MediaConvert) UntagResourceRequest added in v1.14.21

func (c *MediaConvert) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)

UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UntagResource for more information on using the UntagResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UntagResourceRequest method.
req, resp := client.UntagResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UntagResource

func (*MediaConvert) UntagResourceWithContext added in v1.14.21

func (c *MediaConvert) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)

UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.

See UntagResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) UpdateJobTemplate

func (c *MediaConvert) UpdateJobTemplate(input *UpdateJobTemplateInput) (*UpdateJobTemplateOutput, error)

UpdateJobTemplate API operation for AWS Elemental MediaConvert.

Modify one of your existing job templates.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation UpdateJobTemplate for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateJobTemplate

func (*MediaConvert) UpdateJobTemplateRequest

func (c *MediaConvert) UpdateJobTemplateRequest(input *UpdateJobTemplateInput) (req *request.Request, output *UpdateJobTemplateOutput)

UpdateJobTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateJobTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateJobTemplate for more information on using the UpdateJobTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateJobTemplateRequest method.
req, resp := client.UpdateJobTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateJobTemplate

func (*MediaConvert) UpdateJobTemplateWithContext

func (c *MediaConvert) UpdateJobTemplateWithContext(ctx aws.Context, input *UpdateJobTemplateInput, opts ...request.Option) (*UpdateJobTemplateOutput, error)

UpdateJobTemplateWithContext is the same as UpdateJobTemplate with the addition of the ability to pass a context and additional request options.

See UpdateJobTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) UpdatePreset

func (c *MediaConvert) UpdatePreset(input *UpdatePresetInput) (*UpdatePresetOutput, error)

UpdatePreset API operation for AWS Elemental MediaConvert.

Modify one of your existing presets.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation UpdatePreset for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdatePreset

func (*MediaConvert) UpdatePresetRequest

func (c *MediaConvert) UpdatePresetRequest(input *UpdatePresetInput) (req *request.Request, output *UpdatePresetOutput)

UpdatePresetRequest generates a "aws/request.Request" representing the client's request for the UpdatePreset operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePreset for more information on using the UpdatePreset API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePresetRequest method.
req, resp := client.UpdatePresetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdatePreset

func (*MediaConvert) UpdatePresetWithContext

func (c *MediaConvert) UpdatePresetWithContext(ctx aws.Context, input *UpdatePresetInput, opts ...request.Option) (*UpdatePresetOutput, error)

UpdatePresetWithContext is the same as UpdatePreset with the addition of the ability to pass a context and additional request options.

See UpdatePreset for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*MediaConvert) UpdateQueue

func (c *MediaConvert) UpdateQueue(input *UpdateQueueInput) (*UpdateQueueOutput, error)

UpdateQueue API operation for AWS Elemental MediaConvert.

Modify one of your existing queues.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elemental MediaConvert's API operation UpdateQueue for usage and error information.

Returned Error Types:

  • BadRequestException

  • InternalServerErrorException

  • ForbiddenException

  • NotFoundException

  • TooManyRequestsException

  • ConflictException

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueue

func (*MediaConvert) UpdateQueueRequest

func (c *MediaConvert) UpdateQueueRequest(input *UpdateQueueInput) (req *request.Request, output *UpdateQueueOutput)

UpdateQueueRequest generates a "aws/request.Request" representing the client's request for the UpdateQueue operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateQueue for more information on using the UpdateQueue API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateQueueRequest method.
req, resp := client.UpdateQueueRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UpdateQueue

func (*MediaConvert) UpdateQueueWithContext

func (c *MediaConvert) UpdateQueueWithContext(ctx aws.Context, input *UpdateQueueInput, opts ...request.Option) (*UpdateQueueOutput, error)

UpdateQueueWithContext is the same as UpdateQueue with the addition of the ability to pass a context and additional request options.

See UpdateQueue for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type MinBottomRenditionSize added in v1.44.21

type MinBottomRenditionSize struct {

	// Use Height to define the video resolution height, in pixels, for this rule.
	Height *int64 `locationName:"height" min:"32" type:"integer"`

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

func (MinBottomRenditionSize) GoString added in v1.44.21

func (s MinBottomRenditionSize) 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 (*MinBottomRenditionSize) SetHeight added in v1.44.21

SetHeight sets the Height field's value.

func (*MinBottomRenditionSize) SetWidth added in v1.44.21

SetWidth sets the Width field's value.

func (MinBottomRenditionSize) String added in v1.44.21

func (s MinBottomRenditionSize) 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 (*MinBottomRenditionSize) Validate added in v1.44.21

func (s *MinBottomRenditionSize) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MinTopRenditionSize added in v1.44.21

type MinTopRenditionSize struct {

	// Use Height to define the video resolution height, in pixels, for this rule.
	Height *int64 `locationName:"height" min:"32" type:"integer"`

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

func (MinTopRenditionSize) GoString added in v1.44.21

func (s MinTopRenditionSize) 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 (*MinTopRenditionSize) SetHeight added in v1.44.21

SetHeight sets the Height field's value.

func (*MinTopRenditionSize) SetWidth added in v1.44.21

SetWidth sets the Width field's value.

func (MinTopRenditionSize) String added in v1.44.21

func (s MinTopRenditionSize) 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 (*MinTopRenditionSize) Validate added in v1.44.21

func (s *MinTopRenditionSize) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MotionImageInserter added in v1.15.79

type MotionImageInserter struct {

	// If your motion graphic asset is a .mov file, keep this setting unspecified.
	// If your motion graphic asset is a series of .png files, specify the frame
	// rate of the overlay in frames per second, as a fraction. For example, specify
	// 24 fps as 24/1. Make sure that the number of images in your series matches
	// the frame rate and your intended overlay duration. For example, if you want
	// a 30-second overlay at 30 fps, you should have 900 .png images. This overlay
	// frame rate doesn't need to match the frame rate of the underlying video.
	Framerate *MotionImageInsertionFramerate `locationName:"framerate" type:"structure"`

	// Specify the .mov file or series of .png files that you want to overlay on
	// your video. For .png files, provide the file name of the first file in the
	// series. Make sure that the names of the .png files end with sequential numbers
	// that specify the order that they are played in. For example, overlay_000.png,
	// overlay_001.png, overlay_002.png, and so on. The sequence must start at zero,
	// and each image file name must have the same number of digits. Pad your initial
	// file names with enough zeros to complete the sequence. For example, if the
	// first image is overlay_0.png, there can be only 10 images in the sequence,
	// with the last image being overlay_9.png. But if the first image is overlay_00.png,
	// there can be 100 images in the sequence.
	Input *string `locationName:"input" min:"14" type:"string"`

	// 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.
	InsertionMode *string `locationName:"insertionMode" type:"string" enum:"MotionImageInsertionMode"`

	// Use Offset to specify the placement of your motion graphic overlay on the
	// video frame. Specify in pixels, from the upper-left corner of the frame.
	// If you don't specify an offset, the service scales your overlay to the full
	// size of the frame. Otherwise, the service inserts the overlay at its native
	// resolution and scales the size up or down with any video scaling.
	Offset *MotionImageInsertionOffset `locationName:"offset" type:"structure"`

	// Specify whether your motion graphic overlay repeats on a loop or plays only
	// once.
	Playback *string `locationName:"playback" type:"string" enum:"MotionImagePlayback"`

	// Specify when the motion overlay begins. Use timecode format (HH:MM:SS:FF
	// or HH:MM:SS;FF). Make sure that the timecode you provide here takes into
	// account how you have set up your timecode configuration under both job settings
	// and input settings. The simplest way to do that is to set both to start at
	// 0. If you need to set up your job to follow timecodes embedded in your source
	// that don't start at zero, make sure that you specify a start time that is
	// after the first embedded timecode. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-timecode.html
	StartTime *string `locationName:"startTime" min:"11" type:"string"`
	// contains filtered or unexported fields
}

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

func (MotionImageInserter) GoString added in v1.15.79

func (s MotionImageInserter) 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 (*MotionImageInserter) SetFramerate added in v1.15.79

SetFramerate sets the Framerate field's value.

func (*MotionImageInserter) SetInput added in v1.15.79

SetInput sets the Input field's value.

func (*MotionImageInserter) SetInsertionMode added in v1.15.79

func (s *MotionImageInserter) SetInsertionMode(v string) *MotionImageInserter

SetInsertionMode sets the InsertionMode field's value.

func (*MotionImageInserter) SetOffset added in v1.15.79

SetOffset sets the Offset field's value.

func (*MotionImageInserter) SetPlayback added in v1.15.79

func (s *MotionImageInserter) SetPlayback(v string) *MotionImageInserter

SetPlayback sets the Playback field's value.

func (*MotionImageInserter) SetStartTime added in v1.15.79

func (s *MotionImageInserter) SetStartTime(v string) *MotionImageInserter

SetStartTime sets the StartTime field's value.

func (MotionImageInserter) String added in v1.15.79

func (s MotionImageInserter) 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 (*MotionImageInserter) Validate added in v1.15.79

func (s *MotionImageInserter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MotionImageInsertionFramerate added in v1.15.79

type MotionImageInsertionFramerate struct {

	// The bottom of the fraction that expresses your overlay frame rate. For example,
	// if your frame rate is 24 fps, set this value to 1.
	FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`

	// The top of the fraction that expresses your overlay frame rate. For example,
	// if your frame rate is 24 fps, set this value to 24.
	FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

For motion overlays that don't have a built-in frame rate, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. The overlay frame rate doesn't need to match the frame rate of the underlying video.

func (MotionImageInsertionFramerate) GoString added in v1.15.79

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 (*MotionImageInsertionFramerate) SetFramerateDenominator added in v1.15.79

func (s *MotionImageInsertionFramerate) SetFramerateDenominator(v int64) *MotionImageInsertionFramerate

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*MotionImageInsertionFramerate) SetFramerateNumerator added in v1.15.79

SetFramerateNumerator sets the FramerateNumerator field's value.

func (MotionImageInsertionFramerate) String added in v1.15.79

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 (*MotionImageInsertionFramerate) Validate added in v1.15.79

func (s *MotionImageInsertionFramerate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MotionImageInsertionOffset added in v1.15.79

type MotionImageInsertionOffset struct {

	// Set the distance, in pixels, between the overlay and the left edge of the
	// video frame.
	ImageX *int64 `locationName:"imageX" type:"integer"`

	// Set the distance, in pixels, between the overlay and the top edge of the
	// video frame.
	ImageY *int64 `locationName:"imageY" type:"integer"`
	// contains filtered or unexported fields
}

Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.

func (MotionImageInsertionOffset) GoString added in v1.15.79

func (s MotionImageInsertionOffset) 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 (*MotionImageInsertionOffset) SetImageX added in v1.15.79

SetImageX sets the ImageX field's value.

func (*MotionImageInsertionOffset) SetImageY added in v1.15.79

SetImageY sets the ImageY field's value.

func (MotionImageInsertionOffset) String added in v1.15.79

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 MovSettings

type MovSettings struct {

	// When enabled, include 'clap' atom if appropriate for the video output settings.
	ClapAtom *string `locationName:"clapAtom" type:"string" enum:"MovClapAtom"`

	// 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.
	CslgAtom *string `locationName:"cslgAtom" type:"string" enum:"MovCslgAtom"`

	// 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.
	Mpeg2FourCCControl *string `locationName:"mpeg2FourCCControl" type:"string" enum:"MovMpeg2FourCCControl"`

	// 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.
	PaddingControl *string `locationName:"paddingControl" type:"string" enum:"MovPaddingControl"`

	// Always keep the default value (SELF_CONTAINED) for this setting.
	Reference *string `locationName:"reference" type:"string" enum:"MovReference"`
	// contains filtered or unexported fields
}

These settings relate to your QuickTime MOV output container.

func (MovSettings) GoString

func (s MovSettings) 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 (*MovSettings) SetClapAtom

func (s *MovSettings) SetClapAtom(v string) *MovSettings

SetClapAtom sets the ClapAtom field's value.

func (*MovSettings) SetCslgAtom

func (s *MovSettings) SetCslgAtom(v string) *MovSettings

SetCslgAtom sets the CslgAtom field's value.

func (*MovSettings) SetMpeg2FourCCControl

func (s *MovSettings) SetMpeg2FourCCControl(v string) *MovSettings

SetMpeg2FourCCControl sets the Mpeg2FourCCControl field's value.

func (*MovSettings) SetPaddingControl

func (s *MovSettings) SetPaddingControl(v string) *MovSettings

SetPaddingControl sets the PaddingControl field's value.

func (*MovSettings) SetReference

func (s *MovSettings) SetReference(v string) *MovSettings

SetReference sets the Reference field's value.

func (MovSettings) String

func (s MovSettings) 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 Mp2Settings

type Mp2Settings struct {

	// Specify the average bitrate in bits per second.
	Bitrate *int64 `locationName:"bitrate" min:"32000" type:"integer"`

	// Set Channels to specify the number of channels in this output audio track.
	// Choosing Mono in will give you 1 output channel; choosing Stereo will give
	// you 2. In the API, valid values are 1 and 2.
	Channels *int64 `locationName:"channels" min:"1" type:"integer"`

	// Sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"32000" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value MP2.

func (Mp2Settings) GoString

func (s Mp2Settings) 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 (*Mp2Settings) SetBitrate

func (s *Mp2Settings) SetBitrate(v int64) *Mp2Settings

SetBitrate sets the Bitrate field's value.

func (*Mp2Settings) SetChannels

func (s *Mp2Settings) SetChannels(v int64) *Mp2Settings

SetChannels sets the Channels field's value.

func (*Mp2Settings) SetSampleRate

func (s *Mp2Settings) SetSampleRate(v int64) *Mp2Settings

SetSampleRate sets the SampleRate field's value.

func (Mp2Settings) String

func (s Mp2Settings) 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 (*Mp2Settings) Validate added in v1.14.0

func (s *Mp2Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Mp3Settings added in v1.28.5

type Mp3Settings struct {

	// Specify the average bitrate in bits per second.
	Bitrate *int64 `locationName:"bitrate" min:"16000" type:"integer"`

	// Specify the number of channels in this output audio track. Choosing Mono
	// gives you 1 output channel; choosing Stereo gives you 2. In the API, valid
	// values are 1 and 2.
	Channels *int64 `locationName:"channels" min:"1" type:"integer"`

	// Specify whether the service encodes this MP3 audio output with a constant
	// bitrate (CBR) or a variable bitrate (VBR).
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"Mp3RateControlMode"`

	// Sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"22050" type:"integer"`

	// Required when you set Bitrate control mode to VBR. Specify the audio quality
	// of this MP3 output from 0 (highest quality) to 9 (lowest quality).
	VbrQuality *int64 `locationName:"vbrQuality" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.

func (Mp3Settings) GoString added in v1.28.5

func (s Mp3Settings) 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 (*Mp3Settings) SetBitrate added in v1.28.5

func (s *Mp3Settings) SetBitrate(v int64) *Mp3Settings

SetBitrate sets the Bitrate field's value.

func (*Mp3Settings) SetChannels added in v1.28.5

func (s *Mp3Settings) SetChannels(v int64) *Mp3Settings

SetChannels sets the Channels field's value.

func (*Mp3Settings) SetRateControlMode added in v1.28.5

func (s *Mp3Settings) SetRateControlMode(v string) *Mp3Settings

SetRateControlMode sets the RateControlMode field's value.

func (*Mp3Settings) SetSampleRate added in v1.28.5

func (s *Mp3Settings) SetSampleRate(v int64) *Mp3Settings

SetSampleRate sets the SampleRate field's value.

func (*Mp3Settings) SetVbrQuality added in v1.28.5

func (s *Mp3Settings) SetVbrQuality(v int64) *Mp3Settings

SetVbrQuality sets the VbrQuality field's value.

func (Mp3Settings) String added in v1.28.5

func (s Mp3Settings) 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 (*Mp3Settings) Validate added in v1.28.5

func (s *Mp3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Mp4Settings

type Mp4Settings struct {

	// 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.
	// In all other cases, keep the default value, 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.
	AudioDuration *string `locationName:"audioDuration" type:"string" enum:"CmfcAudioDuration"`

	// 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.
	CslgAtom *string `locationName:"cslgAtom" type:"string" enum:"Mp4CslgAtom"`

	// Ignore this setting unless compliance to the CTTS box version specification
	// matters in your workflow. Specify a value of 1 to set your CTTS box version
	// to 1 and make your output compliant with the specification. When you specify
	// a value of 1, you must also set CSLG atom to the value INCLUDE. Keep the
	// default value 0 to set your CTTS box version to 0. This can provide backward
	// compatibility for some players and packagers.
	CttsVersion *int64 `locationName:"cttsVersion" type:"integer"`

	// Inserts a free-space box immediately after the moov box.
	FreeSpaceBox *string `locationName:"freeSpaceBox" type:"string" enum:"Mp4FreeSpaceBox"`

	// To place the MOOV atom at the beginning of your output, which is useful for
	// progressive downloading: Leave blank or choose Progressive download. To place
	// the MOOV at the end of your output: Choose Normal.
	MoovPlacement *string `locationName:"moovPlacement" type:"string" enum:"Mp4MoovPlacement"`

	// Overrides the "Major Brand" field in the output file. Usually not necessary
	// to specify.
	Mp4MajorBrand *string `locationName:"mp4MajorBrand" type:"string"`
	// contains filtered or unexported fields
}

These settings relate to your MP4 output container. You can create audio only outputs with this container. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/supported-codecs-containers-audio-only.html#output-codecs-and-containers-supported-for-audio-only.

func (Mp4Settings) GoString

func (s Mp4Settings) 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 (*Mp4Settings) SetAudioDuration added in v1.35.35

func (s *Mp4Settings) SetAudioDuration(v string) *Mp4Settings

SetAudioDuration sets the AudioDuration field's value.

func (*Mp4Settings) SetCslgAtom

func (s *Mp4Settings) SetCslgAtom(v string) *Mp4Settings

SetCslgAtom sets the CslgAtom field's value.

func (*Mp4Settings) SetCttsVersion added in v1.28.5

func (s *Mp4Settings) SetCttsVersion(v int64) *Mp4Settings

SetCttsVersion sets the CttsVersion field's value.

func (*Mp4Settings) SetFreeSpaceBox

func (s *Mp4Settings) SetFreeSpaceBox(v string) *Mp4Settings

SetFreeSpaceBox sets the FreeSpaceBox field's value.

func (*Mp4Settings) SetMoovPlacement

func (s *Mp4Settings) SetMoovPlacement(v string) *Mp4Settings

SetMoovPlacement sets the MoovPlacement field's value.

func (*Mp4Settings) SetMp4MajorBrand

func (s *Mp4Settings) SetMp4MajorBrand(v string) *Mp4Settings

SetMp4MajorBrand sets the Mp4MajorBrand field's value.

func (Mp4Settings) String

func (s Mp4Settings) 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 MpdSettings added in v1.25.36

type MpdSettings struct {

	// Optional. Choose 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, to leave these elements out. When you enable
	// this setting, this is the markup that MediaConvert includes in your manifest:
	AccessibilityCaptionHints *string `locationName:"accessibilityCaptionHints" type:"string" enum:"MpdAccessibilityCaptionHints"`

	// 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.
	// In all other cases, keep the default value, 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.
	AudioDuration *string `locationName:"audioDuration" type:"string" enum:"MpdAudioDuration"`

	// 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 for captions in a single XML file in a raw container.
	// Choose Fragmented MPEG-4 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.
	CaptionContainerType *string `locationName:"captionContainerType" type:"string" enum:"MpdCaptionContainerType"`

	// 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.
	KlvMetadata *string `locationName:"klvMetadata" type:"string" enum:"MpdKlvMetadata"`

	// 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
	// to Passthrough.
	ManifestMetadataSignaling *string `locationName:"manifestMetadataSignaling" type:"string" enum:"MpdManifestMetadataSignaling"`

	// 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.
	Scte35Esam *string `locationName:"scte35Esam" type:"string" enum:"MpdScte35Esam"`

	// Ignore this setting unless you have SCTE-35 markers in your input video file.
	// Choose Passthrough if you want SCTE-35 markers that appear in your input
	// to also appear in this output. Choose None if you don't want those SCTE-35
	// markers in this output.
	Scte35Source *string `locationName:"scte35Source" type:"string" enum:"MpdScte35Source"`

	// To include ID3 metadata in this output: Set ID3 metadata to Passthrough.
	// Specify this ID3 metadata in Custom ID3 metadata inserter. MediaConvert writes
	// each instance of ID3 metadata in a separate Event Message (eMSG) box. To
	// exclude this ID3 metadata: Set ID3 metadata to None or leave blank.
	TimedMetadata *string `locationName:"timedMetadata" type:"string" enum:"MpdTimedMetadata"`

	// 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 to Passthrough.
	TimedMetadataBoxVersion *string `locationName:"timedMetadataBoxVersion" type:"string" enum:"MpdTimedMetadataBoxVersion"`

	// Specify the event message box (eMSG) scheme ID URI for ID3 timed metadata
	// in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4
	// Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3
	// When you specify a value for ID3 metadata scheme ID URI, you must also set
	// ID3 metadata to Passthrough.
	TimedMetadataSchemeIdUri *string `locationName:"timedMetadataSchemeIdUri" type:"string"`

	// Specify the event message box (eMSG) value for ID3 timed metadata in your
	// output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4
	// Semantics. When you specify a value for ID3 Metadata Value, you must also
	// set ID3 metadata to Passthrough.
	TimedMetadataValue *string `locationName:"timedMetadataValue" type:"string"`
	// contains filtered or unexported fields
}

These settings relate to the fragmented MP4 container for the segments in your DASH outputs.

func (MpdSettings) GoString added in v1.25.36

func (s MpdSettings) 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 (*MpdSettings) SetAccessibilityCaptionHints added in v1.35.35

func (s *MpdSettings) SetAccessibilityCaptionHints(v string) *MpdSettings

SetAccessibilityCaptionHints sets the AccessibilityCaptionHints field's value.

func (*MpdSettings) SetAudioDuration added in v1.35.35

func (s *MpdSettings) SetAudioDuration(v string) *MpdSettings

SetAudioDuration sets the AudioDuration field's value.

func (*MpdSettings) SetCaptionContainerType added in v1.25.36

func (s *MpdSettings) SetCaptionContainerType(v string) *MpdSettings

SetCaptionContainerType sets the CaptionContainerType field's value.

func (*MpdSettings) SetKlvMetadata added in v1.43.36

func (s *MpdSettings) SetKlvMetadata(v string) *MpdSettings

SetKlvMetadata sets the KlvMetadata field's value.

func (*MpdSettings) SetManifestMetadataSignaling added in v1.44.152

func (s *MpdSettings) SetManifestMetadataSignaling(v string) *MpdSettings

SetManifestMetadataSignaling sets the ManifestMetadataSignaling field's value.

func (*MpdSettings) SetScte35Esam added in v1.25.36

func (s *MpdSettings) SetScte35Esam(v string) *MpdSettings

SetScte35Esam sets the Scte35Esam field's value.

func (*MpdSettings) SetScte35Source added in v1.25.36

func (s *MpdSettings) SetScte35Source(v string) *MpdSettings

SetScte35Source sets the Scte35Source field's value.

func (*MpdSettings) SetTimedMetadata added in v1.42.39

func (s *MpdSettings) SetTimedMetadata(v string) *MpdSettings

SetTimedMetadata sets the TimedMetadata field's value.

func (*MpdSettings) SetTimedMetadataBoxVersion added in v1.44.152

func (s *MpdSettings) SetTimedMetadataBoxVersion(v string) *MpdSettings

SetTimedMetadataBoxVersion sets the TimedMetadataBoxVersion field's value.

func (*MpdSettings) SetTimedMetadataSchemeIdUri added in v1.44.152

func (s *MpdSettings) SetTimedMetadataSchemeIdUri(v string) *MpdSettings

SetTimedMetadataSchemeIdUri sets the TimedMetadataSchemeIdUri field's value.

func (*MpdSettings) SetTimedMetadataValue added in v1.44.152

func (s *MpdSettings) SetTimedMetadataValue(v string) *MpdSettings

SetTimedMetadataValue sets the TimedMetadataValue field's value.

func (MpdSettings) String added in v1.25.36

func (s MpdSettings) 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 Mpeg2Settings

type Mpeg2Settings struct {

	// 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, and Temporal adaptive quantization.
	AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"Mpeg2AdaptiveQuantization"`

	// Specify the average bitrate in bits per second. Required for VBR and CBR.
	// For MS Smooth outputs, bitrates must be unique when rounded down to the nearest
	// multiple of 1000.
	Bitrate *int64 `locationName:"bitrate" min:"1000" type:"integer"`

	// Use Level to set the MPEG-2 level for the video output.
	CodecLevel *string `locationName:"codecLevel" type:"string" enum:"Mpeg2CodecLevel"`

	// Use Profile to set the MPEG-2 profile for the video output.
	CodecProfile *string `locationName:"codecProfile" type:"string" enum:"Mpeg2CodecProfile"`

	// 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.
	DynamicSubGop *string `locationName:"dynamicSubGop" type:"string" enum:"Mpeg2DynamicSubGop"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"Mpeg2FramerateControl"`

	// 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:"Mpeg2FramerateConversionAlgorithm"`

	// 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"`

	// Specify the relative frequency of open to closed GOPs in this output. For
	// example, if you want to allow four open GOPs and then require a closed GOP,
	// set this value to 5. When you create a streaming output, we recommend that
	// you keep the default value, 1, so that players starting mid-stream receive
	// an IDR frame as quickly as possible. Don't set this value to 0; that would
	// break output segmenting.
	GopClosedCadence *int64 `locationName:"gopClosedCadence" type:"integer"`

	// Specify the interval between keyframes, in seconds or frames, for this output.
	// Default: 12 Related settings: When you specify the GOP size in seconds, set
	// GOP mode control to Specified, seconds. The default value for GOP mode control
	// is Frames.
	GopSize *float64 `locationName:"gopSize" type:"double"`

	// Specify the units for GOP size. If you don't specify a value here, by default
	// the encoder measures GOP size in frames.
	GopSizeUnits *string `locationName:"gopSizeUnits" type:"string" enum:"Mpeg2GopSizeUnits"`

	// If your downstream systems have strict buffer requirements: Specify the minimum
	// percentage of the HRD buffer that's available at the end of each encoded
	// video segment. For the best video quality: Set to 0 or leave blank to automatically
	// determine the final buffer fill percentage.
	HrdBufferFinalFillPercentage *int64 `locationName:"hrdBufferFinalFillPercentage" type:"integer"`

	// Percentage of the buffer that should initially be filled (HRD buffer model).
	HrdBufferInitialFillPercentage *int64 `locationName:"hrdBufferInitialFillPercentage" type:"integer"`

	// Size of buffer (HRD buffer model) in bits. For example, enter five megabits
	// as 5000000.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Choose the scan line type for the output. Keep the default value, Progressive
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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:"Mpeg2InterlaceMode"`

	// Use Intra DC precision 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.
	IntraDcPrecision *string `locationName:"intraDcPrecision" type:"string" enum:"Mpeg2IntraDcPrecision"`

	// Maximum bitrate in bits/second. For example, enter five megabits per second
	// as 5000000.
	MaxBitrate *int64 `locationName:"maxBitrate" min:"1000" type:"integer"`

	// Use this setting only when you also enable Scene change detection. This setting
	// determines how the encoder manages the spacing between I-frames that it inserts
	// as part of the I-frame cadence and the I-frames that it inserts for Scene
	// change detection. When you specify a value for this setting, the encoder
	// determines whether to skip a cadence-driven I-frame by the value you set.
	// For example, if you set Min I interval to 5 and a cadence-driven I-frame
	// would fall within 5 frames of a scene-change I-frame, then the encoder skips
	// the cadence-driven I-frame. In this way, one GOP is shrunk slightly and one
	// GOP is stretched slightly. When the cadence-driven I-frames are farther from
	// the scene-change I-frame than the value you set, then the encoder leaves
	// all I-frames in place and the GOPs surrounding the scene change are smaller
	// than the usual cadence GOPs.
	MinIInterval *int64 `locationName:"minIInterval" type:"integer"`

	// Specify the number of B-frames that MediaConvert puts between reference frames
	// in this output. Valid values are whole numbers from 0 through 7. When you
	// don't specify a value, MediaConvert defaults to 2.
	NumberBFramesBetweenReferenceFrames *int64 `locationName:"numberBFramesBetweenReferenceFrames" type:"integer"`

	// Optional. Specify how the service determines the pixel aspect ratio (PAR)
	// for this output. The default behavior, Follow 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. When you choose SPECIFIED for this setting,
	// you must also specify values for the parNumerator and parDenominator settings.
	ParControl *string `locationName:"parControl" type:"string" enum:"Mpeg2ParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// single-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"Mpeg2QualityTuningLevel"`

	// Use Rate control mode to specify whether the bitrate is variable (vbr) or
	// constant (cbr).
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"Mpeg2RateControlMode"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"Mpeg2ScanTypeConversionMode"`

	// Enable this setting to insert I-frames at scene changes that the service
	// automatically detects. This improves video quality and is enabled by default.
	SceneChangeDetect *string `locationName:"sceneChangeDetect" type:"string" enum:"Mpeg2SceneChangeDetect"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"Mpeg2SlowPal"`

	// Ignore this setting unless you need to comply with a specification that requires
	// a specific value. If you don't have a specification requirement, we recommend
	// that you adjust the softness of your output by using a lower value for the
	// setting Sharpness or by enabling a noise reducer filter. The Softness setting
	// specifies the quantization matrices that the encoder uses. Keep the default
	// value, 0, to use the AWS Elemental default matrices. Choose a value from
	// 17 to 128 to use planar interpolation. Increasing values from 17 to 128 result
	// in increasing reduction of high-frequency data. The value 128 results in
	// the softest video.
	Softness *int64 `locationName:"softness" type:"integer"`

	// Keep the default value, 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 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:"Mpeg2SpatialAdaptiveQuantization"`

	// 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 for your
	// MXF profile, you must also set this value to D10.
	Syntax *string `locationName:"syntax" type:"string" enum:"Mpeg2Syntax"`

	// 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 produces
	// a 29.97i output. Soft telecine 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, 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:"Mpeg2Telecine"`

	// Keep the default value, 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.
	TemporalAdaptiveQuantization *string `locationName:"temporalAdaptiveQuantization" type:"string" enum:"Mpeg2TemporalAdaptiveQuantization"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value MPEG2.

func (Mpeg2Settings) GoString

func (s Mpeg2Settings) 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 (*Mpeg2Settings) SetAdaptiveQuantization

func (s *Mpeg2Settings) SetAdaptiveQuantization(v string) *Mpeg2Settings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*Mpeg2Settings) SetBitrate

func (s *Mpeg2Settings) SetBitrate(v int64) *Mpeg2Settings

SetBitrate sets the Bitrate field's value.

func (*Mpeg2Settings) SetCodecLevel

func (s *Mpeg2Settings) SetCodecLevel(v string) *Mpeg2Settings

SetCodecLevel sets the CodecLevel field's value.

func (*Mpeg2Settings) SetCodecProfile

func (s *Mpeg2Settings) SetCodecProfile(v string) *Mpeg2Settings

SetCodecProfile sets the CodecProfile field's value.

func (*Mpeg2Settings) SetDynamicSubGop added in v1.15.10

func (s *Mpeg2Settings) SetDynamicSubGop(v string) *Mpeg2Settings

SetDynamicSubGop sets the DynamicSubGop field's value.

func (*Mpeg2Settings) SetFramerateControl

func (s *Mpeg2Settings) SetFramerateControl(v string) *Mpeg2Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Mpeg2Settings) SetFramerateConversionAlgorithm

func (s *Mpeg2Settings) SetFramerateConversionAlgorithm(v string) *Mpeg2Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Mpeg2Settings) SetFramerateDenominator

func (s *Mpeg2Settings) SetFramerateDenominator(v int64) *Mpeg2Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Mpeg2Settings) SetFramerateNumerator

func (s *Mpeg2Settings) SetFramerateNumerator(v int64) *Mpeg2Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Mpeg2Settings) SetGopClosedCadence

func (s *Mpeg2Settings) SetGopClosedCadence(v int64) *Mpeg2Settings

SetGopClosedCadence sets the GopClosedCadence field's value.

func (*Mpeg2Settings) SetGopSize

func (s *Mpeg2Settings) SetGopSize(v float64) *Mpeg2Settings

SetGopSize sets the GopSize field's value.

func (*Mpeg2Settings) SetGopSizeUnits

func (s *Mpeg2Settings) SetGopSizeUnits(v string) *Mpeg2Settings

SetGopSizeUnits sets the GopSizeUnits field's value.

func (*Mpeg2Settings) SetHrdBufferFinalFillPercentage added in v1.44.116

func (s *Mpeg2Settings) SetHrdBufferFinalFillPercentage(v int64) *Mpeg2Settings

SetHrdBufferFinalFillPercentage sets the HrdBufferFinalFillPercentage field's value.

func (*Mpeg2Settings) SetHrdBufferInitialFillPercentage

func (s *Mpeg2Settings) SetHrdBufferInitialFillPercentage(v int64) *Mpeg2Settings

SetHrdBufferInitialFillPercentage sets the HrdBufferInitialFillPercentage field's value.

func (*Mpeg2Settings) SetHrdBufferSize

func (s *Mpeg2Settings) SetHrdBufferSize(v int64) *Mpeg2Settings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*Mpeg2Settings) SetInterlaceMode

func (s *Mpeg2Settings) SetInterlaceMode(v string) *Mpeg2Settings

SetInterlaceMode sets the InterlaceMode field's value.

func (*Mpeg2Settings) SetIntraDcPrecision

func (s *Mpeg2Settings) SetIntraDcPrecision(v string) *Mpeg2Settings

SetIntraDcPrecision sets the IntraDcPrecision field's value.

func (*Mpeg2Settings) SetMaxBitrate

func (s *Mpeg2Settings) SetMaxBitrate(v int64) *Mpeg2Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*Mpeg2Settings) SetMinIInterval

func (s *Mpeg2Settings) SetMinIInterval(v int64) *Mpeg2Settings

SetMinIInterval sets the MinIInterval field's value.

func (*Mpeg2Settings) SetNumberBFramesBetweenReferenceFrames

func (s *Mpeg2Settings) SetNumberBFramesBetweenReferenceFrames(v int64) *Mpeg2Settings

SetNumberBFramesBetweenReferenceFrames sets the NumberBFramesBetweenReferenceFrames field's value.

func (*Mpeg2Settings) SetParControl

func (s *Mpeg2Settings) SetParControl(v string) *Mpeg2Settings

SetParControl sets the ParControl field's value.

func (*Mpeg2Settings) SetParDenominator

func (s *Mpeg2Settings) SetParDenominator(v int64) *Mpeg2Settings

SetParDenominator sets the ParDenominator field's value.

func (*Mpeg2Settings) SetParNumerator

func (s *Mpeg2Settings) SetParNumerator(v int64) *Mpeg2Settings

SetParNumerator sets the ParNumerator field's value.

func (*Mpeg2Settings) SetQualityTuningLevel

func (s *Mpeg2Settings) SetQualityTuningLevel(v string) *Mpeg2Settings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*Mpeg2Settings) SetRateControlMode

func (s *Mpeg2Settings) SetRateControlMode(v string) *Mpeg2Settings

SetRateControlMode sets the RateControlMode field's value.

func (*Mpeg2Settings) SetScanTypeConversionMode added in v1.36.23

func (s *Mpeg2Settings) SetScanTypeConversionMode(v string) *Mpeg2Settings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*Mpeg2Settings) SetSceneChangeDetect

func (s *Mpeg2Settings) SetSceneChangeDetect(v string) *Mpeg2Settings

SetSceneChangeDetect sets the SceneChangeDetect field's value.

func (*Mpeg2Settings) SetSlowPal

func (s *Mpeg2Settings) SetSlowPal(v string) *Mpeg2Settings

SetSlowPal sets the SlowPal field's value.

func (*Mpeg2Settings) SetSoftness

func (s *Mpeg2Settings) SetSoftness(v int64) *Mpeg2Settings

SetSoftness sets the Softness field's value.

func (*Mpeg2Settings) SetSpatialAdaptiveQuantization

func (s *Mpeg2Settings) SetSpatialAdaptiveQuantization(v string) *Mpeg2Settings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (*Mpeg2Settings) SetSyntax

func (s *Mpeg2Settings) SetSyntax(v string) *Mpeg2Settings

SetSyntax sets the Syntax field's value.

func (*Mpeg2Settings) SetTelecine

func (s *Mpeg2Settings) SetTelecine(v string) *Mpeg2Settings

SetTelecine sets the Telecine field's value.

func (*Mpeg2Settings) SetTemporalAdaptiveQuantization

func (s *Mpeg2Settings) SetTemporalAdaptiveQuantization(v string) *Mpeg2Settings

SetTemporalAdaptiveQuantization sets the TemporalAdaptiveQuantization field's value.

func (Mpeg2Settings) String

func (s Mpeg2Settings) 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 (*Mpeg2Settings) Validate added in v1.14.0

func (s *Mpeg2Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MsSmoothAdditionalManifest added in v1.25.36

type MsSmoothAdditionalManifest 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 Microsoft
	// Smooth group is film-name.ismv. 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.ismv.
	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 additional Microsoft Smooth Streaming manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.

func (MsSmoothAdditionalManifest) GoString added in v1.25.36

func (s MsSmoothAdditionalManifest) 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 (*MsSmoothAdditionalManifest) SetManifestNameModifier added in v1.25.36

func (s *MsSmoothAdditionalManifest) SetManifestNameModifier(v string) *MsSmoothAdditionalManifest

SetManifestNameModifier sets the ManifestNameModifier field's value.

func (*MsSmoothAdditionalManifest) SetSelectedOutputs added in v1.25.36

func (s *MsSmoothAdditionalManifest) SetSelectedOutputs(v []*string) *MsSmoothAdditionalManifest

SetSelectedOutputs sets the SelectedOutputs field's value.

func (MsSmoothAdditionalManifest) String added in v1.25.36

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 (*MsSmoothAdditionalManifest) Validate added in v1.25.36

func (s *MsSmoothAdditionalManifest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MsSmoothEncryptionSettings

type MsSmoothEncryptionSettings struct {

	// If your output group type is HLS, DASH, or Microsoft Smooth, use these settings
	// when doing DRM encryption with a SPEKE-compliant key provider. If your output
	// group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
	SpekeKeyProvider *SpekeKeyProvider `locationName:"spekeKeyProvider" type:"structure"`
	// contains filtered or unexported fields
}

If you are using DRM, set DRM System to specify the value SpekeKeyProvider.

func (MsSmoothEncryptionSettings) GoString

func (s MsSmoothEncryptionSettings) 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 (*MsSmoothEncryptionSettings) SetSpekeKeyProvider

SetSpekeKeyProvider sets the SpekeKeyProvider field's value.

func (MsSmoothEncryptionSettings) 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 MsSmoothGroupSettings

type MsSmoothGroupSettings struct {

	// By default, the service creates one .ism Microsoft Smooth Streaming manifest
	// for each Microsoft Smooth Streaming output group in your job. This default
	// manifest references every output in the output group. To create additional
	// manifests that reference a subset of the outputs in the output group, specify
	// a list of them here.
	AdditionalManifests []*MsSmoothAdditionalManifest `locationName:"additionalManifests" type:"list"`

	// COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across
	// a Microsoft Smooth output group into a single audio stream.
	AudioDeduplication *string `locationName:"audioDeduplication" type:"string" enum:"MsSmoothAudioDeduplication"`

	// Use 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"`

	// If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
	Encryption *MsSmoothEncryptionSettings `locationName:"encryption" type:"structure"`

	// Specify how you want MediaConvert to determine the fragment length. Choose
	// Exact to have the encoder use the exact length that you specify with the
	// setting Fragment length. This might result in extra I-frames. Choose Multiple
	// of GOP to have the encoder round up the segment lengths to match the next
	// GOP boundary.
	FragmentLength *int64 `locationName:"fragmentLength" min:"1" type:"integer"`

	// Specify how you want MediaConvert to determine the fragment length. Choose
	// Exact to have the encoder use the exact length that you specify with the
	// setting Fragment length. This might result in extra I-frames. Choose Multiple
	// of GOP to have the encoder round up the segment lengths to match the next
	// GOP boundary.
	FragmentLengthControl *string `locationName:"fragmentLengthControl" type:"string" enum:"MsSmoothFragmentLengthControl"`

	// Use Manifest encoding to specify the encoding format for the server and client
	// manifest. Valid options are utf8 and utf16.
	ManifestEncoding *string `locationName:"manifestEncoding" type:"string" enum:"MsSmoothManifestEncoding"`
	// contains filtered or unexported fields
}

Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.

func (MsSmoothGroupSettings) GoString

func (s MsSmoothGroupSettings) 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 (*MsSmoothGroupSettings) SetAdditionalManifests added in v1.25.36

SetAdditionalManifests sets the AdditionalManifests field's value.

func (*MsSmoothGroupSettings) SetAudioDeduplication

func (s *MsSmoothGroupSettings) SetAudioDeduplication(v string) *MsSmoothGroupSettings

SetAudioDeduplication sets the AudioDeduplication field's value.

func (*MsSmoothGroupSettings) SetDestination

func (s *MsSmoothGroupSettings) SetDestination(v string) *MsSmoothGroupSettings

SetDestination sets the Destination field's value.

func (*MsSmoothGroupSettings) SetDestinationSettings added in v1.19.4

func (s *MsSmoothGroupSettings) SetDestinationSettings(v *DestinationSettings) *MsSmoothGroupSettings

SetDestinationSettings sets the DestinationSettings field's value.

func (*MsSmoothGroupSettings) SetEncryption

SetEncryption sets the Encryption field's value.

func (*MsSmoothGroupSettings) SetFragmentLength

func (s *MsSmoothGroupSettings) SetFragmentLength(v int64) *MsSmoothGroupSettings

SetFragmentLength sets the FragmentLength field's value.

func (*MsSmoothGroupSettings) SetFragmentLengthControl added in v1.40.29

func (s *MsSmoothGroupSettings) SetFragmentLengthControl(v string) *MsSmoothGroupSettings

SetFragmentLengthControl sets the FragmentLengthControl field's value.

func (*MsSmoothGroupSettings) SetManifestEncoding

func (s *MsSmoothGroupSettings) SetManifestEncoding(v string) *MsSmoothGroupSettings

SetManifestEncoding sets the ManifestEncoding field's value.

func (MsSmoothGroupSettings) String

func (s MsSmoothGroupSettings) 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 (*MsSmoothGroupSettings) Validate added in v1.14.0

func (s *MsSmoothGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MxfSettings added in v1.30.18

type MxfSettings struct {

	// 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 to exclude AFD signaling from the MXF wrapper. Choose Copy
	// from video stream 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.
	AfdSignaling *string `locationName:"afdSignaling" type:"string" enum:"MxfAfdSignaling"`

	// Specify the MXF profile, also called shim, for this output. To automatically
	// select a profile according to your output video codec and resolution, leave
	// blank. 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.
	Profile *string `locationName:"profile" type:"string" enum:"MxfProfile"`

	// Specify the XAVC profile settings for MXF outputs when you set your MXF profile
	// to XAVC.
	XavcProfileSettings *MxfXavcProfileSettings `locationName:"xavcProfileSettings" type:"structure"`
	// contains filtered or unexported fields
}

These settings relate to your MXF output container.

func (MxfSettings) GoString added in v1.30.18

func (s MxfSettings) 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 (*MxfSettings) SetAfdSignaling added in v1.30.18

func (s *MxfSettings) SetAfdSignaling(v string) *MxfSettings

SetAfdSignaling sets the AfdSignaling field's value.

func (*MxfSettings) SetProfile added in v1.35.3

func (s *MxfSettings) SetProfile(v string) *MxfSettings

SetProfile sets the Profile field's value.

func (*MxfSettings) SetXavcProfileSettings added in v1.38.69

func (s *MxfSettings) SetXavcProfileSettings(v *MxfXavcProfileSettings) *MxfSettings

SetXavcProfileSettings sets the XavcProfileSettings field's value.

func (MxfSettings) String added in v1.30.18

func (s MxfSettings) 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 MxfXavcProfileSettings added in v1.38.69

type MxfXavcProfileSettings struct {

	// To create an output that complies with the XAVC file format guidelines for
	// interoperability, keep the default value, Drop frames for compliance. To
	// include all frames from your input in this output, keep the default setting,
	// 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.
	DurationMode *string `locationName:"durationMode" type:"string" enum:"MxfXavcDurationMode"`

	// Specify a value for this setting only for outputs that you set up with one
	// of these two XAVC profiles: XAVC HD Intra CBG or XAVC 4K Intra CBG. Specify
	// the amount of space in each frame that the service reserves for ancillary
	// data, such as teletext captions. The default value for this setting is 1492
	// bytes per frame. This should be sufficient to prevent overflow unless you
	// have multiple pages of teletext captions data. If you have a large amount
	// of teletext data, specify a larger number.
	MaxAncDataSize *int64 `locationName:"maxAncDataSize" type:"integer"`
	// contains filtered or unexported fields
}

Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC.

func (MxfXavcProfileSettings) GoString added in v1.38.69

func (s MxfXavcProfileSettings) 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 (*MxfXavcProfileSettings) SetDurationMode added in v1.38.69

func (s *MxfXavcProfileSettings) SetDurationMode(v string) *MxfXavcProfileSettings

SetDurationMode sets the DurationMode field's value.

func (*MxfXavcProfileSettings) SetMaxAncDataSize added in v1.38.69

func (s *MxfXavcProfileSettings) SetMaxAncDataSize(v int64) *MxfXavcProfileSettings

SetMaxAncDataSize sets the MaxAncDataSize field's value.

func (MxfXavcProfileSettings) String added in v1.38.69

func (s MxfXavcProfileSettings) 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 NexGuardFileMarkerSettings added in v1.32.5

type NexGuardFileMarkerSettings struct {

	// Use the base64 license string that Nagra provides you. Enter it directly
	// in your JSON job specification or in the console. Required when you include
	// Nagra NexGuard File Marker watermarking in your job.
	License *string `locationName:"license" min:"1" type:"string"`

	// Specify the payload ID that you want associated with this output. Valid values
	// vary depending on your Nagra NexGuard forensic watermarking workflow. Required
	// when you include Nagra NexGuard File Marker watermarking in your job. For
	// PreRelease Content (NGPR/G2), specify an integer from 1 through 4,194,303.
	// You must generate a unique ID for each asset you watermark, and keep a record
	// of which ID you have assigned to each asset. Neither Nagra nor MediaConvert
	// keep track of the relationship between output files and your IDs. For OTT
	// Streaming, create two adaptive bitrate (ABR) stacks for each asset. Do this
	// by setting up two output groups. For one output group, set the value of Payload
	// ID to 0 in every output. For the other output group, set Payload ID to 1
	// in every output.
	Payload *int64 `locationName:"payload" type:"integer"`

	// Enter one of the watermarking preset strings that Nagra provides you. Required
	// when you include Nagra NexGuard File Marker watermarking in your job.
	Preset *string `locationName:"preset" min:"1" type:"string"`

	// 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.
	Strength *string `locationName:"strength" type:"string" enum:"WatermarkingStrength"`
	// contains filtered or unexported fields
}

For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.

func (NexGuardFileMarkerSettings) GoString added in v1.32.5

func (s NexGuardFileMarkerSettings) 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 (*NexGuardFileMarkerSettings) SetLicense added in v1.32.5

SetLicense sets the License field's value.

func (*NexGuardFileMarkerSettings) SetPayload added in v1.32.5

SetPayload sets the Payload field's value.

func (*NexGuardFileMarkerSettings) SetPreset added in v1.32.5

SetPreset sets the Preset field's value.

func (*NexGuardFileMarkerSettings) SetStrength added in v1.32.5

SetStrength sets the Strength field's value.

func (NexGuardFileMarkerSettings) String added in v1.32.5

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 (*NexGuardFileMarkerSettings) Validate added in v1.32.5

func (s *NexGuardFileMarkerSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NielsenConfiguration

type NielsenConfiguration struct {

	// Nielsen has discontinued the use of breakout code functionality. If you must
	// include this property, set the value to zero.
	BreakoutCode *int64 `locationName:"breakoutCode" type:"integer"`

	// Use Distributor ID to specify the distributor ID that is assigned to your
	// organization by Nielsen.
	DistributorId *string `locationName:"distributorId" type:"string"`
	// contains filtered or unexported fields
}

Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.

func (NielsenConfiguration) GoString

func (s NielsenConfiguration) 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 (*NielsenConfiguration) SetBreakoutCode

func (s *NielsenConfiguration) SetBreakoutCode(v int64) *NielsenConfiguration

SetBreakoutCode sets the BreakoutCode field's value.

func (*NielsenConfiguration) SetDistributorId

func (s *NielsenConfiguration) SetDistributorId(v string) *NielsenConfiguration

SetDistributorId sets the DistributorId field's value.

func (NielsenConfiguration) String

func (s NielsenConfiguration) 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 NielsenNonLinearWatermarkSettings added in v1.35.3

type NielsenNonLinearWatermarkSettings struct {

	// Choose the type of Nielsen watermarks that you want in your outputs. When
	// you choose NAES 2 and NW, you must provide a value for the setting SID. When
	// you choose CBET, you must provide a value for the setting CSID. When you
	// choose NAES 2, NW, and CBET, you must provide values for both of these settings.
	ActiveWatermarkProcess *string `locationName:"activeWatermarkProcess" type:"string" enum:"NielsenActiveWatermarkProcessType"`

	// Optional. Use this setting when you want the service to include an ADI file
	// in the Nielsen metadata .zip file. To provide an ADI file, store it in Amazon
	// S3 and provide a URL to it here. The URL should be in the following format:
	// S3://bucket/path/ADI-file. For more information about the metadata .zip file,
	// see the setting Metadata destination.
	AdiFilename *string `locationName:"adiFilename" type:"string"`

	// Use the asset ID that you provide to Nielsen to uniquely identify this asset.
	// Required for all Nielsen non-linear watermarking.
	AssetId *string `locationName:"assetId" min:"1" type:"string"`

	// Use the asset name that you provide to Nielsen for this asset. Required for
	// all Nielsen non-linear watermarking.
	AssetName *string `locationName:"assetName" min:"1" type:"string"`

	// Use the CSID that Nielsen provides to you. This CBET source ID should be
	// unique to your Nielsen account but common to all of your output assets that
	// have CBET watermarking. Required when you choose a value for the setting
	// Watermark types that includes CBET.
	CbetSourceId *string `locationName:"cbetSourceId" type:"string"`

	// Optional. If this asset uses an episode ID with Nielsen, provide it here.
	EpisodeId *string `locationName:"episodeId" min:"1" type:"string"`

	// Specify the Amazon S3 location where you want MediaConvert to save your Nielsen
	// non-linear metadata .zip file. This Amazon S3 bucket must be in the same
	// Region as the one where you do your MediaConvert transcoding. If you want
	// to include an ADI file in this .zip file, use the setting ADI file to specify
	// it. MediaConvert delivers the Nielsen metadata .zip files only to your metadata
	// destination Amazon S3 bucket. It doesn't deliver the .zip files to Nielsen.
	// You are responsible for delivering the metadata .zip files to Nielsen.
	MetadataDestination *string `locationName:"metadataDestination" type:"string"`

	// Use the SID that Nielsen provides to you. This source ID should be unique
	// to your Nielsen account but common to all of your output assets. Required
	// for all Nielsen non-linear watermarking. This ID should be unique to your
	// Nielsen account but common to all of your output assets. Required for all
	// Nielsen non-linear watermarking.
	SourceId *int64 `locationName:"sourceId" type:"integer"`

	// Required. Specify whether your source content already contains Nielsen non-linear
	// watermarks. When you set this value to 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.
	SourceWatermarkStatus *string `locationName:"sourceWatermarkStatus" type:"string" enum:"NielsenSourceWatermarkStatusType"`

	// Specify the endpoint for the TIC server that you have deployed and configured
	// in the AWS Cloud. Required for all Nielsen non-linear watermarking. MediaConvert
	// can't connect directly to a TIC server. Instead, you must use API Gateway
	// to provide a RESTful interface between MediaConvert and a TIC server that
	// you deploy in your AWS account. For more information on deploying a TIC server
	// in your AWS account and the required API Gateway, contact Nielsen support.
	TicServerUrl *string `locationName:"ticServerUrl" type:"string"`

	// To create assets that have the same TIC values in each audio track, keep
	// the default value Share TICs. To create assets that have unique TIC values
	// for each audio track, choose Use unique TICs.
	UniqueTicPerAudioTrack *string `locationName:"uniqueTicPerAudioTrack" type:"string" enum:"NielsenUniqueTicPerAudioTrackType"`
	// contains filtered or unexported fields
}

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

func (NielsenNonLinearWatermarkSettings) GoString added in v1.35.3

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 (*NielsenNonLinearWatermarkSettings) SetActiveWatermarkProcess added in v1.35.3

SetActiveWatermarkProcess sets the ActiveWatermarkProcess field's value.

func (*NielsenNonLinearWatermarkSettings) SetAdiFilename added in v1.35.3

SetAdiFilename sets the AdiFilename field's value.

func (*NielsenNonLinearWatermarkSettings) SetAssetId added in v1.35.3

SetAssetId sets the AssetId field's value.

func (*NielsenNonLinearWatermarkSettings) SetAssetName added in v1.35.3

SetAssetName sets the AssetName field's value.

func (*NielsenNonLinearWatermarkSettings) SetCbetSourceId added in v1.35.3

SetCbetSourceId sets the CbetSourceId field's value.

func (*NielsenNonLinearWatermarkSettings) SetEpisodeId added in v1.35.3

SetEpisodeId sets the EpisodeId field's value.

func (*NielsenNonLinearWatermarkSettings) SetMetadataDestination added in v1.35.3

SetMetadataDestination sets the MetadataDestination field's value.

func (*NielsenNonLinearWatermarkSettings) SetSourceId added in v1.35.3

SetSourceId sets the SourceId field's value.

func (*NielsenNonLinearWatermarkSettings) SetSourceWatermarkStatus added in v1.35.3

SetSourceWatermarkStatus sets the SourceWatermarkStatus field's value.

func (*NielsenNonLinearWatermarkSettings) SetTicServerUrl added in v1.35.3

SetTicServerUrl sets the TicServerUrl field's value.

func (*NielsenNonLinearWatermarkSettings) SetUniqueTicPerAudioTrack added in v1.35.3

SetUniqueTicPerAudioTrack sets the UniqueTicPerAudioTrack field's value.

func (NielsenNonLinearWatermarkSettings) String added in v1.35.3

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 (*NielsenNonLinearWatermarkSettings) Validate added in v1.35.3

Validate inspects the fields of the type to determine if they are valid.

type NoiseReducer

type NoiseReducer struct {

	// Use Noise reducer filter to select one of the following spatial image filtering
	// functions. To use this setting, you must also enable Noise reducer. * 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.
	Filter *string `locationName:"filter" type:"string" enum:"NoiseReducerFilter"`

	// Settings for a noise reducer filter
	FilterSettings *NoiseReducerFilterSettings `locationName:"filterSettings" type:"structure"`

	// Noise reducer filter settings for spatial filter.
	SpatialFilterSettings *NoiseReducerSpatialFilterSettings `locationName:"spatialFilterSettings" type:"structure"`

	// Noise reducer filter settings for temporal filter.
	TemporalFilterSettings *NoiseReducerTemporalFilterSettings `locationName:"temporalFilterSettings" type:"structure"`
	// contains filtered or unexported fields
}

Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.

func (NoiseReducer) GoString

func (s NoiseReducer) 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 (*NoiseReducer) SetFilter

func (s *NoiseReducer) SetFilter(v string) *NoiseReducer

SetFilter sets the Filter field's value.

func (*NoiseReducer) SetFilterSettings

func (s *NoiseReducer) SetFilterSettings(v *NoiseReducerFilterSettings) *NoiseReducer

SetFilterSettings sets the FilterSettings field's value.

func (*NoiseReducer) SetSpatialFilterSettings

func (s *NoiseReducer) SetSpatialFilterSettings(v *NoiseReducerSpatialFilterSettings) *NoiseReducer

SetSpatialFilterSettings sets the SpatialFilterSettings field's value.

func (*NoiseReducer) SetTemporalFilterSettings added in v1.22.3

func (s *NoiseReducer) SetTemporalFilterSettings(v *NoiseReducerTemporalFilterSettings) *NoiseReducer

SetTemporalFilterSettings sets the TemporalFilterSettings field's value.

func (NoiseReducer) String

func (s NoiseReducer) 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 (*NoiseReducer) Validate added in v1.14.0

func (s *NoiseReducer) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NoiseReducerFilterSettings

type NoiseReducerFilterSettings struct {

	// Relative strength of noise reducing filter. Higher values produce stronger
	// filtering.
	Strength *int64 `locationName:"strength" type:"integer"`
	// contains filtered or unexported fields
}

Settings for a noise reducer filter

func (NoiseReducerFilterSettings) GoString

func (s NoiseReducerFilterSettings) 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 (*NoiseReducerFilterSettings) SetStrength

SetStrength sets the Strength field's value.

func (NoiseReducerFilterSettings) 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 NoiseReducerSpatialFilterSettings

type NoiseReducerSpatialFilterSettings struct {

	// Specify strength of post noise reduction sharpening filter, with 0 disabling
	// the filter and 3 enabling it at maximum strength.
	PostFilterSharpenStrength *int64 `locationName:"postFilterSharpenStrength" type:"integer"`

	// The speed of the filter, from -2 (lower speed) to 3 (higher speed), with
	// 0 being the nominal value.
	Speed *int64 `locationName:"speed" type:"integer"`

	// Relative strength of noise reducing filter. Higher values produce stronger
	// filtering.
	Strength *int64 `locationName:"strength" type:"integer"`
	// contains filtered or unexported fields
}

Noise reducer filter settings for spatial filter.

func (NoiseReducerSpatialFilterSettings) GoString

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 (*NoiseReducerSpatialFilterSettings) SetPostFilterSharpenStrength

SetPostFilterSharpenStrength sets the PostFilterSharpenStrength field's value.

func (*NoiseReducerSpatialFilterSettings) SetSpeed

SetSpeed sets the Speed field's value.

func (*NoiseReducerSpatialFilterSettings) SetStrength

SetStrength sets the Strength field's value.

func (NoiseReducerSpatialFilterSettings) 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 (*NoiseReducerSpatialFilterSettings) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type NoiseReducerTemporalFilterSettings added in v1.22.3

type NoiseReducerTemporalFilterSettings struct {

	// Use Aggressive mode for content that has complex motion. Higher values produce
	// stronger temporal filtering. This filters highly complex scenes more aggressively
	// and creates better VQ for low bitrate outputs.
	AggressiveMode *int64 `locationName:"aggressiveMode" type:"integer"`

	// When you set Noise reducer to Temporal, the bandwidth and sharpness of your
	// output is reduced. You can optionally use Post temporal sharpening 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, allows the transcoder to determine whether to apply
	// sharpening, depending on your input type and quality. When you set Post temporal
	// sharpening to Enabled, specify how much sharpening is applied using Post
	// temporal sharpening strength. Set Post temporal sharpening to Disabled to
	// not apply sharpening.
	PostTemporalSharpening *string `locationName:"postTemporalSharpening" type:"string" enum:"NoiseFilterPostTemporalSharpening"`

	// Use Post temporal sharpening strength to define the amount of sharpening
	// the transcoder applies to your output. Set Post temporal sharpening strength
	// to Low, Medium, or High to indicate the amount of sharpening.
	PostTemporalSharpeningStrength *string `locationName:"postTemporalSharpeningStrength" type:"string" enum:"NoiseFilterPostTemporalSharpeningStrength"`

	// The speed of the filter (higher number is faster). Low setting reduces bit
	// rate at the cost of transcode time, high setting improves transcode time
	// at the cost of bit rate.
	Speed *int64 `locationName:"speed" type:"integer"`

	// Specify the strength of the noise reducing filter on this output. Higher
	// values produce stronger filtering. We recommend the following value ranges,
	// depending on the result that you want: * 0-2 for complexity reduction with
	// minimal sharpness loss * 2-8 for complexity reduction with image preservation
	// * 8-16 for a high level of complexity reduction
	Strength *int64 `locationName:"strength" type:"integer"`
	// contains filtered or unexported fields
}

Noise reducer filter settings for temporal filter.

func (NoiseReducerTemporalFilterSettings) GoString added in v1.22.3

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 (*NoiseReducerTemporalFilterSettings) SetAggressiveMode added in v1.22.3

SetAggressiveMode sets the AggressiveMode field's value.

func (*NoiseReducerTemporalFilterSettings) SetPostTemporalSharpening added in v1.31.10

SetPostTemporalSharpening sets the PostTemporalSharpening field's value.

func (*NoiseReducerTemporalFilterSettings) SetPostTemporalSharpeningStrength added in v1.42.26

func (s *NoiseReducerTemporalFilterSettings) SetPostTemporalSharpeningStrength(v string) *NoiseReducerTemporalFilterSettings

SetPostTemporalSharpeningStrength sets the PostTemporalSharpeningStrength field's value.

func (*NoiseReducerTemporalFilterSettings) SetSpeed added in v1.22.3

SetSpeed sets the Speed field's value.

func (*NoiseReducerTemporalFilterSettings) SetStrength added in v1.22.3

SetStrength sets the Strength field's value.

func (NoiseReducerTemporalFilterSettings) String added in v1.22.3

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 (*NoiseReducerTemporalFilterSettings) Validate added in v1.22.3

Validate inspects the fields of the type to determine if they are valid.

type NotFoundException added in v1.28.0

type NotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*NotFoundException) Code added in v1.28.0

func (s *NotFoundException) Code() string

Code returns the exception type name.

func (*NotFoundException) Error added in v1.28.0

func (s *NotFoundException) Error() string

func (NotFoundException) GoString added in v1.28.0

func (s NotFoundException) 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 (*NotFoundException) Message added in v1.28.0

func (s *NotFoundException) Message() string

Message returns the exception's message.

func (*NotFoundException) OrigErr added in v1.28.0

func (s *NotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*NotFoundException) RequestID added in v1.28.0

func (s *NotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*NotFoundException) StatusCode added in v1.28.0

func (s *NotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (NotFoundException) String added in v1.28.0

func (s NotFoundException) 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 OpusSettings added in v1.31.10

type OpusSettings struct {

	// Optional. Specify the average bitrate in bits per second. Valid values are
	// multiples of 8000, from 32000 through 192000. The default value is 96000,
	// which we recommend for quality and bandwidth.
	Bitrate *int64 `locationName:"bitrate" min:"32000" type:"integer"`

	// Specify the number of channels in this output audio track. Choosing Mono
	// on gives you 1 output channel; choosing Stereo gives you 2. In the API, valid
	// values are 1 and 2.
	Channels *int64 `locationName:"channels" min:"1" type:"integer"`

	// Optional. Sample rate in Hz. Valid values are 16000, 24000, and 48000. The
	// default value is 48000.
	SampleRate *int64 `locationName:"sampleRate" min:"16000" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.

func (OpusSettings) GoString added in v1.31.10

func (s OpusSettings) 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 (*OpusSettings) SetBitrate added in v1.31.10

func (s *OpusSettings) SetBitrate(v int64) *OpusSettings

SetBitrate sets the Bitrate field's value.

func (*OpusSettings) SetChannels added in v1.31.10

func (s *OpusSettings) SetChannels(v int64) *OpusSettings

SetChannels sets the Channels field's value.

func (*OpusSettings) SetSampleRate added in v1.31.10

func (s *OpusSettings) SetSampleRate(v int64) *OpusSettings

SetSampleRate sets the SampleRate field's value.

func (OpusSettings) String added in v1.31.10

func (s OpusSettings) 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 (*OpusSettings) Validate added in v1.31.10

func (s *OpusSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Output

type Output struct {

	// Contains groups of audio encoding settings organized by audio codec. Include
	// one instance of per output. Can contain multiple groups of encoding settings.
	AudioDescriptions []*AudioDescription `locationName:"audioDescriptions" type:"list"`

	// Contains groups of captions settings. For each output that has captions,
	// include one instance of CaptionDescriptions. Can contain multiple groups
	// of captions settings.
	CaptionDescriptions []*CaptionDescription `locationName:"captionDescriptions" type:"list"`

	// Container specific settings.
	ContainerSettings *ContainerSettings `locationName:"containerSettings" type:"structure"`

	// Use Extension to specify the file extension for outputs in File output groups.
	// If you do not specify a value, the service will use default extensions by
	// container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov
	// * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No
	// Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)
	Extension *string `locationName:"extension" type:"string"`

	// Use Name modifier to have the service add a string to the end of each output
	// filename. You specify the base filename as part of your destination URI.
	// When you create multiple outputs in the same output group, Name modifier
	// is required. Name modifier also accepts format identifiers. For DASH ISO
	// outputs, if you use the format identifiers $Number$ or $Time$ in one output,
	// you must use them in the same way in all outputs of the output group.
	NameModifier *string `locationName:"nameModifier" min:"1" type:"string"`

	// Specific settings for this type of output.
	OutputSettings *OutputSettings `locationName:"outputSettings" type:"structure"`

	// Use Preset to specify a preset for your transcoding settings. Provide the
	// system or custom preset name. You can specify either Preset or Container
	// settings, but not both.
	Preset *string `locationName:"preset" type:"string"`

	// VideoDescription contains a group of video encoding settings. The specific
	// video settings depend on the video codec that you choose for the property
	// codec. Include one instance of VideoDescription per output.
	VideoDescription *VideoDescription `locationName:"videoDescription" type:"structure"`
	// contains filtered or unexported fields
}

Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.

func (Output) GoString

func (s Output) 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 (*Output) SetAudioDescriptions

func (s *Output) SetAudioDescriptions(v []*AudioDescription) *Output

SetAudioDescriptions sets the AudioDescriptions field's value.

func (*Output) SetCaptionDescriptions

func (s *Output) SetCaptionDescriptions(v []*CaptionDescription) *Output

SetCaptionDescriptions sets the CaptionDescriptions field's value.

func (*Output) SetContainerSettings

func (s *Output) SetContainerSettings(v *ContainerSettings) *Output

SetContainerSettings sets the ContainerSettings field's value.

func (*Output) SetExtension

func (s *Output) SetExtension(v string) *Output

SetExtension sets the Extension field's value.

func (*Output) SetNameModifier

func (s *Output) SetNameModifier(v string) *Output

SetNameModifier sets the NameModifier field's value.

func (*Output) SetOutputSettings

func (s *Output) SetOutputSettings(v *OutputSettings) *Output

SetOutputSettings sets the OutputSettings field's value.

func (*Output) SetPreset

func (s *Output) SetPreset(v string) *Output

SetPreset sets the Preset field's value.

func (*Output) SetVideoDescription

func (s *Output) SetVideoDescription(v *VideoDescription) *Output

SetVideoDescription sets the VideoDescription field's value.

func (Output) String

func (s Output) 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 (*Output) Validate added in v1.14.0

func (s *Output) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputChannelMapping

type OutputChannelMapping struct {

	// Use this setting to specify your remix values when they are integers, such
	// as -10, 0, or 4.
	InputChannels []*int64 `locationName:"inputChannels" type:"list"`

	// Use this setting to specify your remix values when they have a decimal component,
	// such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to
	// the nearest thousandth.
	InputChannelsFineTune []*float64 `locationName:"inputChannelsFineTune" type:"list"`
	// contains filtered or unexported fields
}

OutputChannel mapping settings.

func (OutputChannelMapping) GoString

func (s OutputChannelMapping) 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 (*OutputChannelMapping) SetInputChannels

func (s *OutputChannelMapping) SetInputChannels(v []*int64) *OutputChannelMapping

SetInputChannels sets the InputChannels field's value.

func (*OutputChannelMapping) SetInputChannelsFineTune added in v1.36.23

func (s *OutputChannelMapping) SetInputChannelsFineTune(v []*float64) *OutputChannelMapping

SetInputChannelsFineTune sets the InputChannelsFineTune field's value.

func (OutputChannelMapping) String

func (s OutputChannelMapping) 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 OutputDetail

type OutputDetail struct {

	// Duration in milliseconds
	DurationInMs *int64 `locationName:"durationInMs" type:"integer"`

	// Contains details about the output's video stream
	VideoDetails *VideoDetail `locationName:"videoDetails" type:"structure"`
	// contains filtered or unexported fields
}

Details regarding output

func (OutputDetail) GoString

func (s OutputDetail) 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 (*OutputDetail) SetDurationInMs

func (s *OutputDetail) SetDurationInMs(v int64) *OutputDetail

SetDurationInMs sets the DurationInMs field's value.

func (*OutputDetail) SetVideoDetails

func (s *OutputDetail) SetVideoDetails(v *VideoDetail) *OutputDetail

SetVideoDetails sets the VideoDetails field's value.

func (OutputDetail) String

func (s OutputDetail) 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 OutputGroup

type OutputGroup struct {

	// Use automated encoding to have MediaConvert choose your encoding settings
	// for you, based on characteristics of your input video.
	AutomatedEncodingSettings *AutomatedEncodingSettings `locationName:"automatedEncodingSettings" type:"structure"`

	// Use Custom Group Name to specify a name for the output group. This value
	// is displayed on the console and can make your job settings JSON more human-readable.
	// It does not affect your outputs. Use up to twelve characters that are either
	// letters, numbers, spaces, or underscores.
	CustomName *string `locationName:"customName" type:"string"`

	// Name of the output group
	Name *string `locationName:"name" type:"string"`

	// Output Group settings, including type
	OutputGroupSettings *OutputGroupSettings `locationName:"outputGroupSettings" type:"structure"`

	// This object holds groups of encoding settings, one group of settings per
	// output.
	Outputs []*Output `locationName:"outputs" type:"list"`
	// contains filtered or unexported fields
}

Group of outputs

func (OutputGroup) GoString

func (s OutputGroup) 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 (*OutputGroup) SetAutomatedEncodingSettings added in v1.35.26

func (s *OutputGroup) SetAutomatedEncodingSettings(v *AutomatedEncodingSettings) *OutputGroup

SetAutomatedEncodingSettings sets the AutomatedEncodingSettings field's value.

func (*OutputGroup) SetCustomName

func (s *OutputGroup) SetCustomName(v string) *OutputGroup

SetCustomName sets the CustomName field's value.

func (*OutputGroup) SetName

func (s *OutputGroup) SetName(v string) *OutputGroup

SetName sets the Name field's value.

func (*OutputGroup) SetOutputGroupSettings

func (s *OutputGroup) SetOutputGroupSettings(v *OutputGroupSettings) *OutputGroup

SetOutputGroupSettings sets the OutputGroupSettings field's value.

func (*OutputGroup) SetOutputs

func (s *OutputGroup) SetOutputs(v []*Output) *OutputGroup

SetOutputs sets the Outputs field's value.

func (OutputGroup) String

func (s OutputGroup) 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 (*OutputGroup) Validate added in v1.14.0

func (s *OutputGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputGroupDetail

type OutputGroupDetail struct {

	// Details about the output
	OutputDetails []*OutputDetail `locationName:"outputDetails" type:"list"`
	// contains filtered or unexported fields
}

Contains details about the output groups specified in the job settings.

func (OutputGroupDetail) GoString

func (s OutputGroupDetail) 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 (*OutputGroupDetail) SetOutputDetails

func (s *OutputGroupDetail) SetOutputDetails(v []*OutputDetail) *OutputGroupDetail

SetOutputDetails sets the OutputDetails field's value.

func (OutputGroupDetail) String

func (s OutputGroupDetail) 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 OutputGroupSettings

type OutputGroupSettings struct {

	// Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
	CmafGroupSettings *CmafGroupSettings `locationName:"cmafGroupSettings" type:"structure"`

	// Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
	DashIsoGroupSettings *DashIsoGroupSettings `locationName:"dashIsoGroupSettings" type:"structure"`

	// Settings related to your File output group. MediaConvert uses this group
	// of settings to generate a single standalone file, rather than a streaming
	// package.
	FileGroupSettings *FileGroupSettings `locationName:"fileGroupSettings" type:"structure"`

	// Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
	HlsGroupSettings *HlsGroupSettings `locationName:"hlsGroupSettings" type:"structure"`

	// Settings related to your Microsoft Smooth Streaming output package. For more
	// information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
	MsSmoothGroupSettings *MsSmoothGroupSettings `locationName:"msSmoothGroupSettings" type:"structure"`

	// Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming,
	// CMAF)
	Type *string `locationName:"type" type:"string" enum:"OutputGroupType"`
	// contains filtered or unexported fields
}

Output Group settings, including type

func (OutputGroupSettings) GoString

func (s OutputGroupSettings) 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 (*OutputGroupSettings) SetCmafGroupSettings added in v1.14.0

func (s *OutputGroupSettings) SetCmafGroupSettings(v *CmafGroupSettings) *OutputGroupSettings

SetCmafGroupSettings sets the CmafGroupSettings field's value.

func (*OutputGroupSettings) SetDashIsoGroupSettings

func (s *OutputGroupSettings) SetDashIsoGroupSettings(v *DashIsoGroupSettings) *OutputGroupSettings

SetDashIsoGroupSettings sets the DashIsoGroupSettings field's value.

func (*OutputGroupSettings) SetFileGroupSettings

func (s *OutputGroupSettings) SetFileGroupSettings(v *FileGroupSettings) *OutputGroupSettings

SetFileGroupSettings sets the FileGroupSettings field's value.

func (*OutputGroupSettings) SetHlsGroupSettings

func (s *OutputGroupSettings) SetHlsGroupSettings(v *HlsGroupSettings) *OutputGroupSettings

SetHlsGroupSettings sets the HlsGroupSettings field's value.

func (*OutputGroupSettings) SetMsSmoothGroupSettings

func (s *OutputGroupSettings) SetMsSmoothGroupSettings(v *MsSmoothGroupSettings) *OutputGroupSettings

SetMsSmoothGroupSettings sets the MsSmoothGroupSettings field's value.

func (*OutputGroupSettings) SetType

SetType sets the Type field's value.

func (OutputGroupSettings) String

func (s OutputGroupSettings) 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 (*OutputGroupSettings) Validate added in v1.14.0

func (s *OutputGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputSettings

type OutputSettings struct {

	// Settings for HLS output groups
	HlsSettings *HlsSettings `locationName:"hlsSettings" type:"structure"`
	// contains filtered or unexported fields
}

Specific settings for this type of output.

func (OutputSettings) GoString

func (s OutputSettings) 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 (*OutputSettings) SetHlsSettings

func (s *OutputSettings) SetHlsSettings(v *HlsSettings) *OutputSettings

SetHlsSettings sets the HlsSettings field's value.

func (OutputSettings) String

func (s OutputSettings) 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 PartnerWatermarking added in v1.32.5

type PartnerWatermarking struct {

	// For forensic video watermarking, MediaConvert supports Nagra NexGuard File
	// Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2)
	// and OTT Streaming workflows.
	NexguardFileMarkerSettings *NexGuardFileMarkerSettings `locationName:"nexguardFileMarkerSettings" type:"structure"`
	// contains filtered or unexported fields
}

If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.

func (PartnerWatermarking) GoString added in v1.32.5

func (s PartnerWatermarking) 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 (*PartnerWatermarking) SetNexguardFileMarkerSettings added in v1.32.5

func (s *PartnerWatermarking) SetNexguardFileMarkerSettings(v *NexGuardFileMarkerSettings) *PartnerWatermarking

SetNexguardFileMarkerSettings sets the NexguardFileMarkerSettings field's value.

func (PartnerWatermarking) String added in v1.32.5

func (s PartnerWatermarking) 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 (*PartnerWatermarking) Validate added in v1.32.5

func (s *PartnerWatermarking) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Policy added in v1.40.59

type Policy struct {

	// Allow or disallow jobs that specify HTTP inputs.
	HttpInputs *string `locationName:"httpInputs" type:"string" enum:"InputPolicy"`

	// Allow or disallow jobs that specify HTTPS inputs.
	HttpsInputs *string `locationName:"httpsInputs" type:"string" enum:"InputPolicy"`

	// Allow or disallow jobs that specify Amazon S3 inputs.
	S3Inputs *string `locationName:"s3Inputs" type:"string" enum:"InputPolicy"`
	// contains filtered or unexported fields
}

A policy configures behavior that you allow or disallow for your account. For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

func (Policy) GoString added in v1.40.59

func (s Policy) 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 (*Policy) SetHttpInputs added in v1.40.59

func (s *Policy) SetHttpInputs(v string) *Policy

SetHttpInputs sets the HttpInputs field's value.

func (*Policy) SetHttpsInputs added in v1.40.59

func (s *Policy) SetHttpsInputs(v string) *Policy

SetHttpsInputs sets the HttpsInputs field's value.

func (*Policy) SetS3Inputs added in v1.40.59

func (s *Policy) SetS3Inputs(v string) *Policy

SetS3Inputs sets the S3Inputs field's value.

func (Policy) String added in v1.40.59

func (s Policy) 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 Preset

type Preset struct {

	// An identifier for this resource that is unique within all of AWS.
	Arn *string `locationName:"arn" type:"string"`

	// An optional category you create to organize your presets.
	Category *string `locationName:"category" type:"string"`

	// The timestamp in epoch seconds for preset creation.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// An optional description you create for each preset.
	Description *string `locationName:"description" type:"string"`

	// The timestamp in epoch seconds when the preset was last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp" timestampFormat:"unixTimestamp"`

	// A name you create for each preset. Each name must be unique within your account.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// Settings for preset
	//
	// Settings is a required field
	Settings *PresetSettings `locationName:"settings" type:"structure" required:"true"`

	// A preset can be of two types: system or custom. System or built-in preset
	// can't be modified or deleted by the user.
	Type *string `locationName:"type" type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.

func (Preset) GoString

func (s Preset) 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 (*Preset) SetArn

func (s *Preset) SetArn(v string) *Preset

SetArn sets the Arn field's value.

func (*Preset) SetCategory

func (s *Preset) SetCategory(v string) *Preset

SetCategory sets the Category field's value.

func (*Preset) SetCreatedAt

func (s *Preset) SetCreatedAt(v time.Time) *Preset

SetCreatedAt sets the CreatedAt field's value.

func (*Preset) SetDescription

func (s *Preset) SetDescription(v string) *Preset

SetDescription sets the Description field's value.

func (*Preset) SetLastUpdated

func (s *Preset) SetLastUpdated(v time.Time) *Preset

SetLastUpdated sets the LastUpdated field's value.

func (*Preset) SetName

func (s *Preset) SetName(v string) *Preset

SetName sets the Name field's value.

func (*Preset) SetSettings

func (s *Preset) SetSettings(v *PresetSettings) *Preset

SetSettings sets the Settings field's value.

func (*Preset) SetType

func (s *Preset) SetType(v string) *Preset

SetType sets the Type field's value.

func (Preset) String

func (s Preset) 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 PresetSettings

type PresetSettings struct {

	// Contains groups of audio encoding settings organized by audio codec. Include
	// one instance of per output. Can contain multiple groups of encoding settings.
	AudioDescriptions []*AudioDescription `locationName:"audioDescriptions" type:"list"`

	// This object holds groups of settings related to captions for one output.
	// For each output that has captions, include one instance of CaptionDescriptions.
	CaptionDescriptions []*CaptionDescriptionPreset `locationName:"captionDescriptions" type:"list"`

	// Container specific settings.
	ContainerSettings *ContainerSettings `locationName:"containerSettings" type:"structure"`

	// VideoDescription contains a group of video encoding settings. The specific
	// video settings depend on the video codec that you choose for the property
	// codec. Include one instance of VideoDescription per output.
	VideoDescription *VideoDescription `locationName:"videoDescription" type:"structure"`
	// contains filtered or unexported fields
}

Settings for preset

func (PresetSettings) GoString

func (s PresetSettings) 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 (*PresetSettings) SetAudioDescriptions

func (s *PresetSettings) SetAudioDescriptions(v []*AudioDescription) *PresetSettings

SetAudioDescriptions sets the AudioDescriptions field's value.

func (*PresetSettings) SetCaptionDescriptions

func (s *PresetSettings) SetCaptionDescriptions(v []*CaptionDescriptionPreset) *PresetSettings

SetCaptionDescriptions sets the CaptionDescriptions field's value.

func (*PresetSettings) SetContainerSettings

func (s *PresetSettings) SetContainerSettings(v *ContainerSettings) *PresetSettings

SetContainerSettings sets the ContainerSettings field's value.

func (*PresetSettings) SetVideoDescription

func (s *PresetSettings) SetVideoDescription(v *VideoDescription) *PresetSettings

SetVideoDescription sets the VideoDescription field's value.

func (PresetSettings) String

func (s PresetSettings) 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 (*PresetSettings) Validate added in v1.14.0

func (s *PresetSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProresSettings

type ProresSettings struct {

	// 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 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: For Apple ProRes outputs with 4:4:4 chroma sampling:
	// Choose Preserve 4:4:4 sampling. Use when your input has 4:4:4 chroma sampling
	// and your output codec Profile is Apple ProRes 4444 or 4444 XQ. Note that
	// when you choose Preserve 4:4:4 sampling, you cannot include any of the following
	// Preprocessors: Dolby Vision, HDR10+, or Noise reducer.
	ChromaSampling *string `locationName:"chromaSampling" type:"string" enum:"ProresChromaSampling"`

	// Use Profile to specify the type of Apple ProRes codec to use for this output.
	CodecProfile *string `locationName:"codecProfile" type:"string" enum:"ProresCodecProfile"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"ProresFramerateControl"`

	// 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:"ProresFramerateConversionAlgorithm"`

	// 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"`

	// Choose the scan line type for the output. Keep the default value, Progressive
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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:"ProresInterlaceMode"`

	// Optional. Specify how the service determines the pixel aspect ratio (PAR)
	// for this output. The default behavior, Follow source, uses the PAR from your
	// input video for your output. To specify a different PAR, choose any value
	// other than Follow source. When you choose SPECIFIED for this setting, you
	// must also specify values for the parNumerator and parDenominator settings.
	ParControl *string `locationName:"parControl" type:"string" enum:"ProresParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"ProresScanTypeConversionMode"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"ProresSlowPal"`

	// 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 to create a smoother picture. When you keep the default value,
	// 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:"ProresTelecine"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value PRORES.

func (ProresSettings) GoString

func (s ProresSettings) 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 (*ProresSettings) SetChromaSampling added in v1.38.69

func (s *ProresSettings) SetChromaSampling(v string) *ProresSettings

SetChromaSampling sets the ChromaSampling field's value.

func (*ProresSettings) SetCodecProfile

func (s *ProresSettings) SetCodecProfile(v string) *ProresSettings

SetCodecProfile sets the CodecProfile field's value.

func (*ProresSettings) SetFramerateControl

func (s *ProresSettings) SetFramerateControl(v string) *ProresSettings

SetFramerateControl sets the FramerateControl field's value.

func (*ProresSettings) SetFramerateConversionAlgorithm

func (s *ProresSettings) SetFramerateConversionAlgorithm(v string) *ProresSettings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*ProresSettings) SetFramerateDenominator

func (s *ProresSettings) SetFramerateDenominator(v int64) *ProresSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*ProresSettings) SetFramerateNumerator

func (s *ProresSettings) SetFramerateNumerator(v int64) *ProresSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*ProresSettings) SetInterlaceMode

func (s *ProresSettings) SetInterlaceMode(v string) *ProresSettings

SetInterlaceMode sets the InterlaceMode field's value.

func (*ProresSettings) SetParControl

func (s *ProresSettings) SetParControl(v string) *ProresSettings

SetParControl sets the ParControl field's value.

func (*ProresSettings) SetParDenominator

func (s *ProresSettings) SetParDenominator(v int64) *ProresSettings

SetParDenominator sets the ParDenominator field's value.

func (*ProresSettings) SetParNumerator

func (s *ProresSettings) SetParNumerator(v int64) *ProresSettings

SetParNumerator sets the ParNumerator field's value.

func (*ProresSettings) SetScanTypeConversionMode added in v1.36.23

func (s *ProresSettings) SetScanTypeConversionMode(v string) *ProresSettings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*ProresSettings) SetSlowPal

func (s *ProresSettings) SetSlowPal(v string) *ProresSettings

SetSlowPal sets the SlowPal field's value.

func (*ProresSettings) SetTelecine

func (s *ProresSettings) SetTelecine(v string) *ProresSettings

SetTelecine sets the Telecine field's value.

func (ProresSettings) String

func (s ProresSettings) 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 (*ProresSettings) Validate added in v1.14.0

func (s *ProresSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutPolicyInput added in v1.40.59

type PutPolicyInput struct {

	// A policy configures behavior that you allow or disallow for your account.
	// For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	//
	// Policy is a required field
	Policy *Policy `locationName:"policy" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Create or change a policy by sending a request that includes your policy in JSON.

func (PutPolicyInput) GoString added in v1.40.59

func (s PutPolicyInput) 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 (*PutPolicyInput) SetPolicy added in v1.40.59

func (s *PutPolicyInput) SetPolicy(v *Policy) *PutPolicyInput

SetPolicy sets the Policy field's value.

func (PutPolicyInput) String added in v1.40.59

func (s PutPolicyInput) 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 (*PutPolicyInput) Validate added in v1.40.59

func (s *PutPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutPolicyOutput added in v1.40.59

type PutPolicyOutput struct {

	// A policy configures behavior that you allow or disallow for your account.
	// For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
	Policy *Policy `locationName:"policy" type:"structure"`
	// contains filtered or unexported fields
}

Successful PUT policy requests will return your policy.

func (PutPolicyOutput) GoString added in v1.40.59

func (s PutPolicyOutput) 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 (*PutPolicyOutput) SetPolicy added in v1.40.59

func (s *PutPolicyOutput) SetPolicy(v *Policy) *PutPolicyOutput

SetPolicy sets the Policy field's value.

func (PutPolicyOutput) String added in v1.40.59

func (s PutPolicyOutput) 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 Queue

type Queue struct {

	// An identifier for this resource that is unique within all of AWS.
	Arn *string `locationName:"arn" type:"string"`

	// The timestamp in epoch seconds for when you created the queue.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// An optional description that you create for each queue.
	Description *string `locationName:"description" type:"string"`

	// The timestamp in epoch seconds for when you most recently updated the queue.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp" timestampFormat:"unixTimestamp"`

	// A name that you create for each queue. Each name must be unique within your
	// account.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`

	// 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.
	PricingPlan *string `locationName:"pricingPlan" type:"string" enum:"PricingPlan"`

	// The estimated number of jobs with a PROGRESSING status.
	ProgressingJobsCount *int64 `locationName:"progressingJobsCount" type:"integer"`

	// Details about the pricing plan for your reserved queue. Required for reserved
	// queues and not applicable to on-demand queues.
	ReservationPlan *ReservationPlan `locationName:"reservationPlan" type:"structure"`

	// Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin
	// processing jobs in that queue. Jobs that are running when you pause the queue
	// continue to run until they finish or result in an error.
	Status *string `locationName:"status" type:"string" enum:"QueueStatus"`

	// The estimated number of jobs with a SUBMITTED status.
	SubmittedJobsCount *int64 `locationName:"submittedJobsCount" type:"integer"`

	// Specifies whether this on-demand queue is system or custom. System queues
	// are built in. You can't modify or delete system queues. You can create and
	// modify custom queues.
	Type *string `locationName:"type" type:"string" enum:"Type"`
	// contains filtered or unexported fields
}

You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.

func (Queue) GoString

func (s Queue) 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 (*Queue) SetArn

func (s *Queue) SetArn(v string) *Queue

SetArn sets the Arn field's value.

func (*Queue) SetCreatedAt

func (s *Queue) SetCreatedAt(v time.Time) *Queue

SetCreatedAt sets the CreatedAt field's value.

func (*Queue) SetDescription

func (s *Queue) SetDescription(v string) *Queue

SetDescription sets the Description field's value.

func (*Queue) SetLastUpdated

func (s *Queue) SetLastUpdated(v time.Time) *Queue

SetLastUpdated sets the LastUpdated field's value.

func (*Queue) SetName

func (s *Queue) SetName(v string) *Queue

SetName sets the Name field's value.

func (*Queue) SetPricingPlan added in v1.15.40

func (s *Queue) SetPricingPlan(v string) *Queue

SetPricingPlan sets the PricingPlan field's value.

func (*Queue) SetProgressingJobsCount added in v1.14.21

func (s *Queue) SetProgressingJobsCount(v int64) *Queue

SetProgressingJobsCount sets the ProgressingJobsCount field's value.

func (*Queue) SetReservationPlan added in v1.15.40

func (s *Queue) SetReservationPlan(v *ReservationPlan) *Queue

SetReservationPlan sets the ReservationPlan field's value.

func (*Queue) SetStatus

func (s *Queue) SetStatus(v string) *Queue

SetStatus sets the Status field's value.

func (*Queue) SetSubmittedJobsCount added in v1.14.21

func (s *Queue) SetSubmittedJobsCount(v int64) *Queue

SetSubmittedJobsCount sets the SubmittedJobsCount field's value.

func (*Queue) SetType

func (s *Queue) SetType(v string) *Queue

SetType sets the Type field's value.

func (Queue) String

func (s Queue) 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 QueueTransition added in v1.30.7

type QueueTransition struct {

	// The queue that the job was on after the transition.
	DestinationQueue *string `locationName:"destinationQueue" type:"string"`

	// The queue that the job was on before the transition.
	SourceQueue *string `locationName:"sourceQueue" type:"string"`

	// The time, in Unix epoch format, that the job moved from the source queue
	// to the destination queue.
	Timestamp *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"unixTimestamp"`
	// contains filtered or unexported fields
}

Description of the source and destination queues between which the job has moved, along with the timestamp of the move

func (QueueTransition) GoString added in v1.30.7

func (s QueueTransition) 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 (*QueueTransition) SetDestinationQueue added in v1.30.7

func (s *QueueTransition) SetDestinationQueue(v string) *QueueTransition

SetDestinationQueue sets the DestinationQueue field's value.

func (*QueueTransition) SetSourceQueue added in v1.30.7

func (s *QueueTransition) SetSourceQueue(v string) *QueueTransition

SetSourceQueue sets the SourceQueue field's value.

func (*QueueTransition) SetTimestamp added in v1.30.7

func (s *QueueTransition) SetTimestamp(v time.Time) *QueueTransition

SetTimestamp sets the Timestamp field's value.

func (QueueTransition) String added in v1.30.7

func (s QueueTransition) 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 Rectangle

type Rectangle struct {

	// Height of rectangle in pixels. Specify only even numbers.
	Height *int64 `locationName:"height" min:"2" type:"integer"`

	// Width of rectangle in pixels. Specify only even numbers.
	Width *int64 `locationName:"width" min:"2" type:"integer"`

	// The distance, in pixels, between the rectangle and the left edge of the video
	// frame. Specify only even numbers.
	X *int64 `locationName:"x" type:"integer"`

	// The distance, in pixels, between the rectangle and the top edge of the video
	// frame. Specify only even numbers.
	Y *int64 `locationName:"y" type:"integer"`
	// contains filtered or unexported fields
}

Use Rectangle to identify a specific area of the video frame.

func (Rectangle) GoString

func (s Rectangle) 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 (*Rectangle) SetHeight

func (s *Rectangle) SetHeight(v int64) *Rectangle

SetHeight sets the Height field's value.

func (*Rectangle) SetWidth

func (s *Rectangle) SetWidth(v int64) *Rectangle

SetWidth sets the Width field's value.

func (*Rectangle) SetX

func (s *Rectangle) SetX(v int64) *Rectangle

SetX sets the X field's value.

func (*Rectangle) SetY

func (s *Rectangle) SetY(v int64) *Rectangle

SetY sets the Y field's value.

func (Rectangle) String

func (s Rectangle) 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 (*Rectangle) Validate added in v1.14.0

func (s *Rectangle) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RemixSettings

type RemixSettings struct {

	// Optionally specify the channel in your input that contains your audio description
	// audio signal. MediaConvert mixes your audio signal across all output channels,
	// while reducing their volume according to your data stream. When you specify
	// an audio description audio channel, you must also specify an audio description
	// data channel. For more information about audio description signals, see the
	// BBC WHP 198 and 051 white papers.
	AudioDescriptionAudioChannel *int64 `locationName:"audioDescriptionAudioChannel" min:"1" type:"integer"`

	// Optionally specify the channel in your input that contains your audio description
	// data stream. MediaConvert mixes your audio signal across all output channels,
	// while reducing their volume according to your data stream. When you specify
	// an audio description data channel, you must also specify an audio description
	// audio channel. For more information about audio description signals, see
	// the BBC WHP 198 and 051 white papers.
	AudioDescriptionDataChannel *int64 `locationName:"audioDescriptionDataChannel" min:"1" type:"integer"`

	// Channel mapping 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.
	ChannelMapping *ChannelMapping `locationName:"channelMapping" type:"structure"`

	// Specify the number of audio channels from your input that you want to use
	// in your output. With remixing, you might combine or split the data in these
	// channels, so the number of channels in your final output might be different.
	// If you are doing both input channel mapping and output channel mapping, the
	// number of output channels in your input mapping must be the same as the number
	// of input channels in your output mapping.
	ChannelsIn *int64 `locationName:"channelsIn" min:"1" type:"integer"`

	// Specify the number of channels in this output after remixing. Valid values:
	// 1, 2, 4, 6, 8... 64. (1 and even numbers to 64.) If you are doing both input
	// channel mapping and output channel mapping, the number of output channels
	// in your input mapping must be the same as the number of input channels in
	// your output mapping.
	ChannelsOut *int64 `locationName:"channelsOut" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Use Manual audio remixing to adjust audio levels for each audio channel in each output of your job. With audio remixing, you can output more or fewer audio channels than your input audio source provides.

func (RemixSettings) GoString

func (s RemixSettings) 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 (*RemixSettings) SetAudioDescriptionAudioChannel added in v1.50.9

func (s *RemixSettings) SetAudioDescriptionAudioChannel(v int64) *RemixSettings

SetAudioDescriptionAudioChannel sets the AudioDescriptionAudioChannel field's value.

func (*RemixSettings) SetAudioDescriptionDataChannel added in v1.50.9

func (s *RemixSettings) SetAudioDescriptionDataChannel(v int64) *RemixSettings

SetAudioDescriptionDataChannel sets the AudioDescriptionDataChannel field's value.

func (*RemixSettings) SetChannelMapping

func (s *RemixSettings) SetChannelMapping(v *ChannelMapping) *RemixSettings

SetChannelMapping sets the ChannelMapping field's value.

func (*RemixSettings) SetChannelsIn

func (s *RemixSettings) SetChannelsIn(v int64) *RemixSettings

SetChannelsIn sets the ChannelsIn field's value.

func (*RemixSettings) SetChannelsOut

func (s *RemixSettings) SetChannelsOut(v int64) *RemixSettings

SetChannelsOut sets the ChannelsOut field's value.

func (RemixSettings) String

func (s RemixSettings) 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 (*RemixSettings) Validate added in v1.14.0

func (s *RemixSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ReservationPlan added in v1.15.40

type ReservationPlan struct {

	// The length of the term of your reserved queue pricing plan commitment.
	Commitment *string `locationName:"commitment" type:"string" enum:"Commitment"`

	// The timestamp in epoch seconds for when the current pricing plan term for
	// this reserved queue expires.
	ExpiresAt *time.Time `locationName:"expiresAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// The timestamp in epoch seconds for when you set up the current pricing plan
	// for this reserved queue.
	PurchasedAt *time.Time `locationName:"purchasedAt" type:"timestamp" timestampFormat:"unixTimestamp"`

	// Specifies whether the term of your reserved queue pricing plan is automatically
	// extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term.
	RenewalType *string `locationName:"renewalType" type:"string" enum:"RenewalType"`

	// Specifies the number of reserved transcode slots (RTS) for this queue. The
	// number of RTS determines how many jobs the queue can process in parallel;
	// each RTS can process one job at a time. When you increase this number, you
	// extend your existing commitment with a new 12-month commitment for a larger
	// number of RTS. The new commitment begins when you purchase the additional
	// capacity. You can't decrease the number of RTS in your reserved queue.
	ReservedSlots *int64 `locationName:"reservedSlots" type:"integer"`

	// Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.
	Status *string `locationName:"status" type:"string" enum:"ReservationPlanStatus"`
	// contains filtered or unexported fields
}

Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.

func (ReservationPlan) GoString added in v1.15.40

func (s ReservationPlan) 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 (*ReservationPlan) SetCommitment added in v1.15.40

func (s *ReservationPlan) SetCommitment(v string) *ReservationPlan

SetCommitment sets the Commitment field's value.

func (*ReservationPlan) SetExpiresAt added in v1.15.40

func (s *ReservationPlan) SetExpiresAt(v time.Time) *ReservationPlan

SetExpiresAt sets the ExpiresAt field's value.

func (*ReservationPlan) SetPurchasedAt added in v1.15.40

func (s *ReservationPlan) SetPurchasedAt(v time.Time) *ReservationPlan

SetPurchasedAt sets the PurchasedAt field's value.

func (*ReservationPlan) SetRenewalType added in v1.15.40

func (s *ReservationPlan) SetRenewalType(v string) *ReservationPlan

SetRenewalType sets the RenewalType field's value.

func (*ReservationPlan) SetReservedSlots added in v1.15.40

func (s *ReservationPlan) SetReservedSlots(v int64) *ReservationPlan

SetReservedSlots sets the ReservedSlots field's value.

func (*ReservationPlan) SetStatus added in v1.15.40

func (s *ReservationPlan) SetStatus(v string) *ReservationPlan

SetStatus sets the Status field's value.

func (ReservationPlan) String added in v1.15.40

func (s ReservationPlan) 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 ReservationPlanSettings added in v1.15.40

type ReservationPlanSettings struct {

	// The length of the term of your reserved queue pricing plan commitment.
	//
	// Commitment is a required field
	Commitment *string `locationName:"commitment" type:"string" required:"true" enum:"Commitment"`

	// Specifies whether the term of your reserved queue pricing plan is automatically
	// extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your
	// term is auto renewed, you extend your commitment by 12 months from the auto
	// renew date. You can cancel this commitment.
	//
	// RenewalType is a required field
	RenewalType *string `locationName:"renewalType" type:"string" required:"true" enum:"RenewalType"`

	// Specifies the number of reserved transcode slots (RTS) for this queue. The
	// number of RTS determines how many jobs the queue can process in parallel;
	// each RTS can process one job at a time. You can't decrease the number of
	// RTS in your reserved queue. You can increase the number of RTS by extending
	// your existing commitment with a new 12-month commitment for the larger number.
	// The new commitment begins when you purchase the additional capacity. You
	// can't cancel your commitment or revert to your original commitment after
	// you increase the capacity.
	//
	// ReservedSlots is a required field
	ReservedSlots *int64 `locationName:"reservedSlots" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.

func (ReservationPlanSettings) GoString added in v1.15.40

func (s ReservationPlanSettings) 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 (*ReservationPlanSettings) SetCommitment added in v1.15.40

SetCommitment sets the Commitment field's value.

func (*ReservationPlanSettings) SetRenewalType added in v1.15.40

SetRenewalType sets the RenewalType field's value.

func (*ReservationPlanSettings) SetReservedSlots added in v1.15.40

func (s *ReservationPlanSettings) SetReservedSlots(v int64) *ReservationPlanSettings

SetReservedSlots sets the ReservedSlots field's value.

func (ReservationPlanSettings) String added in v1.15.40

func (s ReservationPlanSettings) 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 (*ReservationPlanSettings) Validate added in v1.15.40

func (s *ReservationPlanSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceTags added in v1.14.21

type ResourceTags struct {

	// The Amazon Resource Name (ARN) of the resource.
	Arn *string `locationName:"arn" type:"string"`

	// The tags for the resource.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.

func (ResourceTags) GoString added in v1.14.21

func (s ResourceTags) 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 (*ResourceTags) SetArn added in v1.14.21

func (s *ResourceTags) SetArn(v string) *ResourceTags

SetArn sets the Arn field's value.

func (*ResourceTags) SetTags added in v1.14.21

func (s *ResourceTags) SetTags(v map[string]*string) *ResourceTags

SetTags sets the Tags field's value.

func (ResourceTags) String added in v1.14.21

func (s ResourceTags) 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 S3DestinationAccessControl added in v1.25.36

type S3DestinationAccessControl struct {

	// Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
	CannedAcl *string `locationName:"cannedAcl" type:"string" enum:"S3ObjectCannedAcl"`
	// contains filtered or unexported fields
}

Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.

func (S3DestinationAccessControl) GoString added in v1.25.36

func (s S3DestinationAccessControl) 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 (*S3DestinationAccessControl) SetCannedAcl added in v1.25.36

SetCannedAcl sets the CannedAcl field's value.

func (S3DestinationAccessControl) String added in v1.25.36

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 S3DestinationSettings added in v1.19.4

type S3DestinationSettings struct {

	// Optional. Have MediaConvert automatically apply Amazon S3 access control
	// for the outputs in this output group. When you don't use this setting, S3
	// automatically applies the default access control list PRIVATE.
	AccessControl *S3DestinationAccessControl `locationName:"accessControl" type:"structure"`

	// Settings for how your job outputs are encrypted as they are uploaded to Amazon
	// S3.
	Encryption *S3EncryptionSettings `locationName:"encryption" type:"structure"`

	// Specify the S3 storage class to use for this output. To use your destination's
	// default storage class: Keep the default value, Not set. For more information
	// about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
	StorageClass *string `locationName:"storageClass" type:"string" enum:"S3StorageClass"`
	// contains filtered or unexported fields
}

Settings associated with S3 destination

func (S3DestinationSettings) GoString added in v1.19.4

func (s S3DestinationSettings) 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 (*S3DestinationSettings) SetAccessControl added in v1.25.36

SetAccessControl sets the AccessControl field's value.

func (*S3DestinationSettings) SetEncryption added in v1.19.4

SetEncryption sets the Encryption field's value.

func (*S3DestinationSettings) SetStorageClass added in v1.44.331

func (s *S3DestinationSettings) SetStorageClass(v string) *S3DestinationSettings

SetStorageClass sets the StorageClass field's value.

func (S3DestinationSettings) String added in v1.19.4

func (s S3DestinationSettings) 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 S3EncryptionSettings added in v1.19.4

type S3EncryptionSettings struct {

	// 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. If you want your master key
	// to be managed by AWS Key Management Service (KMS), choose AWS 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.
	EncryptionType *string `locationName:"encryptionType" type:"string" enum:"S3ServerSideEncryptionType"`

	// Optionally, specify the encryption context that you want to use alongside
	// your KMS key. AWS KMS uses this encryption context as additional authenticated
	// data (AAD) to support authenticated encryption. This value must be a base64-encoded
	// UTF-8 string holding JSON which represents a string-string map. To use this
	// setting, you must also set Server-side encryption to AWS KMS. For more information
	// about encryption context, see: https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context.
	KmsEncryptionContext *string `locationName:"kmsEncryptionContext" type:"string"`

	// Optionally, specify the customer master key (CMK) that you want to use to
	// encrypt the data key that AWS uses to encrypt your output content. Enter
	// the Amazon Resource Name (ARN) of the CMK. To use this setting, you must
	// also set Server-side encryption to AWS KMS. If you set Server-side encryption
	// to AWS KMS but don't specify a CMK here, AWS uses the AWS managed CMK associated
	// with Amazon S3.
	KmsKeyArn *string `locationName:"kmsKeyArn" type:"string"`
	// contains filtered or unexported fields
}

Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.

func (S3EncryptionSettings) GoString added in v1.19.4

func (s S3EncryptionSettings) 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 (*S3EncryptionSettings) SetEncryptionType added in v1.19.4

func (s *S3EncryptionSettings) SetEncryptionType(v string) *S3EncryptionSettings

SetEncryptionType sets the EncryptionType field's value.

func (*S3EncryptionSettings) SetKmsEncryptionContext added in v1.40.29

func (s *S3EncryptionSettings) SetKmsEncryptionContext(v string) *S3EncryptionSettings

SetKmsEncryptionContext sets the KmsEncryptionContext field's value.

func (*S3EncryptionSettings) SetKmsKeyArn added in v1.19.4

func (s *S3EncryptionSettings) SetKmsKeyArn(v string) *S3EncryptionSettings

SetKmsKeyArn sets the KmsKeyArn field's value.

func (S3EncryptionSettings) String added in v1.19.4

func (s S3EncryptionSettings) 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 SccDestinationSettings

type SccDestinationSettings struct {

	// Set Framerate 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 only if the
	// video has video_insertion=true and drop_frame_timecode=true; otherwise, choose
	// 29.97 non-dropframe.
	Framerate *string `locationName:"framerate" type:"string" enum:"SccDestinationFramerate"`
	// contains filtered or unexported fields
}

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.

func (SccDestinationSettings) GoString

func (s SccDestinationSettings) 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 (*SccDestinationSettings) SetFramerate

SetFramerate sets the Framerate field's value.

func (SccDestinationSettings) String

func (s SccDestinationSettings) 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 SpekeKeyProvider

type SpekeKeyProvider struct {

	// If you want your key provider to encrypt the content keys that it provides
	// to MediaConvert, set up a certificate with a master key using AWS Certificate
	// Manager. Specify the certificate's Amazon Resource Name (ARN) here.
	CertificateArn *string `locationName:"certificateArn" type:"string"`

	// Specify the resource ID that your SPEKE-compliant key provider uses to identify
	// this content.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// Relates to SPEKE implementation. DRM system identifiers. DASH output groups
	// support a max of two system ids. Other group types support one system id.
	// See https://dashif.org/identifiers/content_protection/ for more details.
	SystemIds []*string `locationName:"systemIds" type:"list"`

	// Specify the URL to the key server that your SPEKE-compliant DRM key provider
	// uses to provide keys for encrypting your content.
	Url *string `locationName:"url" type:"string"`
	// contains filtered or unexported fields
}

If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.

func (SpekeKeyProvider) GoString

func (s SpekeKeyProvider) 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 (*SpekeKeyProvider) SetCertificateArn added in v1.15.79

func (s *SpekeKeyProvider) SetCertificateArn(v string) *SpekeKeyProvider

SetCertificateArn sets the CertificateArn field's value.

func (*SpekeKeyProvider) SetResourceId

func (s *SpekeKeyProvider) SetResourceId(v string) *SpekeKeyProvider

SetResourceId sets the ResourceId field's value.

func (*SpekeKeyProvider) SetSystemIds

func (s *SpekeKeyProvider) SetSystemIds(v []*string) *SpekeKeyProvider

SetSystemIds sets the SystemIds field's value.

func (*SpekeKeyProvider) SetUrl

SetUrl sets the Url field's value.

func (SpekeKeyProvider) String

func (s SpekeKeyProvider) 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 SpekeKeyProviderCmaf added in v1.22.3

type SpekeKeyProviderCmaf struct {

	// If you want your key provider to encrypt the content keys that it provides
	// to MediaConvert, set up a certificate with a master key using AWS Certificate
	// Manager. Specify the certificate's Amazon Resource Name (ARN) here.
	CertificateArn *string `locationName:"certificateArn" type:"string"`

	// Specify the DRM system IDs that you want signaled in the DASH manifest that
	// MediaConvert creates as part of this CMAF package. The DASH manifest can
	// currently signal up to three system IDs. For more information, see https://dashif.org/identifiers/content_protection/.
	DashSignaledSystemIds []*string `locationName:"dashSignaledSystemIds" type:"list"`

	// Specify the DRM system ID that you want signaled in the HLS manifest that
	// MediaConvert creates as part of this CMAF package. The HLS manifest can currently
	// signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
	HlsSignaledSystemIds []*string `locationName:"hlsSignaledSystemIds" type:"list"`

	// Specify the resource ID that your SPEKE-compliant key provider uses to identify
	// this content.
	ResourceId *string `locationName:"resourceId" type:"string"`

	// Specify the URL to the key server that your SPEKE-compliant DRM key provider
	// uses to provide keys for encrypting your content.
	Url *string `locationName:"url" type:"string"`
	// contains filtered or unexported fields
}

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.

func (SpekeKeyProviderCmaf) GoString added in v1.22.3

func (s SpekeKeyProviderCmaf) 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 (*SpekeKeyProviderCmaf) SetCertificateArn added in v1.22.3

func (s *SpekeKeyProviderCmaf) SetCertificateArn(v string) *SpekeKeyProviderCmaf

SetCertificateArn sets the CertificateArn field's value.

func (*SpekeKeyProviderCmaf) SetDashSignaledSystemIds added in v1.22.3

func (s *SpekeKeyProviderCmaf) SetDashSignaledSystemIds(v []*string) *SpekeKeyProviderCmaf

SetDashSignaledSystemIds sets the DashSignaledSystemIds field's value.

func (*SpekeKeyProviderCmaf) SetHlsSignaledSystemIds added in v1.22.3

func (s *SpekeKeyProviderCmaf) SetHlsSignaledSystemIds(v []*string) *SpekeKeyProviderCmaf

SetHlsSignaledSystemIds sets the HlsSignaledSystemIds field's value.

func (*SpekeKeyProviderCmaf) SetResourceId added in v1.22.3

func (s *SpekeKeyProviderCmaf) SetResourceId(v string) *SpekeKeyProviderCmaf

SetResourceId sets the ResourceId field's value.

func (*SpekeKeyProviderCmaf) SetUrl added in v1.22.3

SetUrl sets the Url field's value.

func (SpekeKeyProviderCmaf) String added in v1.22.3

func (s SpekeKeyProviderCmaf) 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 SrtDestinationSettings added in v1.39.4

type SrtDestinationSettings struct {

	// Set Style passthrough 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.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"SrtStylePassthrough"`
	// contains filtered or unexported fields
}

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.

func (SrtDestinationSettings) GoString added in v1.39.4

func (s SrtDestinationSettings) 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 (*SrtDestinationSettings) SetStylePassthrough added in v1.39.4

func (s *SrtDestinationSettings) SetStylePassthrough(v string) *SrtDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (SrtDestinationSettings) String added in v1.39.4

func (s SrtDestinationSettings) 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 StaticKeyProvider

type StaticKeyProvider struct {

	// Relates to DRM implementation. Sets the value of the KEYFORMAT attribute.
	// Must be 'identity' or a reverse DNS string. May be omitted to indicate an
	// implicit value of 'identity'.
	KeyFormat *string `locationName:"keyFormat" type:"string"`

	// Relates to DRM implementation. Either a single positive integer version value
	// or a slash delimited list of version values (1/2/3).
	KeyFormatVersions *string `locationName:"keyFormatVersions" type:"string"`

	// Relates to DRM implementation. Use a 32-character hexidecimal string to specify
	// Key Value.
	StaticKeyValue *string `locationName:"staticKeyValue" type:"string"`

	// Relates to DRM implementation. The location of the license server used for
	// protecting content.
	Url *string `locationName:"url" type:"string"`
	// contains filtered or unexported fields
}

Use these settings to set up encryption with a static key provider.

func (StaticKeyProvider) GoString

func (s StaticKeyProvider) 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 (*StaticKeyProvider) SetKeyFormat

func (s *StaticKeyProvider) SetKeyFormat(v string) *StaticKeyProvider

SetKeyFormat sets the KeyFormat field's value.

func (*StaticKeyProvider) SetKeyFormatVersions

func (s *StaticKeyProvider) SetKeyFormatVersions(v string) *StaticKeyProvider

SetKeyFormatVersions sets the KeyFormatVersions field's value.

func (*StaticKeyProvider) SetStaticKeyValue

func (s *StaticKeyProvider) SetStaticKeyValue(v string) *StaticKeyProvider

SetStaticKeyValue sets the StaticKeyValue field's value.

func (*StaticKeyProvider) SetUrl

SetUrl sets the Url field's value.

func (StaticKeyProvider) String

func (s StaticKeyProvider) 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 TagResourceInput added in v1.14.21

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to tag. To get
	// the ARN, send a GET request with the resource name.
	//
	// Arn is a required field
	Arn *string `locationName:"arn" type:"string" required:"true"`

	// The tags that you want to add to the resource. You can tag resources with
	// a key-value pair or with only a key.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

To add tags to a queue, preset, or job template, send a request with the Amazon Resource Name (ARN) of the resource and the tags that you want to add.

func (TagResourceInput) GoString added in v1.14.21

func (s TagResourceInput) 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 (*TagResourceInput) SetArn added in v1.14.21

SetArn sets the Arn field's value.

func (*TagResourceInput) SetTags added in v1.14.21

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String added in v1.14.21

func (s TagResourceInput) 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 (*TagResourceInput) Validate added in v1.14.21

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput added in v1.14.21

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

A successful request to add tags to a resource returns an OK message.

func (TagResourceOutput) GoString added in v1.14.21

func (s TagResourceOutput) 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 (TagResourceOutput) String added in v1.14.21

func (s TagResourceOutput) 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 TeletextDestinationSettings

type TeletextDestinationSettings struct {

	// Set pageNumber to the Teletext page number for the destination captions for
	// this output. This value must be a three-digit hexadecimal string; strings
	// ending in -FF are invalid. If you are passing through the entire set of Teletext
	// data, do not use this field.
	PageNumber *string `locationName:"pageNumber" min:"3" type:"string"`

	// Specify the page types for this Teletext page. If you don't specify a value
	// here, the service sets the page type to the default value Subtitle. If you
	// pass through the entire set of Teletext data, don't use this field. When
	// you pass through a set of Teletext pages, your output has the same page types
	// as your input.
	PageTypes []*string `locationName:"pageTypes" type:"list" enum:"TeletextPageType"`
	// contains filtered or unexported fields
}

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.

func (TeletextDestinationSettings) GoString

func (s TeletextDestinationSettings) 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 (*TeletextDestinationSettings) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*TeletextDestinationSettings) SetPageTypes added in v1.22.3

SetPageTypes sets the PageTypes field's value.

func (TeletextDestinationSettings) 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 (*TeletextDestinationSettings) Validate added in v1.14.0

func (s *TeletextDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TeletextSourceSettings

type TeletextSourceSettings struct {

	// Use Page Number to specify the three-digit hexadecimal page number that will
	// be used for Teletext captions. Do not use this setting if you are passing
	// through teletext from the input source to output.
	PageNumber *string `locationName:"pageNumber" min:"3" type:"string"`
	// contains filtered or unexported fields
}

Settings specific to Teletext caption sources, including Page number.

func (TeletextSourceSettings) GoString

func (s TeletextSourceSettings) 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 (*TeletextSourceSettings) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (TeletextSourceSettings) String

func (s TeletextSourceSettings) 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 (*TeletextSourceSettings) Validate added in v1.14.0

func (s *TeletextSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimecodeBurnin

type TimecodeBurnin struct {

	// Use Font size to set the font size of any burned-in timecode. Valid values
	// are 10, 16, 32, 48.
	FontSize *int64 `locationName:"fontSize" min:"10" type:"integer"`

	// Use Position under Timecode burn-in to specify the location the burned-in
	// timecode on output video.
	Position *string `locationName:"position" type:"string" enum:"TimecodeBurninPosition"`

	// Use Prefix to place ASCII characters before any burned-in timecode. For example,
	// a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either
	// the characters themselves or the ASCII code equivalents. The supported range
	// of characters is 0x20 through 0x7e. This includes letters, numbers, and all
	// special characters represented on a standard English keyboard.
	Prefix *string `locationName:"prefix" type:"string"`
	// contains filtered or unexported fields
}

Settings for burning the output timecode and specified prefix into the output.

func (TimecodeBurnin) GoString

func (s TimecodeBurnin) 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 (*TimecodeBurnin) SetFontSize

func (s *TimecodeBurnin) SetFontSize(v int64) *TimecodeBurnin

SetFontSize sets the FontSize field's value.

func (*TimecodeBurnin) SetPosition

func (s *TimecodeBurnin) SetPosition(v string) *TimecodeBurnin

SetPosition sets the Position field's value.

func (*TimecodeBurnin) SetPrefix

func (s *TimecodeBurnin) SetPrefix(v string) *TimecodeBurnin

SetPrefix sets the Prefix field's value.

func (TimecodeBurnin) String

func (s TimecodeBurnin) 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 (*TimecodeBurnin) Validate added in v1.14.0

func (s *TimecodeBurnin) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimecodeConfig

type TimecodeConfig struct {

	// If you use an editing platform that relies on an anchor timecode, use Anchor
	// Timecode to specify a timecode that will match the input video frame to the
	// output video frame. Use 24-hour format with frame number, (HH:MM:SS:FF) or
	// (HH:MM:SS;FF). This setting ignores frame rate conversion. System behavior
	// for Anchor Timecode varies depending on your setting for Source. * If Source
	// is set to Specified Start, the first input frame is the specified value in
	// Start Timecode. Anchor Timecode and Start Timecode are used calculate output
	// timecode. * If Source is set to Start at 0 the first frame is 00:00:00:00.
	// * If Source is set to Embedded, the first frame is the timecode value on
	// the first input frame of the input.
	Anchor *string `locationName:"anchor" type:"string"`

	// Use Source 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 - Use the timecode that is in the
	// input video. If no embedded timecode is in the source, the service will use
	// Start at 0 instead. * Start at 0 - Set the timecode of the initial frame
	// to 00:00:00:00. * Specified Start - Set the timecode of the initial frame
	// to a value other than zero. You use Start timecode to provide this value.
	Source *string `locationName:"source" type:"string" enum:"TimecodeSource"`

	// Only use when you set Source to Specified start. Use Start timecode to specify
	// the timecode for the initial frame. Use 24-hour format with frame number,
	// (HH:MM:SS:FF) or (HH:MM:SS;FF).
	Start *string `locationName:"start" type:"string"`

	// Only applies to outputs that support program-date-time stamp. Use Timestamp
	// offset to overwrite the timecode date without affecting the time and frame
	// number. Provide the new date as a string in the format "yyyy-mm-dd". To use
	// Timestamp offset, you must also enable Insert program-date-time in the output
	// settings. For example, if the date part of your timecodes is 2002-1-25 and
	// you want to change it to one year later, set Timestamp offset to 2003-1-25.
	TimestampOffset *string `locationName:"timestampOffset" type:"string"`
	// contains filtered or unexported fields
}

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

func (TimecodeConfig) GoString

func (s TimecodeConfig) 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 (*TimecodeConfig) SetAnchor

func (s *TimecodeConfig) SetAnchor(v string) *TimecodeConfig

SetAnchor sets the Anchor field's value.

func (*TimecodeConfig) SetSource

func (s *TimecodeConfig) SetSource(v string) *TimecodeConfig

SetSource sets the Source field's value.

func (*TimecodeConfig) SetStart

func (s *TimecodeConfig) SetStart(v string) *TimecodeConfig

SetStart sets the Start field's value.

func (*TimecodeConfig) SetTimestampOffset

func (s *TimecodeConfig) SetTimestampOffset(v string) *TimecodeConfig

SetTimestampOffset sets the TimestampOffset field's value.

func (TimecodeConfig) String

func (s TimecodeConfig) 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 TimedMetadataInsertion

type TimedMetadataInsertion struct {

	// Id3Insertions contains the array of Id3Insertion instances.
	Id3Insertions []*Id3Insertion `locationName:"id3Insertions" type:"list"`
	// contains filtered or unexported fields
}

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

func (TimedMetadataInsertion) GoString

func (s TimedMetadataInsertion) 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 (*TimedMetadataInsertion) SetId3Insertions

func (s *TimedMetadataInsertion) SetId3Insertions(v []*Id3Insertion) *TimedMetadataInsertion

SetId3Insertions sets the Id3Insertions field's value.

func (TimedMetadataInsertion) String

func (s TimedMetadataInsertion) 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 Timing

type Timing struct {

	// The time, in Unix epoch format, that the transcoding job finished
	FinishTime *time.Time `locationName:"finishTime" type:"timestamp" timestampFormat:"unixTimestamp"`

	// The time, in Unix epoch format, that transcoding for the job began.
	StartTime *time.Time `locationName:"startTime" type:"timestamp" timestampFormat:"unixTimestamp"`

	// The time, in Unix epoch format, that you submitted the job.
	SubmitTime *time.Time `locationName:"submitTime" type:"timestamp" timestampFormat:"unixTimestamp"`
	// contains filtered or unexported fields
}

Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.

func (Timing) GoString

func (s Timing) 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 (*Timing) SetFinishTime

func (s *Timing) SetFinishTime(v time.Time) *Timing

SetFinishTime sets the FinishTime field's value.

func (*Timing) SetStartTime

func (s *Timing) SetStartTime(v time.Time) *Timing

SetStartTime sets the StartTime field's value.

func (*Timing) SetSubmitTime

func (s *Timing) SetSubmitTime(v time.Time) *Timing

SetSubmitTime sets the SubmitTime field's value.

func (Timing) String

func (s Timing) 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 TooManyRequestsException added in v1.28.0

type TooManyRequestsException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

func (*TooManyRequestsException) Code added in v1.28.0

func (s *TooManyRequestsException) Code() string

Code returns the exception type name.

func (*TooManyRequestsException) Error added in v1.28.0

func (s *TooManyRequestsException) Error() string

func (TooManyRequestsException) GoString added in v1.28.0

func (s TooManyRequestsException) 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 (*TooManyRequestsException) Message added in v1.28.0

func (s *TooManyRequestsException) Message() string

Message returns the exception's message.

func (*TooManyRequestsException) OrigErr added in v1.28.0

func (s *TooManyRequestsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyRequestsException) RequestID added in v1.28.0

func (s *TooManyRequestsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyRequestsException) StatusCode added in v1.28.0

func (s *TooManyRequestsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyRequestsException) String added in v1.28.0

func (s TooManyRequestsException) 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 TrackSourceSettings added in v1.16.19

type TrackSourceSettings struct {

	// Use this setting to select a single captions track from a source. Track numbers
	// correspond to the order in the captions source file. For IMF sources, track
	// numbering is based on the order that the captions appear in the CPL. For
	// example, use 1 to select the captions asset that is listed first in the CPL.
	// To include more than one captions track in your job outputs, create multiple
	// input captions selectors. Specify one track per selector.
	TrackNumber *int64 `locationName:"trackNumber" min:"1" type:"integer"`
	// contains filtered or unexported fields
}

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.

func (TrackSourceSettings) GoString added in v1.16.19

func (s TrackSourceSettings) 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 (*TrackSourceSettings) SetTrackNumber added in v1.16.19

func (s *TrackSourceSettings) SetTrackNumber(v int64) *TrackSourceSettings

SetTrackNumber sets the TrackNumber field's value.

func (TrackSourceSettings) String added in v1.16.19

func (s TrackSourceSettings) 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 (*TrackSourceSettings) Validate added in v1.16.19

func (s *TrackSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TtmlDestinationSettings

type TtmlDestinationSettings struct {

	// Pass through style and position information from a TTML-like input source
	// (TTML, IMSC, SMPTE-TT) to the TTML output.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"TtmlStylePassthrough"`
	// contains filtered or unexported fields
}

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.

func (TtmlDestinationSettings) GoString

func (s TtmlDestinationSettings) 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 (*TtmlDestinationSettings) SetStylePassthrough

func (s *TtmlDestinationSettings) SetStylePassthrough(v string) *TtmlDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (TtmlDestinationSettings) String

func (s TtmlDestinationSettings) 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 UncompressedSettings added in v1.49.14

type UncompressedSettings struct {

	// The four character code for the uncompressed video.
	Fourcc *string `locationName:"fourcc" type:"string" enum:"UncompressedFourcc"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"UncompressedFramerateControl"`

	// 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:"UncompressedFramerateConversionAlgorithm"`

	// 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"`

	// Optional. Choose the scan line type for this output. If you don't specify
	// a value, MediaConvert will create a progressive output.
	InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"UncompressedInterlaceMode"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"UncompressedScanTypeConversionMode"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"UncompressedSlowPal"`

	// 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 to create a smoother picture. When you keep the default value,
	// 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:"UncompressedTelecine"`
	// contains filtered or unexported fields
}

Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.

func (UncompressedSettings) GoString added in v1.49.14

func (s UncompressedSettings) 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 (*UncompressedSettings) SetFourcc added in v1.49.14

SetFourcc sets the Fourcc field's value.

func (*UncompressedSettings) SetFramerateControl added in v1.49.14

func (s *UncompressedSettings) SetFramerateControl(v string) *UncompressedSettings

SetFramerateControl sets the FramerateControl field's value.

func (*UncompressedSettings) SetFramerateConversionAlgorithm added in v1.49.14

func (s *UncompressedSettings) SetFramerateConversionAlgorithm(v string) *UncompressedSettings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*UncompressedSettings) SetFramerateDenominator added in v1.49.14

func (s *UncompressedSettings) SetFramerateDenominator(v int64) *UncompressedSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*UncompressedSettings) SetFramerateNumerator added in v1.49.14

func (s *UncompressedSettings) SetFramerateNumerator(v int64) *UncompressedSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*UncompressedSettings) SetInterlaceMode added in v1.49.14

func (s *UncompressedSettings) SetInterlaceMode(v string) *UncompressedSettings

SetInterlaceMode sets the InterlaceMode field's value.

func (*UncompressedSettings) SetScanTypeConversionMode added in v1.49.14

func (s *UncompressedSettings) SetScanTypeConversionMode(v string) *UncompressedSettings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*UncompressedSettings) SetSlowPal added in v1.49.14

SetSlowPal sets the SlowPal field's value.

func (*UncompressedSettings) SetTelecine added in v1.49.14

SetTelecine sets the Telecine field's value.

func (UncompressedSettings) String added in v1.49.14

func (s UncompressedSettings) 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 (*UncompressedSettings) Validate added in v1.49.14

func (s *UncompressedSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceInput added in v1.14.21

type UntagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to remove tags
	// from. To get the ARN, send a GET request with the resource name.
	//
	// Arn is a required field
	Arn *string `location:"uri" locationName:"arn" type:"string" required:"true"`

	// The keys of the tags that you want to remove from the resource.
	TagKeys []*string `locationName:"tagKeys" type:"list"`
	// contains filtered or unexported fields
}

To remove tags from a resource, send a request with the Amazon Resource Name (ARN) of the resource and the keys of the tags that you want to remove.

func (UntagResourceInput) GoString added in v1.14.21

func (s UntagResourceInput) 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 (*UntagResourceInput) SetArn added in v1.14.21

SetArn sets the Arn field's value.

func (*UntagResourceInput) SetTagKeys added in v1.14.21

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String added in v1.14.21

func (s UntagResourceInput) 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 (*UntagResourceInput) Validate added in v1.15.29

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput added in v1.14.21

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

A successful request to remove tags from a resource returns an OK message.

func (UntagResourceOutput) GoString added in v1.14.21

func (s UntagResourceOutput) 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 (UntagResourceOutput) String added in v1.14.21

func (s UntagResourceOutput) 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 UpdateJobTemplateInput

type UpdateJobTemplateInput struct {

	// Accelerated transcoding can significantly speed up jobs with long, visually
	// complex content. Outputs that use this feature incur pro-tier pricing. For
	// information about feature limitations, see the AWS Elemental MediaConvert
	// User Guide.
	AccelerationSettings *AccelerationSettings `locationName:"accelerationSettings" type:"structure"`

	// The new category for the job template, if you are changing it.
	Category *string `locationName:"category" type:"string"`

	// The new description for the job template, if you are changing it.
	Description *string `locationName:"description" type:"string"`

	// Optional list of hop destinations.
	HopDestinations []*HopDestination `locationName:"hopDestinations" type:"list"`

	// The name of the job template you are modifying
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`

	// Specify the relative priority for this job. In any given queue, the service
	// begins processing the job with the highest value first. When more than one
	// job has the same priority, the service begins processing the job that you
	// submitted first. If you don't specify a priority, the service uses the default
	// value 0.
	Priority *int64 `locationName:"priority" type:"integer"`

	// The new queue for the job template, if you are changing it.
	Queue *string `locationName:"queue" type:"string"`

	// JobTemplateSettings contains all the transcode settings saved in the template
	// that will be applied to jobs created from it.
	Settings *JobTemplateSettings `locationName:"settings" type:"structure"`

	// 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.
	StatusUpdateInterval *string `locationName:"statusUpdateInterval" type:"string" enum:"StatusUpdateInterval"`
	// contains filtered or unexported fields
}

Modify a job template by sending a request with the job template name and any of the following that you wish to change: description, category, and queue.

func (UpdateJobTemplateInput) GoString

func (s UpdateJobTemplateInput) 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 (*UpdateJobTemplateInput) SetAccelerationSettings added in v1.16.19

func (s *UpdateJobTemplateInput) SetAccelerationSettings(v *AccelerationSettings) *UpdateJobTemplateInput

SetAccelerationSettings sets the AccelerationSettings field's value.

func (*UpdateJobTemplateInput) SetCategory

SetCategory sets the Category field's value.

func (*UpdateJobTemplateInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateJobTemplateInput) SetHopDestinations added in v1.30.7

func (s *UpdateJobTemplateInput) SetHopDestinations(v []*HopDestination) *UpdateJobTemplateInput

SetHopDestinations sets the HopDestinations field's value.

func (*UpdateJobTemplateInput) SetName

SetName sets the Name field's value.

func (*UpdateJobTemplateInput) SetPriority added in v1.21.8

SetPriority sets the Priority field's value.

func (*UpdateJobTemplateInput) SetQueue

SetQueue sets the Queue field's value.

func (*UpdateJobTemplateInput) SetSettings

SetSettings sets the Settings field's value.

func (*UpdateJobTemplateInput) SetStatusUpdateInterval added in v1.19.4

func (s *UpdateJobTemplateInput) SetStatusUpdateInterval(v string) *UpdateJobTemplateInput

SetStatusUpdateInterval sets the StatusUpdateInterval field's value.

func (UpdateJobTemplateInput) String

func (s UpdateJobTemplateInput) 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 (*UpdateJobTemplateInput) Validate

func (s *UpdateJobTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateJobTemplateOutput

type UpdateJobTemplateOutput struct {

	// A job template is a pre-made set of encoding instructions that you can use
	// to quickly create a job.
	JobTemplate *JobTemplate `locationName:"jobTemplate" type:"structure"`
	// contains filtered or unexported fields
}

Successful update job template requests will return the new job template JSON.

func (UpdateJobTemplateOutput) GoString

func (s UpdateJobTemplateOutput) 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 (*UpdateJobTemplateOutput) SetJobTemplate

SetJobTemplate sets the JobTemplate field's value.

func (UpdateJobTemplateOutput) String

func (s UpdateJobTemplateOutput) 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 UpdatePresetInput

type UpdatePresetInput struct {

	// The new category for the preset, if you are changing it.
	Category *string `locationName:"category" type:"string"`

	// The new description for the preset, if you are changing it.
	Description *string `locationName:"description" type:"string"`

	// The name of the preset you are modifying.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`

	// Settings for preset
	Settings *PresetSettings `locationName:"settings" type:"structure"`
	// contains filtered or unexported fields
}

Modify a preset by sending a request with the preset name and any of the following that you wish to change: description, category, and transcoding settings.

func (UpdatePresetInput) GoString

func (s UpdatePresetInput) 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 (*UpdatePresetInput) SetCategory

func (s *UpdatePresetInput) SetCategory(v string) *UpdatePresetInput

SetCategory sets the Category field's value.

func (*UpdatePresetInput) SetDescription

func (s *UpdatePresetInput) SetDescription(v string) *UpdatePresetInput

SetDescription sets the Description field's value.

func (*UpdatePresetInput) SetName

SetName sets the Name field's value.

func (*UpdatePresetInput) SetSettings

SetSettings sets the Settings field's value.

func (UpdatePresetInput) String

func (s UpdatePresetInput) 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 (*UpdatePresetInput) Validate

func (s *UpdatePresetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePresetOutput

type UpdatePresetOutput struct {

	// A preset is a collection of preconfigured media conversion settings that
	// you want MediaConvert to apply to the output during the conversion process.
	Preset *Preset `locationName:"preset" type:"structure"`
	// contains filtered or unexported fields
}

Successful update preset requests will return the new preset JSON.

func (UpdatePresetOutput) GoString

func (s UpdatePresetOutput) 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 (*UpdatePresetOutput) SetPreset

func (s *UpdatePresetOutput) SetPreset(v *Preset) *UpdatePresetOutput

SetPreset sets the Preset field's value.

func (UpdatePresetOutput) String

func (s UpdatePresetOutput) 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 UpdateQueueInput

type UpdateQueueInput struct {

	// The new description for the queue, if you are changing it.
	Description *string `locationName:"description" type:"string"`

	// The name of the queue that you are modifying.
	//
	// Name is a required field
	Name *string `location:"uri" locationName:"name" type:"string" required:"true"`

	// The new details of your pricing plan for your reserved queue. When you set
	// up a new pricing plan to replace an expired one, you enter into another 12-month
	// commitment. When you add capacity to your queue by increasing the number
	// of RTS, you extend the term of your commitment to 12 months from when you
	// add capacity. After you make these commitments, you can't cancel them.
	ReservationPlanSettings *ReservationPlanSettings `locationName:"reservationPlanSettings" type:"structure"`

	// Pause or activate a queue by changing its status between ACTIVE and PAUSED.
	// If you pause a queue, jobs in that queue won't begin. Jobs that are running
	// when you pause the queue continue to run until they finish or result in an
	// error.
	Status *string `locationName:"status" type:"string" enum:"QueueStatus"`
	// contains filtered or unexported fields
}

Modify a queue by sending a request with the queue name and any changes to the queue.

func (UpdateQueueInput) GoString

func (s UpdateQueueInput) 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 (*UpdateQueueInput) SetDescription

func (s *UpdateQueueInput) SetDescription(v string) *UpdateQueueInput

SetDescription sets the Description field's value.

func (*UpdateQueueInput) SetName

func (s *UpdateQueueInput) SetName(v string) *UpdateQueueInput

SetName sets the Name field's value.

func (*UpdateQueueInput) SetReservationPlanSettings added in v1.15.40

func (s *UpdateQueueInput) SetReservationPlanSettings(v *ReservationPlanSettings) *UpdateQueueInput

SetReservationPlanSettings sets the ReservationPlanSettings field's value.

func (*UpdateQueueInput) SetStatus

func (s *UpdateQueueInput) SetStatus(v string) *UpdateQueueInput

SetStatus sets the Status field's value.

func (UpdateQueueInput) String

func (s UpdateQueueInput) 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 (*UpdateQueueInput) Validate

func (s *UpdateQueueInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateQueueOutput

type UpdateQueueOutput struct {

	// You can use queues to manage the resources that are available to your AWS
	// account for running multiple transcoding jobs at the same time. If you don't
	// specify a queue, the service sends all jobs through the default queue. For
	// more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
	Queue *Queue `locationName:"queue" type:"structure"`
	// contains filtered or unexported fields
}

Successful update queue requests return the new queue information in JSON format.

func (UpdateQueueOutput) GoString

func (s UpdateQueueOutput) 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 (*UpdateQueueOutput) SetQueue

func (s *UpdateQueueOutput) SetQueue(v *Queue) *UpdateQueueOutput

SetQueue sets the Queue field's value.

func (UpdateQueueOutput) String

func (s UpdateQueueOutput) 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 Vc3Settings added in v1.35.3

type Vc3Settings struct {

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"Vc3FramerateControl"`

	// 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:"Vc3FramerateConversionAlgorithm"`

	// 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"`

	// Optional. Choose the scan line type for this output. If you don't specify
	// a value, MediaConvert will create a progressive output.
	InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"Vc3InterlaceMode"`

	// Use this setting for interlaced outputs, when your output frame rate is half
	// of your input frame rate. In this situation, choose Optimized interlacing
	// 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, 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 to
	// None or Soft. You can't use optimized interlacing for hard telecine outputs.
	// You must also set Interlace mode to a value other than Progressive.
	ScanTypeConversionMode *string `locationName:"scanTypeConversionMode" type:"string" enum:"Vc3ScanTypeConversionMode"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"Vc3SlowPal"`

	// 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 to create a smoother picture. When you keep the default value,
	// 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:"Vc3Telecine"`

	// 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 gives you an output with a bitrate of approximately 145 Mbps
	// and Class 220 gives you and output with a bitrate of approximately 220 Mbps.
	// VC3 class also specifies the color bit depth of your output.
	Vc3Class *string `locationName:"vc3Class" type:"string" enum:"Vc3Class"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value VC3

func (Vc3Settings) GoString added in v1.35.3

func (s Vc3Settings) 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 (*Vc3Settings) SetFramerateControl added in v1.35.3

func (s *Vc3Settings) SetFramerateControl(v string) *Vc3Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Vc3Settings) SetFramerateConversionAlgorithm added in v1.35.3

func (s *Vc3Settings) SetFramerateConversionAlgorithm(v string) *Vc3Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Vc3Settings) SetFramerateDenominator added in v1.35.3

func (s *Vc3Settings) SetFramerateDenominator(v int64) *Vc3Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Vc3Settings) SetFramerateNumerator added in v1.35.3

func (s *Vc3Settings) SetFramerateNumerator(v int64) *Vc3Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Vc3Settings) SetInterlaceMode added in v1.35.3

func (s *Vc3Settings) SetInterlaceMode(v string) *Vc3Settings

SetInterlaceMode sets the InterlaceMode field's value.

func (*Vc3Settings) SetScanTypeConversionMode added in v1.36.23

func (s *Vc3Settings) SetScanTypeConversionMode(v string) *Vc3Settings

SetScanTypeConversionMode sets the ScanTypeConversionMode field's value.

func (*Vc3Settings) SetSlowPal added in v1.35.3

func (s *Vc3Settings) SetSlowPal(v string) *Vc3Settings

SetSlowPal sets the SlowPal field's value.

func (*Vc3Settings) SetTelecine added in v1.35.3

func (s *Vc3Settings) SetTelecine(v string) *Vc3Settings

SetTelecine sets the Telecine field's value.

func (*Vc3Settings) SetVc3Class added in v1.35.3

func (s *Vc3Settings) SetVc3Class(v string) *Vc3Settings

SetVc3Class sets the Vc3Class field's value.

func (Vc3Settings) String added in v1.35.3

func (s Vc3Settings) 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 (*Vc3Settings) Validate added in v1.35.3

func (s *Vc3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoCodecSettings

type VideoCodecSettings struct {

	// Required when you set Codec, under VideoDescription>CodecSettings to the
	// value AV1.
	Av1Settings *Av1Settings `locationName:"av1Settings" type:"structure"`

	// 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.
	AvcIntraSettings *AvcIntraSettings `locationName:"avcIntraSettings" type:"structure"`

	// Specifies the video codec. This must be equal to one of the enum values defined
	// by the object VideoCodec. To passthrough the video stream of your input JPEG2000,
	// VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose
	// Passthrough. If you have multiple input videos, note that they must have
	// identical encoding attributes. When you choose Passthrough, your output container
	// must be MXF or QuickTime MOV.
	Codec *string `locationName:"codec" type:"string" enum:"VideoCodec"`

	// Required when you set Codec to the value FRAME_CAPTURE.
	FrameCaptureSettings *FrameCaptureSettings `locationName:"frameCaptureSettings" type:"structure"`

	// Required when you set Codec to the value H_264.
	H264Settings *H264Settings `locationName:"h264Settings" type:"structure"`

	// Settings for H265 codec
	H265Settings *H265Settings `locationName:"h265Settings" type:"structure"`

	// Required when you set Codec to the value MPEG2.
	Mpeg2Settings *Mpeg2Settings `locationName:"mpeg2Settings" type:"structure"`

	// Required when you set Codec to the value PRORES.
	ProresSettings *ProresSettings `locationName:"proresSettings" type:"structure"`

	// Required when you set Codec, under VideoDescription>CodecSettings to the
	// value UNCOMPRESSED.
	UncompressedSettings *UncompressedSettings `locationName:"uncompressedSettings" type:"structure"`

	// Required when you set Codec to the value VC3
	Vc3Settings *Vc3Settings `locationName:"vc3Settings" type:"structure"`

	// Required when you set Codec to the value VP8.
	Vp8Settings *Vp8Settings `locationName:"vp8Settings" type:"structure"`

	// Required when you set Codec to the value VP9.
	Vp9Settings *Vp9Settings `locationName:"vp9Settings" type:"structure"`

	// Required when you set Codec to the value XAVC.
	XavcSettings *XavcSettings `locationName:"xavcSettings" type:"structure"`
	// contains filtered or unexported fields
}

Video codec settings contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec. For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings

func (VideoCodecSettings) GoString

func (s VideoCodecSettings) 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 (*VideoCodecSettings) SetAv1Settings added in v1.29.26

func (s *VideoCodecSettings) SetAv1Settings(v *Av1Settings) *VideoCodecSettings

SetAv1Settings sets the Av1Settings field's value.

func (*VideoCodecSettings) SetAvcIntraSettings added in v1.35.3

func (s *VideoCodecSettings) SetAvcIntraSettings(v *AvcIntraSettings) *VideoCodecSettings

SetAvcIntraSettings sets the AvcIntraSettings field's value.

func (*VideoCodecSettings) SetCodec

SetCodec sets the Codec field's value.

func (*VideoCodecSettings) SetFrameCaptureSettings

func (s *VideoCodecSettings) SetFrameCaptureSettings(v *FrameCaptureSettings) *VideoCodecSettings

SetFrameCaptureSettings sets the FrameCaptureSettings field's value.

func (*VideoCodecSettings) SetH264Settings

func (s *VideoCodecSettings) SetH264Settings(v *H264Settings) *VideoCodecSettings

SetH264Settings sets the H264Settings field's value.

func (*VideoCodecSettings) SetH265Settings

func (s *VideoCodecSettings) SetH265Settings(v *H265Settings) *VideoCodecSettings

SetH265Settings sets the H265Settings field's value.

func (*VideoCodecSettings) SetMpeg2Settings

func (s *VideoCodecSettings) SetMpeg2Settings(v *Mpeg2Settings) *VideoCodecSettings

SetMpeg2Settings sets the Mpeg2Settings field's value.

func (*VideoCodecSettings) SetProresSettings

func (s *VideoCodecSettings) SetProresSettings(v *ProresSettings) *VideoCodecSettings

SetProresSettings sets the ProresSettings field's value.

func (*VideoCodecSettings) SetUncompressedSettings added in v1.49.14

func (s *VideoCodecSettings) SetUncompressedSettings(v *UncompressedSettings) *VideoCodecSettings

SetUncompressedSettings sets the UncompressedSettings field's value.

func (*VideoCodecSettings) SetVc3Settings added in v1.35.3

func (s *VideoCodecSettings) SetVc3Settings(v *Vc3Settings) *VideoCodecSettings

SetVc3Settings sets the Vc3Settings field's value.

func (*VideoCodecSettings) SetVp8Settings added in v1.31.10

func (s *VideoCodecSettings) SetVp8Settings(v *Vp8Settings) *VideoCodecSettings

SetVp8Settings sets the Vp8Settings field's value.

func (*VideoCodecSettings) SetVp9Settings added in v1.31.10

func (s *VideoCodecSettings) SetVp9Settings(v *Vp9Settings) *VideoCodecSettings

SetVp9Settings sets the Vp9Settings field's value.

func (*VideoCodecSettings) SetXavcSettings added in v1.38.69

func (s *VideoCodecSettings) SetXavcSettings(v *XavcSettings) *VideoCodecSettings

SetXavcSettings sets the XavcSettings field's value.

func (VideoCodecSettings) String

func (s VideoCodecSettings) 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 (*VideoCodecSettings) Validate added in v1.14.0

func (s *VideoCodecSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoDescription

type VideoDescription struct {

	// This setting only applies to H.264, H.265, and MPEG2 outputs. Use Insert
	// AFD signaling 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.
	AfdSignaling *string `locationName:"afdSignaling" type:"string" enum:"AfdSignaling"`

	// 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.
	AntiAlias *string `locationName:"antiAlias" type:"string" enum:"AntiAlias"`

	// Video codec settings contains the group of settings related to video encoding.
	// The settings in this group vary depending on the value that you choose for
	// Video codec. For each codec enum that you choose, define the corresponding
	// settings object. The following lists the codec enum, settings object pairs.
	// * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings
	// * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES,
	// ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3, Vc3Settings *
	// VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
	CodecSettings *VideoCodecSettings `locationName:"codecSettings" type:"structure"`

	// Choose Insert for this setting to include color metadata in this output.
	// Choose Ignore to exclude color metadata from this output. If you don't specify
	// a value, the service sets this to Insert by default.
	ColorMetadata *string `locationName:"colorMetadata" type:"string" enum:"ColorMetadata"`

	// Use Cropping selection to specify the video area that the service will include
	// in the output video frame.
	Crop *Rectangle `locationName:"crop" type:"structure"`

	// 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 is enabled.
	DropFrameTimecode *string `locationName:"dropFrameTimecode" type:"string" enum:"DropFrameTimecode"`

	// Applies only if you set AFD Signaling to Fixed. Use Fixed to specify a four-bit
	// AFD value which the service will write on all frames of this video output.
	FixedAfd *int64 `locationName:"fixedAfd" type:"integer"`

	// Use Height to define the video resolution height, in pixels, for this output.
	// To use the same resolution as your input: Leave both Width and Height blank.
	// To evenly scale from your input resolution: Leave Height blank and enter
	// a value for Width. For example, if your input is 1920x1080 and you set Width
	// to 1280, your output will be 1280x720.
	Height *int64 `locationName:"height" min:"32" type:"integer"`

	// Use Selection placement to define the video area in your output frame. The
	// area outside of the rectangle that you specify here is black.
	Position *Rectangle `locationName:"position" type:"structure"`

	// Use Respond to AFD 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 and set AfdSignaling to AUTO.
	// * Choose None to remove all input AFD values from this output.
	RespondToAfd *string `locationName:"respondToAfd" type:"string" enum:"RespondToAfd"`

	// Specify the video Scaling behavior when your output has a different resolution
	// than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html
	ScalingBehavior *string `locationName:"scalingBehavior" type:"string" enum:"ScalingBehavior"`

	// Use Sharpness setting to specify the strength of anti-aliasing. This setting
	// changes the width of the anti-alias filter kernel used for scaling. Sharpness
	// only applies if your output resolution is different from your input resolution.
	// 0 is the softest setting, 100 the sharpest, and 50 recommended for most content.
	Sharpness *int64 `locationName:"sharpness" type:"integer"`

	// 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 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. In the console, these settings are
	// located under Job > Job settings > Timecode configuration. Note - Timecode
	// source under input settings does not affect the timecodes that are inserted
	// in the output. Source under Job settings > Timecode configuration does.
	TimecodeInsertion *string `locationName:"timecodeInsertion" type:"string" enum:"VideoTimecodeInsertion"`

	// Find additional transcoding features under Preprocessors. Enable the features
	// at each output individually. These features are disabled by default.
	VideoPreprocessors *VideoPreprocessor `locationName:"videoPreprocessors" type:"structure"`

	// Use Width to define the video resolution width, in pixels, for this output.
	// To use the same resolution as your input: Leave both Width and Height blank.
	// To evenly scale from your input resolution: Leave Width blank and enter a
	// value for Height. For example, if your input is 1920x1080 and you set Height
	// to 720, your output will be 1280x720.
	Width *int64 `locationName:"width" min:"32" type:"integer"`
	// contains filtered or unexported fields
}

Settings related to video encoding of your output. The specific video settings depend on the video codec that you choose.

func (VideoDescription) GoString

func (s VideoDescription) 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 (*VideoDescription) SetAfdSignaling

func (s *VideoDescription) SetAfdSignaling(v string) *VideoDescription

SetAfdSignaling sets the AfdSignaling field's value.

func (*VideoDescription) SetAntiAlias

func (s *VideoDescription) SetAntiAlias(v string) *VideoDescription

SetAntiAlias sets the AntiAlias field's value.

func (*VideoDescription) SetCodecSettings

func (s *VideoDescription) SetCodecSettings(v *VideoCodecSettings) *VideoDescription

SetCodecSettings sets the CodecSettings field's value.

func (*VideoDescription) SetColorMetadata

func (s *VideoDescription) SetColorMetadata(v string) *VideoDescription

SetColorMetadata sets the ColorMetadata field's value.

func (*VideoDescription) SetCrop

SetCrop sets the Crop field's value.

func (*VideoDescription) SetDropFrameTimecode

func (s *VideoDescription) SetDropFrameTimecode(v string) *VideoDescription

SetDropFrameTimecode sets the DropFrameTimecode field's value.

func (*VideoDescription) SetFixedAfd

func (s *VideoDescription) SetFixedAfd(v int64) *VideoDescription

SetFixedAfd sets the FixedAfd field's value.

func (*VideoDescription) SetHeight

func (s *VideoDescription) SetHeight(v int64) *VideoDescription

SetHeight sets the Height field's value.

func (*VideoDescription) SetPosition

func (s *VideoDescription) SetPosition(v *Rectangle) *VideoDescription

SetPosition sets the Position field's value.

func (*VideoDescription) SetRespondToAfd

func (s *VideoDescription) SetRespondToAfd(v string) *VideoDescription

SetRespondToAfd sets the RespondToAfd field's value.

func (*VideoDescription) SetScalingBehavior

func (s *VideoDescription) SetScalingBehavior(v string) *VideoDescription

SetScalingBehavior sets the ScalingBehavior field's value.

func (*VideoDescription) SetSharpness

func (s *VideoDescription) SetSharpness(v int64) *VideoDescription

SetSharpness sets the Sharpness field's value.

func (*VideoDescription) SetTimecodeInsertion

func (s *VideoDescription) SetTimecodeInsertion(v string) *VideoDescription

SetTimecodeInsertion sets the TimecodeInsertion field's value.

func (*VideoDescription) SetVideoPreprocessors

func (s *VideoDescription) SetVideoPreprocessors(v *VideoPreprocessor) *VideoDescription

SetVideoPreprocessors sets the VideoPreprocessors field's value.

func (*VideoDescription) SetWidth

func (s *VideoDescription) SetWidth(v int64) *VideoDescription

SetWidth sets the Width field's value.

func (VideoDescription) String

func (s VideoDescription) 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 (*VideoDescription) Validate added in v1.14.0

func (s *VideoDescription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoDetail

type VideoDetail struct {

	// Height in pixels for the output
	HeightInPx *int64 `locationName:"heightInPx" type:"integer"`

	// Width in pixels for the output
	WidthInPx *int64 `locationName:"widthInPx" type:"integer"`
	// contains filtered or unexported fields
}

Contains details about the output's video stream

func (VideoDetail) GoString

func (s VideoDetail) 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 (*VideoDetail) SetHeightInPx

func (s *VideoDetail) SetHeightInPx(v int64) *VideoDetail

SetHeightInPx sets the HeightInPx field's value.

func (*VideoDetail) SetWidthInPx

func (s *VideoDetail) SetWidthInPx(v int64) *VideoDetail

SetWidthInPx sets the WidthInPx field's value.

func (VideoDetail) String

func (s VideoDetail) 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 VideoOverlay added in v1.45.21

type VideoOverlay struct {

	// Enter the end timecode in the underlying input video for this overlay. Your
	// overlay will be active through this frame. To display your video overlay
	// for the duration of the underlying video: Leave blank. Use the format HH:MM:SS:FF
	// or HH:MM:SS;FF, where HH is the hour, MM is the minute, SS is the second,
	// and FF is the frame number. When entering this value, take into account your
	// choice for the underlying Input timecode source. For example, if you have
	// embedded timecodes that start at 01:00:00:00 and you want your overlay to
	// end ten minutes into the video, enter 01:10:00:00.
	EndTimecode *string `locationName:"endTimecode" type:"string"`

	// Input settings for Video overlay. You can include one or more video overlays
	// in sequence at different times that you specify.
	Input *VideoOverlayInput_ `locationName:"input" type:"structure"`

	// Enter the start timecode in the underlying input video for this overlay.
	// Your overlay will be active starting with this frame. To display your video
	// overlay starting at the beginning of the underlying video: Leave blank. Use
	// the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute,
	// SS is the second, and FF is the frame number. When entering this value, take
	// into account your choice for the underlying Input timecode source. For example,
	// if you have embedded timecodes that start at 01:00:00:00 and you want your
	// overlay to begin five minutes into the video, enter 01:05:00:00.
	StartTimecode *string `locationName:"startTimecode" type:"string"`
	// contains filtered or unexported fields
}

Overlay one or more videos on top of your input video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html

func (VideoOverlay) GoString added in v1.45.21

func (s VideoOverlay) 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 (*VideoOverlay) SetEndTimecode added in v1.45.21

func (s *VideoOverlay) SetEndTimecode(v string) *VideoOverlay

SetEndTimecode sets the EndTimecode field's value.

func (*VideoOverlay) SetInput added in v1.45.21

func (s *VideoOverlay) SetInput(v *VideoOverlayInput_) *VideoOverlay

SetInput sets the Input field's value.

func (*VideoOverlay) SetStartTimecode added in v1.45.21

func (s *VideoOverlay) SetStartTimecode(v string) *VideoOverlay

SetStartTimecode sets the StartTimecode field's value.

func (VideoOverlay) String added in v1.45.21

func (s VideoOverlay) 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 (*VideoOverlay) Validate added in v1.45.21

func (s *VideoOverlay) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoOverlayInputClipping added in v1.45.21

type VideoOverlayInputClipping struct {

	// Specify the timecode of the last frame to include in your video overlay's
	// clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM
	// is the minute, SS is the second, and FF is the frame number. When entering
	// this value, take into account your choice for Timecode source.
	EndTimecode *string `locationName:"endTimecode" type:"string"`

	// Specify the timecode of the first frame to include in your video overlay's
	// clip. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM
	// is the minute, SS is the second, and FF is the frame number. When entering
	// this value, take into account your choice for Timecode source.
	StartTimecode *string `locationName:"startTimecode" type:"string"`
	// contains filtered or unexported fields
}

To transcode only portions of your video overlay, include one input clip for each part of your video overlay that you want in your output.

func (VideoOverlayInputClipping) GoString added in v1.45.21

func (s VideoOverlayInputClipping) 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 (*VideoOverlayInputClipping) SetEndTimecode added in v1.45.21

SetEndTimecode sets the EndTimecode field's value.

func (*VideoOverlayInputClipping) SetStartTimecode added in v1.45.21

SetStartTimecode sets the StartTimecode field's value.

func (VideoOverlayInputClipping) String added in v1.45.21

func (s VideoOverlayInputClipping) 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 VideoOverlayInput_ added in v1.45.21

type VideoOverlayInput_ struct {

	// Specify the input file S3, HTTP, or HTTPS URI for your video overlay. For
	// consistency in color and formatting in your output video image, we recommend
	// that you specify a video with similar characteristics as the underlying input
	// video.
	FileInput *string `locationName:"fileInput" type:"string"`

	// Specify one or more clips to use from your video overlay. When you include
	// an input clip, you must also specify its start timecode, end timecode, or
	// both start and end timecode.
	InputClippings []*VideoOverlayInputClipping `locationName:"inputClippings" type:"list"`

	// Specify the timecode source for your video overlay input clips. To use the
	// timecode present in your video overlay: Choose Embedded. To use a zerobased
	// timecode: Choose Start at 0. To choose a timecode: Choose Specified start.
	// When you do, enter the starting timecode in Start timecode. If you don't
	// specify a value for Timecode source, MediaConvert uses Embedded by default.
	TimecodeSource *string `locationName:"timecodeSource" type:"string" enum:"InputTimecodeSource"`

	// Specify the starting timecode for this video overlay. To use this setting,
	// you must set Timecode source to Specified start.
	TimecodeStart *string `locationName:"timecodeStart" min:"11" type:"string"`
	// contains filtered or unexported fields
}

Input settings for Video overlay. You can include one or more video overlays in sequence at different times that you specify.

func (VideoOverlayInput_) GoString added in v1.45.21

func (s VideoOverlayInput_) 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 (*VideoOverlayInput_) SetFileInput added in v1.45.21

func (s *VideoOverlayInput_) SetFileInput(v string) *VideoOverlayInput_

SetFileInput sets the FileInput field's value.

func (*VideoOverlayInput_) SetInputClippings added in v1.45.21

SetInputClippings sets the InputClippings field's value.

func (*VideoOverlayInput_) SetTimecodeSource added in v1.45.21

func (s *VideoOverlayInput_) SetTimecodeSource(v string) *VideoOverlayInput_

SetTimecodeSource sets the TimecodeSource field's value.

func (*VideoOverlayInput_) SetTimecodeStart added in v1.45.21

func (s *VideoOverlayInput_) SetTimecodeStart(v string) *VideoOverlayInput_

SetTimecodeStart sets the TimecodeStart field's value.

func (VideoOverlayInput_) String added in v1.45.21

func (s VideoOverlayInput_) 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 (*VideoOverlayInput_) Validate added in v1.45.21

func (s *VideoOverlayInput_) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoPreprocessor

type VideoPreprocessor struct {

	// Use these settings to convert the color space or to modify properties such
	// as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.
	ColorCorrector *ColorCorrector `locationName:"colorCorrector" type:"structure"`

	// Use the deinterlacer to produce smoother motion and a clearer picture. For
	// more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.
	Deinterlacer *Deinterlacer `locationName:"deinterlacer" type:"structure"`

	// Enable Dolby Vision feature to produce Dolby Vision compatible video output.
	DolbyVision *DolbyVision `locationName:"dolbyVision" type:"structure"`

	// Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
	Hdr10Plus *Hdr10Plus `locationName:"hdr10Plus" type:"structure"`

	// Enable the Image inserter feature to include a graphic overlay on your video.
	// Enable or disable this feature for each output individually. This setting
	// is disabled by default.
	ImageInserter *ImageInserter `locationName:"imageInserter" type:"structure"`

	// Enable the Noise reducer feature to remove noise from your video output if
	// necessary. Enable or disable this feature for each output individually. This
	// setting is disabled by default. When you enable Noise reducer, you must also
	// select a value for Noise reducer filter. For AVC outputs, when you include
	// Noise reducer, you cannot include the Bandwidth reduction filter.
	NoiseReducer *NoiseReducer `locationName:"noiseReducer" type:"structure"`

	// If you work with a third party video watermarking partner, use the group
	// of settings that correspond with your watermarking partner to include watermarks
	// in your output.
	PartnerWatermarking *PartnerWatermarking `locationName:"partnerWatermarking" type:"structure"`

	// Settings for burning the output timecode and specified prefix into the output.
	TimecodeBurnin *TimecodeBurnin `locationName:"timecodeBurnin" type:"structure"`
	// contains filtered or unexported fields
}

Find additional transcoding features under Preprocessors. Enable the features at each output individually. These features are disabled by default.

func (VideoPreprocessor) GoString

func (s VideoPreprocessor) 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 (*VideoPreprocessor) SetColorCorrector

func (s *VideoPreprocessor) SetColorCorrector(v *ColorCorrector) *VideoPreprocessor

SetColorCorrector sets the ColorCorrector field's value.

func (*VideoPreprocessor) SetDeinterlacer

func (s *VideoPreprocessor) SetDeinterlacer(v *Deinterlacer) *VideoPreprocessor

SetDeinterlacer sets the Deinterlacer field's value.

func (*VideoPreprocessor) SetDolbyVision added in v1.25.36

func (s *VideoPreprocessor) SetDolbyVision(v *DolbyVision) *VideoPreprocessor

SetDolbyVision sets the DolbyVision field's value.

func (*VideoPreprocessor) SetHdr10Plus added in v1.38.69

func (s *VideoPreprocessor) SetHdr10Plus(v *Hdr10Plus) *VideoPreprocessor

SetHdr10Plus sets the Hdr10Plus field's value.

func (*VideoPreprocessor) SetImageInserter

func (s *VideoPreprocessor) SetImageInserter(v *ImageInserter) *VideoPreprocessor

SetImageInserter sets the ImageInserter field's value.

func (*VideoPreprocessor) SetNoiseReducer

func (s *VideoPreprocessor) SetNoiseReducer(v *NoiseReducer) *VideoPreprocessor

SetNoiseReducer sets the NoiseReducer field's value.

func (*VideoPreprocessor) SetPartnerWatermarking added in v1.32.5

func (s *VideoPreprocessor) SetPartnerWatermarking(v *PartnerWatermarking) *VideoPreprocessor

SetPartnerWatermarking sets the PartnerWatermarking field's value.

func (*VideoPreprocessor) SetTimecodeBurnin

func (s *VideoPreprocessor) SetTimecodeBurnin(v *TimecodeBurnin) *VideoPreprocessor

SetTimecodeBurnin sets the TimecodeBurnin field's value.

func (VideoPreprocessor) String

func (s VideoPreprocessor) 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 (*VideoPreprocessor) Validate added in v1.14.0

func (s *VideoPreprocessor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VideoSelector

type VideoSelector struct {

	// 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.
	AlphaBehavior *string `locationName:"alphaBehavior" type:"string" enum:"AlphaBehavior"`

	// 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
	ColorSpace *string `locationName:"colorSpace" type:"string" enum:"ColorSpace"`

	// There are two sources for color metadata, the input file and the job input
	// settings Color space and HDR master display information settings. The Color
	// space usage setting determines which takes precedence. Choose 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 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.
	ColorSpaceUsage *string `locationName:"colorSpaceUsage" type:"string" enum:"ColorSpaceUsage"`

	// Set Embedded timecode override to Use MDPM when your AVCHD input contains
	// timecode tag data in the Modified Digital Video Pack Metadata. When you do,
	// we recommend you also set Timecode source to Embedded. Leave Embedded timecode
	// override blank, or set to None, when your input does not contain MDPM timecode.
	EmbeddedTimecodeOverride *string `locationName:"embeddedTimecodeOverride" type:"string" enum:"EmbeddedTimecodeOverride"`

	// Use these settings to provide HDR 10 metadata that is missing or inaccurate
	// in your input video. Appropriate values vary depending on the input video
	// and must be provided by a color grader. The color grader generates these
	// values during the HDR 10 mastering process. The valid range for each of these
	// settings is 0 to 50,000. Each increment represents 0.00002 in CIE1931 color
	// coordinate. Related settings - When you specify these values, you must also
	// set Color space to HDR 10. To specify whether the the values you specify
	// here take precedence over the values in the metadata of your input file,
	// set Color space usage. To specify whether color metadata is included in an
	// output, set Color metadata. For more information about MediaConvert HDR jobs,
	// see https://docs.aws.amazon.com/console/mediaconvert/hdr.
	Hdr10Metadata *Hdr10Metadata `locationName:"hdr10Metadata" type:"structure"`

	// Specify the maximum mastering display luminance. Enter an integer from 0
	// to 2147483647, in units of 0.0001 nits. For example, enter 10000000 for 1000
	// nits.
	MaxLuminance *int64 `locationName:"maxLuminance" type:"integer"`

	// 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 to 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 or leave blank.
	PadVideo *string `locationName:"padVideo" type:"string" enum:"PadVideo"`

	// Use PID to select specific video data from an input file. Specify this value
	// as an integer; the system automatically converts it to the hexidecimal value.
	// For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier
	// for a set of data in an MPEG-2 transport stream container.
	Pid *int64 `locationName:"pid" min:"1" type:"integer"`

	// Selects a specific program from within a multi-program transport stream.
	// Note that Quad 4K is not currently supported.
	ProgramNumber *int64 `locationName:"programNumber" type:"integer"`

	// Use Rotate 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.
	Rotate *string `locationName:"rotate" type:"string" enum:"InputRotate"`

	// 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, 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.
	SampleRange *string `locationName:"sampleRange" type:"string" enum:"InputSampleRange"`
	// contains filtered or unexported fields
}

Input video selectors contain the video settings for the input. Each of your inputs can have up to one video selector.

func (VideoSelector) GoString

func (s VideoSelector) 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 (*VideoSelector) SetAlphaBehavior added in v1.25.42

func (s *VideoSelector) SetAlphaBehavior(v string) *VideoSelector

SetAlphaBehavior sets the AlphaBehavior field's value.

func (*VideoSelector) SetColorSpace

func (s *VideoSelector) SetColorSpace(v string) *VideoSelector

SetColorSpace sets the ColorSpace field's value.

func (*VideoSelector) SetColorSpaceUsage

func (s *VideoSelector) SetColorSpaceUsage(v string) *VideoSelector

SetColorSpaceUsage sets the ColorSpaceUsage field's value.

func (*VideoSelector) SetEmbeddedTimecodeOverride added in v1.43.14

func (s *VideoSelector) SetEmbeddedTimecodeOverride(v string) *VideoSelector

SetEmbeddedTimecodeOverride sets the EmbeddedTimecodeOverride field's value.

func (*VideoSelector) SetHdr10Metadata

func (s *VideoSelector) SetHdr10Metadata(v *Hdr10Metadata) *VideoSelector

SetHdr10Metadata sets the Hdr10Metadata field's value.

func (*VideoSelector) SetMaxLuminance added in v1.49.14

func (s *VideoSelector) SetMaxLuminance(v int64) *VideoSelector

SetMaxLuminance sets the MaxLuminance field's value.

func (*VideoSelector) SetPadVideo added in v1.44.4

func (s *VideoSelector) SetPadVideo(v string) *VideoSelector

SetPadVideo sets the PadVideo field's value.

func (*VideoSelector) SetPid

func (s *VideoSelector) SetPid(v int64) *VideoSelector

SetPid sets the Pid field's value.

func (*VideoSelector) SetProgramNumber

func (s *VideoSelector) SetProgramNumber(v int64) *VideoSelector

SetProgramNumber sets the ProgramNumber field's value.

func (*VideoSelector) SetRotate added in v1.17.6

func (s *VideoSelector) SetRotate(v string) *VideoSelector

SetRotate sets the Rotate field's value.

func (*VideoSelector) SetSampleRange added in v1.38.37

func (s *VideoSelector) SetSampleRange(v string) *VideoSelector

SetSampleRange sets the SampleRange field's value.

func (VideoSelector) String

func (s VideoSelector) 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 (*VideoSelector) Validate added in v1.14.0

func (s *VideoSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VorbisSettings added in v1.31.10

type VorbisSettings struct {

	// Optional. Specify the number of channels in this output audio track. Choosing
	// Mono on the console gives you 1 output channel; choosing Stereo gives you
	// 2. In the API, valid values are 1 and 2. The default value is 2.
	Channels *int64 `locationName:"channels" min:"1" type:"integer"`

	// Optional. Specify the audio sample rate in Hz. Valid values are 22050, 32000,
	// 44100, and 48000. The default value is 48000.
	SampleRate *int64 `locationName:"sampleRate" min:"22050" type:"integer"`

	// Optional. Specify the variable audio quality of this Vorbis output from -1
	// (lowest quality, ~45 kbit/s) to 10 (highest quality, ~500 kbit/s). The default
	// value is 4 (~128 kbit/s). Values 5 and 6 are approximately 160 and 192 kbit/s,
	// respectively.
	VbrQuality *int64 `locationName:"vbrQuality" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.

func (VorbisSettings) GoString added in v1.31.10

func (s VorbisSettings) 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 (*VorbisSettings) SetChannels added in v1.31.10

func (s *VorbisSettings) SetChannels(v int64) *VorbisSettings

SetChannels sets the Channels field's value.

func (*VorbisSettings) SetSampleRate added in v1.31.10

func (s *VorbisSettings) SetSampleRate(v int64) *VorbisSettings

SetSampleRate sets the SampleRate field's value.

func (*VorbisSettings) SetVbrQuality added in v1.31.10

func (s *VorbisSettings) SetVbrQuality(v int64) *VorbisSettings

SetVbrQuality sets the VbrQuality field's value.

func (VorbisSettings) String added in v1.31.10

func (s VorbisSettings) 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 (*VorbisSettings) Validate added in v1.31.10

func (s *VorbisSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Vp8Settings added in v1.31.10

type Vp8Settings struct {

	// Target bitrate in bits/second. For example, enter five megabits per second
	// as 5000000.
	Bitrate *int64 `locationName:"bitrate" min:"1000" type:"integer"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"Vp8FramerateControl"`

	// 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:"Vp8FramerateConversionAlgorithm"`

	// 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"`

	// GOP Length (keyframe interval) in frames. Must be greater than zero.
	GopSize *float64 `locationName:"gopSize" type:"double"`

	// Optional. Size of buffer (HRD buffer model) in bits. For example, enter five
	// megabits as 5000000.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Ignore this setting unless you set qualityTuningLevel to MULTI_PASS. Optional.
	// Specify the maximum bitrate in bits/second. For example, enter five megabits
	// per second as 5000000. The default behavior uses twice the target bitrate
	// as the maximum bitrate.
	MaxBitrate *int64 `locationName:"maxBitrate" min:"1000" type:"integer"`

	// Optional. Specify how the service determines the pixel aspect ratio (PAR)
	// for this output. The default behavior, Follow 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. When you choose SPECIFIED for this setting,
	// you must also specify values for the parNumerator and parDenominator settings.
	ParControl *string `locationName:"parControl" type:"string" enum:"Vp8ParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// multi-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"Vp8QualityTuningLevel"`

	// With the VP8 codec, you can use only the variable bitrate (VBR) rate control
	// mode.
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"Vp8RateControlMode"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value VP8.

func (Vp8Settings) GoString added in v1.31.10

func (s Vp8Settings) 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 (*Vp8Settings) SetBitrate added in v1.31.10

func (s *Vp8Settings) SetBitrate(v int64) *Vp8Settings

SetBitrate sets the Bitrate field's value.

func (*Vp8Settings) SetFramerateControl added in v1.31.10

func (s *Vp8Settings) SetFramerateControl(v string) *Vp8Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Vp8Settings) SetFramerateConversionAlgorithm added in v1.31.10

func (s *Vp8Settings) SetFramerateConversionAlgorithm(v string) *Vp8Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Vp8Settings) SetFramerateDenominator added in v1.31.10

func (s *Vp8Settings) SetFramerateDenominator(v int64) *Vp8Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Vp8Settings) SetFramerateNumerator added in v1.31.10

func (s *Vp8Settings) SetFramerateNumerator(v int64) *Vp8Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Vp8Settings) SetGopSize added in v1.31.10

func (s *Vp8Settings) SetGopSize(v float64) *Vp8Settings

SetGopSize sets the GopSize field's value.

func (*Vp8Settings) SetHrdBufferSize added in v1.31.10

func (s *Vp8Settings) SetHrdBufferSize(v int64) *Vp8Settings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*Vp8Settings) SetMaxBitrate added in v1.31.10

func (s *Vp8Settings) SetMaxBitrate(v int64) *Vp8Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*Vp8Settings) SetParControl added in v1.31.10

func (s *Vp8Settings) SetParControl(v string) *Vp8Settings

SetParControl sets the ParControl field's value.

func (*Vp8Settings) SetParDenominator added in v1.31.10

func (s *Vp8Settings) SetParDenominator(v int64) *Vp8Settings

SetParDenominator sets the ParDenominator field's value.

func (*Vp8Settings) SetParNumerator added in v1.31.10

func (s *Vp8Settings) SetParNumerator(v int64) *Vp8Settings

SetParNumerator sets the ParNumerator field's value.

func (*Vp8Settings) SetQualityTuningLevel added in v1.31.10

func (s *Vp8Settings) SetQualityTuningLevel(v string) *Vp8Settings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*Vp8Settings) SetRateControlMode added in v1.31.10

func (s *Vp8Settings) SetRateControlMode(v string) *Vp8Settings

SetRateControlMode sets the RateControlMode field's value.

func (Vp8Settings) String added in v1.31.10

func (s Vp8Settings) 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 (*Vp8Settings) Validate added in v1.31.10

func (s *Vp8Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Vp9Settings added in v1.31.10

type Vp9Settings struct {

	// Target bitrate in bits/second. For example, enter five megabits per second
	// as 5000000.
	Bitrate *int64 `locationName:"bitrate" min:"1000" type:"integer"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"Vp9FramerateControl"`

	// 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:"Vp9FramerateConversionAlgorithm"`

	// 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"`

	// GOP Length (keyframe interval) in frames. Must be greater than zero.
	GopSize *float64 `locationName:"gopSize" type:"double"`

	// Size of buffer (HRD buffer model) in bits. For example, enter five megabits
	// as 5000000.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Ignore this setting unless you set qualityTuningLevel to MULTI_PASS. Optional.
	// Specify the maximum bitrate in bits/second. For example, enter five megabits
	// per second as 5000000. The default behavior uses twice the target bitrate
	// as the maximum bitrate.
	MaxBitrate *int64 `locationName:"maxBitrate" min:"1000" type:"integer"`

	// Optional. Specify how the service determines the pixel aspect ratio for this
	// output. The default behavior is to use the same pixel aspect ratio as your
	// input video.
	ParControl *string `locationName:"parControl" type:"string" enum:"Vp9ParControl"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parDenominator is
	// 33.
	ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`

	// Required when you set Pixel aspect ratio to SPECIFIED. On the console, this
	// corresponds to any value other than Follow source. When you specify an output
	// pixel aspect ratio (PAR) that is different from your input video PAR, provide
	// your output PAR as a ratio. For example, for D1/DV NTSC widescreen, you would
	// specify the ratio 40:33. In this example, the value for parNumerator is 40.
	ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// multi-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"Vp9QualityTuningLevel"`

	// With the VP9 codec, you can use only the variable bitrate (VBR) rate control
	// mode.
	RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"Vp9RateControlMode"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value VP9.

func (Vp9Settings) GoString added in v1.31.10

func (s Vp9Settings) 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 (*Vp9Settings) SetBitrate added in v1.31.10

func (s *Vp9Settings) SetBitrate(v int64) *Vp9Settings

SetBitrate sets the Bitrate field's value.

func (*Vp9Settings) SetFramerateControl added in v1.31.10

func (s *Vp9Settings) SetFramerateControl(v string) *Vp9Settings

SetFramerateControl sets the FramerateControl field's value.

func (*Vp9Settings) SetFramerateConversionAlgorithm added in v1.31.10

func (s *Vp9Settings) SetFramerateConversionAlgorithm(v string) *Vp9Settings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*Vp9Settings) SetFramerateDenominator added in v1.31.10

func (s *Vp9Settings) SetFramerateDenominator(v int64) *Vp9Settings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*Vp9Settings) SetFramerateNumerator added in v1.31.10

func (s *Vp9Settings) SetFramerateNumerator(v int64) *Vp9Settings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*Vp9Settings) SetGopSize added in v1.31.10

func (s *Vp9Settings) SetGopSize(v float64) *Vp9Settings

SetGopSize sets the GopSize field's value.

func (*Vp9Settings) SetHrdBufferSize added in v1.31.10

func (s *Vp9Settings) SetHrdBufferSize(v int64) *Vp9Settings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*Vp9Settings) SetMaxBitrate added in v1.31.10

func (s *Vp9Settings) SetMaxBitrate(v int64) *Vp9Settings

SetMaxBitrate sets the MaxBitrate field's value.

func (*Vp9Settings) SetParControl added in v1.31.10

func (s *Vp9Settings) SetParControl(v string) *Vp9Settings

SetParControl sets the ParControl field's value.

func (*Vp9Settings) SetParDenominator added in v1.31.10

func (s *Vp9Settings) SetParDenominator(v int64) *Vp9Settings

SetParDenominator sets the ParDenominator field's value.

func (*Vp9Settings) SetParNumerator added in v1.31.10

func (s *Vp9Settings) SetParNumerator(v int64) *Vp9Settings

SetParNumerator sets the ParNumerator field's value.

func (*Vp9Settings) SetQualityTuningLevel added in v1.31.10

func (s *Vp9Settings) SetQualityTuningLevel(v string) *Vp9Settings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*Vp9Settings) SetRateControlMode added in v1.31.10

func (s *Vp9Settings) SetRateControlMode(v string) *Vp9Settings

SetRateControlMode sets the RateControlMode field's value.

func (Vp9Settings) String added in v1.31.10

func (s Vp9Settings) 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 (*Vp9Settings) Validate added in v1.31.10

func (s *Vp9Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WarningGroup added in v1.44.240

type WarningGroup struct {

	// Warning code that identifies a specific warning in the job. For more information,
	// see https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.html
	//
	// Code is a required field
	Code *int64 `locationName:"code" type:"integer" required:"true"`

	// The number of times this warning occurred in the job.
	//
	// Count is a required field
	Count *int64 `locationName:"count" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Contains any warning codes and their count for the job.

func (WarningGroup) GoString added in v1.44.240

func (s WarningGroup) 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 (*WarningGroup) SetCode added in v1.44.240

func (s *WarningGroup) SetCode(v int64) *WarningGroup

SetCode sets the Code field's value.

func (*WarningGroup) SetCount added in v1.44.240

func (s *WarningGroup) SetCount(v int64) *WarningGroup

SetCount sets the Count field's value.

func (WarningGroup) String added in v1.44.240

func (s WarningGroup) 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 WavSettings

type WavSettings struct {

	// Specify Bit depth, 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"`

	// 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.
	Format *string `locationName:"format" type:"string" enum:"WavFormat"`

	// Sample rate in Hz.
	SampleRate *int64 `locationName:"sampleRate" min:"8000" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value WAV.

func (WavSettings) GoString

func (s WavSettings) 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 (*WavSettings) SetBitDepth

func (s *WavSettings) SetBitDepth(v int64) *WavSettings

SetBitDepth sets the BitDepth field's value.

func (*WavSettings) SetChannels

func (s *WavSettings) SetChannels(v int64) *WavSettings

SetChannels sets the Channels field's value.

func (*WavSettings) SetFormat added in v1.14.0

func (s *WavSettings) SetFormat(v string) *WavSettings

SetFormat sets the Format field's value.

func (*WavSettings) SetSampleRate

func (s *WavSettings) SetSampleRate(v int64) *WavSettings

SetSampleRate sets the SampleRate field's value.

func (WavSettings) String

func (s WavSettings) 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 (*WavSettings) Validate added in v1.14.0

func (s *WavSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WebvttDestinationSettings added in v1.38.11

type WebvttDestinationSettings struct {

	// 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: .
	Accessibility *string `locationName:"accessibility" type:"string" enum:"WebvttAccessibilitySubs"`

	// To use the available style, color, and position information from your input
	// captions: Set Style passthrough to 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.
	// 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, or leave blank.
	StylePassthrough *string `locationName:"stylePassthrough" type:"string" enum:"WebvttStylePassthrough"`
	// contains filtered or unexported fields
}

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.

func (WebvttDestinationSettings) GoString added in v1.38.11

func (s WebvttDestinationSettings) 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 (*WebvttDestinationSettings) SetAccessibility added in v1.42.39

SetAccessibility sets the Accessibility field's value.

func (*WebvttDestinationSettings) SetStylePassthrough added in v1.38.11

func (s *WebvttDestinationSettings) SetStylePassthrough(v string) *WebvttDestinationSettings

SetStylePassthrough sets the StylePassthrough field's value.

func (WebvttDestinationSettings) String added in v1.38.11

func (s WebvttDestinationSettings) 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 WebvttHlsSourceSettings added in v1.38.69

type WebvttHlsSourceSettings struct {

	// Optional. Specify alternative group ID
	RenditionGroupId *string `locationName:"renditionGroupId" type:"string"`

	// Optional. Specify ISO 639-2 or ISO 639-3 code in the language property
	RenditionLanguageCode *string `locationName:"renditionLanguageCode" type:"string" enum:"LanguageCode"`

	// Optional. Specify media name
	RenditionName *string `locationName:"renditionName" type:"string"`
	// contains filtered or unexported fields
}

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.

func (WebvttHlsSourceSettings) GoString added in v1.38.69

func (s WebvttHlsSourceSettings) 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 (*WebvttHlsSourceSettings) SetRenditionGroupId added in v1.38.69

func (s *WebvttHlsSourceSettings) SetRenditionGroupId(v string) *WebvttHlsSourceSettings

SetRenditionGroupId sets the RenditionGroupId field's value.

func (*WebvttHlsSourceSettings) SetRenditionLanguageCode added in v1.38.69

func (s *WebvttHlsSourceSettings) SetRenditionLanguageCode(v string) *WebvttHlsSourceSettings

SetRenditionLanguageCode sets the RenditionLanguageCode field's value.

func (*WebvttHlsSourceSettings) SetRenditionName added in v1.38.69

func (s *WebvttHlsSourceSettings) SetRenditionName(v string) *WebvttHlsSourceSettings

SetRenditionName sets the RenditionName field's value.

func (WebvttHlsSourceSettings) String added in v1.38.69

func (s WebvttHlsSourceSettings) 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 Xavc4kIntraCbgProfileSettings added in v1.38.69

type Xavc4kIntraCbgProfileSettings struct {

	// 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.
	XavcClass *string `locationName:"xavcClass" type:"string" enum:"Xavc4kIntraCbgProfileClass"`
	// contains filtered or unexported fields
}

Required when you set Profile to the value XAVC_4K_INTRA_CBG.

func (Xavc4kIntraCbgProfileSettings) GoString added in v1.38.69

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 (*Xavc4kIntraCbgProfileSettings) SetXavcClass added in v1.38.69

SetXavcClass sets the XavcClass field's value.

func (Xavc4kIntraCbgProfileSettings) String added in v1.38.69

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 Xavc4kIntraVbrProfileSettings added in v1.38.69

type Xavc4kIntraVbrProfileSettings struct {

	// 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.
	XavcClass *string `locationName:"xavcClass" type:"string" enum:"Xavc4kIntraVbrProfileClass"`
	// contains filtered or unexported fields
}

Required when you set Profile to the value XAVC_4K_INTRA_VBR.

func (Xavc4kIntraVbrProfileSettings) GoString added in v1.38.69

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 (*Xavc4kIntraVbrProfileSettings) SetXavcClass added in v1.38.69

SetXavcClass sets the XavcClass field's value.

func (Xavc4kIntraVbrProfileSettings) String added in v1.38.69

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 Xavc4kProfileSettings added in v1.38.69

type Xavc4kProfileSettings struct {

	// 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.
	BitrateClass *string `locationName:"bitrateClass" type:"string" enum:"Xavc4kProfileBitrateClass"`

	// 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.
	CodecProfile *string `locationName:"codecProfile" type:"string" enum:"Xavc4kProfileCodecProfile"`

	// The best way to set up adaptive quantization is to keep the default value,
	// Auto, for the setting Adaptive quantization. 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 to a value other than Off or Auto. Use Adaptive quantization
	// to adjust the degree of smoothing that Flicker adaptive quantization provides.
	FlickerAdaptiveQuantization *string `locationName:"flickerAdaptiveQuantization" type:"string" enum:"XavcFlickerAdaptiveQuantization"`

	// Specify whether the encoder uses B-frames as reference frames for other pictures
	// in the same GOP. Choose Allow to allow the encoder to use B-frames as reference
	// frames. Choose Don't allow to prevent the encoder from using B-frames as
	// reference frames.
	GopBReference *string `locationName:"gopBReference" type:"string" enum:"XavcGopBReference"`

	// Frequency of closed GOPs. In streaming applications, it is recommended that
	// this be set to 1 so a decoder joining mid-stream will receive an IDR frame
	// as quickly as possible. Setting this value to 0 will break output segmenting.
	GopClosedCadence *int64 `locationName:"gopClosedCadence" type:"integer"`

	// Specify the size of the buffer that MediaConvert uses in the HRD buffer model
	// for this output. Specify this value in bits; for example, enter five megabits
	// as 5000000. When you don't set this value, or you set it to zero, MediaConvert
	// calculates the default by doubling the bitrate of this output point.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// single-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"Xavc4kProfileQualityTuningLevel"`

	// Number of slices per picture. Must be less than or equal to the number of
	// macroblock rows for progressive pictures, and less than or equal to half
	// the number of macroblock rows for interlaced pictures.
	Slices *int64 `locationName:"slices" min:"8" type:"integer"`
	// contains filtered or unexported fields
}

Required when you set Profile to the value XAVC_4K.

func (Xavc4kProfileSettings) GoString added in v1.38.69

func (s Xavc4kProfileSettings) 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 (*Xavc4kProfileSettings) SetBitrateClass added in v1.38.69

func (s *Xavc4kProfileSettings) SetBitrateClass(v string) *Xavc4kProfileSettings

SetBitrateClass sets the BitrateClass field's value.

func (*Xavc4kProfileSettings) SetCodecProfile added in v1.38.69

func (s *Xavc4kProfileSettings) SetCodecProfile(v string) *Xavc4kProfileSettings

SetCodecProfile sets the CodecProfile field's value.

func (*Xavc4kProfileSettings) SetFlickerAdaptiveQuantization added in v1.38.69

func (s *Xavc4kProfileSettings) SetFlickerAdaptiveQuantization(v string) *Xavc4kProfileSettings

SetFlickerAdaptiveQuantization sets the FlickerAdaptiveQuantization field's value.

func (*Xavc4kProfileSettings) SetGopBReference added in v1.38.69

func (s *Xavc4kProfileSettings) SetGopBReference(v string) *Xavc4kProfileSettings

SetGopBReference sets the GopBReference field's value.

func (*Xavc4kProfileSettings) SetGopClosedCadence added in v1.38.69

func (s *Xavc4kProfileSettings) SetGopClosedCadence(v int64) *Xavc4kProfileSettings

SetGopClosedCadence sets the GopClosedCadence field's value.

func (*Xavc4kProfileSettings) SetHrdBufferSize added in v1.38.69

func (s *Xavc4kProfileSettings) SetHrdBufferSize(v int64) *Xavc4kProfileSettings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*Xavc4kProfileSettings) SetQualityTuningLevel added in v1.38.69

func (s *Xavc4kProfileSettings) SetQualityTuningLevel(v string) *Xavc4kProfileSettings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*Xavc4kProfileSettings) SetSlices added in v1.38.69

SetSlices sets the Slices field's value.

func (Xavc4kProfileSettings) String added in v1.38.69

func (s Xavc4kProfileSettings) 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 (*Xavc4kProfileSettings) Validate added in v1.38.69

func (s *Xavc4kProfileSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type XavcHdIntraCbgProfileSettings added in v1.38.69

type XavcHdIntraCbgProfileSettings struct {

	// 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.
	XavcClass *string `locationName:"xavcClass" type:"string" enum:"XavcHdIntraCbgProfileClass"`
	// contains filtered or unexported fields
}

Required when you set Profile to the value XAVC_HD_INTRA_CBG.

func (XavcHdIntraCbgProfileSettings) GoString added in v1.38.69

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 (*XavcHdIntraCbgProfileSettings) SetXavcClass added in v1.38.69

SetXavcClass sets the XavcClass field's value.

func (XavcHdIntraCbgProfileSettings) String added in v1.38.69

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 XavcHdProfileSettings added in v1.38.69

type XavcHdProfileSettings struct {

	// 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.
	BitrateClass *string `locationName:"bitrateClass" type:"string" enum:"XavcHdProfileBitrateClass"`

	// The best way to set up adaptive quantization is to keep the default value,
	// Auto, for the setting Adaptive quantization. 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 to a value other than Off or Auto. Use Adaptive quantization
	// to adjust the degree of smoothing that Flicker adaptive quantization provides.
	FlickerAdaptiveQuantization *string `locationName:"flickerAdaptiveQuantization" type:"string" enum:"XavcFlickerAdaptiveQuantization"`

	// Specify whether the encoder uses B-frames as reference frames for other pictures
	// in the same GOP. Choose Allow to allow the encoder to use B-frames as reference
	// frames. Choose Don't allow to prevent the encoder from using B-frames as
	// reference frames.
	GopBReference *string `locationName:"gopBReference" type:"string" enum:"XavcGopBReference"`

	// Frequency of closed GOPs. In streaming applications, it is recommended that
	// this be set to 1 so a decoder joining mid-stream will receive an IDR frame
	// as quickly as possible. Setting this value to 0 will break output segmenting.
	GopClosedCadence *int64 `locationName:"gopClosedCadence" type:"integer"`

	// Specify the size of the buffer that MediaConvert uses in the HRD buffer model
	// for this output. Specify this value in bits; for example, enter five megabits
	// as 5000000. When you don't set this value, or you set it to zero, MediaConvert
	// calculates the default by doubling the bitrate of this output point.
	HrdBufferSize *int64 `locationName:"hrdBufferSize" type:"integer"`

	// Choose the scan line type for the output. Keep the default value, Progressive
	// to create a progressive output, regardless of the scan type of your input.
	// Use Top field first or Bottom field first to create an output that's interlaced
	// with the same field polarity throughout. Use Follow, default top or Follow,
	// default bottom 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:"XavcInterlaceMode"`

	// Optional. Use Quality tuning level to choose how you want to trade off encoding
	// speed for output video quality. The default behavior is faster, lower quality,
	// single-pass encoding.
	QualityTuningLevel *string `locationName:"qualityTuningLevel" type:"string" enum:"XavcHdProfileQualityTuningLevel"`

	// Number of slices per picture. Must be less than or equal to the number of
	// macroblock rows for progressive pictures, and less than or equal to half
	// the number of macroblock rows for interlaced pictures.
	Slices *int64 `locationName:"slices" min:"4" type:"integer"`

	// Ignore this setting unless you set Frame rate (framerateNumerator divided
	// by framerateDenominator) to 29.970. If your input framerate is 23.976, choose
	// Hard. Otherwise, keep the default value None. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-telecine-and-inverse-telecine.html.
	Telecine *string `locationName:"telecine" type:"string" enum:"XavcHdProfileTelecine"`
	// contains filtered or unexported fields
}

Required when you set Profile to the value XAVC_HD.

func (XavcHdProfileSettings) GoString added in v1.38.69

func (s XavcHdProfileSettings) 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 (*XavcHdProfileSettings) SetBitrateClass added in v1.38.69

func (s *XavcHdProfileSettings) SetBitrateClass(v string) *XavcHdProfileSettings

SetBitrateClass sets the BitrateClass field's value.

func (*XavcHdProfileSettings) SetFlickerAdaptiveQuantization added in v1.38.69

func (s *XavcHdProfileSettings) SetFlickerAdaptiveQuantization(v string) *XavcHdProfileSettings

SetFlickerAdaptiveQuantization sets the FlickerAdaptiveQuantization field's value.

func (*XavcHdProfileSettings) SetGopBReference added in v1.38.69

func (s *XavcHdProfileSettings) SetGopBReference(v string) *XavcHdProfileSettings

SetGopBReference sets the GopBReference field's value.

func (*XavcHdProfileSettings) SetGopClosedCadence added in v1.38.69

func (s *XavcHdProfileSettings) SetGopClosedCadence(v int64) *XavcHdProfileSettings

SetGopClosedCadence sets the GopClosedCadence field's value.

func (*XavcHdProfileSettings) SetHrdBufferSize added in v1.38.69

func (s *XavcHdProfileSettings) SetHrdBufferSize(v int64) *XavcHdProfileSettings

SetHrdBufferSize sets the HrdBufferSize field's value.

func (*XavcHdProfileSettings) SetInterlaceMode added in v1.38.69

func (s *XavcHdProfileSettings) SetInterlaceMode(v string) *XavcHdProfileSettings

SetInterlaceMode sets the InterlaceMode field's value.

func (*XavcHdProfileSettings) SetQualityTuningLevel added in v1.38.69

func (s *XavcHdProfileSettings) SetQualityTuningLevel(v string) *XavcHdProfileSettings

SetQualityTuningLevel sets the QualityTuningLevel field's value.

func (*XavcHdProfileSettings) SetSlices added in v1.38.69

SetSlices sets the Slices field's value.

func (*XavcHdProfileSettings) SetTelecine added in v1.38.69

SetTelecine sets the Telecine field's value.

func (XavcHdProfileSettings) String added in v1.38.69

func (s XavcHdProfileSettings) 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 (*XavcHdProfileSettings) Validate added in v1.38.69

func (s *XavcHdProfileSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type XavcSettings added in v1.38.69

type XavcSettings struct {

	// Keep the default value, 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
	// to a value other than 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. Related settings: The value that you choose here applies to the following
	// settings: Flicker adaptive quantization (flickerAdaptiveQuantization), Spatial
	// adaptive quantization, and Temporal adaptive quantization.
	AdaptiveQuantization *string `locationName:"adaptiveQuantization" type:"string" enum:"XavcAdaptiveQuantization"`

	// 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.
	EntropyEncoding *string `locationName:"entropyEncoding" type:"string" enum:"XavcEntropyEncoding"`

	// 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.
	FramerateControl *string `locationName:"framerateControl" type:"string" enum:"XavcFramerateControl"`

	// 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:"XavcFramerateConversionAlgorithm"`

	// 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 Frame rate. 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"`

	// 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.
	Profile *string `locationName:"profile" type:"string" enum:"XavcProfile"`

	// 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.
	SlowPal *string `locationName:"slowPal" type:"string" enum:"XavcSlowPal"`

	// Ignore this setting unless your downstream workflow requires that you specify
	// it explicitly. Otherwise, we recommend that you adjust the softness of your
	// output by using a lower value for the setting Sharpness or by enabling a
	// noise reducer filter. The Softness setting specifies the quantization matrices
	// that the encoder uses. Keep the default value, 0, for flat quantization.
	// Choose the value 1 or 16 to use the default JVT softening quantization matricies
	// from the H.264 specification. Choose a value from 17 to 128 to use planar
	// interpolation. Increasing values from 17 to 128 result in increasing reduction
	// of high-frequency data. The value 128 results in the softest video.
	Softness *int64 `locationName:"softness" type:"integer"`

	// The best way to set up adaptive quantization is to keep the default value,
	// Auto, for the setting Adaptive quantization. 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, 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 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:"XavcSpatialAdaptiveQuantization"`

	// The best way to set up adaptive quantization is to keep the default value,
	// Auto, for the setting Adaptive quantization. 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, 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.
	TemporalAdaptiveQuantization *string `locationName:"temporalAdaptiveQuantization" type:"string" enum:"XavcTemporalAdaptiveQuantization"`

	// Required when you set Profile to the value XAVC_4K_INTRA_CBG.
	Xavc4kIntraCbgProfileSettings *Xavc4kIntraCbgProfileSettings `locationName:"xavc4kIntraCbgProfileSettings" type:"structure"`

	// Required when you set Profile to the value XAVC_4K_INTRA_VBR.
	Xavc4kIntraVbrProfileSettings *Xavc4kIntraVbrProfileSettings `locationName:"xavc4kIntraVbrProfileSettings" type:"structure"`

	// Required when you set Profile to the value XAVC_4K.
	Xavc4kProfileSettings *Xavc4kProfileSettings `locationName:"xavc4kProfileSettings" type:"structure"`

	// Required when you set Profile to the value XAVC_HD_INTRA_CBG.
	XavcHdIntraCbgProfileSettings *XavcHdIntraCbgProfileSettings `locationName:"xavcHdIntraCbgProfileSettings" type:"structure"`

	// Required when you set Profile to the value XAVC_HD.
	XavcHdProfileSettings *XavcHdProfileSettings `locationName:"xavcHdProfileSettings" type:"structure"`
	// contains filtered or unexported fields
}

Required when you set Codec to the value XAVC.

func (XavcSettings) GoString added in v1.38.69

func (s XavcSettings) 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 (*XavcSettings) SetAdaptiveQuantization added in v1.38.69

func (s *XavcSettings) SetAdaptiveQuantization(v string) *XavcSettings

SetAdaptiveQuantization sets the AdaptiveQuantization field's value.

func (*XavcSettings) SetEntropyEncoding added in v1.38.69

func (s *XavcSettings) SetEntropyEncoding(v string) *XavcSettings

SetEntropyEncoding sets the EntropyEncoding field's value.

func (*XavcSettings) SetFramerateControl added in v1.38.69

func (s *XavcSettings) SetFramerateControl(v string) *XavcSettings

SetFramerateControl sets the FramerateControl field's value.

func (*XavcSettings) SetFramerateConversionAlgorithm added in v1.38.69

func (s *XavcSettings) SetFramerateConversionAlgorithm(v string) *XavcSettings

SetFramerateConversionAlgorithm sets the FramerateConversionAlgorithm field's value.

func (*XavcSettings) SetFramerateDenominator added in v1.38.69

func (s *XavcSettings) SetFramerateDenominator(v int64) *XavcSettings

SetFramerateDenominator sets the FramerateDenominator field's value.

func (*XavcSettings) SetFramerateNumerator added in v1.38.69

func (s *XavcSettings) SetFramerateNumerator(v int64) *XavcSettings

SetFramerateNumerator sets the FramerateNumerator field's value.

func (*XavcSettings) SetProfile added in v1.38.69

func (s *XavcSettings) SetProfile(v string) *XavcSettings

SetProfile sets the Profile field's value.

func (*XavcSettings) SetSlowPal added in v1.38.69

func (s *XavcSettings) SetSlowPal(v string) *XavcSettings

SetSlowPal sets the SlowPal field's value.

func (*XavcSettings) SetSoftness added in v1.38.69

func (s *XavcSettings) SetSoftness(v int64) *XavcSettings

SetSoftness sets the Softness field's value.

func (*XavcSettings) SetSpatialAdaptiveQuantization added in v1.38.69

func (s *XavcSettings) SetSpatialAdaptiveQuantization(v string) *XavcSettings

SetSpatialAdaptiveQuantization sets the SpatialAdaptiveQuantization field's value.

func (*XavcSettings) SetTemporalAdaptiveQuantization added in v1.38.69

func (s *XavcSettings) SetTemporalAdaptiveQuantization(v string) *XavcSettings

SetTemporalAdaptiveQuantization sets the TemporalAdaptiveQuantization field's value.

func (*XavcSettings) SetXavc4kIntraCbgProfileSettings added in v1.38.69

func (s *XavcSettings) SetXavc4kIntraCbgProfileSettings(v *Xavc4kIntraCbgProfileSettings) *XavcSettings

SetXavc4kIntraCbgProfileSettings sets the Xavc4kIntraCbgProfileSettings field's value.

func (*XavcSettings) SetXavc4kIntraVbrProfileSettings added in v1.38.69

func (s *XavcSettings) SetXavc4kIntraVbrProfileSettings(v *Xavc4kIntraVbrProfileSettings) *XavcSettings

SetXavc4kIntraVbrProfileSettings sets the Xavc4kIntraVbrProfileSettings field's value.

func (*XavcSettings) SetXavc4kProfileSettings added in v1.38.69

func (s *XavcSettings) SetXavc4kProfileSettings(v *Xavc4kProfileSettings) *XavcSettings

SetXavc4kProfileSettings sets the Xavc4kProfileSettings field's value.

func (*XavcSettings) SetXavcHdIntraCbgProfileSettings added in v1.38.69

func (s *XavcSettings) SetXavcHdIntraCbgProfileSettings(v *XavcHdIntraCbgProfileSettings) *XavcSettings

SetXavcHdIntraCbgProfileSettings sets the XavcHdIntraCbgProfileSettings field's value.

func (*XavcSettings) SetXavcHdProfileSettings added in v1.38.69

func (s *XavcSettings) SetXavcHdProfileSettings(v *XavcHdProfileSettings) *XavcSettings

SetXavcHdProfileSettings sets the XavcHdProfileSettings field's value.

func (XavcSettings) String added in v1.38.69

func (s XavcSettings) 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 (*XavcSettings) Validate added in v1.38.69

func (s *XavcSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

Directories

Path Synopsis
Package mediaconvertiface provides an interface to enable mocking the AWS Elemental MediaConvert service client for testing your code.
Package mediaconvertiface provides an interface to enable mocking the AWS Elemental MediaConvert service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL