aws-sdk-mediaconvert 1.137.0 → 1.139.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +61 -7
- data/lib/aws-sdk-mediaconvert/client_api.rb +79 -2
- data/lib/aws-sdk-mediaconvert/endpoints.rb +11 -0
- data/lib/aws-sdk-mediaconvert/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-mediaconvert/types.rb +427 -86
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +143 -11
- data/sig/types.rbs +52 -2
- metadata +2 -2
@@ -43,7 +43,13 @@ module Aws::MediaConvert
|
|
43
43
|
# @return [Integer]
|
44
44
|
#
|
45
45
|
# @!attribute [rw] codec_profile
|
46
|
-
# AAC
|
46
|
+
# Specify the AAC profile. For the widest player compatibility and
|
47
|
+
# where higher bitrates are acceptable: Keep the default profile, LC
|
48
|
+
# (AAC-LC) For improved audio performance at lower bitrates: Choose
|
49
|
+
# HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to
|
50
|
+
# improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds
|
51
|
+
# parametric stereo, which optimizes for encoding stereo audio at very
|
52
|
+
# low bitrates.
|
47
53
|
# @return [String]
|
48
54
|
#
|
49
55
|
# @!attribute [rw] coding_mode
|
@@ -59,7 +65,11 @@ module Aws::MediaConvert
|
|
59
65
|
# @return [String]
|
60
66
|
#
|
61
67
|
# @!attribute [rw] rate_control_mode
|
62
|
-
#
|
68
|
+
# Specify the AAC rate control mode. For a constant bitrate: Choose
|
69
|
+
# CBR. Your AAC output bitrate will be equal to the value that you
|
70
|
+
# choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC
|
71
|
+
# output bitrate will vary according to your audio content and the
|
72
|
+
# value that you choose for Bitrate quality.
|
63
73
|
# @return [String]
|
64
74
|
#
|
65
75
|
# @!attribute [rw] raw_format
|
@@ -69,15 +79,10 @@ module Aws::MediaConvert
|
|
69
79
|
# @return [String]
|
70
80
|
#
|
71
81
|
# @!attribute [rw] sample_rate
|
72
|
-
# Specify the
|
73
|
-
#
|
74
|
-
#
|
75
|
-
#
|
76
|
-
# 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode
|
77
|
-
# 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0
|
78
|
-
# and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1
|
79
|
-
# Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. *
|
80
|
-
# HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
|
82
|
+
# Specify the AAC sample rate in samples per second (Hz). Valid sample
|
83
|
+
# rates depend on the AAC profile and Coding mode that you select. For
|
84
|
+
# a list of supported sample rates, see:
|
85
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html
|
81
86
|
# @return [Integer]
|
82
87
|
#
|
83
88
|
# @!attribute [rw] specification
|
@@ -86,7 +91,9 @@ module Aws::MediaConvert
|
|
86
91
|
# @return [String]
|
87
92
|
#
|
88
93
|
# @!attribute [rw] vbr_quality
|
89
|
-
#
|
94
|
+
# Specify the quality of your variable bitrate (VBR) AAC audio. For a
|
95
|
+
# list of approximate VBR bitrates, see:
|
96
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac\_vbr
|
90
97
|
# @return [String]
|
91
98
|
#
|
92
99
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AacSettings AWS API Documentation
|
@@ -693,7 +700,10 @@ module Aws::MediaConvert
|
|
693
700
|
# timestamps. No corrections are made to already-aligned frames.
|
694
701
|
# Frame-level correction may affect the pitch of corrected frames, and
|
695
702
|
# is recommended for atonal audio content such as speech or
|
696
|
-
# percussion.
|
703
|
+
# percussion. * Force: Apply audio duration correction, either Track
|
704
|
+
# or Frame depending on your input, regardless of the accuracy of your
|
705
|
+
# input's STTS table. Your output audio and video may not be aligned
|
706
|
+
# or it may contain audio artifacts.
|
697
707
|
# @return [String]
|
698
708
|
#
|
699
709
|
# @!attribute [rw] custom_language_code
|
@@ -2947,6 +2957,14 @@ module Aws::MediaConvert
|
|
2947
2957
|
# feature, see the AWS Elemental MediaConvert User Guide.
|
2948
2958
|
# @return [Array<Types::HopDestination>]
|
2949
2959
|
#
|
2960
|
+
# @!attribute [rw] job_engine_version
|
2961
|
+
# Use Job engine versions to run jobs for your production workflow on
|
2962
|
+
# one version, while you test and validate the latest version. To
|
2963
|
+
# specify a Job engine version: Enter a date in a YYYY-MM-DD format.
|
2964
|
+
# For a list of valid Job engine versions, submit a ListVersions
|
2965
|
+
# request. To not specify a Job engine version: Leave blank.
|
2966
|
+
# @return [String]
|
2967
|
+
#
|
2950
2968
|
# @!attribute [rw] job_template
|
2951
2969
|
# Optional. When you create a job, you can either specify a job
|
2952
2970
|
# template or specify the transcoding settings individually.
|
@@ -3014,6 +3032,7 @@ module Aws::MediaConvert
|
|
3014
3032
|
:billing_tags_source,
|
3015
3033
|
:client_request_token,
|
3016
3034
|
:hop_destinations,
|
3035
|
+
:job_engine_version,
|
3017
3036
|
:job_template,
|
3018
3037
|
:priority,
|
3019
3038
|
:queue,
|
@@ -4727,6 +4746,52 @@ module Aws::MediaConvert
|
|
4727
4746
|
include Aws::Structure
|
4728
4747
|
end
|
4729
4748
|
|
4749
|
+
# Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses
|
4750
|
+
# when encrypting your output. For more information, see:
|
4751
|
+
# https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
|
4752
|
+
# To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
|
4753
|
+
# v2.0 video preset and a SPEKE v2.0 audio preset.
|
4754
|
+
#
|
4755
|
+
# @!attribute [rw] speke_audio_preset
|
4756
|
+
# Specify which SPEKE version 2.0 audio preset MediaConvert uses to
|
4757
|
+
# request content keys from your SPEKE server. For more information,
|
4758
|
+
# see:
|
4759
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html
|
4760
|
+
# To encrypt to your audio outputs, choose from the following: Audio
|
4761
|
+
# preset 1, Audio preset 2, or Audio preset 3. To encrypt your audio
|
4762
|
+
# outputs, using the same content key for both your audio and video
|
4763
|
+
# outputs: Choose Shared. When you do, you must also set SPEKE v2.0
|
4764
|
+
# video preset to Shared. To not encrypt your audio outputs: Choose
|
4765
|
+
# Unencrypted. When you do, to encrypt your video outputs, you must
|
4766
|
+
# also specify a SPEKE v2.0 video preset (other than Shared or
|
4767
|
+
# Unencrypted).
|
4768
|
+
# @return [String]
|
4769
|
+
#
|
4770
|
+
# @!attribute [rw] speke_video_preset
|
4771
|
+
# Specify which SPEKE version 2.0 video preset MediaConvert uses to
|
4772
|
+
# request content keys from your SPEKE server. For more information,
|
4773
|
+
# see:
|
4774
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/drm-content-speke-v2-presets.html
|
4775
|
+
# To encrypt to your video outputs, choose from the following: Video
|
4776
|
+
# preset 1, Video preset 2, Video preset 3, Video preset 4, Video
|
4777
|
+
# preset 5, Video preset 6, Video preset 7, or Video preset 8. To
|
4778
|
+
# encrypt your video outputs, using the same content key for both your
|
4779
|
+
# video and audio outputs: Choose Shared. When you do, you must also
|
4780
|
+
# set SPEKE v2.0 audio preset to Shared. To not encrypt your video
|
4781
|
+
# outputs: Choose Unencrypted. When you do, to encrypt your audio
|
4782
|
+
# outputs, you must also specify a SPEKE v2.0 audio preset (other than
|
4783
|
+
# Shared or Unencrypted).
|
4784
|
+
# @return [String]
|
4785
|
+
#
|
4786
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/EncryptionContractConfiguration AWS API Documentation
|
4787
|
+
#
|
4788
|
+
class EncryptionContractConfiguration < Struct.new(
|
4789
|
+
:speke_audio_preset,
|
4790
|
+
:speke_video_preset)
|
4791
|
+
SENSITIVE = []
|
4792
|
+
include Aws::Structure
|
4793
|
+
end
|
4794
|
+
|
4730
4795
|
# Describes an account-specific API endpoint.
|
4731
4796
|
#
|
4732
4797
|
# @!attribute [rw] url
|
@@ -4900,6 +4965,19 @@ module Aws::MediaConvert
|
|
4900
4965
|
# If your caption source is IMSC in an IMF package, use
|
4901
4966
|
# TrackSourceSettings instead of FileSoureSettings.
|
4902
4967
|
#
|
4968
|
+
# @!attribute [rw] byte_rate_limit
|
4969
|
+
# Choose whether to limit the byte rate at which your SCC input
|
4970
|
+
# captions are inserted into your output. To not limit the caption
|
4971
|
+
# rate: We recommend that you keep the default value, Disabled.
|
4972
|
+
# MediaConvert inserts captions in your output according to the byte
|
4973
|
+
# rates listed in the EIA-608 specification, typically 2 or 3 caption
|
4974
|
+
# bytes per frame depending on your output frame rate. To limit your
|
4975
|
+
# output caption rate: Choose Enabled. Choose this option if your
|
4976
|
+
# downstream systems require a maximum of 2 caption bytes per frame.
|
4977
|
+
# Note that this setting has no effect when your output frame rate is
|
4978
|
+
# 30 or 60.
|
4979
|
+
# @return [String]
|
4980
|
+
#
|
4903
4981
|
# @!attribute [rw] convert_608_to_708
|
4904
4982
|
# Specify whether this set of input captions appears in your outputs
|
4905
4983
|
# in both 608 and 708 format. If you choose Upconvert, MediaConvert
|
@@ -4959,6 +5037,7 @@ module Aws::MediaConvert
|
|
4959
5037
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/FileSourceSettings AWS API Documentation
|
4960
5038
|
#
|
4961
5039
|
class FileSourceSettings < Struct.new(
|
5040
|
+
:byte_rate_limit,
|
4962
5041
|
:convert_608_to_708,
|
4963
5042
|
:convert_paint_to_pop,
|
4964
5043
|
:framerate,
|
@@ -5508,23 +5587,25 @@ module Aws::MediaConvert
|
|
5508
5587
|
# @return [Integer]
|
5509
5588
|
#
|
5510
5589
|
# @!attribute [rw] min_i_interval
|
5511
|
-
#
|
5512
|
-
# This
|
5513
|
-
#
|
5514
|
-
#
|
5515
|
-
#
|
5516
|
-
#
|
5517
|
-
#
|
5518
|
-
#
|
5519
|
-
#
|
5520
|
-
#
|
5521
|
-
#
|
5522
|
-
#
|
5523
|
-
#
|
5524
|
-
#
|
5525
|
-
#
|
5526
|
-
#
|
5527
|
-
#
|
5590
|
+
# Specify the minimum number of frames allowed between two IDR-frames
|
5591
|
+
# in your output. This includes frames created at the start of a GOP
|
5592
|
+
# or a scene change. Use Min I-Interval to improve video compression
|
5593
|
+
# by varying GOP size when two IDR-frames would be created near each
|
5594
|
+
# other. For example, if a regular cadence-driven IDR-frame would fall
|
5595
|
+
# within 5 frames of a scene-change IDR-frame, and you set Min
|
5596
|
+
# I-interval to 5, then the encoder would only write an IDR-frame for
|
5597
|
+
# the scene-change. In this way, one GOP is shortened or extended. If
|
5598
|
+
# a cadence-driven IDR-frame would be further than 5 frames from a
|
5599
|
+
# scene-change IDR-frame, then the encoder leaves all IDR-frames in
|
5600
|
+
# place. To use an automatically determined interval: We recommend
|
5601
|
+
# that you keep this value blank. This allows for MediaConvert to use
|
5602
|
+
# an optimal setting according to the characteristics of your input
|
5603
|
+
# video, and results in better video compression. To manually specify
|
5604
|
+
# an interval: Enter a value from 1 to 30. Use when your downstream
|
5605
|
+
# systems have specific GOP size requirements. To disable GOP size
|
5606
|
+
# variance: Enter 0. MediaConvert will only create IDR-frames at the
|
5607
|
+
# start of your output's cadence-driven GOP. Use when your downstream
|
5608
|
+
# systems require a regular GOP size.
|
5528
5609
|
# @return [Integer]
|
5529
5610
|
#
|
5530
5611
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
@@ -5594,6 +5675,19 @@ module Aws::MediaConvert
|
|
5594
5675
|
# Places a PPS header on each encoded picture, even if repeated.
|
5595
5676
|
# @return [String]
|
5596
5677
|
#
|
5678
|
+
# @!attribute [rw] saliency_aware_encoding
|
5679
|
+
# Specify whether to apply Saliency aware encoding to your output. Use
|
5680
|
+
# to improve the perceptual video quality of your output by allocating
|
5681
|
+
# more encoding bits to the prominent or noticeable parts of your
|
5682
|
+
# content. To apply saliency aware encoding, when possible: We
|
5683
|
+
# recommend that you choose Preferred. The effects of Saliency aware
|
5684
|
+
# encoding are best seen in lower bitrate outputs. When you choose
|
5685
|
+
# Preferred, note that Saliency aware encoding will only apply to
|
5686
|
+
# outputs that are 720p or higher in resolution. To not apply saliency
|
5687
|
+
# aware encoding, prioritizing encoding speed over perceptual video
|
5688
|
+
# quality: Choose Disabled.
|
5689
|
+
# @return [String]
|
5690
|
+
#
|
5597
5691
|
# @!attribute [rw] scan_type_conversion_mode
|
5598
5692
|
# Use this setting for interlaced outputs, when your output frame rate
|
5599
5693
|
# is half of your input frame rate. In this situation, choose
|
@@ -5764,6 +5858,7 @@ module Aws::MediaConvert
|
|
5764
5858
|
:qvbr_settings,
|
5765
5859
|
:rate_control_mode,
|
5766
5860
|
:repeat_pps,
|
5861
|
+
:saliency_aware_encoding,
|
5767
5862
|
:scan_type_conversion_mode,
|
5768
5863
|
:scene_change_detect,
|
5769
5864
|
:slices,
|
@@ -6039,23 +6134,25 @@ module Aws::MediaConvert
|
|
6039
6134
|
# @return [Integer]
|
6040
6135
|
#
|
6041
6136
|
# @!attribute [rw] min_i_interval
|
6042
|
-
#
|
6043
|
-
# This
|
6044
|
-
#
|
6045
|
-
#
|
6046
|
-
#
|
6047
|
-
#
|
6048
|
-
#
|
6049
|
-
#
|
6050
|
-
#
|
6051
|
-
#
|
6052
|
-
#
|
6053
|
-
#
|
6054
|
-
#
|
6055
|
-
#
|
6056
|
-
#
|
6057
|
-
#
|
6058
|
-
#
|
6137
|
+
# Specify the minimum number of frames allowed between two IDR-frames
|
6138
|
+
# in your output. This includes frames created at the start of a GOP
|
6139
|
+
# or a scene change. Use Min I-Interval to improve video compression
|
6140
|
+
# by varying GOP size when two IDR-frames would be created near each
|
6141
|
+
# other. For example, if a regular cadence-driven IDR-frame would fall
|
6142
|
+
# within 5 frames of a scene-change IDR-frame, and you set Min
|
6143
|
+
# I-interval to 5, then the encoder would only write an IDR-frame for
|
6144
|
+
# the scene-change. In this way, one GOP is shortened or extended. If
|
6145
|
+
# a cadence-driven IDR-frame would be further than 5 frames from a
|
6146
|
+
# scene-change IDR-frame, then the encoder leaves all IDR-frames in
|
6147
|
+
# place. To use an automatically determined interval: We recommend
|
6148
|
+
# that you keep this value blank. This allows for MediaConvert to use
|
6149
|
+
# an optimal setting according to the characteristics of your input
|
6150
|
+
# video, and results in better video compression. To manually specify
|
6151
|
+
# an interval: Enter a value from 1 to 30. Use when your downstream
|
6152
|
+
# systems have specific GOP size requirements. To disable GOP size
|
6153
|
+
# variance: Enter 0. MediaConvert will only create IDR-frames at the
|
6154
|
+
# start of your output's cadence-driven GOP. Use when your downstream
|
6155
|
+
# systems require a regular GOP size.
|
6059
6156
|
# @return [Integer]
|
6060
6157
|
#
|
6061
6158
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
@@ -7888,6 +7985,22 @@ module Aws::MediaConvert
|
|
7888
7985
|
# MediaConvert resources
|
7889
7986
|
# @return [String]
|
7890
7987
|
#
|
7988
|
+
# @!attribute [rw] job_engine_version_requested
|
7989
|
+
# The Job engine version that you requested for your job. Valid
|
7990
|
+
# versions are in a YYYY-MM-DD format.
|
7991
|
+
# @return [String]
|
7992
|
+
#
|
7993
|
+
# @!attribute [rw] job_engine_version_used
|
7994
|
+
# The Job engine version that your job used. Job engine versions are
|
7995
|
+
# in a YYYY-MM-DD format. When you request an expired version, the
|
7996
|
+
# response for this property will be empty. Requests to create jobs
|
7997
|
+
# with an expired version result in a regular job, as if no specific
|
7998
|
+
# Job engine version was requested. When you request an invalid
|
7999
|
+
# version, the response for this property will be empty. Requests to
|
8000
|
+
# create jobs with an invalid version result in a 400 error message,
|
8001
|
+
# and no job is created.
|
8002
|
+
# @return [String]
|
8003
|
+
#
|
7891
8004
|
# @!attribute [rw] job_percent_complete
|
7892
8005
|
# An estimate of how far your job has progressed. This estimate is
|
7893
8006
|
# shown as a percentage of the total time from when your job leaves
|
@@ -7997,6 +8110,8 @@ module Aws::MediaConvert
|
|
7997
8110
|
:error_message,
|
7998
8111
|
:hop_destinations,
|
7999
8112
|
:id,
|
8113
|
+
:job_engine_version_requested,
|
8114
|
+
:job_engine_version_used,
|
8000
8115
|
:job_percent_complete,
|
8001
8116
|
:job_template,
|
8002
8117
|
:messages,
|
@@ -8017,6 +8132,31 @@ module Aws::MediaConvert
|
|
8017
8132
|
include Aws::Structure
|
8018
8133
|
end
|
8019
8134
|
|
8135
|
+
# Use Job engine versions to run jobs for your production workflow on
|
8136
|
+
# one version, while you test and validate the latest version. Job
|
8137
|
+
# engine versions are in a YYYY-MM-DD format.
|
8138
|
+
#
|
8139
|
+
# @!attribute [rw] expiration_date
|
8140
|
+
# The date that this Job engine version expires. Requests to create
|
8141
|
+
# jobs with an expired version result in a regular job, as if no
|
8142
|
+
# specific Job engine version was requested.
|
8143
|
+
# @return [Time]
|
8144
|
+
#
|
8145
|
+
# @!attribute [rw] version
|
8146
|
+
# Use Job engine versions to run jobs for your production workflow on
|
8147
|
+
# one version, while you test and validate the latest version. Job
|
8148
|
+
# engine versions are in a YYYY-MM-DD format.
|
8149
|
+
# @return [String]
|
8150
|
+
#
|
8151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/JobEngineVersion AWS API Documentation
|
8152
|
+
#
|
8153
|
+
class JobEngineVersion < Struct.new(
|
8154
|
+
:expiration_date,
|
8155
|
+
:version)
|
8156
|
+
SENSITIVE = []
|
8157
|
+
include Aws::Structure
|
8158
|
+
end
|
8159
|
+
|
8020
8160
|
# Provides messages from the service about jobs that you have already
|
8021
8161
|
# successfully submitted.
|
8022
8162
|
#
|
@@ -8782,6 +8922,50 @@ module Aws::MediaConvert
|
|
8782
8922
|
include Aws::Structure
|
8783
8923
|
end
|
8784
8924
|
|
8925
|
+
# Retrieve a JSON array of all available Job engine versions and the
|
8926
|
+
# date they expire. Job engine versions are in YYYY-MM-DD format.
|
8927
|
+
#
|
8928
|
+
# @!attribute [rw] max_results
|
8929
|
+
# Optional. Number of valid Job engine versions, up to twenty, that
|
8930
|
+
# will be returned at one time.
|
8931
|
+
# @return [Integer]
|
8932
|
+
#
|
8933
|
+
# @!attribute [rw] next_token
|
8934
|
+
# Optional. Use this string, provided with the response to a previous
|
8935
|
+
# request, to request the next batch of Job engine versions.
|
8936
|
+
# @return [String]
|
8937
|
+
#
|
8938
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListVersionsRequest AWS API Documentation
|
8939
|
+
#
|
8940
|
+
class ListVersionsRequest < Struct.new(
|
8941
|
+
:max_results,
|
8942
|
+
:next_token)
|
8943
|
+
SENSITIVE = []
|
8944
|
+
include Aws::Structure
|
8945
|
+
end
|
8946
|
+
|
8947
|
+
# Successful list versions requests will return a JSON for available Job
|
8948
|
+
# engine versions.
|
8949
|
+
#
|
8950
|
+
# @!attribute [rw] next_token
|
8951
|
+
# Optional. Use this string, provided with the response to a previous
|
8952
|
+
# request, to request the next batch of Job engine versions.
|
8953
|
+
# @return [String]
|
8954
|
+
#
|
8955
|
+
# @!attribute [rw] versions
|
8956
|
+
# Retrieve a JSON array of all available Job engine versions and the
|
8957
|
+
# date they expire.
|
8958
|
+
# @return [Array<Types::JobEngineVersion>]
|
8959
|
+
#
|
8960
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListVersionsResponse AWS API Documentation
|
8961
|
+
#
|
8962
|
+
class ListVersionsResponse < Struct.new(
|
8963
|
+
:next_token,
|
8964
|
+
:versions)
|
8965
|
+
SENSITIVE = []
|
8966
|
+
include Aws::Structure
|
8967
|
+
end
|
8968
|
+
|
8785
8969
|
# Settings for SCTE-35 signals from ESAM. Include this in your job
|
8786
8970
|
# settings to put SCTE-35 markers in your HLS and transport stream
|
8787
8971
|
# outputs at the insertion points that you specify in an ESAM XML
|
@@ -9951,20 +10135,22 @@ module Aws::MediaConvert
|
|
9951
10135
|
# @return [Integer]
|
9952
10136
|
#
|
9953
10137
|
# @!attribute [rw] min_i_interval
|
9954
|
-
#
|
9955
|
-
# This
|
9956
|
-
#
|
9957
|
-
#
|
9958
|
-
#
|
9959
|
-
#
|
9960
|
-
#
|
9961
|
-
#
|
9962
|
-
#
|
9963
|
-
#
|
9964
|
-
#
|
9965
|
-
#
|
9966
|
-
#
|
9967
|
-
#
|
10138
|
+
# Specify the minimum number of frames allowed between two IDR-frames
|
10139
|
+
# in your output. This includes frames created at the start of a GOP
|
10140
|
+
# or a scene change. Use Min I-Interval to improve video compression
|
10141
|
+
# by varying GOP size when two IDR-frames would be created near each
|
10142
|
+
# other. For example, if a regular cadence-driven IDR-frame would fall
|
10143
|
+
# within 5 frames of a scene-change IDR-frame, and you set Min
|
10144
|
+
# I-interval to 5, then the encoder would only write an IDR-frame for
|
10145
|
+
# the scene-change. In this way, one GOP is shortened or extended. If
|
10146
|
+
# a cadence-driven IDR-frame would be further than 5 frames from a
|
10147
|
+
# scene-change IDR-frame, then the encoder leaves all IDR-frames in
|
10148
|
+
# place. To manually specify an interval: Enter a value from 1 to 30.
|
10149
|
+
# Use when your downstream systems have specific GOP size
|
10150
|
+
# requirements. To disable GOP size variance: Enter 0. MediaConvert
|
10151
|
+
# will only create IDR-frames at the start of your output's
|
10152
|
+
# cadence-driven GOP. Use when your downstream systems require a
|
10153
|
+
# regular GOP size.
|
9968
10154
|
# @return [Integer]
|
9969
10155
|
#
|
9970
10156
|
# @!attribute [rw] number_b_frames_between_reference_frames
|
@@ -11792,6 +11978,14 @@ module Aws::MediaConvert
|
|
11792
11978
|
# Resource Name (ARN) here.
|
11793
11979
|
# @return [String]
|
11794
11980
|
#
|
11981
|
+
# @!attribute [rw] encryption_contract_configuration
|
11982
|
+
# Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert
|
11983
|
+
# uses when encrypting your output. For more information, see:
|
11984
|
+
# https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
|
11985
|
+
# To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
|
11986
|
+
# v2.0 video preset and a SPEKE v2.0 audio preset.
|
11987
|
+
# @return [Types::EncryptionContractConfiguration]
|
11988
|
+
#
|
11795
11989
|
# @!attribute [rw] resource_id
|
11796
11990
|
# Specify the resource ID that your SPEKE-compliant key provider uses
|
11797
11991
|
# to identify this content.
|
@@ -11814,6 +12008,7 @@ module Aws::MediaConvert
|
|
11814
12008
|
#
|
11815
12009
|
class SpekeKeyProvider < Struct.new(
|
11816
12010
|
:certificate_arn,
|
12011
|
+
:encryption_contract_configuration,
|
11817
12012
|
:resource_id,
|
11818
12013
|
:system_ids,
|
11819
12014
|
:url)
|
@@ -11841,6 +12036,14 @@ module Aws::MediaConvert
|
|
11841
12036
|
# https://dashif.org/identifiers/content\_protection/.
|
11842
12037
|
# @return [Array<String>]
|
11843
12038
|
#
|
12039
|
+
# @!attribute [rw] encryption_contract_configuration
|
12040
|
+
# Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert
|
12041
|
+
# uses when encrypting your output. For more information, see:
|
12042
|
+
# https://docs.aws.amazon.com/speke/latest/documentation/speke-api-specification.html
|
12043
|
+
# To use SPEKE v1.0: Leave blank. To use SPEKE v2.0: Specify a SPEKE
|
12044
|
+
# v2.0 video preset and a SPEKE v2.0 audio preset.
|
12045
|
+
# @return [Types::EncryptionContractConfiguration]
|
12046
|
+
#
|
11844
12047
|
# @!attribute [rw] hls_signaled_system_ids
|
11845
12048
|
# Specify the DRM system ID that you want signaled in the HLS manifest
|
11846
12049
|
# that MediaConvert creates as part of this CMAF package. The HLS
|
@@ -11864,6 +12067,7 @@ module Aws::MediaConvert
|
|
11864
12067
|
class SpekeKeyProviderCmaf < Struct.new(
|
11865
12068
|
:certificate_arn,
|
11866
12069
|
:dash_signaled_system_ids,
|
12070
|
+
:encryption_contract_configuration,
|
11867
12071
|
:hls_signaled_system_ids,
|
11868
12072
|
:resource_id,
|
11869
12073
|
:url)
|
@@ -12897,41 +13101,69 @@ module Aws::MediaConvert
|
|
12897
13101
|
# https://docs.aws.amazon.com/mediaconvert/latest/ug/video-overlays.html
|
12898
13102
|
#
|
12899
13103
|
# @!attribute [rw] end_timecode
|
12900
|
-
# Enter the end timecode in the
|
12901
|
-
#
|
12902
|
-
#
|
12903
|
-
#
|
12904
|
-
#
|
12905
|
-
#
|
12906
|
-
#
|
12907
|
-
#
|
12908
|
-
#
|
12909
|
-
# @return [String]
|
13104
|
+
# Enter the end timecode in the base input video for this overlay.
|
13105
|
+
# Your overlay will be active through this frame. To display your
|
13106
|
+
# video overlay for the duration of the base input video: Leave blank.
|
13107
|
+
# Use the format HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM
|
13108
|
+
# is the minute, SS isthe second, and FF is the frame number. When
|
13109
|
+
# entering this value, take into account your choice for the base
|
13110
|
+
# input video's timecode source. For example, if you have embedded
|
13111
|
+
# timecodes that start at 01:00:00:00 and you want your overlay to end
|
13112
|
+
# ten minutes into the video, enter 01:10:00:00.
|
13113
|
+
# @return [String]
|
13114
|
+
#
|
13115
|
+
# @!attribute [rw] initial_position
|
13116
|
+
# Specify the Initial position of your video overlay. To specify the
|
13117
|
+
# Initial position of your video overlay, including distance from the
|
13118
|
+
# left or top edge of the base input video's frame, or size: Enter a
|
13119
|
+
# value for X position, Y position, Width, or Height. To use the full
|
13120
|
+
# frame of the base input video: Leave blank.
|
13121
|
+
# @return [Types::VideoOverlayPosition]
|
12910
13122
|
#
|
12911
13123
|
# @!attribute [rw] input
|
12912
13124
|
# Input settings for Video overlay. You can include one or more video
|
12913
13125
|
# overlays in sequence at different times that you specify.
|
12914
13126
|
# @return [Types::VideoOverlayInput]
|
12915
13127
|
#
|
13128
|
+
# @!attribute [rw] playback
|
13129
|
+
# Specify whether your video overlay repeats or plays only once. To
|
13130
|
+
# repeat your video overlay on a loop: Keep the default value, Repeat.
|
13131
|
+
# Your overlay will repeat for the duration of the base input video.
|
13132
|
+
# To playback your video overlay only once: Choose Once. With either
|
13133
|
+
# option, you can end playback at a time that you specify by entering
|
13134
|
+
# a value for End timecode.
|
13135
|
+
# @return [String]
|
13136
|
+
#
|
12916
13137
|
# @!attribute [rw] start_timecode
|
12917
|
-
# Enter the start timecode in the
|
12918
|
-
#
|
12919
|
-
#
|
12920
|
-
#
|
12921
|
-
# HH
|
12922
|
-
#
|
12923
|
-
#
|
12924
|
-
#
|
12925
|
-
#
|
12926
|
-
#
|
13138
|
+
# Enter the start timecode in the base input video for this overlay.
|
13139
|
+
# Your overlay will be active starting with this frame. To display
|
13140
|
+
# your video overlay starting at the beginning of the base input
|
13141
|
+
# video: Leave blank. Use the format HH:MM:SS:FF or HH:MM:SS;FF, where
|
13142
|
+
# HH is the hour, MM is the minute, SS is the second, and FF is the
|
13143
|
+
# frame number. When entering this value, take into account your
|
13144
|
+
# choice for the base input video's timecode source. For example, if
|
13145
|
+
# you have embedded timecodes that start at 01:00:00:00 and you want
|
13146
|
+
# your overlay to begin five minutes into the video, enter
|
13147
|
+
# 01:05:00:00.
|
12927
13148
|
# @return [String]
|
12928
13149
|
#
|
13150
|
+
# @!attribute [rw] transitions
|
13151
|
+
# Specify one or more transitions for your video overlay. Use
|
13152
|
+
# Transitions to reposition or resize your overlay over time. To use
|
13153
|
+
# the same position and size for the duration of your video overlay:
|
13154
|
+
# Leave blank. To specify a Transition: Enter a value for Start
|
13155
|
+
# timecode, End Timecode, X Position, Y Position, Width, or Height.
|
13156
|
+
# @return [Array<Types::VideoOverlayTransition>]
|
13157
|
+
#
|
12929
13158
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlay AWS API Documentation
|
12930
13159
|
#
|
12931
13160
|
class VideoOverlay < Struct.new(
|
12932
13161
|
:end_timecode,
|
13162
|
+
:initial_position,
|
12933
13163
|
:input,
|
12934
|
-
:
|
13164
|
+
:playback,
|
13165
|
+
:start_timecode,
|
13166
|
+
:transitions)
|
12935
13167
|
SENSITIVE = []
|
12936
13168
|
include Aws::Structure
|
12937
13169
|
end
|
@@ -12940,10 +13172,9 @@ module Aws::MediaConvert
|
|
12940
13172
|
# overlays in sequence at different times that you specify.
|
12941
13173
|
#
|
12942
13174
|
# @!attribute [rw] file_input
|
12943
|
-
# Specify the input file S3, HTTP, or HTTPS
|
12944
|
-
# overlay.
|
12945
|
-
# video
|
12946
|
-
# characteristics as the underlying input video.
|
13175
|
+
# Specify the input file S3, HTTP, or HTTPS URL for your video
|
13176
|
+
# overlay. To specify one or more Transitions for your base input
|
13177
|
+
# video instead: Leave blank.
|
12947
13178
|
# @return [String]
|
12948
13179
|
#
|
12949
13180
|
# @!attribute [rw] input_clippings
|
@@ -13005,6 +13236,116 @@ module Aws::MediaConvert
|
|
13005
13236
|
include Aws::Structure
|
13006
13237
|
end
|
13007
13238
|
|
13239
|
+
# position of video overlay
|
13240
|
+
#
|
13241
|
+
# @!attribute [rw] height
|
13242
|
+
# To scale your video overlay to the same height as the base input
|
13243
|
+
# video: Leave blank. To scale the height of your video overlay to a
|
13244
|
+
# different height: Enter an integer representing the Unit type that
|
13245
|
+
# you choose, either Pixels or Percentage. For example, when you enter
|
13246
|
+
# 360 and choose Pixels, your video overlay will be rendered with a
|
13247
|
+
# height of 360. When you enter 50, choose Percentage, and your
|
13248
|
+
# overlay's source has a height of 1080, your video overlay will be
|
13249
|
+
# rendered with a height of 540. To scale your overlay to a specific
|
13250
|
+
# height while automatically maintaining its original aspect ratio,
|
13251
|
+
# enter a value for Height and leave Width blank.
|
13252
|
+
# @return [Integer]
|
13253
|
+
#
|
13254
|
+
# @!attribute [rw] unit
|
13255
|
+
# Specify the Unit type to use when you enter a value for X position,
|
13256
|
+
# Y position, Width, or Height. You can choose Pixels or Percentage.
|
13257
|
+
# Leave blank to use the default value, Pixels.
|
13258
|
+
# @return [String]
|
13259
|
+
#
|
13260
|
+
# @!attribute [rw] width
|
13261
|
+
# To scale your video overlay to the same width as the base input
|
13262
|
+
# video: Leave blank. To scale the width of your video overlay to a
|
13263
|
+
# different width: Enter an integer representing the Unit type that
|
13264
|
+
# you choose, either Pixels or Percentage. For example, when you enter
|
13265
|
+
# 640 and choose Pixels, your video overlay will scale to a height of
|
13266
|
+
# 640 pixels. When you enter 50, choose Percentage, and your
|
13267
|
+
# overlay's source has a width of 1920, your video overlay will scale
|
13268
|
+
# to a width of 960. To scale your overlay to a specific width while
|
13269
|
+
# automatically maintaining its original aspect ratio, enter a value
|
13270
|
+
# for Width and leave Height blank.
|
13271
|
+
# @return [Integer]
|
13272
|
+
#
|
13273
|
+
# @!attribute [rw] x_position
|
13274
|
+
# To position the left edge of your video overlay along the left edge
|
13275
|
+
# of the base input video's frame: Keep blank, or enter 0. To
|
13276
|
+
# position the left edge of your video overlay to the right, relative
|
13277
|
+
# to the left edge of the base input video's frame: Enter an integer
|
13278
|
+
# representing the Unit type that you choose, either Pixels or
|
13279
|
+
# Percentage. For example, when you enter 10 and choose Pixels, your
|
13280
|
+
# video overlay will be positioned 10 pixels from the left edge of the
|
13281
|
+
# base input video's frame. When you enter 10, choose Percentage, and
|
13282
|
+
# your base input video is 1920x1080, your video overlay will be
|
13283
|
+
# positioned 192 pixels from the left edge of the base input video's
|
13284
|
+
# frame.
|
13285
|
+
# @return [Integer]
|
13286
|
+
#
|
13287
|
+
# @!attribute [rw] y_position
|
13288
|
+
# To position the top edge of your video overlay along the top edge of
|
13289
|
+
# the base input video's frame: Keep blank, or enter 0. To position
|
13290
|
+
# the top edge of your video overlay down, relative to the top edge of
|
13291
|
+
# the base input video's frame: Enter an integer representing the
|
13292
|
+
# Unit type that you choose, either Pixels or Percentage. For example,
|
13293
|
+
# when you enter 10 and choose Pixels, your video overlay will be
|
13294
|
+
# positioned 10 pixels from the top edge of the base input video's
|
13295
|
+
# frame. When you enter 10, choose Percentage, and your underlying
|
13296
|
+
# video is 1920x1080, your video overlay will be positioned 108 pixels
|
13297
|
+
# from the top edge of the base input video's frame.
|
13298
|
+
# @return [Integer]
|
13299
|
+
#
|
13300
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlayPosition AWS API Documentation
|
13301
|
+
#
|
13302
|
+
class VideoOverlayPosition < Struct.new(
|
13303
|
+
:height,
|
13304
|
+
:unit,
|
13305
|
+
:width,
|
13306
|
+
:x_position,
|
13307
|
+
:y_position)
|
13308
|
+
SENSITIVE = []
|
13309
|
+
include Aws::Structure
|
13310
|
+
end
|
13311
|
+
|
13312
|
+
# Specify one or more Transitions for your video overlay. Use
|
13313
|
+
# Transitions to reposition or resize your overlay over time. To use the
|
13314
|
+
# same position and size for the duration of your video overlay: Leave
|
13315
|
+
# blank. To specify a Transition: Enter a value for Start timecode, End
|
13316
|
+
# Timecode, X Position, Y Position, Width, or Height.
|
13317
|
+
#
|
13318
|
+
# @!attribute [rw] end_position
|
13319
|
+
# Specify the ending position for this transition, relative to the
|
13320
|
+
# base input video's frame. Your video overlay will move smoothly to
|
13321
|
+
# this position, beginning at this transition's Start timecode and
|
13322
|
+
# ending at this transition's End timecode.
|
13323
|
+
# @return [Types::VideoOverlayPosition]
|
13324
|
+
#
|
13325
|
+
# @!attribute [rw] end_timecode
|
13326
|
+
# Specify the timecode for when this transition ends. Use the format
|
13327
|
+
# HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute,
|
13328
|
+
# SS is the second, and FF is the frame number. When entering this
|
13329
|
+
# value, take into account your choice for Timecode source.
|
13330
|
+
# @return [String]
|
13331
|
+
#
|
13332
|
+
# @!attribute [rw] start_timecode
|
13333
|
+
# Specify the timecode for when this transition begins. Use the format
|
13334
|
+
# HH:MM:SS:FF or HH:MM:SS;FF, where HH is the hour, MM is the minute,
|
13335
|
+
# SS is the second, and FF is the frame number. When entering this
|
13336
|
+
# value, take into account your choice for Timecode source.
|
13337
|
+
# @return [String]
|
13338
|
+
#
|
13339
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/VideoOverlayTransition AWS API Documentation
|
13340
|
+
#
|
13341
|
+
class VideoOverlayTransition < Struct.new(
|
13342
|
+
:end_position,
|
13343
|
+
:end_timecode,
|
13344
|
+
:start_timecode)
|
13345
|
+
SENSITIVE = []
|
13346
|
+
include Aws::Structure
|
13347
|
+
end
|
13348
|
+
|
13008
13349
|
# Find additional transcoding features under Preprocessors. Enable the
|
13009
13350
|
# features at each output individually. These features are disabled by
|
13010
13351
|
# default.
|