home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / video / blufftitler_demo / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  73 lines

  1. .name
  2. BluffTitler
  3. .type
  4. Video Tool
  5. .short
  6. A Realtime 3D Titling System
  7. .description
  8. BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
  9. texts in all sorts of 3D effects using a simple graphical user interface.
  10.  
  11. You no longer have to use difficult,expensive and slow 3D rendering software
  12. to make those stunning 3D leaders. All you need is BluffTitler !! 
  13.  
  14. And because BluffTitler works in realtime, you can immediately start
  15. recording your leader to video . No more heavy disk operations, memory
  16. problems and single frame recorders : simply start BluffTitler and press
  17. the record button on your video !
  18.  
  19. Since computer power is limited you can't expect broadcast quality from a
  20. realtime titler, but the result is perfectly suitable for
  21. -home video's
  22. -semi-professional productions
  23. -cable networks
  24. -computer presentations
  25. .version
  26. 1.1
  27. .author
  28. Michiel den Outer
  29. .requirements
  30. - a 68020 Processor or higher
  31. - Amiga DOS 2.0 or higher
  32. - a 15 KHz monitor or TV
  33. .distribution
  34. Shareware
  35. .price
  36. $15 (US), 25 DM
  37. .address
  38. Populierenlaan 59
  39. 2925 CP Krimpen a/d IJssel
  40. The Netherlands
  41. .docs
  42. BluffTitler.DOC
  43. .described-by
  44. Richard Fish
  45. .submittal
  46. Submitted on disk directly by the author.
  47. .aminet-dir
  48. gfx/misc
  49. .execute
  50. LAB Start
  51. set choice `RequestChoice "Options Selection" "Please select an option" "View Guide" "Run Program" "Cancel"`
  52. if $choice GT "0"
  53.   if $choice EQ "1"
  54.     set orgdir `cd`
  55.     cd docs
  56.     set filechoice `RequestFile TITLE "Select AmigaGuide File" PATTERN "~(#?.info)"`
  57.     set dirchoice `pathname $filechoice`
  58.     set filechoice `basename $filechoice`
  59.     failat 21
  60.     cd $dirchoice
  61.     MetaTool $filechoice GUIDE
  62.     cd $orgdir
  63.     failat 10
  64.     unset filechoice
  65.     unset dirchoice
  66.   else
  67.     if $choice EQ "2"
  68.       BluffTitler
  69.     endif
  70.   endif
  71.   skip Start BACK
  72. endif
  73.