Skip to content

Commit b14f194

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Added MinQP as a Rate Control option for H264 and H265 encodes.
1 parent 7664113 commit b14f194

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
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": "Added MinQP as a Rate Control option for H264 and H265 encodes."
6+
}

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9742,6 +9742,11 @@
97429742
"shape": "TimecodeBurninSettings",
97439743
"locationName": "timecodeBurninSettings",
97449744
"documentation": "Timecode burn-in settings"
9745+
},
9746+
"MinQp": {
9747+
"shape": "__integerMin1Max51",
9748+
"locationName": "minQp",
9749+
"documentation": "Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will\napply an appropriate value."
97459750
}
97469751
},
97479752
"documentation": "H264 Settings"
@@ -10111,6 +10116,11 @@
1011110116
"shape": "H265TreeblockSize",
1011210117
"locationName": "treeblockSize",
1011310118
"documentation": "Select the tree block size used for encoding. If you enter \"auto\", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter \"auto\"."
10119+
},
10120+
"MinQp": {
10121+
"shape": "__integerMin1Max51",
10122+
"locationName": "minQp",
10123+
"documentation": "Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will\napply an appropriate value."
1011410124
}
1011510125
},
1011610126
"documentation": "H265 Settings",
@@ -23903,6 +23913,12 @@
2390323913
"shape": "MultiplexProgramPacketIdentifiersMap"
2390423914
},
2390523915
"documentation": "Placeholder documentation for MultiplexPacketIdentifiersMapping"
23916+
},
23917+
"__integerMin1Max51": {
23918+
"type": "integer",
23919+
"min": 1,
23920+
"max": 51,
23921+
"documentation": "Placeholder documentation for __integerMin1Max51"
2390623922
}
2390723923
},
2390823924
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)