these scripts to support screen capture.
- naelstrof/slop ... select screen region.
- naelstrof/maim ... take screen shot.
- FFmpeg ... record screen.
# Debian (apt)
% sudo apt install ffmpeg maim slop
# Arch
% sudo pacman -S ffmpeg maim slop
% ./take_ss.sh -h
Usage: take_ss.sh [-o] [-h] [-d] output.png
Description:
Take the screen shot.
Options:
-o if the output file already exists, then it will be overwrite.
-h Show help.
-d Debug mode.
% ./rec_screen.sh -h
Usage: rec_screen.sh [-t REC_TIME] [-o] [-h] [-d] output.gif
Description:
Record the screen.
Options:
-t Recording time [sec]. default 7 sec.
-o if the output file already exists, then it will be overwrite.
-h Show help.
-d Debug mode.