Kadenlive not recording Audio , Ubuntu 20.04 , Fix and Installing Audio Plugins

Capturing Audio (Dubbing), "Make Sure U have Audio Plugin Installed On Your System" Complete Solution

Target System - Ubuntu Linux 20.04 ( Can be Applied to all Debian Linux ) simillearly u can perfrom in Arch Linux too and Windows and Mac Operating System . 

How This Error Takes place in Kadenlive:-

first you start the kadenlive application , now go to the audio layer any one of them then right click over the audio lable and select show recording button ( control ) , now click on the record button the recording doesn't start . this is really irritating 

Checking For the Configuration : - 

 Now if you want to dig more lets try getting more info by Checking out the configuration . for this just need to again right click on audio layer name and select the audio configuration here you will find audio device is not selected

Now just try to click the drop down menu of the audio device if no device is listed you might able to see a text written below that please make sure the you have installed the Audio Plugins on this devices . this clearly suggest that Audio plugin is missing in this system and you need to install it in order to work the software . and do the recording . 

Expectation : 

The Device list must be selected with  say Default Device and REcording must be done with the Laptop attached mic .

Installing Audio Plugin in Ubuntu 20.04

follow these steps to install Audio plugin in Ubuntu Device :

1. Open Command Terminal 

2. now Update by Typing " sudo apt-get update -y " type the password to continue

3. Try upgrading your system if possible by "sudo apt-get upgrade -y " type the password to continue

4. Again Update the System if Already Upgaded as Step 2 .

5. Now install ubuntu Studio Audio Plugin and libqt5multimedia5 plaugin by following ways listed below

Installing Ubuntu Studio Audio Plugin :

1. Open Terminal and Type "sudo apt-get update -y"
 
2. Type Password To Continue .

3. now type "sudo apt-get install -y ubuntustudio-audio-plugins -y"

4. Type Password to Continue .

Installing Libqt-Multimedia Plugin in Ubuntu :

1. Open terminal and Type "sudo apt-get update -y"

2. Type Password To Continue .

3. Now Type "sudo apt-get install libqt5multimedia5-plugins -y"

4. Now type the Passoword to Continue .

 

Comments