home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / graphics / 7604 < prev    next >
Encoding:
Text File  |  1992-11-22  |  2.0 KB  |  55 lines

  1. Newsgroups: comp.sys.amiga.graphics
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!maxson
  3. From: maxson@cerl.uiuc.edu (K R Maxson)
  4. Subject: TOASTER: Script Editor
  5. Message-ID: <By4vLK.2A9@news.cso.uiuc.edu>
  6. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  7. Organization: UIUC Computer-based Education Research Lab
  8. Date: Sun, 22 Nov 1992 20:00:55 GMT
  9. Lines: 44
  10.  
  11. I sat down in front of an Amiga 2000 with a video toaster for
  12. the first time last night with the intention of figuring out
  13. how to subtitle.  I was able to generate exactly what I wanted
  14. using the toaster and script editor, with one small problem.
  15.  
  16. Here's what I did:
  17.  
  18. I created a project with a character book containing my sample
  19. titles.  I used the Alt-F9 option to pre-render each of these
  20. overlays.
  21.  
  22. Then I went into the script editor and displayed the titles
  23. using a sequence of the following commands:
  24.  
  25.     WAIT    Pause before title appears.
  26.     PAGE 01    Load a CG page.
  27.     TAKE    Slap it up on the screen as fast as possible.
  28.     PAGE 02    Begin loading next CG page.
  29.     WAIT    Wait for as long as the first title should
  30.         remain on the screen.
  31.     TAKE    Slap the second title up on the screen.
  32.  
  33. This was to display titles with no titleless gap in between.
  34. (I think I have the command names right, but bear with me.)
  35.  
  36. Here is my problem.  Apparently, even though each of my CG
  37. pages was pre-rendered, the toaster still takes a minimum of
  38. about 3 seconds on the "load CG page" command.  Since often I
  39. want titles to be on-screen for only 1.5 to 2 seconds, this
  40. causes a considerable problem.
  41.  
  42. I thought since I had pre-rendered the CG pages that their
  43. loading should be almost instantaneous?  I thought about
  44. loading the CG pages into fram buffers before starting the
  45. titling script to see if that would be faster, but by that
  46. point it was too early in the morning and I couldn't figure
  47. out how to do it.
  48.  
  49. Does anyone out there have experience with subtitling using
  50. a toaster, or can simply tell me what I am doing wrong / if
  51. I am just out of luck?
  52.  
  53. Please reply via email.  Thanks,
  54. Kevin
  55.