Install OBS Studio on Debian/Ubuntu
#Linux #ScreenCapture #OBSStudio
Full steps can be found at https://i12bretro.github.io/tutorials/0485.html
--------------------------------------------------------------------
What is OBS Studio?
--------------------------------------------------------------------
OBS Studio is free and open source software for video recording and live streaming. Currently Linux, Mac and Windows Builds are available. - https://obsproject.com/wiki/
01. Log into the Linux device
02. Run the following commands in a terminal window
# update software repositories
sudo apt update
# install available software updates
sudo apt upgrade -y
# install ffmpeg
sudo apt install -y ffmpeg
# add the obs software repository
sudo add-apt-repository ppa:obsproject/obs-studio
# update software repositories again
sudo apt update
# install obs
sudo apt install obs-studio
03. Once the installation completes, OBS Studio should be listed in the applications menu
Source: https://obsproject.com/wiki/install-instructions#ubuntumint-installation
### Connect with me and others ###
★ Discord: https://discord.com/invite/EzenvmSHW8
★ Reddit: https://reddit.com/r/i12bretro
★ Twitter: https://twitter.com/i12bretro