A plugin for OBS Studio that adds a DVD style screen saver source ๐Will it hit the corner?
This is a plugin for OBS Studio that adds a new source type that can turn any image into a DVD style screen saver. Use it just for fun, or make your "back soon" scene more interesting, perhaps use it as a channel point redemption or when you need to watermark your your live stream with a moving image ๐ก๏ธ
- OBS Studio 31.0.0 or newer
You'll need CMake 3.28+, a C compiler, and the OBS Studio development libraries. See the OBS Plugin Template for detailed environment setup.
Linux:
cmake --preset ubuntu-x86_64
cmake --build --preset ubuntu-x86_64Windows:
cmake --preset windows-x64
cmake --build --preset windows-x64macOS:
cmake --preset macos
cmake --build --preset macosA Nix flake is available for development: nix develop
It is the continuation of the original dvds3 plugin by univrsal, inspired by some patches by Ayowel and all wrapped up in the OBS Plugin Template so that it builds ๐งฑ from source against current versions of OBS Studio.
This project is only tested on Linux ๐ง. It is built and released for Windows ๐ช and macOS ๐ and should work fine, if it doesn't patches are welcome ๐ฉน
