aunty that can capture or record your screen just like indian aunties do with your personal life.
this simple script is a wrapper around ffmpeg to capture and record my screen, since i have ffmpeg already installed for other video editing stuff so why not use it for screen capture/recording.
Usage: aunty [task] [options]
[task]:
record - Record The Screen
capture - Capture The Screen
[options]:
-v - Print script version
-h - Show this help message
-s - Stream to use from x11 or tty (Default: x11)
-d - Number of seconds to wait before capturing/recording (Default: 0)
-c - Copy captured image to clipboard
Note: press Ctrl + C to stop the recording.
- ffmpeg - backend for capturing and recording screen.
- slop - for specifying the portion of screen you want to capture/record
- xclip - to be able to copy to clipboard.