This seems to be a frequently-recurring question. The answer is always the same: https://obsproject.com/forum/threads/advanced-scene-switcher.48264/page-92#post-576577Ugh, I see it's all macros now. That's cool, I can recreate the sequence. But I previously imported a sequence and it's running, and I can't see where to clear that all out. How do I reset advanced scene switcher to clear the config? thank you
I think you can use your originally shared macro setup and just need to tick the "Perform actions only on condition change" button.@AaronD Thank you for the reply. That looks like a solution I have to try. But is it possible to make a more leen and just play a Videofile only when I switch from Live Start to Live Game or Live Lobby? At the moment it plays over and over and dont stop but no loop or anything is checked.
Thank you for that. I thought it was just me.This seems to be a frequently-recurring question. The answer is always the same: https://obsproject.com/forum/threads/advanced-scene-switcher.48264/page-92#post-576577
I was hoping to use this with a .bat but sad to see it doesn't work, want it to copy + rename the replay buffer saveThis plugin is more than just a auto scene switcher. I been using this to trigger sources visibility on specific conditions.
There is however one thing that I wish you could explain is the run and arguments on Macro. I want one of my scene change to trigger a bat file to open, but it won't. When I put an exe program to run, it runs multiple instances of that program infinitely until I disable the Macro. I hope you could provide a little tutorial on that.
View attachment 84164
What does "warning: enabling and disabling sources globally cannot be controlled by the OBS UI" mean?
View attachment 84620
When I try to use this plugin to enable a source it doesn't work. Should it be able to, or is that what the warning means? Is there anyway to have it enable a source?
I was hoping to use this with a .bat but sad to see it doesn't work, want it to copy + rename the replay buffer save
I would suggest to first check whether or not the action is being performed by either enabling highlighting of recently executed actions or enabling verbose logging. (More details can be found here)Similar issue here. I'm using "RUN' and pointing it to a .sh file, but it doesn't appear to be running. Are there docs anywhere for this feature? thank you much
The "scene swap" action never supported also specifying a transition as far as I know.@Warmuptill With the swap scene now being under Studio Mode, it seems that you can't set the transition type and duration anymore.
Thanks as always
I must have been confused, I thought that in "Switch Scene", you could select the "Preview Scene", then set a transition type and duration. I suppose that was the "Previous Scene", which would be different. Well, I still believe there is merit in allowing to set the transition type and duration for swap scene.The "scene swap" action never supported also specifying a transition as far as I know.
Maybe I am misunderstanding something / mixing something up here?
As something like this was requested multiple times over the last couple of days I added a simpler version of your suggestion:
View attachment 65484
If that should suffice for your use case also you can find a first build with these changes here in a couple of minutes:
(Downloading the release might require you to be logged into Github - if that is an issue for you let me know)![]()
add fallback option if multiple audio matches are active · WarmUpTill/SceneSwitcher@7f9e1b1
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
I would appreciate if you could give this a try and let me know if you run into any issues.
Maybe you can have two macros, either with the same condition(s), or have one always true but normally paused and have the other unpause it. (that way the condition only appears once, instead of getting bug-fixed in one place but not the other and causing headaches because it still doesn't work right) Then the normally-paused one pauses itself again when it's done.Hi man, just a question. I'm starting to use in macro tab the possibility to control the audio volume of a source between scenes. Isn't there a possibility to start the fade during the transition or on the transition points? And not after the transition is totaly complete
The Audio tab is still available in this state.Returning to this since the big reworking of the interface - just wondering if this 'multiple audio sources' trigger is still possible within the new Macros interface? I couldn't work out where it might be:
Yes, it is possible to start an audio fade *during* an transition for example using a setup similar to this.Hi man, just a question. I'm starting to use in macro tab the possibility to control the audio volume of a source between scenes. Isn't there a possibility to start the fade during the transition or on the transition points? And not after the transition is totaly complete
As you have guessed already, your current setup does not work as the function calls to save, stop and start the replay buffer are not "blocking" until they are complete.I'm trying to setup a macro so that when I save the replay buffer, it saves, then stops, then starts the replay buffer to clear the buffer so there's no overlap with the next save, much like how the user aludes to doing here - https://obsproject.com/forum/threads/smarter-replay-buffer-options.156347/
This seems simple enough in my head but I'm having trouble getting it to work, here's what I've got below. Am I missing something here? It almost seems like the actions are kicking off before the previous one has completed. I'd really prefer not to add waits in between steps if it can be avoided so that if I do have to sync up the recordings there isn't a gap. Any advice would be appreciated.
View attachment 84825
My apologies, I never got a notification for your reply. Will login on github and test it now.Thanks for reporting the issue and sorry about the late reply!
I have an idea what might cause this.
A build with a potential fix will be available here in a few minutes:
Note that you have to be logged into GitHub to be able to download it.![]()
Remove delay before saving replay buffer · WarmUpTill/SceneSwitcher@6c13fba
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
I would appreciate if you could give this a try and report back if everything works as expected.
This fixed the issue completely! Anything that calls on a replay buffer command works as intended now. Thank you so much.Thanks for reporting the issue and sorry about the late reply!
I have an idea what might cause this.
A build with a potential fix will be available here in a few minutes:
Note that you have to be logged into GitHub to be able to download it.![]()
Remove delay before saving replay buffer · WarmUpTill/SceneSwitcher@6c13fba
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
I would appreciate if you could give this a try and report back if everything works as expected.