home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1102.lha / Programs / VideoTitler / Product-Info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  2.4 KB  |  101 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. LAB Start
  71. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
  72. if $choice GT "0"
  73.   if $choice EQ "1"
  74.     MetaTool ReadMe TEXT
  75.   else
  76.     if $choice EQ "2"
  77.       set orgdir `cd`
  78.       cd docs
  79.       set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "#?.Guide"`
  80.       set dirchoice `pathname $filechoice`
  81.       set filechoice `basename $filechoice`
  82.       failat 21
  83.       cd $dirchoice
  84.       MetaTool $filechoice GUIDE
  85.       cd $orgdir
  86.       failat 10
  87.       unset filechoice
  88.       unset dirchoice
  89.     else
  90.       if $choice EQ "3"
  91.         Installer Install APPNAME VideoTitler MINUSER AVERAGE DEFUSER AVERAGE LANGUAGE Deutsch
  92.       else
  93.         if $choice EQ "4"
  94.           VideoTitler
  95.         endif
  96.       endif
  97.     endif
  98.   endif
  99.   skip Start BACK
  100. endif
  101.