Project

thumbsdown

0.0
No commit activity in last 3 years
No release in over 3 years
Script to generate a thumbnail grid in the form of a PNG file from a video source
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

>= 0
 Project Readme

Thumbsdown

Thumbnail generator for video files

example

Installation

$ gem install thumbsdown

Usage

Usage: thumbsdown [OPTIONS]

Create a multi-thumbnail image of a video file

    -h, --help                       show this message
    -v, --[no-]verbose=[FLAG]        run verbosly
    -o, --output=STRING              Output filename (default out.(png|jpeg))
    -c, --columns=INT                Number of thumbnail columns (default: 5)
    -s, --start=INT                  Start point for making thumbnails in seconds (default: 1)
    -T, --temp=STRING                Specify a temporary directory (default /tmp)
    -t, --thumbs=INT                 Number of thumbs to generate - the length of the video is divided equally by this (default: 20)
    -w, --width=INT                  Width of a single thumbnail - Height calculated automaticly (default: 320px)
    -f, --[no-]force=[FLAG]          force mode - override output

License

The gem is available as open source under the terms of the MIT License.