ShareX icon indicating copy to clipboard operation
ShareX copied to clipboard

How to record system sound and microphone sound at the same time?

Open ccvbc opened this issue 3 years ago • 5 comments

Hello, please tell me how to record the sound of computer system and microphone at the same time. I'm looking forward to your reply.

ccvbc avatar Jul 21 '22 09:07 ccvbc

non reproducible, please close

https://superuser.com/questions/1566658/sharex-record-screen-audio-along-with-microphone/

eabase avatar Mar 27 '23 08:03 eabase

Why not pin this to issues or write the solution in the readme, I've noticed that a lot of people still don't know the solution, and many more don't know how to solve it from the command line.

My little suggestion.

@Jaex 😁

ghost avatar Sep 05 '23 12:09 ghost

The problem is when I add Additional command arguments, I get this endless encoding processing This is what I used: -f dshow -i audio="Analogue 1 + 2 (Focusrite USB Audio)" -filter_complex amix=inputs=2:duration=longest

image

thewaliii avatar Oct 19 '23 13:10 thewaliii

Maybe you have a corrupt ffmpeg installation? (Other SW may want to overwrite ffmpeg you already have.) Do check with:

where.exe ffmpeg.exe
cd C:\Program Files\ShareX\ && ffmpeg -list_devices true -f dshow -i dummy

eabase avatar Oct 19 '23 14:10 eabase

Not sure what is the issue, if I remove the additional argument, then it works fine

image image

thewaliii avatar Oct 19 '23 14:10 thewaliii