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