Skip to content

mitsu-ksgr/linux-screen-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📷 Screen capture support scripts for Linux 🐧

these scripts to support screen capture.

Dependencies

install dependent pacakges.

# Debian (apt)
% sudo apt install ffmpeg maim slop

# Arch
% sudo pacman -S ffmpeg maim slop

How to use

📷 Take the screen shot

% ./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.

🎥 Record the screen

% ./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.

About

🎥 Support scripts for screen capture for linux 📷

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages