Created
March 19, 2025 00:44
-
-
Save aabccd021/3b12204eeeb43441e9390b305bcc2c4a to your computer and use it in GitHub Desktop.
record-monitor.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg \ | |
-f x11grab \ | |
-video_size 1920x1080 \ | |
-i :0 \ | |
"$XDG_DOWNLOAD_DIR/$(date -u +%Y-%m-%dT%H:%M:%S%Z).mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment