A simple and effective full-screen screen recorder built with Python!
It captures your entire screen and saves it as an .mp4 file using OpenCV, PyAutoGUI, and Win32 API. ๐
๐ฌ Records everything visible on your screen and saves it to VideoRecording.mp4
๐ Recording duration is customizable (default: 80 seconds)
โ
Full HD screen recording
๐๏ธ Output in .mp4 format (XVID codec)
๐ง Auto-detects screen resolution
๐ท Screenshot-based frame capturing
๐น๏ธ Frame Rate: 30 FPS
๐ฅ๏ธ Works on Windows (Win32 API used)
- Python ๐
- OpenCV ๐ฅ
- PyAutoGUI ๐ฑ๏ธ
- NumPy ๐งฎ
- Win32API ๐ช
Install the required libraries using pip:
pip install opencv-python pyautogui pywin32 numpy