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
git clone https://github.com/codxbre/Termux-Screen-Recorder.git && cd Termux-Screen-Recorder && chmod +x install.sh && ./install.sh
- Takes a screenshot of the current screen
- Opens a graphical selector (Tkinter) to choose recording area
- Records screen using
recordmydesktop - Converts it to MP4 format using ffmpeg
- Sends a notification when finished
All files are saved in:
~/screenshots/
Final video:
~/screenshots/rec.mp4
cd ~/Documents bash rec.sh
ffmpeg, recordmydesktop, imagemagick, python, tkinter, yad, xclip, termux-api
Termux with X11 environment