Switching Scenes Automatically
XSplit Broadcaster's Macros Extension can help cut the number of clicks you need to do to execute a rather mundane action during your presentation, such as scene switching. This improves the overall quality of your presentation as you get to focus on what really matters--your content.
In this guide, we'll learn how Macros can be used to automatically switch from one scene to the next.
Make sure your scenes are ready.
Go to Extensions > Macros. The Macros window should appear.
Click the + icon to add a new macro.
If you already have other macros, you can instead click the + icon at the top-left portion of the window to add a new one.
Choose and select On key down under Event. A new entry field should appear just below it.
Click the entry field once, then type in your preferred key combination or mouse click. In this guide we'll use CTRL+DOWN as an example.
Under Action, select Switch to scene in the drop down menu. The Select scene dropdown menu should appear below it.
Select the first scene you want to the macro to switch to. In this guide we'll use Scene 1.
Although not required, it's a good practice to start your macros with a key press, especially when you have multiple macro events at your disposal.
Click Add action. This creates a new one within the same event.
Choose and select Wait, then set the time (in milliseconds) to your preferred value. In this guide we'll use 10000 ms (10 seconds). This is the amount of time it will take for the first scene to run before you switch to the next.
It's recommended to set the wait action value depending on the playback duration of the source in the first scene to avoid premature switching of scenes.
Click Add action again.
Under Action, select Switch to scene in the drop down menu. The Select scene dropdown menu should appear below it.
Select the second scene you want to the macro to switch to. In this guide we'll use Scene 2.
Repeat steps 8 to 12 if you want to extend your automatic scene switching event to more than 2 scenes.
Your Macros should look like this:
OPTIONAL: Don't forget to rename your Macro by clicking the Pencil icon at the top.
Check Enable event listener to activate the macro.
To ensure everything is working, it's best to use the Test button located at the upper right corner of the Macros extension window. Close the window when done.
That's it! Go back to the XSplit Broadcaster main program window then press your assigned key to start the simultaneous streaming process.
In this guide, we'll learn how Macros can be used to automatically switch from one scene to the next.
Make sure your scenes are ready.
Go to Extensions > Macros. The Macros window should appear.
Click the + icon to add a new macro.
If you already have other macros, you can instead click the + icon at the top-left portion of the window to add a new one.
Choose and select On key down under Event. A new entry field should appear just below it.
Click the entry field once, then type in your preferred key combination or mouse click. In this guide we'll use CTRL+DOWN as an example.
Under Action, select Switch to scene in the drop down menu. The Select scene dropdown menu should appear below it.
Select the first scene you want to the macro to switch to. In this guide we'll use Scene 1.
Although not required, it's a good practice to start your macros with a key press, especially when you have multiple macro events at your disposal.
Click Add action. This creates a new one within the same event.
Choose and select Wait, then set the time (in milliseconds) to your preferred value. In this guide we'll use 10000 ms (10 seconds). This is the amount of time it will take for the first scene to run before you switch to the next.
It's recommended to set the wait action value depending on the playback duration of the source in the first scene to avoid premature switching of scenes.
Click Add action again.
Under Action, select Switch to scene in the drop down menu. The Select scene dropdown menu should appear below it.
Select the second scene you want to the macro to switch to. In this guide we'll use Scene 2.
Repeat steps 8 to 12 if you want to extend your automatic scene switching event to more than 2 scenes.
Your Macros should look like this:
OPTIONAL: Don't forget to rename your Macro by clicking the Pencil icon at the top.
Check Enable event listener to activate the macro.
To ensure everything is working, it's best to use the Test button located at the upper right corner of the Macros extension window. Close the window when done.
That's it! Go back to the XSplit Broadcaster main program window then press your assigned key to start the simultaneous streaming process.
Updated on: 11/08/2022
Thank you!