home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / electron / 19101 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.8 KB

  1. From: myers@hpfcso.FC.HP.COM (Bob Myers)
  2. Date: Tue, 17 Nov 1992 21:02:16 GMT
  3. Subject: Re: Circuit to vertically crop NTSC video (letterbox)
  4. Message-ID: <7480144@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!elroy.jpl.nasa.gov!sdd.hp.com!hpscit.sc.hp.com!scd.hp.com!hpscdm!hplextra!hpfcso!myers
  7. Newsgroups: sci.electronics
  8. References: <1992Nov17.165051.13069@cis.ohio-state.edu>
  9. Lines: 25
  10.  
  11.  
  12. Set up a counter which counts the horizontal sync pulses; zero it every
  13. vertical sync pulse.  (If you need to separate these, consult any good
  14. book on basic video circuits, or get the National databook - not sure of
  15. the name - which has their video chips.)  You'll need to have at least a
  16. 9-bit counter, as there are 262.5 lines in a single NTSC field.
  17.  
  18. Now, all you need is a circuit which "watches" the output of this counter,
  19. and holds the video (luminance signal) at the black (or blank, your pick)
  20. level for certain intervals; for example, to "letterbox" the video, you
  21. might want to hold the luminance at black between, say, lines 0 and 50
  22. and lines 212-262.  You could do this with sets of 8-bit comparators (such
  23. as the 74LS688) setting and clearing latches which controlled the "black
  24. level" circuit.  Programming which lines get blanked could be done via
  25. DIP switches connected to one set of the compartors' inputs.
  26.  
  27.  
  28. This is a bit sketchy, but I think you should get the idea.  Holding the
  29. output at black or blank can be done by clamping the sync tips to a known
  30. level, then clipping the video at the desired limit.
  31.  
  32.  
  33. Bob Myers  KC0EW   Hewlett-Packard Co.      |Opinions expressed here are not
  34.                    User Interface Tech. Div.|those of my employer or any other
  35. myers@fc.hp.com    Fort Collins, Colorado   |sentient life-form on this planet.
  36.