Skip to content

codxbre/Termux-Screen-Recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termux Screen Recorder Script (rec.sh)

This is a simple screen recording utility for Termux (X11 environment) that lets you:

✅ Select a custom screen region with your mouse
✅ Record that region
✅ Automatically convert recording to MP4
✅ Copy final video to clipboard


🚀 Single-line Installation

git clone https://github.com/codxbre/Termux-Screen-Recorder.git && cd Termux-Screen-Recorder && chmod +x install.sh && ./install.sh


⚙️ How It Works

  1. Takes a screenshot of the current screen
  2. Opens a graphical selector (Tkinter) to choose recording area
  3. Records screen using recordmydesktop
  4. Converts it to MP4 format using ffmpeg
  5. Sends a notification when finished

📁 Output

All files are saved in:

~/screenshots/

Final video:

~/screenshots/rec.mp4


🚀 Usage

cd ~/Documents bash rec.sh


📦 Dependencies

ffmpeg, recordmydesktop, imagemagick, python, tkinter, yad, xclip, termux-api


⚠️ Requirements

Termux with X11 environment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages