Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
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: | 34 (Current version) | | 150 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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.
|