Screen Recorder
Overview
Record the screen for a specified number of seconds and save the video to ~/Downloads.
Quick Start
bash
scripts/record_screen.sh --seconds 10
Tasks
Record screen for N seconds
- •Run
scripts/record_screen.sh --seconds <N>. - •The file is saved as
~/Downloads/screen-recording-YYYYMMDD-HHMMSS.mov. - •The recording opens in QuickTime Player automatically.
Resources
scripts/
- •
record_screen.sh: Records screen video viascreencapture -Vand saves to~/Downloads.