Skip to content

A simple Python application that extracts frames from a video file. It uses OpenCV for frame extraction and PyQt5 for the user interface.

License

Notifications You must be signed in to change notification settings

marcusdavidalo/framextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frame Extractor

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.

Prerequisites

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

Using Frame Extractor

To use Frame Extractor, follow these steps:

  1. Run the script:
python main.py
  1. In the application window, click “Select Video” and choose a video file.
  2. Click “Select Output Folder” and choose an output folder.
  3. 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.

License

This project uses the MIT License. See the LICENSE file for details.

About

A simple Python application that extracts frames from a video file. It uses OpenCV for frame extraction and PyQt5 for the user interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages