Mediaconvert Api Min Bottom Rendition Size Structure
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.
Type: objectProperties: 2
BroadcastingMedia ProcessingMedia
MinBottomRenditionSize is a JSON Structure definition published by Amazon MediaConvert, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-min-bottom-rendition-size-structure.json",
"name": "MinBottomRenditionSize",
"type": "object",
"description": "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.",
"properties": {
"Height": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin32Max8192"
},
{
"xml": {
"name": "height"
},
"description": "Use Height to define the video resolution height, in pixels, for this rule."
}
]
},
"Width": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin32Max8192"
},
{
"xml": {
"name": "width"
},
"description": "Use Width to define the video resolution width, in pixels, for this rule."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.