Project

ktsh

0.0
The project is in a healthy, maintained state
Make contact sheet from video
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

ktsh

Generates a video contact sheet by extracting evenly-spaced frames from a video file and compositing them into a tiled grid image.

Usage

ktsh [options] <video-or-dir>

Options

  • -h, --horizontal NUM - Number of columns in the grid (default: 8)
  • -v, --vertical NUM - Number of rows in the grid (default: 6)
  • -w, --width NUM - Width of final image in pixels (default: 2560)

Examples

# Basic usage - creates 8x6 grid
ktsh video.mp4

# Create 4x4 grid with smaller thumbnails
ktsh -h 4 -v 4 -w 1280 video.mp4

License

No license specified.