1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 11:44:54 +02:00
tldr/pages/common/obs.md
2020-03-23 13:51:45 +08:00

32 lines
507 B
Markdown

# obs
> Open Broadcaster Software.
> Video recording and livestreaming program.
- Launch OBS:
`obs`
- Launch OBS in portable mode:
`obs --portable`
- Automatically start recording a video on launch:
`obs --startrecording`
- Automatically start the replay buffer on launch:
`obs --startreplaybuffer`
- Automatically start streaming on launch:
`obs --startstreaming`
- Minimise to the system tray on launch:
`obs --minimize-to-tray`
- Make the log more verbose (for debugging):
`obs --verbose`