|
10480 | 10480 | "TemporalFilterSettings": {
|
10481 | 10481 | "shape": "TemporalFilterSettings",
|
10482 | 10482 | "locationName": "temporalFilterSettings"
|
| 10483 | + }, |
| 10484 | + "BandwidthReductionFilterSettings": { |
| 10485 | + "shape": "BandwidthReductionFilterSettings", |
| 10486 | + "locationName": "bandwidthReductionFilterSettings" |
10483 | 10487 | }
|
10484 | 10488 | },
|
10485 | 10489 | "documentation": "H264 Filter Settings"
|
|
10932 | 10936 | "TemporalFilterSettings": {
|
10933 | 10937 | "shape": "TemporalFilterSettings",
|
10934 | 10938 | "locationName": "temporalFilterSettings"
|
| 10939 | + }, |
| 10940 | + "BandwidthReductionFilterSettings": { |
| 10941 | + "shape": "BandwidthReductionFilterSettings", |
| 10942 | + "locationName": "bandwidthReductionFilterSettings" |
10935 | 10943 | }
|
10936 | 10944 | },
|
10937 | 10945 | "documentation": "H265 Filter Settings"
|
|
15108 | 15116 | "shape": "OutputLocationRef",
|
15109 | 15117 | "locationName": "destination",
|
15110 | 15118 | "documentation": "Destination is a Multiplex."
|
| 15119 | + }, |
| 15120 | + "ContainerSettings": { |
| 15121 | + "shape": "MultiplexContainerSettings", |
| 15122 | + "locationName": "containerSettings" |
15111 | 15123 | }
|
15112 | 15124 | },
|
15113 | 15125 | "documentation": "Multiplex Output Settings",
|
|
26655 | 26667 | },
|
26656 | 26668 | "InputNetworkLocation": {
|
26657 | 26669 | "type": "string",
|
26658 |
| - "documentation": "With the introduction of MediaLive OnPrem, a MediaLive input can now exist in two different places: AWS or\ninside an on-premise datacenter. By default all inputs will continue to be AWS inputs.", |
| 26670 | + "documentation": "With the introduction of MediaLive Anywhere, a MediaLive input can now exist in two different places: AWS or\ninside an on-premises datacenter. By default all inputs will continue to be AWS inputs.", |
26659 | 26671 | "enum": [
|
26660 | 26672 | "AWS",
|
26661 | 26673 | "ON_PREMISES"
|
@@ -27943,6 +27955,129 @@
|
27943 | 27955 | "shape": "SrtOutputDestinationSettings"
|
27944 | 27956 | },
|
27945 | 27957 | "documentation": "Placeholder documentation for __listOfSrtOutputDestinationSettings"
|
| 27958 | + }, |
| 27959 | + "BandwidthReductionFilterSettings": { |
| 27960 | + "type": "structure", |
| 27961 | + "members": { |
| 27962 | + "PostFilterSharpening": { |
| 27963 | + "shape": "BandwidthReductionPostFilterSharpening", |
| 27964 | + "locationName": "postFilterSharpening", |
| 27965 | + "documentation": "Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This\ncontrol sharpens edges and contours, which produces a specific artistic effect that you might want.\n\nWe recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the\ncontent." |
| 27966 | + }, |
| 27967 | + "Strength": { |
| 27968 | + "shape": "BandwidthReductionFilterStrength", |
| 27969 | + "locationName": "strength", |
| 27970 | + "documentation": "Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always\nenable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context." |
| 27971 | + } |
| 27972 | + }, |
| 27973 | + "documentation": "Bandwidth Reduction Filter Settings" |
| 27974 | + }, |
| 27975 | + "BandwidthReductionFilterStrength": { |
| 27976 | + "type": "string", |
| 27977 | + "documentation": "Bandwidth Reduction Filter Strength", |
| 27978 | + "enum": [ |
| 27979 | + "AUTO", |
| 27980 | + "STRENGTH_1", |
| 27981 | + "STRENGTH_2", |
| 27982 | + "STRENGTH_3", |
| 27983 | + "STRENGTH_4" |
| 27984 | + ] |
| 27985 | + }, |
| 27986 | + "BandwidthReductionPostFilterSharpening": { |
| 27987 | + "type": "string", |
| 27988 | + "documentation": "Bandwidth Reduction Post Filter Sharpening", |
| 27989 | + "enum": [ |
| 27990 | + "DISABLED", |
| 27991 | + "SHARPENING_1", |
| 27992 | + "SHARPENING_2", |
| 27993 | + "SHARPENING_3" |
| 27994 | + ] |
| 27995 | + }, |
| 27996 | + "MultiplexContainerSettings": { |
| 27997 | + "type": "structure", |
| 27998 | + "members": { |
| 27999 | + "MultiplexM2tsSettings": { |
| 28000 | + "shape": "MultiplexM2tsSettings", |
| 28001 | + "locationName": "multiplexM2tsSettings" |
| 28002 | + } |
| 28003 | + }, |
| 28004 | + "documentation": "Multiplex Container Settings" |
| 28005 | + }, |
| 28006 | + "MultiplexM2tsSettings": { |
| 28007 | + "type": "structure", |
| 28008 | + "members": { |
| 28009 | + "AbsentInputAudioBehavior": { |
| 28010 | + "shape": "M2tsAbsentInputAudioBehavior", |
| 28011 | + "locationName": "absentInputAudioBehavior", |
| 28012 | + "documentation": "When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream." |
| 28013 | + }, |
| 28014 | + "Arib": { |
| 28015 | + "shape": "M2tsArib", |
| 28016 | + "locationName": "arib", |
| 28017 | + "documentation": "When set to enabled, uses ARIB-compliant field muxing and removes video descriptor." |
| 28018 | + }, |
| 28019 | + "AudioBufferModel": { |
| 28020 | + "shape": "M2tsAudioBufferModel", |
| 28021 | + "locationName": "audioBufferModel", |
| 28022 | + "documentation": "When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used." |
| 28023 | + }, |
| 28024 | + "AudioFramesPerPes": { |
| 28025 | + "shape": "__integerMin0", |
| 28026 | + "locationName": "audioFramesPerPes", |
| 28027 | + "documentation": "The number of audio frames to insert for each PES packet." |
| 28028 | + }, |
| 28029 | + "AudioStreamType": { |
| 28030 | + "shape": "M2tsAudioStreamType", |
| 28031 | + "locationName": "audioStreamType", |
| 28032 | + "documentation": "When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06." |
| 28033 | + }, |
| 28034 | + "CcDescriptor": { |
| 28035 | + "shape": "M2tsCcDescriptor", |
| 28036 | + "locationName": "ccDescriptor", |
| 28037 | + "documentation": "When set to enabled, generates captionServiceDescriptor in PMT." |
| 28038 | + }, |
| 28039 | + "Ebif": { |
| 28040 | + "shape": "M2tsEbifControl", |
| 28041 | + "locationName": "ebif", |
| 28042 | + "documentation": "If set to passthrough, passes any EBIF data from the input source to this output." |
| 28043 | + }, |
| 28044 | + "EsRateInPes": { |
| 28045 | + "shape": "M2tsEsRateInPes", |
| 28046 | + "locationName": "esRateInPes", |
| 28047 | + "documentation": "Include or exclude the ES Rate field in the PES header." |
| 28048 | + }, |
| 28049 | + "Klv": { |
| 28050 | + "shape": "M2tsKlv", |
| 28051 | + "locationName": "klv", |
| 28052 | + "documentation": "If set to passthrough, passes any KLV data from the input source to this output." |
| 28053 | + }, |
| 28054 | + "NielsenId3Behavior": { |
| 28055 | + "shape": "M2tsNielsenId3Behavior", |
| 28056 | + "locationName": "nielsenId3Behavior", |
| 28057 | + "documentation": "If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output." |
| 28058 | + }, |
| 28059 | + "PcrControl": { |
| 28060 | + "shape": "M2tsPcrControl", |
| 28061 | + "locationName": "pcrControl", |
| 28062 | + "documentation": "When set to pcrEveryPesPacket, 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." |
| 28063 | + }, |
| 28064 | + "PcrPeriod": { |
| 28065 | + "shape": "__integerMin0Max500", |
| 28066 | + "locationName": "pcrPeriod", |
| 28067 | + "documentation": "Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream." |
| 28068 | + }, |
| 28069 | + "Scte35Control": { |
| 28070 | + "shape": "M2tsScte35Control", |
| 28071 | + "locationName": "scte35Control", |
| 28072 | + "documentation": "Optionally pass SCTE-35 signals from the input source to this output." |
| 28073 | + }, |
| 28074 | + "Scte35PrerollPullupMilliseconds": { |
| 28075 | + "shape": "__doubleMin0Max5000", |
| 28076 | + "locationName": "scte35PrerollPullupMilliseconds", |
| 28077 | + "documentation": "Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount." |
| 28078 | + } |
| 28079 | + }, |
| 28080 | + "documentation": "Multiplex M2ts Settings" |
27946 | 28081 | }
|
27947 | 28082 | },
|
27948 | 28083 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments