Rocky 9.x OBS Studio
From Notes_Wiki
Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > OBS Studio
Rocky 9.x OBS Studio
Installation
We can use OBS Studio for complex audio and video editing. However, it can also be used for simple screen recording for building tutorials. For that we can install OBS studio using snap via:
- Install Snap and OBS Studio via snap:
sudo dnf install snapd sudo systemctl enable --now snapd.socket sudo ln -s /var/lib/snapd/snap /snap sudo snap install obs-studio #Connect additional interfaces for full functionality: sudo snap connect obs-studio:alsa sudo snap connect obs-studio:audio-record sudo snap connect obs-studio:camera sudo snap connect obs-studio:removable-media
Screen Recording
After installation we can use OBS Studio to record screen via:
- Add source screen capture pipewire
- Against Mic/Aux Choose triple dot (...) for options and go to Filters. Add Noise suppression
- Chose filter "RNNoise (good quality, more CPU usage)" option
- Go to Settings - Hot keys and set following keys to help during recording to avoid use of mouse based pause/start/stop for cleaner recordings:
- Start Recording
- Ctl+Alt+A
- Stop Recording
- Ctl+Alt+S
- Pause recording
- Ctl+Alt+P
- Unpause recording
- Ctl+Alt+U
Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > OBS Studio