From 6a1ca6bbac089841d7315006fb766b37191ad399 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 23 Mar 2020 05:51:45 +0000 Subject: [PATCH] obs: add page (#3926) --- pages/common/obs.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/common/obs.md diff --git a/pages/common/obs.md b/pages/common/obs.md new file mode 100644 index 0000000000..429ab5994e --- /dev/null +++ b/pages/common/obs.md @@ -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`