media_thumbs — generate appropriate thumbnails for use with video sets
use Wacs;
use Wacs::WacsId;
scalar media_thumbs( | ...) ; |
parameter | description |
---|---|
mode | which mode to work in - usually "icons" or "thumbs" but can be anything - it is appended to the file path |
start | The number of seconds into the video clip to start producing thumbnails from |
number | The number of icons/thumbnails to produce for this file |
step | How many seconds gap there should be between each icon |
file | The video file to create thumbnails from |
source | The source directory where the video file can be found |
dest | The destination directory into where the thumbnails should be written |
stem | Provides an alternative filename stem for the output thumbnail |