Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.3 KB

File metadata and controls

37 lines (23 loc) · 1.3 KB

Extract-Video-Frames

ExtractVideoFrames is a Python program that can extract frames from a video file based on its FPS and save them as PNG images.

Features

  • Extracts frames from a video file based on its FPS.
  • Saves extracted frames as PNG images in an extracted_frames folder.

Usage

  1. Run the ExtractVideoFrames.py script.
  2. When prompted, enter the path of the video file you want to extract frames from.
  3. The extracted frames will be saved in the extracted_frames folder within the directory where the script is located.

Example Video:

example.mp4

Video by Evgenia Kirpichnikova from Pexels.

Inputting a Video:

Input Prompt Input Example Video
Screenshot Screenshot

Output:

Console Output Image Output
Screenshot Screenshot

Development Environment

  • IDE: Microsoft Visual Studio Community 2022
  • Language: Python 3.9