home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / multimed / 2258 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  6.3 KB

  1. Path: sparky!uunet!usc!wupost!waikato.ac.nz!ldo
  2. From: ldo@waikato.ac.nz (Lawrence D'Oliveiro, Waikato University)
  3. Newsgroups: comp.multimedia
  4. Subject: Re: Buying a complete Multimedia PC or MAC
  5. Message-ID: <1992Jul29.173732.9732@waikato.ac.nz>
  6. Date: 29 Jul 92 17:37:32 +1200
  7. References: <1992Jul24.203347.27701@kronos.arc.nasa.gov>
  8. Organization: University of Waikato, Hamilton, New Zealand
  9. Lines: 111
  10.  
  11. In article <1992Jul24.203347.27701@kronos.arc.nasa.gov>,
  12. aseem@kronos.arc.nasa.gov (Aseem Das) writes:
  13. > I am interested in buying a complete multimedia PC or Mac.  I would like
  14. > to be able to grab video/TV, compress the grabbed movie togather with
  15. > sound, save it on the hard disk and then later be able to play it
  16. > as needed.
  17.  
  18. I'd say the Mac is the only platform with widespread support for this sort
  19. of thing at the moment. Apple's QuickTime software includes the image
  20. compression services, movie editing/playback, and video frame-grabbing
  21. services that you need. And there are lots of applications already available
  22. that make use of QuickTime.
  23.  
  24. > Having very little knowledge of multimedia, I would like to know:
  25. >
  26. > 1. What hardware do i need (audio boards, video boards, frame grabbers etc.)
  27.  
  28. Basically you can spend as much as you like, or (almost) as little as you
  29. like. The two best-known names in Mac-based products are SuperMac and
  30. RasterOps. RasterOps sell a range of cards, up to the fabulous (and
  31. expensive) 24XLTV, which is a display card that gives you 24 bits per pixel
  32. on a 21-inch colour monitor, with a resizable real-time video window. SuperMac
  33. are having a lot of success with their low-end VideoSpigot card, of which I
  34. happen to own one.
  35.  
  36. Both companies have announced cards that will do real-time compression and
  37. decompression of full-screen, full-frame-rate video. I recall seeing a
  38. notice on AppleLink that SuperMac would be showing their card at Boston (?)
  39. Macworld next month. However, neither company is as yet actually shipping their
  40. compression cards, as far as I'm aware.
  41.  
  42. As for sound, I'm not familiar with the CD-quality audio cards, but I
  43. gather there's quite a price jump on the Mac from 8-bit-per-sample audio.
  44.  
  45. > 2. What software do i need (compression software, multimedia authoring
  46. systems)
  47.  
  48. With QuickTime on the Mac, you can use a range of applications with different
  49. capabilities, and exchange data between them. The two products I'm aware of
  50. for editing of digital video movies are Adobe's Premiere and DiVA's VideoShop.
  51. MacroMind Director (should that be MacroMedia Director now?) is a well-known
  52. animation package, and version 3.1 (which I gather is already available)
  53. includes direct support for QuickTime, including, I imagine, the ability
  54. to export an animation sequence as a QuickTime movie. With version 3.0,
  55. I do this with a separate utility.
  56.  
  57. And you can use QuickTime movies in presentations with a range of applications.
  58. Claris have available a set of externals for doing things with QuickTime
  59. from HyperCard; other applications with QuickTime support (either standard
  60. or as an add-in available from the vendor) include WordPerfect 2.1, Microsoft
  61. Word 5.0, Mathematica 2.1 and Canvas 3.0.4. An interesting system hack
  62. called Wild Magic lets you bring QuickTime movies into a bunch of other
  63. applications that only know how to display QuickDraw pictures.
  64.  
  65. > 3. How is the functionality divided between the hardware/software.
  66. > For example, Is there hardware which does image/sound compression?
  67.  
  68. With QuickTime you have the choice. The basic QuickTime software includes
  69. software implementations of JPEG compression, plus a couple of Apple-proprietary
  70. image compression schemes that are designed to give fast decompression without
  71. extra hardware. It's easy to plug in additional compressor algorithms or
  72. alternative implementations of existing algorithms, including add-on
  73. hardware boards, in a fashion that's transparent to QuickTime-compatible
  74. applications.
  75.  
  76. The standard Mac Sound Manager includes software-based compression that
  77. can give you either a 3:1 or 6:1 space reduction at 8 bits per sample.
  78. I wouldn't recommend using these for anything other than voice; also if
  79. you're playing back a movie on low-end hardware, the CPU time spent on sound
  80. decompression will probably take time away from the video compression,
  81. resulting in jerky video.
  82.  
  83. > 4. What is the compatibility between the different hardware/software
  84. > products?  Can i use software X with hardware Y?
  85.  
  86. On the Mac the answer to the second question is generally "yes". The
  87. basic data interchange formats are QuickDraw PICT (for still images),
  88. two or three different sound file formats, PICS (a very simple format
  89. for animated picture sequences) and QuickTime movies (which can contain
  90. both sound and video). As for video digitizers, I'm not aware of a vendor
  91. which *doesn't* now support the standard QuickTime interface.
  92.  
  93. > 5. What excatly does a MMedia authoring system allows you to do.  Is
  94. > it like a UI builder, lets you incorporate images/sounds etc. into a
  95. > toolkit.  What are some of the good MMedia authoring systems?
  96.  
  97. Here's where my experience is, shall we say, a little more narrowly focused
  98. than some other people. :-)
  99.  
  100. Most of my work is done with HyperCard. I use this as a "user interface
  101. engine"; it includes some handy built-in facilities, like paint tools,
  102. storage of text data with basic text searching, custom menus and buttons,
  103. and a programming language. But it's also extensible, in that I can write
  104. code in a conventional language like Pascal or C, to perform some useful
  105. function, and then invoke this code from HyperCard. This way I can concentrate
  106. on providing a set of useful, general-purpose extensions, and use HyperCard
  107. itself to implement the details of the user interface (which anybody else
  108. can change if they want to).
  109.  
  110. There are systems specifically designed for things like building courseware;
  111. if this is the sort of thing you want to do, then you would be better off
  112. using one of them rather than HyperCard. However, in my opinion none of them
  113. is quite as flexible and extensible in such powerful ways as HyperCard.
  114.  
  115. Just my five cents' worth (we don't price retail things in odd cents in NZ any
  116. more :-)).
  117.  
  118. Lawrence D'Oliveiro                       fone: +64-7-856-2889
  119. Computer Services Dept                     fax: +64-7-838-4066
  120. University of Waikato            electric mail: ldo@waikato.ac.nz
  121. Hamilton, New Zealand    37^ 47' 26" S, 175^ 19' 7" E, GMT+12:00
  122.