Skip to content

jc0n/video-montage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-montage

Generate a montage of video frames (aka. screen captures or screencaps) from video files or a directory of video files. Produces a png, gif, or jpeg image with thumbnails of each frame grouped into a montage.

Example Image

Install

Dependencies

Windows Binary Packages (python not required):

From Source (with Python installed):

git clone git://github.com/jc0n/video-montage.git
cd video-montage
pip install -r requirements.txt
python setup.py install

Installing dependencies

Ubuntu
apt-get install ffmpeg imagemagick
Solaris 11
pkg install image/imagemagick
wget http://mirror.opencsw.org/opencsw/pkgutil.pkg
pkgadd -d pkgutil.pkg all
/opt/csw/bin/pkgutil -i CSWffmpeg

Usage

Basic Usage: video-montage video1.mkv video2.avi

Put screencaps in a separate directory: video-montage -d screens/ videos/

Process all videos in subdirectories recursively: video-montage -d screens/ -r videos/

About

Generate a montage of video frames from a video file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages