Fragments with recordmydesktop

I have the solution for your problem.

When you start recordmydesktop from the terminal you have perfect recordings.

Open the terminal copy and past this command:

recordmydesktop --delay 10 --fps 20 --channels 1 --device hw:1 -o filenameofvideo
  • delay of 10 seconds
  • frames per second 20
  • channels 1 (microphone)
  • --device hw:1 that is my external microphone you might have to change it --device hw:0
  • -o is overwrite existing file
  • filenameofvideo is the desired filename

Happy recording!

Check the results on my YouTube Channel