home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Misc / Capture / README < prev    next >
Encoding:
Text File  |  1994-03-10  |  2.2 KB  |  42 lines

  1.  
  2. Capture is a program that allows you to use your video in on a NeXTdimension to grab an animation.  It does not implictly have the abilty to sync it's grabbing to any internal or external clocks.  Does this sound like a reasonable feature for you to add?
  3.  
  4. --
  5. the app is roughly 385k
  6. --
  7.  
  8. This is a simple animation builder.  The idea is neat, the implementation is almost slick, but the end result is generally disappointing.
  9.  
  10. The idea is to hook up to your video in and select a region that you want to grab, then select Grab.  After it grabs all the images, it will ask you for a filename and then create the “anim” directory with each image properly named.  Then double-click on the animation and Icon.app or Movie.app can handle the rest. 
  11.  
  12. Remember that if you want to do something stupid, something stupid will happen – keep in mind your system resources.
  13.  
  14. How fast can I grab?  Under optimal circumstances this will grab about 6 frames per second.  (Optimal = small image area and gobs of memory.)  Icon.app only allows for 99 frames, and even a moderate system will grab that.  My development system has enough RAM to hold 22 640x480 frames in Icon without swapping, but Capture only manages to grab about 3 frames per second.  Thus the output is far from smooth.
  15.  
  16. My sincerest apologies to  PAL users.  You'll have to use dwrite's and set the following:
  17.  
  18. dwrite Capture MaximumXOrigin xxx
  19. dwrite Capture MaximumYOrigin xxx
  20. dwrite Capture MaximumWidth xxx
  21. dwrite Capture MaximumHeight xxx
  22.  
  23. where 'xxx' is some number useful.  The default values are:
  24.  
  25. MaximumXOrigin 590
  26. MaximumYOrigin 492
  27. MaximumWidth 640
  28. MaximumHeight 480
  29.  
  30. Peter Eisch
  31. peter@tahiti.umhc.umn.edu peisch@snac.cfa.org
  32.  
  33. 214 North Seventh Street
  34. River Falls, WI   54022-2503
  35. USA
  36. VOX: (715) 425-8636
  37. FAX: (715) 425-2999
  38.  
  39. Remember that this software is provided free and without any guarantees or implied fit for use.  It is known to wreak havoc on swapfiles.  Further NeXT seems to have broken something in the NXLiveVideo view or the NDdriver with 3.2 which makes me less than confident about it's reliabilty.  Check your console if you're in doubt.
  40.  
  41.  
  42. ** If you're running with 2.1 or 2.2, send me email and I'll send you a project that can be build for that OS.  It runs better there anyway.  If you have 2.0, catch a clue. **