An automation tool for OBS Studio
Go to file
WarmUpTill 254eabfa8d Fix exact image match not wokring when using images with alpha channel
The screenshots taken from video sources were using the image format
Format_RGBX8888 instead of Format_RGBA8888.
The alpha channel of screenshots taken from OBS would be blended with a
black background while this step would be not performed for files loaded
to macht match the video sources.
2021-10-23 13:54:15 -07:00
.github/workflows CI: Run on ubuntu-latest 2021-10-03 11:11:53 -07:00
CI Include OpenCV in build 2021-10-03 01:38:08 -07:00
cmake Add git tag to version info 2021-10-19 13:02:15 -07:00
data Add option to use alpha channel as mask for pattern match 2021-10-23 13:54:15 -07:00
deps Add opencv as submodule 2021-10-03 01:38:08 -07:00
forms Clean up general tab 2021-10-19 13:01:01 -07:00
src Fix exact image match not wokring when using images with alpha channel 2021-10-23 13:54:15 -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 opencv as submodule 2021-10-03 01:38:08 -07:00
BUILDING.md Update build instructions 2021-10-03 01:38:08 -07:00
CMakeLists.txt Add git tag to version info 2021-10-19 13:02:15 -07:00
LICENSE Added GPL2 2017-06-02 15:23:52 +02:00
README.md Fix typo 2021-08-19 12:56:34 -07: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

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.