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