Command Line features

Thomas Toft

New Member
I've been trying out some command line stuff.

What would be awesome is if I could use the command line to update scenes and stuff by targeting profile. So for instance I would do something like this:
1. obs32.exe --profile live1 --scene live --startrecording --startstreaming //Start stream on the live scene
2. obs32.exe --profile live1 --scene pause --startrecording --startstreaming //Put on a pause scene
3. obs32.exe --profile live1 --stoprecording --stopstreaming //Start stream on the live scene

This would be great. Thoughts?
 

Osiris

Active Member
From the OBS Studio 0.14.0 changelog:

Added command line parameters: --collection [scene collection name], --profile [profile name], --scene [scene name], --startstreaming, --startrecording. If a collection/profile/scene has a space in the name, use quotes around the full name./quote]
 
Top