home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / visualiz / 1763 < prev    next >
Encoding:
Internet Message Format  |  1992-11-14  |  1.5 KB

  1. Path: sparky!uunet!dziuxsolim.rutgers.edu!psi.rutgers.edu!ib.rl.ac.uk!CDO
  2. From: CDO@IB.RL.AC.UK (C D Osland)
  3. Newsgroups: comp.graphics.visualization
  4. Subject: Re: Recording animations
  5. Message-ID: <9211132203.AA16727@psi.rutgers.edu>
  6. Date: 13 Nov 92 22:00:05 GMT
  7. References: <andreas@DE.UNI-STUTTGART.RUS.AWSTAR>
  8. Sender: nobody@psi.rutgers.edu
  9. Lines: 25
  10.  
  11. On 13 Nov 92 08:56:09 GMT <andreas@DE.UNI-STUTTGART.RUS.AWSTAR> said:
  12. >In article <9211122319.AA07871@psi.rutgers.edu> CDO@IB.RL.AC.UK (C D Osland)
  13. > writes:
  14. >>Certainly YUV creates odd effects with single pixels that are
  15. >>of significantly different colour to their background - their colours
  16. >>twinkle like coloured stars.  This is, in general, only visible with
  17. >>still frames.
  18. >>
  19. >
  20. >Correct me if I'm wrong, but couldn't the twinkling be caused by the
  21. >interlacing of the video display? So a single pixel would only appear
  22. >on every second field, i.e. if the pixel is on an even line it would
  23. >only appear on the field that displays the even lines. Since two fields
  24. >make a frame this would lead to a blink rate of 25 Hz (with PAL, with
  25. >NTSC it would be 30 Hz). In that case it wouldn't have to do anything
  26. >with YUV.
  27. >--
  28. > Andreas Wierse              | Institute for Computerapplications II
  29.  
  30. It's caused by the fact that YUV encodes the Y all pixels but U and V
  31. (I and Q in USA) for the even pixels along a line!  This, together
  32. with interlace, causes the problem.  It can be improved by very careful
  33. anti-alias software.
  34.  
  35. Chris
  36.