snippetbashTip
obs — Open Broadcaster Software. Video recording and livestreaming program. More information: <https://obs
Viewed 0 times
commandbroadcastersoftwareobscliopenvideorecording
Problem
How to use the
obs command: Open Broadcaster Software. Video recording and livestreaming program. More information: <https://obsproject.com/kb/launch-parameters>.Solution
obs — Open Broadcaster Software. Video recording and livestreaming program. More information: <https://obsproject.com/kb/launch-parameters>.Launch OBS:
obsLaunch OBS in portable mode:
obs {{[-p|--portable]}}Automatically start recording a video on launch:
obs --startrecordingAutomatically start the replay buffer on launch:
obs --startreplaybufferAutomatically start streaming on launch:
obs --startstreamingMinimise to the system tray on launch:
obs --minimize-to-trayMake the log more verbose (for debugging):
obs --verboseCode Snippets
Launch OBS
obsLaunch OBS in portable mode
obs {{[-p|--portable]}}Automatically start recording a video on launch
obs --startrecordingAutomatically start the replay buffer on launch
obs --startreplaybufferAutomatically start streaming on launch
obs --startstreamingContext
tldr-pages: common/obs
Revisions (0)
No revisions yet.