IceGuye Blog

Webcam Recording with High Quality Audio

FFMPEG can do webcam recording with high quality audio. This is similar to the way of screen capture.

ffmpeg -f pulse -i default -c:a pcms16le -f v4l2 -framerate 24 -videosize 1280x720 -i /dev/video0 out.mkv -c:v mpeg1video -b:v 40M -threads 2




Back to Blog's index