This is a simple Python application that extracts frames from a video file. It uses OpenCV for frame extraction and PyQt5 for the user interface.
Before you begin, ensure you have met the following requirements:
- You have installed Python 3.6 or later.
- You have installed the required Python packages. You can install them using pip:
pip install -r requirements.txt
To use Frame Extractor, follow these steps:
- Run the script:
python main.py
- In the application window, click “Select Video” and choose a video file.
- Click “Select Output Folder” and choose an output folder.
- Click “Extract Frames” to start the frame extraction process.
The application will create a new folder in the output folder for each video, and save the extracted frames as .jpg
files in this folder.
This project uses the MIT License. See the LICENSE file for details.