Skip to content

Commit 03059de

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: H265 outputs now support disabling the deblocking filter.
1 parent 0f3149b commit 03059de

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "H265 outputs now support disabling the deblocking filter."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11209,6 +11209,11 @@
1120911209
"shape": "__integerMin1Max51",
1121011210
"locationName": "minQp",
1121111211
"documentation": "Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will\napply an appropriate value."
11212+
},
11213+
"Deblocking": {
11214+
"shape": "H265Deblocking",
11215+
"locationName": "deblocking",
11216+
"documentation": "Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries,\nwhich improves overall video quality. If the filter is disabled, visible block edges might appear in the output,\nespecially at lower bitrates."
1121211217
}
1121311218
},
1121411219
"documentation": "H265 Settings",
@@ -18891,7 +18896,10 @@
1889118896
"Tags": {
1889218897
"shape": "Tags",
1889318898
"locationName": "tags",
18894-
"documentation": "A collection of key-value pairs."
18899+
"documentation": "A collection of key-value pairs.",
18900+
"deprecated": true,
18901+
"deprecatedMessage": "This API is deprecated. You must use UpdateTagsForResource instead.",
18902+
"deprecatedSince": "2024-11-20"
1889518903
},
1889618904
"WhitelistRules": {
1889718905
"shape": "__listOfInputWhitelistRuleCidr",
@@ -28078,6 +28086,14 @@
2807828086
}
2807928087
},
2808028088
"documentation": "Multiplex M2ts Settings"
28089+
},
28090+
"H265Deblocking": {
28091+
"type": "string",
28092+
"documentation": "H265 Deblocking",
28093+
"enum": [
28094+
"DISABLED",
28095+
"ENABLED"
28096+
]
2808128097
}
2808228098
},
2808328099
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)