home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s / splitmpeg / MPEGDecode < prev   
Text File  |  1996-09-03  |  2KB  |  56 lines

  1. MPEG decoder (09-Jan-1995)
  2. ==========================
  3.  
  4. Version 1.00 by Søren Lange and Henrik Bjerregaard Pedersen
  5.  
  6. This is our port of version 2.0 of the Berkeley MPEG-1 decoder.
  7. We gratefully acknowledge the work of the Computer Science Division-EECS,
  8. Univ. of Calif. at Berkeley.
  9.  
  10. This program is Public Domain, and is provided 'as is'. The authors cannot
  11. accept any liability for any damage or loss of any kind as a result of the
  12. use of this program.
  13. You are allowed to copy, distribute and use this program for any
  14. non-commercial purposes, as long as this file is included unaltered.
  15.  
  16. Bug report, suggestions (and donations!!!) to
  17.  
  18. Søren Lange
  19. Aldershvilevej 113, 1, -1
  20. DK-2880 Bagsvaerd
  21. Denmark
  22. email: lange@pip.dknet.dk
  23.  
  24. or
  25.  
  26. Henrik Bjerregaard Pedersen
  27. Stengaaards Alle 13B
  28. DK-2800 Lyngby
  29. Denmark
  30. email: henrik@login.dknet.dk
  31.  
  32.  
  33.  
  34. Using the decoder
  35. -----------------
  36.  
  37. *MPEGDecode <mpegfile> <directory>
  38.  
  39. The frames are stored as PPM (P6 24bit RGB), they are not displayed.
  40. The directory will be created if it doesn't already exist. Frame number N
  41. is stored as '<directory>.<N DIV4096>.<(N DIV64)MOD64>.<N MOD64>'.
  42. Eg. frame number 67 will be saved as '<directory>.0.1.3'.
  43.  
  44.  
  45.  
  46. * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  47. * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  48. * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  49. * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  50. *
  51. * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  52. * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  53. * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  54. * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  55. * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  56.