I am trying to record video + audio with ffmpeg of my defualt webcam.
This works with video:
ffmpeg -f vfwcap -r 25 -i 0 -ab 64 -ar 22050 -ac 1 output.avi
but no sound is recorded. Is it possible to do that with Windows?
I have two web cams and a virtual screen sharing driver commncetd. Is it possible to specufy another input video? I tried changing -i {1..9} but this did not help.