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

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!sh.wide!ascwide!ascgw!gctgw!dave
  2. From: dave@gctech.co.jp (Dave)
  3. Newsgroups: comp.compression
  4. Subject: Re: Review: "JPEG Still Image Data Compression Standard"
  5. Message-ID: <DAVE.92Nov11152859@gctgw.gctech.co.jp>
  6. Date: 11 Nov 92 06:28:59 GMT
  7. References: <BxAxCE.B9C.2@cs.cmu.edu> <1992Nov9.011027.29183@cs.wayne.edu>
  8. Sender: news@gctech.co.jp
  9. Organization: GC Technology
  10. Lines: 44
  11. In-Reply-To: bhh@loki.cs.wayne.edu's message of 9 Nov 92 01:10:27 GMT
  12.  
  13. In article <1992Nov9.011027.29183@cs.wayne.edu> bhh@loki.cs.wayne.edu (Bhaskar Holur) writes:
  14.    Hi, I am doing a project on video compression using ...
  15.    the MPEG algorithm....
  16.  
  17.    1.  I am looking for an image sequence (video sequence preferably)
  18.        512x512 (or 256x256) gray-scale, 8 bit/pel quantized, suitable
  19.        for use on Sun Sparc 4 station terminal.
  20.  
  21.        Actually, if anyone knows or has a good test sequence for the
  22.        simulation of MPEG, it would be best.
  23.  
  24. If you're simulating MPEG, you may want to use one of the standard CCIR601
  25. formatted test pictures.  They are YUV with 720 pels per line by 488
  26. lines.  "Flower Garden" is probably the most often used sequence.  Mail me
  27. if you want to FTP it.
  28.  
  29.  
  30.    2.  Although I got quite some info from various tech. papers,
  31.       especially from Proc., SPIE about MPEG and various motion-compensated
  32.       prediction/interpolation encoder development and various motion-
  33.       estimation techniques, and an overview on MPEG as well, I need more
  34.       info for the exact implementation details for the encoder. (esp.
  35.       for software simulation)
  36.  
  37. The exact implementation details of the coder were purposefully left out
  38. of the standard.  You can implement the coder any way you want as long as
  39. the output conforms to the definition of an MPEG bit stream.  The aim is
  40. to get companies who think they can make a good coder to cooperate in the
  41. standardization process.  There is some public domain software available,
  42. or at least semi-public.  I have heard of some at Columbia University, but
  43. I don't know where yet.
  44.  
  45.  
  46.    I did try to ftp into isy.liu.se for some image sequences. I was
  47.    not able to convert from the .imf format.  When I went into the
  48.    vi editor to strip the header from the .imf file, it said line
  49.    too long!???
  50.  
  51. Your first mistake is using the vi editor.  Learn Emacs.  Your second
  52. mistake (though some may disagree) is using a text editor to modify an
  53. image file.  I've never used the .imf format, but I imagine it is not
  54. composed of only ASCII characters.
  55.  
  56. Dave
  57.