2020-03-23 05:51:45 +00:00
|
|
|
# obs
|
|
|
|
|
|
|
|
> Open Broadcaster Software.
|
|
|
|
> Video recording and livestreaming program.
|
2025-05-09 20:40:35 +03:00
|
|
|
> More information: <https://obsproject.com/kb/launch-parameters>.
|
2020-03-23 05:51:45 +00:00
|
|
|
|
|
|
|
- Launch OBS:
|
|
|
|
|
|
|
|
`obs`
|
|
|
|
|
|
|
|
- Launch OBS in portable mode:
|
|
|
|
|
2025-05-09 20:40:35 +03:00
|
|
|
`obs {{[-p|--portable]}}`
|
2020-03-23 05:51:45 +00:00
|
|
|
|
|
|
|
- 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`
|