Skip to content

Select and convert a video to jpg-images in a simple GUI.

License

Notifications You must be signed in to change notification settings

MichaelHolley/Vid2JPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vid2JPG 🎥 → 🖼️

A simple python script that converts video files into sequences of JPG images.

Features

  • User-friendly graphical interface
  • Progress bar visualization during conversion
  • Automatic timestamped output folders
  • Support for common video formats (.mp4, .avi, .wmv)

Requirements ⚙️

This project uses uv for dependency management. Required packages:

  • Python 3.x
  • OpenCV (cv2)
  • tkinter

Usage 🚀

Bildschirmfoto 2025-02-27 um 21 35 46
  1. Click "Select" to choose your input video file
  2. Click "Select" to choose your output folder
  3. Click "Start" to begin the conversion

The application will create a new folder with the current timestamp (format: YYYYMMDD_HHMMSS) in your selected output directory and save all frames as sequential JPG images. For example: 20240215_143022.

Each frame will be saved as frame_XXXX.jpg where XXXX is the sequential frame number.

About

Select and convert a video to jpg-images in a simple GUI.

Topics

Resources

License

Stars

Watchers

Forks

Languages