Windows – How to record audio from the microphone with ffmpeg

audio recordingwindows

I need a way to record sounds from the microphone with ffmpeg. How can I do it ?

Best Answer

Please take a look at this Wiki: FFmpeg / Capture / Desktop

You can list your devices with:

ffmpeg -list_devices true -f dshow -i dummy

Related Question