SceneSwitcher
SceneSwitcher copied to clipboard
An automated scene switcher for OBS Studio
**Is your feature request related to a problem? Please describe.** Currently there's code for parsing tags but nothing is done with them. Would be great if some of them were...
**Is your feature request related to a problem? Please describe.** If your setup gets large, you start thinking on optimizations. For example turning off unnecessary macros that don't do anything...
My system is running "Void Linux", kernel 6.6.22_1. ``` $ clang-17 --version clang version 17.0.6 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/bin ``` ``` $ g++ --version g++ (GCC) 13.2.0...
**Is your feature request related to a problem? Please describe.** When creating a date/time automation, it accepts 24-hr notation only. Through no fault but my own, I occasionally do the...
**Is your feature request related to a problem? Please describe.** This would solve at least these 2 problems: - some macros need to be checked and executed quicker than the...
**Describe the bug** I have QT6 error from the OBS log file. But my version of QT is 5.15.12. **To Reproduce** Steps to reproduce the behavior: 1. Start Linux 2....
**Is your feature request related to a problem? Please describe.** Would be nice to change to `long double`, `long long` etc. types for operations such as var incrementation/decrementation. Some game...
**Is your feature request related to a problem? Please describe.** Not too important, but noting as a good improvement to remember - format the relative times in variable tab to...
We've been using OBS for quite some time now, and we've recently been experimenting with the Advanced Scene Changer plugin. Unfortunately, it's the only plugin that seems to be giving...
### Background I'm recording doing dev work and was looking for something that would automatically switch window focus in OBS when I alt-tab. I've accomplished that via a macro like...