mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 10:53:53 +00:00
Update cheatsheets
This commit is contained in:
38
obs
Normal file
38
obs
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# obs
|
||||
|
||||
> Open Broadcaster Software.
|
||||
> Video recording and livestreaming program.
|
||||
> More information: <https://obsproject.com/>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user