Skip to content

carlstoker/cinegrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cinegrid

Python script to create mosaics from video files, utilizing ffmpeg and imagemagick.

Usage

python cinegrid.py [-h] [--bgcolor COLOR] [--border PIXELS] [--b_color COLOR]  
                   [--caps CAPS] [--columns COLUMNS] [--end END]  
                   [--end_percent END] [--h_fontsize PIXELS] [--header]  
                   [--interval INTERVAL] [--max_filesize KB]  
                   [--max_height PIXELS] [--max_width PIXELS] [--output DIR]  
                   [--overwrite] [--prompt] [--shadow] [--spacing SPACING]  
                   [--start START] [--start_percent START]  
                   [--template TEMPLATE] [--t_font FONT] [--t_fontsize PIXELS]  
                   [--timestamp] [--version]  
                   FILE [FILE ...]

Examples

cinegrid -template 3x3 Sintel.2010.720p.mkv

Example image generated using the '3x3' template

cinegrid -template big Sintel.2010.720p.mkv

Example image generated using the 'big' template

cinegrid -template huge Sintel.2010.720p.mkv

Example image generated using the 'huge' template

cinegrid -template mpc Sintel.2010.720p.mkv

Example image generated using the 'mpc' template

About

Create mosaics from video files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages