dotfiles/.config/i3/scripts/screenrec.sh
Gregor Feierabend 19f86be10e update
2021-07-27 22:56:39 +02:00

2 lines
89 B
Bash
Executable file

#!/bin/sh
ffmpeg -y -threads 4 -i /dev/video2 -vcodec mpeg4 -b:v 800k MP4/`date +%s`.mp4