home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sgi / 16228 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.3 KB

  1. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!hacgate!luke.rsg.hac.com!lee
  2. From: lee@luke.rsg.hac.com (C. Lee)
  3. Newsgroups: comp.sys.sgi
  4. Subject: IndigoVideo board & movie playback
  5. Keywords: IndigoVideo, movie, movieplayer, moviemaker
  6. Message-ID: <23950@hacgate.SCG.HAC.COM>
  7. Date: 10 Nov 92 19:43:42 GMT
  8. Sender: news@hacgate.SCG.HAC.COM
  9. Organization: Hughes Aircraft Company; Culver City, CA
  10. Lines: 20
  11.  
  12. We're using the IndigoVideo board, and we're simulating some hardware
  13. that has a 3:1 aspect ratio.  We would like to save to disk and later
  14. display some video with a 3:1 aspect ratio (320 wide, 107 high).
  15.  
  16. We could capture at 320x240 and just overlay a border to get 3:1, but
  17. we were hoping that, since we only need 320x107, if we captured at that
  18. size we could reduce disk space needs, and if we displayed at that size
  19. we could update faster.
  20.  
  21. For capture, we're started with the "svtomovie.c" example code.  Using
  22. 320x107 and calling "svOpenVideo()", "svSetSize()", "svBindGLWindow()",
  23. we get a 320x107 window.  Then upon calling
  24. "svQueryCaptureBufferSize()", with svCaptureInfo set for a 320x107
  25. window, it returns svCaptureInfo reset for a 320x240 window.
  26.  
  27. So, questions:
  28.     1) {can | how do} we capture at aspect ratios beside 3:2?
  29.     2) {can | how do} we display at a different aspect ratio?
  30.  
  31. Thanks for any help.
  32.