An automation tool for OBS Studio
Go to file
WarmUpTill aef29d7d82 Update plugin build scripts
Based on OBS plugin template build scripts with some minor adjustments:

 * Adjust format check scripts to exclude ./deps folder
 * Adjust release scripts to only draft releases
 * Always build installers
 * Always upload build artefacts
 * Build opencv for Mac and Windows releases
2022-08-17 11:08:53 -07:00
.github Update plugin build scripts 2022-08-17 11:08:53 -07:00
CI Update plugin build scripts 2022-08-17 11:08:53 -07:00
cmake Update plugin build scripts 2022-08-17 11:08:53 -07:00
data Add action to refresh sources 2022-08-03 11:35:06 -07:00
deps Add openvr condition 2022-01-04 15:50:26 -08:00
forms Hide legacy tabs by default and adjust default tab order 2022-04-02 09:14:26 -07:00
src Add Qt version checks to support Qt5 2022-08-17 11:08:53 -07:00
.clang-format Add .clang-format and apply to src/ files 2020-06-08 14:58:44 -04:00
.gitignore Update .gitignore 2022-03-26 15:55:48 -07:00
.gitmodules Add openvr condition 2022-01-04 15:50:26 -08:00
BUILDING.md Update build instructions 2021-10-03 01:38:08 -07:00
buildspec.json Update plugin build scripts 2022-08-17 11:08:53 -07:00
CMakeLists.txt Rewrite CMakeLists.txt to support new build system based on obs-plugintemplate 2022-08-17 11:08:53 -07:00
LICENSE Added GPL2 2017-06-02 15:23:52 +02:00
README.md Update readme to include flatpak 2021-12-04 04:32:29 -08:00

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

The plugin is also available via the Flatpak package manager for users who installed OBS via Flatpak:

flatpak install com.obsproject.Studio.Plugin.SceneSwitcher

If that is not an option you will have to ...

  1. Copy the library to the plugins folder of you obs installation.
  2. 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.