mkThumbs(1) script to create thumbnails from an ogg video file

SYNOPSIS

mkThumbs file.ogv <number of thumbs> <additional options>

DESCRIPTION

mkThumbs creates a series of thumbnails over a video file with regards to the video length.

EXAMPLE

mkThumb myvideo.ogv 10

creates 10 thumbnails across the video file.

mkThumb myvideo.ogv 10 -s0x200 -opng

creates 10 thumbnails across the video file with a height of 200 pixel and in PNG format.

AUTHOR

Joern Seger <yorn at gmx dot net>