mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-27 12:25:23 -05:00
An automation tool for OBS Studio
When using certain transition types repeated scene switches to the same target scene will restart a transition that is already in progress. This can be avoided by using obs_frontend_get_current_scene() instead of switcher->currentScene during the check if the target scene is already active. obs_frontend_get_current_scene() will already point to the new scene, even if the transition is still in progess, while switcher->currentScene will only be updated once a transition is finished. |
||
|---|---|---|
| .github/workflows | ||
| CI | ||
| cmake | ||
| data | ||
| deps | ||
| forms | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| .gitmodules | ||
| BUILDING.md | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
SceneSwitcher
An automated scene switcher for OBS Studio.
More information can be found on https://obsproject.com/forum/resources/automatic-scene-switching.395/.
Downloads
Binaries for Windows, MacOS, and Linux are available in the Releases section.
Installing the plugin
For the Windows and MacOS platforms, it is recommended to run the provided installers.
For Linux the Snap package manager offers an OBS Studio installation which is bundled with the plugin:
sudo snap install obs-studio
If that is not an option you will have to ...
- Copy the library to the plugins folder of you obs installation.
- Copy the contents of the data directory to its respective folders of your obs installation.
Unfortunately the exact location of these folders may vary from system to system.
Compiling the plugin
See the build instructions.