Jibun no Kage
New Member
How to change the active OBS scene from the Windows command line? Or PowerShell Or Command Batch File? Maybe even use curl?
I need to switch to give scene based on what parameter I pass to OBS. I know for Linux there are a few options like 'obs-cli' for example. But what about OBS running on Windows?
For example...
<Some command or script or whatever> <Go to scene "Scene 1">
The behavior would be OBS cuts program to "Scene 1"
<Some command or script or whatever> <Go to scene "Scene 2">
The behavior would be OBS cuts program to "Scene 2"
<Some command or script or whatever> <Go to scene "Scene 3">
The behavior would be OBS cuts program to "Scene 3"
Figure someone has implemented this? Knows how to do this? PowerShell, command batch procedure, or even curl would be cool, just need some way to do it.
I need to switch to give scene based on what parameter I pass to OBS. I know for Linux there are a few options like 'obs-cli' for example. But what about OBS running on Windows?
For example...
<Some command or script or whatever> <Go to scene "Scene 1">
The behavior would be OBS cuts program to "Scene 1"
<Some command or script or whatever> <Go to scene "Scene 2">
The behavior would be OBS cuts program to "Scene 2"
<Some command or script or whatever> <Go to scene "Scene 3">
The behavior would be OBS cuts program to "Scene 3"
Figure someone has implemented this? Knows how to do this? PowerShell, command batch procedure, or even curl would be cool, just need some way to do it.