thumbsdown-0.1.2 is not a library.
Thumbsdown
Generate thumbnail grids from video files.

Requirements
- ffmpeg (includes
ffprobe)
Installation
From source
From GitHub releases
Download the binary for your platform from Releases.
Usage
thumbsdown [OPTIONS] <VIDEO>
Arguments:
<VIDEO> Path to the video file
Options:
-s, --start <START> Start time in seconds [default: 1]
-t, --thumbs <THUMBS> Number of thumbnails to generate [default: 20]
-c, --columns <COLUMNS> Number of columns in the grid [default: 5]
-o, --output <OUTPUT> Output file path [default: thumbs.png]
-T, --temp <TEMP> Temporary directory (default: system temp)
-w, --width <WIDTH> Thumbnail width in pixels [default: 320]
-v, --verbose Enable verbose output
-f, --force Overwrite existing output file
-h, --help Print help
-V, --version Print version
Examples
# Basic usage - 20 thumbnails in a 5-column grid
# 12 thumbnails in a 4-column grid, custom output
# Verbose mode, overwrite existing output
License
Available as open source under the terms of the MIT License.