The all-mighty screen capture command:
ffmpeg -f x11grab -s wxga [or instead of 'wxga' another screen size like 1300, 800] -r 25 -i :0.0 -qscale 0 -f alsa -i hw:0 -strict -2The all-powerful audio capture command:
ffmpeg -f alsa -i hw:0 [or another alsa device] -strict -2
No comments:
Post a Comment