Skip to content

A simple thumbnail generator for video files using mplayer and imagemagick, written in ruby

License

Notifications You must be signed in to change notification settings

aladac/thumbsdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple thumbnail generator for video files using mplayer and imagemagick, written in ruby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages