1.1、OBS Studio简介
short for | : | Open Broadcaster Software |
是什么 ? | : | a free and open source software for screen recording and live streaming. |
开发语言 | : | C |
官方主页 | : | https://obsproject.com |
源码仓库 | : | https://github.com/obsproject/obs-studio |
1.2、通过包管理器安装OBS Studio
操作系统 | 包管理器 | 安装命令 |
---|
Windows | scoop | scoop install obs-studio |
Windows | Chocolatey | choco install -y obs-studio |
macOS | HomeBrew | brew install obs |
| apt | sudo apt-get install -y obs-studio |
CentOS | yum | sudo yum install -y obs-studio |
| dnf | sudo dnf install -y obs-studio |
openSUSE | zypper | sudo zypper install -y obs-studio |
Alpine Linux | apk | sudo apk add obs-studio |
Arch Linux ArcoLinux Manjaro Linux | pacman | sudo pacman -Syyu --noconfirm sudo pacman -S --noconfirm obs-studio |
1.3、下载编译好的二进制安装OBS Studio
1.4、OBS Studio的使用
1.5、OBS Studio的插件
https://blog.csdn.net/qq_35970739/article/details/80496974