home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / misc / videotitler / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  2.2 KB  |  96 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. VideoTitler
  6. .type
  7. Image Processing
  8. .short
  9. Create Title/Credits for your own video
  10. .description
  11. Generates professional looking TV titles and credits for your own
  12. videos.  Outstanding abilities are very smooth scrolling, color slides
  13. (AGA-support), and usage of colorfonts.  Binary only,
  14. .version
  15. 2.0
  16. .author
  17. Andreas Ackermann
  18. .restrictions
  19. The unlimited version is identical to this demo, only the annoying
  20. 'VideoTitlerDEMO... ' won't appear every second line.
  21. .requirements
  22. At least Kickstart 2.0 with 1Mb of memory or more.
  23. MUI
  24. .reference
  25. GoldFish-Vol2-2:BBS/gfx/VideoTitler-1.15.lha
  26. 1.15
  27. GoldFish-Vol2-1:Files/gfx/misc/VideoTitler/
  28. 1.15
  29. FreshFish-Vol9-2:BBS/gfx/VideoTitler-1.15.lha
  30. 1.15
  31. FreshFish-Vol8-2:BBS/gfx/VideoTitler-1.15.lha
  32. 1.15
  33. FreshFish-Vol5:BBS/gfx/VideoTitler-1.15.lha
  34. 1.15
  35. FreshFish-Vol4:New/gfx/misc/VideoTitler/
  36. 1.15
  37. FreshFish-Vol4:BBS/May94/gfx/misc/VideoTitler.lha
  38. 1.15
  39. GoldFish-Vol1-2:d9xx/d907/VideoTitler/
  40. 1.1
  41. GoldFish-Vol1-1:BBS/d9xx/d907/VideoTitler.lha
  42. 1.1
  43. FrozenFish-Vol1:BBS/ALib/d9xx/d907/VideoTitler.lha
  44. 1.1
  45. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk907/VideoTitler/
  46. 1.1
  47. FreshFish-Vol1:Old/AmigaLibDisks/Disks900-910/Disk907/VideoTitler/
  48. 1.1
  49. AmigaLibDisk907:VideoTitler/
  50. 1.1
  51. .distribution
  52. Shareware
  53. .price
  54. $35 (US), 50 DM
  55. .address
  56. Lorenz-Summa-Str. 10
  57. 95145 Oberkotzau
  58. Germany
  59. .docs
  60. Readme
  61. Docs/Videotitler_deutsch.guide
  62. Docs/Videotitler_english.guide
  63. .described-by
  64. Richard Fish
  65. .submittal
  66. Submitted on disk directly by the author.
  67. .aminet-dir
  68. gfx/misc
  69. .execute
  70. set choice `RequestChoice "VideoTitler" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  71. if $choice EQ "0"
  72.   quit 5
  73. endif
  74.  
  75. if $choice EQ "1"
  76.   MetaTool ReadMe TEXT
  77. endif
  78.  
  79. if $choice EQ "2"
  80.   cd docs
  81.   set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  82.   set dirchoice `pathname $filechoice`
  83.   set filechoice `basename $filechoice`
  84.   failat 21
  85.   cd $dirchoice
  86.   MetaTool $filechoice GUIDE
  87. endif
  88.  
  89. if $choice EQ "3"
  90.     Installer Install APPNAME VideoTitler MINUSER AVERAGE DEFUSER AVERAGE
  91. endif
  92.  
  93. if $choice EQ "4"
  94.   VideoTitler
  95. endif
  96.