Question / Help OBS command line? No UI?

osbjslwo

New Member
ffmpeg is probably better suited but there are cases where it is not possible

For example when using Spout (https://leadedge.github.io/).

ffmpeg does not have an option for capturing Spout senders

but there is an OBS plugin that does it

So running OBS from the command line and specify for example the duration of the recording would be tremendously convenient.
 

AaronD

Active Member
So running OBS from the command line and specify for example the duration of the recording would be tremendously convenient.
It might not have *that* much controllability on the command line, but it does do Websockets, and there's the Advanced Scene Switcher plugin.
And a few more ways to control it too.

You might set up an automated recording in Adv. SS, and then leave OBS running so that can happen. Or you might have a separate script that controls OBS via Websockets. Or any number of other things.
 

osbjslwo

New Member
Those are viable safe workarounds indeed.

But integrating OBS in some sort of automated workflow is made significantly harder by not having a full featured command line (which is a lot of work to develop for sure).

Especially if multiple OBS instances are automated.
 
Top