Record game using command line

c7aesa7r

New Member
Hi is possible to start/stop capturing the screen of a game using only commands send through cmd?
If don't, maybe is possible to save some pre-configured file and execute it and then it starts recording that game screen?
 

qhobbes

Active Member
Create a .bat file with:
cd c:\"Program Files"\obs-studio\bin\64bit
start obs64.exe --startrecording --scene "Game Scene"

You can also use those commands in the Target of a shortcut. Example: "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --startrecording --scene "Game Scene"
 
Top