Question / Help Record dual screens separate files real time

isagar

New Member
Hi all, I have been doing some testing with the OBS app to record dual screens at the same time. I want to create two output file in real time. I can record two screens as one file but I can't get the two recording screens to become two separate files. Is there a way that it can record two file output so that it becomes filename.mov and filename2.mov for example?
 

keybounce

Member
Can you run two copies of OBS at the same time? (Make a duplicate of OBS.app, and run OBS Copy.app)

NB: I have not tried this; I don't know if the two copies will wind up using the same config and trying to have different configs, one for screen A, one for screen B, will mess up.
 

HDL

Member
Duplicating OBS.app won't let you run a 2nd instance.

In order to do this, you have to use Terminal.

Code:
cd /Applications/OBS.app/Contents/MacOS/
./OBS

That's it.
 
Top