An automation tool for OBS Studio
Go to file
WarmUpTill 5c2adacca1
Update build instructions and readme(#267)
* Adjust build instructions

* Add install instructions

* Add note regarding QtConcurrent
2021-07-22 18:39:34 +02:00
.github/workflows Add macro action "hotkey" (#226) 2021-06-14 01:21:23 +02:00
CI added system-wide Flatpak paths (#175) 2021-05-06 20:38:11 +02:00
cmake Add version info log (#61) 2020-11-15 20:34:11 +01:00
data Add option to show frame 2021-07-19 12:13:29 -07:00
deps Resolve asio network crashes on macOS (#157) 2021-04-03 22:02:42 +02:00
external external/: Add OBS helper cmake files 2019-02-09 01:35:46 -06:00
forms Clean up minor UI inconsistencies 2021-07-13 13:14:43 -07:00
src Add option to show frame 2021-07-19 12:13:29 -07:00
.clang-format Add .clang-format and apply to src/ files 2020-06-08 14:58:44 -04:00
.gitignore .gitignore: Let's start by adding a normal set of ignores. 2018-12-27 01:14:37 -06:00
.gitmodules Add network tab (#149) 2021-03-24 20:51:22 +01:00
BUILDING.md Update build instructions and readme(#267) 2021-07-22 18:39:34 +02:00
CMakeLists.txt Rename macro condition "region" to "cursor" 2021-07-19 12:13:29 -07:00
LICENSE Added GPL2 2017-06-02 15:23:52 +02:00
README.md Update build instructions and readme(#267) 2021-07-22 18:39:34 +02: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-studi

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.