yyyeying / FilmToLongPicture

Select the key frames of a movie and connect them to a long picture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FilmToLongPicture

Select the key frames of a movie and connect them to a long picture.

Using Python and FFmpeg to make a long picture, which shows the significant color in the movie.

Like this

image

Before you start, make sure you have installed these tools in your computer:

FFmpeg (http://ffmpeg.org/)

ffmpy3 (pip install ffmpy3)

pillow (pip install PIL)

numpy (pip install numpy)

About

Select the key frames of a movie and connect them to a long picture.


Languages

Language:Python 100.0%