This simple POSIX-shell compliant script uses ffmpeg
to capture/record your screen. You can either record
your X11 session or TTY.
Usage: ./aunty.sh [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.