Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recording both mic and system sound in ShareX

How to record both microphone and system sound using shareX?
In shareX, under screen-recorder settings, I see two options:

  1. virtual-audio-adapter
  2. Microphone

When virtual-audio-adapter is selected, it only records the system sound. When Microphone is selected, it only records the microphone. I am unable to find any way.

like image 743
pensee Avatar asked Sep 11 '25 08:09

pensee


1 Answers

Open ShareX --> Task settings screen. Then follow the below steps. Paste this:

-f dshow -i audio="<replace your audio>" -filter_complex amix=inputs=2:duration=longest

For example in my case:

-f dshow -i audio="Microphone (Realtek(R) Audio)" -filter_complex amix=inputs=2:duration=longest

enter image description here

like image 50
Omer Avatar answered Sep 13 '25 22:09

Omer