An open API service indexing awesome lists of open source software.

https://github.com/michaelholley/vid2jpg

Select and convert a video to jpg-images in a simple GUI.
https://github.com/michaelholley/vid2jpg

python python-3 python-video-to-image video-processing video-to-images

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.