More progress creating obs guide.
This commit is contained in:
@ -6,7 +6,9 @@
|
|||||||
|
|
||||||
I use [[https://obsproject.com][Open Broadcast Studio]] in Linux Mint to manage my audio and video devices for virtual meetings which drastically improves my video and audio quality. This page documents how I set up and the configuration I use.
|
I use [[https://obsproject.com][Open Broadcast Studio]] in Linux Mint to manage my audio and video devices for virtual meetings which drastically improves my video and audio quality. This page documents how I set up and the configuration I use.
|
||||||
|
|
||||||
To get started install obs using the steps below:
|
* Install obs
|
||||||
|
|
||||||
|
To get started install obs including all dependencies required using the steps below:
|
||||||
|
|
||||||
#+NAME: Install open broadcast studio
|
#+NAME: Install open broadcast studio
|
||||||
#+begin_src tmate
|
#+begin_src tmate
|
||||||
@ -24,6 +26,8 @@ sudo apt update && sudo apt install obs-studio
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
* Install plugins
|
||||||
|
|
||||||
Before we get underway we also install the StreamFX plugin for OBS so we can blur backgrounds without a greenscreen. Follow the steps below to install the plugin:
|
Before we get underway we also install the StreamFX plugin for OBS so we can blur backgrounds without a greenscreen. Follow the steps below to install the plugin:
|
||||||
|
|
||||||
#+NAME: Install streamfx plugin
|
#+NAME: Install streamfx plugin
|
||||||
@ -45,6 +49,8 @@ unzip streamfx.zip && rm streamfx.zip
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
* Setup virtual audio devices
|
||||||
|
|
||||||
To control improve the quality of our audio we use a virtual audio output device, this allows us to take raw audio input from a microphone, apply filters and enhancements in obs, then output the enhanced audio to the virtual meeting.
|
To control improve the quality of our audio we use a virtual audio output device, this allows us to take raw audio input from a microphone, apply filters and enhancements in obs, then output the enhanced audio to the virtual meeting.
|
||||||
|
|
||||||
#+begin_src tmate
|
#+begin_src tmate
|
||||||
@ -56,6 +62,9 @@ Once obs is installed we can launch it with the command below. The setup wizard
|
|||||||
|
|
||||||
If you see that option, select it; once you get to the main OBS Studio screen, you should now see a button in the bottom right, "Start Virtual Camera".
|
If you see that option, select it; once you get to the main OBS Studio screen, you should now see a button in the bottom right, "Start Virtual Camera".
|
||||||
|
|
||||||
|
|
||||||
|
* Launch obs
|
||||||
|
|
||||||
#+NAME: Run open broadcast studio
|
#+NAME: Run open broadcast studio
|
||||||
#+begin_src tmate
|
#+begin_src tmate
|
||||||
obs&
|
obs&
|
||||||
|
|||||||
Reference in New Issue
Block a user