obs-scene-execute-command-script
obs-scene-execute-command-script copied to clipboard
cmd window pops up when executing command
hello, this script works great! However, the cmd window pops up everytime a scene preview is changed. Is there a way to disable the cmd window from showing up?
I had this same issue so I rewrote the script in python. It works exactly the same except it calls commands from python using subprocess.run(scene_command, shell=True). This means it doesn't quickly flash the command prompt on-screen when every time a scene is activated.
https://github.com/JosephSamela/obs-scene-execute-command-script