Input Devices

List dshow input devices

ffmpeg -list_devices true -f dshow -i dummy

Capture from an input device and output to a file that splits every five minutes

ffmpeg -f dshow -i audio="Microphone (2- High Definition " -map 0 -codec:a libmp3lame -f segment -segment_time 300 out%4d.mp3