ExtractVideoFrames is a Python program that can extract frames from a video file based on its FPS and save them as PNG images.
- Extracts frames from a video file based on its FPS.
- Saves extracted frames as PNG images in an
extracted_framesfolder.
- Run the
ExtractVideoFrames.pyscript. - When prompted, enter the path of the video file you want to extract frames from.
- The extracted frames will be saved in the
extracted_framesfolder within the directory where the script is located.
example.mp4
Video by Evgenia Kirpichnikova from Pexels.
| Input Prompt | Input Example Video |
|---|---|
![]() |
![]() |
| Console Output | Image Output |
|---|---|
![]() |
![]() |
- IDE: Microsoft Visual Studio Community 2022
- Language: Python 3.9



