obs_create_scene
Create a new empty OBS scene without switching to it, safe during live broadcasts. Build the scene with items before cutting over to avoid black screens.
Instructions
Create a new empty scene. It is created but NOT switched to, so this is safe while live. A new scene is empty in the literal sense: no background, no audio, nothing inherited from any other scene, so cutting to it before adding sources shows black. Build it first with obs_scene_item_add, then switch. Scene names are unique across the collection and are what every other tool addresses, so pick one you can live with; renaming later is safe inside OBS and breaks anything outside it that refers to the old name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneName | Yes | Name for the new scene. |