Hi,
I usue OBS to record my favorite game, Elite Dangerous. I use a couple command line batch files; one for a single monitor and one covering all 3 of my monitors.
First, I can't locate the command line parameters for OBS. I searched the OBS Knowledge Base and nothing. Can someone point me to it?
The other is an error I am getting in my batch file for 3 monitors. This is the Batch File:
cd "C:\Program Files\obs-studio\bin\64bit\"
start "OBS" "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --multi --profile "WidescreenED" --collection "Widescreen EDGame" --scene "WideED"
The directory is correct, I can copy / paste it and get to the 64bit directory.
I get two error messages:
There are a bunch of en-US.ini files under the data directories...
If I run OBS64.exe after the batch file fails, OBS opens in the 3 monitor profile.
My other batch file works:
cd "C:\Program Files\obs-studio\bin\64bit\
start "OBS" "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --multi --profile "SinglescreenED" --collection "Singlescreen EDGame" --scene "SingleED"
If I run OBS64.exe after the batch file works, OBS opens in the single monitor profile.
Any help is appreciated.
I usue OBS to record my favorite game, Elite Dangerous. I use a couple command line batch files; one for a single monitor and one covering all 3 of my monitors.
First, I can't locate the command line parameters for OBS. I searched the OBS Knowledge Base and nothing. Can someone point me to it?
The other is an error I am getting in my batch file for 3 monitors. This is the Batch File:
cd "C:\Program Files\obs-studio\bin\64bit\"
start "OBS" "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --multi --profile "WidescreenED" --collection "Widescreen EDGame" --scene "WideED"
The directory is correct, I can copy / paste it and get to the 64bit directory.
I get two error messages:
There are a bunch of en-US.ini files under the data directories...
If I run OBS64.exe after the batch file fails, OBS opens in the 3 monitor profile.
My other batch file works:
cd "C:\Program Files\obs-studio\bin\64bit\
start "OBS" "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --multi --profile "SinglescreenED" --collection "Singlescreen EDGame" --scene "SingleED"
If I run OBS64.exe after the batch file works, OBS opens in the single monitor profile.
Any help is appreciated.
Last edited: