dotfiles/bin/record-start

3 lines
90 B
Text
Raw Permalink Normal View History

2025-04-27 21:57:27 +02:00
#!/bin/sh
ffmpeg -video_size 1920x1080 -framerate 60 -f x11grab -i :0 out-$(date +%s).mp4