home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 2.2 KB | 96 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- VideoTitler
- .type
- Image Processing
- .short
- Create Title/Credits for your own video
- .description
- Generates professional looking TV titles and credits for your own
- videos. Outstanding abilities are very smooth scrolling, color slides
- (AGA-support), and usage of colorfonts. Binary only,
- .version
- 2.0
- .author
- Andreas Ackermann
- .restrictions
- The unlimited version is identical to this demo, only the annoying
- 'VideoTitlerDEMO... ' won't appear every second line.
- .requirements
- At least Kickstart 2.0 with 1Mb of memory or more.
- MUI
- .reference
- GoldFish-Vol2-2:BBS/gfx/VideoTitler-1.15.lha
- 1.15
- GoldFish-Vol2-1:Files/gfx/misc/VideoTitler/
- 1.15
- FreshFish-Vol9-2:BBS/gfx/VideoTitler-1.15.lha
- 1.15
- FreshFish-Vol8-2:BBS/gfx/VideoTitler-1.15.lha
- 1.15
- FreshFish-Vol5:BBS/gfx/VideoTitler-1.15.lha
- 1.15
- FreshFish-Vol4:New/gfx/misc/VideoTitler/
- 1.15
- FreshFish-Vol4:BBS/May94/gfx/misc/VideoTitler.lha
- 1.15
- GoldFish-Vol1-2:d9xx/d907/VideoTitler/
- 1.1
- GoldFish-Vol1-1:BBS/d9xx/d907/VideoTitler.lha
- 1.1
- FrozenFish-Vol1:BBS/ALib/d9xx/d907/VideoTitler.lha
- 1.1
- FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk907/VideoTitler/
- 1.1
- FreshFish-Vol1:Old/AmigaLibDisks/Disks900-910/Disk907/VideoTitler/
- 1.1
- AmigaLibDisk907:VideoTitler/
- 1.1
- .distribution
- Shareware
- .price
- $35 (US), 50 DM
- .address
- Lorenz-Summa-Str. 10
- 95145 Oberkotzau
- Germany
- .docs
- Readme
- Docs/Videotitler_deutsch.guide
- Docs/Videotitler_english.guide
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- gfx/misc
- .execute
- set choice `RequestChoice "VideoTitler" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- endif
-
- if $choice EQ "2"
- cd docs
- set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice GUIDE
- endif
-
- if $choice EQ "3"
- Installer Install APPNAME VideoTitler MINUSER AVERAGE DEFUSER AVERAGE
- endif
-
- if $choice EQ "4"
- VideoTitler
- endif
-