obs_scene_item_duplicate
Duplicate a scene item with its transform, crop, and blend mode into the same or another scene to reuse exact placement across scenes.
Instructions
Copy a scene item, with its transform, crop and blend mode intact, either within the same scene or into another one. Omit toScene to duplicate in place.
The copy points at the SAME underlying source - this clones the placement, not the camera. That is what makes it the fast way to build a matching layout: place one screen capture exactly, duplicate it into the next scene, then move only what differs. It is also why duplicating an audio-carrying source needs care, because you now have two items playing the same audio in one scene and the result is doubled, not louder.
Duplicating into a scene that already has that source is allowed; OBS does not deduplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toScene | No | Destination scene. Omit to duplicate into the same scene. | |
| sceneName | Yes | Scene holding the item. | |
| sceneItemId | Yes | Item id from obs_list_sources_in_scene. Unique within this scene only. |