How to make a video for YouTube on Linux?

In many YouTube videos there is a guy talking something to his laptop and recording a movie with his laptop built-in camera and a microphone. My questions are:

  1. What program do you recommend to shoot such video in Linux?

  2. How to get rid of a horrible static noise? On my HP Pavilion I can record sound but when I turn up "L R Capture" to 100% in order to gain the best sound volume in output recording I can hear a clear background noise. Here someone has said that it's impossible to remove this sound. But there is no such noise in YouTube videos! How do they do that?


Solution 1:

I personally use the same I'd use on windows :

OBS studio.

the setup of desktop + webcam or just webcam is intuitive.

in a terminal type

sudo apt install ffmpeg -y

then install obs Studio from flatpack or snap in software center.

personally I record sound separately (when I want to have high quality) using Audacity (I would do the same with windows) and I use audacity's noise reduction method to clean up the audio.

then I put the audio and video together in an editing app. Kdenlive in my case.

it's a bit more work but if you're not willing to invest in better hardware (good sound card or external mixer for static-isolated audio + good microphone) that's what it'll be.

Solution 2:

I've tried several desktop recording programs, and I'd probably have to say the best is VLC. To record the desktop, go to Media -> Convert/ Save, select the "Capture Device" tab, then set "Capture Mode" to "Desktop." I trust you can figure it out from there.

As for sound recording, I trust the advice of the other folks on Superuser. Pros who do videos often buy microphones that they plug into their computers to get great audio quality.

[EDIT]: To use the webcam to record, follow the instructions as above except instead of "Capture Mode" being "Desktop," make it "Video for Linux" and select your devices in the slots below. As per the static noise (again), there may be a way to filter it out of the audio using a video editing program (OpenShot, Lightroom) or an audio editing program (Audacity comes to mind). However, I'm hardly an expert film maker.