Place scene item
scene_item_transform_setAdjust an OBS scene item's position, size, scale, rotation, or crop. Choose fit modes contain, cover, or stretch to control how images fill the bounds, enabling precise layout control for broadcasts.
Instructions
Set position/size/scale/rotation/crop of a scene item. width+height use OBS bounds; fit=contain preserves the full image, cover fills the box, stretch ignores aspect ratio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| fit | No | contain | |
| width | No | ||
| height | No | ||
| scaleX | No | ||
| scaleY | No | ||
| cropTop | No | ||
| sceneId | No | OBS scene UUID. | |
| cropLeft | No | ||
| rotation | No | ||
| cropRight | No | ||
| sceneName | No | OBS scene name. | |
| cropBottom | No | ||
| sceneItemId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |