mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
obs: add page (#3926)
This commit is contained in:
parent
d8ab1cfe97
commit
6a1ca6bbac
1 changed files with 32 additions and 0 deletions
32
pages/common/obs.md
Normal file
32
pages/common/obs.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue