some-usable-scripts/recording/record-audio-and-video.sh

6 lines
195 B
Bash
Raw Normal View History

2021-12-08 20:18:53 +01:00
#!/bin/sh
# This doesn't work as intended on my very limited computer.
# Too CPU intensive.
ffmpeg -y -loglevel error -f x11grab -framerate 30 -video_size 1920x1080 -i :0.0 -f sndio -i snd/0 $@