2

Hi I am looking for a screen recorder that allows me to record my voice,screen, and desktop audio. RecordMyDesktop doesn't work. The desktop audio doesn't show up.Kazam doesn't either. It lags the video. I need help! I am new to Linux so a simple explanation would help a lot.

  • You may setup a pulse loopback then use any screen recorder that support pulse backend, or used a recorder that support multiple audio sources like avconv look for xvan's answer . Ref: https://askubuntu.com/questions/410737/record-desktop-and-microphone-audio-with-avconv/ . As you can make more advanced setup using pulse using virtual devices as here https://askubuntu.com/questions/421014/share-an-audio-playback-stream-through-a-live-audio-video-conversation-like-sk/421056#421056 , it will eat some CPU time. – user.dz Aug 22 '15 at 13:24

1 Answers1

1

You can use SimpleScreenRecorder, install it using

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update
sudo apt-get install simplescreenrecorder

if you want to record 32-bit OpenGL applications on a 64-bit system:

sudo apt-get install simplescreenrecorder-lib:i386

enter image description here

For more info : http://www.maartenbaert.be/simplescreenrecorder/