Skip to content

pegvin/aunty.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

aunty.sh

This simple POSIX-shell compliant script uses ffmpeg to capture/record your screen. You can either record your X11 session or TTY.


Usage

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.

Dependencies

  • ffmpeg - For capturing and recording screen.
  • slop - For specifying the portion of screen you want to capture/record
  • xclip - To optionally copy captured image to clipboard.