Skip to content

Instantly share code, notes, and snippets.

@lionants02
Created December 28, 2019 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lionants02/180cac019cb69d411a85bf41469cebaa to your computer and use it in GitHub Desktop.
Save lionants02/180cac019cb69d411a85bf41469cebaa to your computer and use it in GitHub Desktop.
ShareX multi audio input
Set audio source = None
Additional command line arguemnts
```
-f dshow -i audio="Microphone (Realtek(R) Audio)" -f dshow -i audio="Stereo Mix (Realtek(R) Audio)" -filter_complex "[1:a][2:a]amerge=inputs=2[a]" -map 0 -map "[a]"
```
change audio=My device
and
filter_complex read https://ffmpeg.org/ffmpeg.html
@ErnestUTN
Copy link

Many thanks, dude!
I have been looking for this for ages. Having only 1 audio input at the same time was a shame really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment