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.