home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2165 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: 27 Jan 1996 23:49:15 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4eedlr$pte@maureen.teleport.com>
  8. References: <4e2gqu$5ca@caers3.unicaen.fr> <oj6ensqud6u.fsf@hpsrk.fc.hp.com> <4e5l6r$r5l@ulke.hiMolde.no> <4e616e$9hq@serpens.rhein.de> <DLqtLz.FFL@unx.sas.com>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Doug Walker (walker@chang.unx.sas.com) wrote:
  13. : In article <4e616e$9hq@serpens.rhein.de>,
  14. : Michael van Elst <mlelstv@serpens.rhein.de> wrote:
  15. : >runee@hai.hiMolde.no (Rune Espeseth) writes:
  16. : >
  17. : >>Maybe when someone gets their finger out and start making an mpeg-player 
  18. : >>that supports cybergraphics (24bit) speeds will start showing.
  19. : >>(Won't have to do c2p and color-decoding to 8 bit.)
  20. : >>So, anyone ? :)
  21. : >
  22. : >Most 24bit output modes in mp1.03 do not have to do c2p or
  23. : >color-decoding to 8bit. However, they still have to convert
  24. : >from 24bit YUV to 24bit RGB and transfer the data to the card.
  25. : >And no, these aren't significantly faster (depending on your
  26. : >graphics card these are even slower).
  27.  
  28. : "Software" MPEG players on the PC platform gain much of their
  29. : speed advantage by using the video card to automatically
  30. : do the YUV->RGB conversion.  I think it would be difficult to
  31. : get a reasonable frame rate and decoding quality without this 
  32. : kind of hardware assistance, but perhaps not impossible.
  33.  
  34.  I think more often then not you will find PC without this
  35.  YUV feature... Actually I'm not sure even today window95
  36.  support all this correctly. YUV do not take the major amount
  37.  of time, and could be overlap with write to the buffer.
  38.  
  39. : 8 bit does cost you since you have to do a significant amount
  40. : of dithering, but as Michael points out, the bandwidth to the
  41. : card may cost you more than the dithering is costing, depending
  42. : on the card.
  43.  
  44.  I played with a PC and the 8bit dither mode was the fastest...
  45.  
  46.  Stephan
  47.  
  48.