Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python library to create a video file from images

Tags:

python

I was looking for a light weight python library which would allow me to create a simple video (a slideshow) from a bunch of images. I looked into PyFFMpeg and Pymedia, but they seem really old, and was wondering if anyone knows of any other libraries I could use, (or has had success using PyFFMpeg/Pymedia recently).

Thanks!

like image 914
iman453 Avatar asked Apr 24 '11 19:04

iman453


People also ask

Which library is used to open images and videos files using Python?

Using PIL : PIL is the Python Imaging Library which provides the python interpreter with image editing capabilities.


1 Answers

Go for opencv And a bit of help from Here

like image 159
Arihant Nahata Avatar answered Nov 15 '22 18:11

Arihant Nahata