Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 261 Bytes

File metadata and controls

13 lines (9 loc) · 261 Bytes

Image Sequence to Video Converter

This is a simple Python script that converts a sequence of images (frames) into a video file using OpenCV.


📦 Requirements

  • Python 3.x
  • OpenCV library

Install OpenCV with:

pip install opencv-python