DRM Video Recorder is a tool designed to record DRM-protected videos. This application captures and saves high-quality video streams while respecting digital rights management protections.
- Record DRM-protected videos
- High-quality video capture
- User-friendly GUI
Prerequisites
-
FFmpeg: The tool requires FFmpeg to be installed on your system. Follow the tutorial below to install FFmpeg: FFmpeg Installation Tutorial
-
Python Packages: Install the necessary Python packages using the provided requirements.txt file.
The requirements.txt
file includes:
- pyqt5
- opencv-python
- pillow
- ffmpeg-python
You can download FFmpeg from the following repository. Choose the version suitable for your operating system:
After downloading, follow the instructions in the tutorial to set up FFmpeg on your system.
-
Executable Version(Recommended): You can also download the pre-built executable version of the script from the releases section of this repository.
-
Run the Script: Execute the script using Python.
python DRMRecPro.py
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- FFmpeg
- PyQt5
- OpenCV