OS4 DepotLogo by Kicko 
(anonymous IP: 3.147.104.248,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Video » Misc » thumbnailmaker.lha

Thumbnail Maker

Description: Arexx script for ArtEffect, generates thumbnails
Download: thumbnailmaker.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 6kb
Version: 1.01
Date: 22 Dec 2022
Author: David Woolley
Submitter: David Woolley
Requirements: ArtEffect 4, Ffmpeg, rexxsupport.library, verdana.font
Category: video/misc
Replaces: video/misc/thumbnailmaker.lha
License: Public domain
Distribute: yes
Min OS Version: 4.1
FileID: 12365
 
Snapshots:
 
Comments: 0
Snapshots: 2
Videos: 0
Downloads: 42  (Current version)
158  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
Thumbnail Maker is an Arexx script for ArtEffect 4 from Haage & Partner. 
It uses Ffmpeg to generate a series of frames from a selected video, and 
paste them onto a canvas to create a sequence of thumbnails. Data about 
the video is printed at the top, along with a user-definable string.

I wrote this script for my own use and have decided to share it with
other users. Feel free to modify the script for your own devices. 

This is version 1.01. It fixes a critical bug if the source device name has 
a space.

Requirements
*	ArtEffect Version 4. If you have an assign "ArtEffect:" then it 
	remembers the last location a video is saved from and stores this 
	in ArtEffects Settings directory.
*	FFMpeg. Tested with versions 4.0.2 and 4.2.1 for AmigaOS 4.x. The 
	script checks for Ffmpeg in C directory and will quit if it isn't 
	present.
*	The text printed on the canvas defaults to Verdana 18. The script 
	checks for this in FONTS: and quits if it isn't present. Verdana is 
	part of OS4 system fonts so should be present by default.
	See also BUGS below.
*	Depending upon the size of your video, you may require alot of RAM, 
	hard disk space, and CPU cycles.
*	rexxsupport.library. The script checks for the presence of this and
	quits if it isn't present. It should be part of the standard OS4 
	installation.

As ArtEffect is 68k software, and there exists a 68k version of Ffmpeg, this 
script *might* work on AmigaOS 3.x, but I have only tested it on my X5000.

Disclaimer
This reads and writes data from a source, and as such
an interruption may cause data loss. Use at your own risk.

Copyright © 2004-2024 by Björn Hagström All Rights Reserved