Mediaconvert Api Motion Image Insertion Offset Structure
Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.
Type: objectProperties: 2
BroadcastingMedia ProcessingMedia
MotionImageInsertionOffset 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-motion-image-insertion-offset-structure.json",
"name": "MotionImageInsertionOffset",
"type": "object",
"description": "Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.",
"properties": {
"ImageX": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin0Max2147483647"
},
{
"xml": {
"name": "imageX"
},
"description": "Set the distance, in pixels, between the overlay and the left edge of the video frame."
}
]
},
"ImageY": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin0Max2147483647"
},
{
"xml": {
"name": "imageY"
},
"description": "Set the distance, in pixels, between the overlay and the top edge of the video frame."
}
]
}
}
}
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.