Timer support for multiple scene items (aka Sources in OBS)
License
ItMeDiaTech/OBSourceTransitionTimer
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
REQUIRED: -Must use obswebsocket version > 5.0 -https://github.com/obsproject/obs-websocket/releases -Select obs-websocket-5.0.0-beta1-Windows-Installer.exe -Make sure to uninstall older version if you haven't beforehand -Must have Python 3.6 in OBS Scripts > Settings -Must have Python 3.10 installed (or newest) -Must have Python in System Environment -To check, open cmd and run 'py --version' -If it doesn't work, hit the windows key -Type 'system environment' -Click on 'Edit...' -Click on 'Environmental Variables' -Under System Variables, click on 'Path' and hit 'Edit' -Hit 'new' and paste Python version >= Python 3.10 Path -Hit 'OK' or 'Apply" on all Windows -You may need to install simpleobsws -Type 'py -m ensurepip --upgrade' into command line or powershell -Then type 'py -m pip install simpleobsws' (restart the command line or powershell you were using beforehand) HOW TO USE: -The files can be placed anywhere that is readable by your computer / OBS - just make sure they are all together at all times -Import SourceTransitionTimer.py into OBS -This will set and save transitions for sources into a text file to be used by the timer, run later -Set transitions using the interface created in OBS Scripts -Open TransitionTimerWithWebsockets.py in any text editor -Edit password and port at the top of the file, should have documentation to make it easy to find -After timers are created and settings are saved, run the StartTimers.bat file to launch TransitionTimerWithWebsocket.py for you -That's all!
About
Timer support for multiple scene items (aka Sources in OBS)
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published