Skip to content

Instantly share code, notes, and snippets.

@aabccd021
Created March 19, 2025 00:44
Show Gist options
  • Save aabccd021/3b12204eeeb43441e9390b305bcc2c4a to your computer and use it in GitHub Desktop.
Save aabccd021/3b12204eeeb43441e9390b305bcc2c4a to your computer and use it in GitHub Desktop.
record-monitor.sh
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