The Midnight Capture is a screen recording application developed by a college student, created during the late hours of the night. This project was born out of the need for a reliable screen recording solution for Linux when other options like OBS and Kazam presented issues.
The Midnight Capture provides a simple and efficient way to record your screen, allowing you to capture and save important moments or create instructional videos. With its intuitive interface and straightforward functionality, this application aims to meet your screen recording needs.
- Easy-to-use interface with start and stop recording buttons
- Smooth and efficient screen capturing
- Customizable frame rate for optimal recording quality
- Automatic encoding of captured frames into a video file
- Supports nearly every distributions
- Clone the repository:
git clone https://github.com/jaywyawhare/The-Midnight-Capture.git
- Navigate to the project directory:
cd the-midnight-capture
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python src/screen_recorder.py
- Click the "Start Recording" button to begin capturing your screen.
- To stop the recording, click the "Stop Recording" button.
- The captured video will be saved in the project directory with a unique timestamp.
The Midnight Capture is a project created by a college student during the late hours of the night. While it aims to provide a reliable screen recording solution, please note that it may have limitations and potential issues. However, as an open-source project, you are welcome to contribute and help fix any identified issues to enhance its functionality and stability.
Contributions to The Midnight Capture are always appreciated. If you encounter any bugs, have suggestions for improvement, or would like to add new features, please feel free to open an issue or submit a pull request. Together, we can make this screen recording application even better.
The Midnight Capture is released under the MIT License.
Special thanks to the open-source community for providing resources and inspiration to develop this screen recording application.
Note: The Midnight Capture is a project developed by a college student at 3 a.m., which reflects the determination and passion for finding a reliable screen recording solution.