dotfiles/.scripts/screenrec.sh

3 lines
89 B
Bash
Executable File

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