home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / gfx / misc / mpeg_stat_2_2a.lha / mpeg_stat / readme.amiga
Encoding:
Text File  |  1997-02-21  |  1.1 KB  |  51 lines

  1.  
  2.            mpeg_stat v2.2a Amiga Rev I
  3.  
  4.                      21.feb.97
  5.                  
  6. 1. Wazzat?
  7. ----------
  8. mpeg_stat gives information about MPEG-1 streams, 
  9. and checks their integrity. Besides of standard CLI-
  10. usage, it can be launched from BBS softwares like 
  11. CNet to verify MPEGs.
  12.  
  13.  
  14. 2. Requirements
  15. ---------------
  16. Requires (atleast) ixemul.library v45, because gettimeofday()     
  17. was not supported by libnix v1.1, and there seemed to be no 
  18. easy way to get the microseconds-stuff using some other function.
  19.  
  20.  
  21. 3. Advanced usage
  22. -----------------
  23. See src/mpeg_stat.1 (unix man page)
  24.  
  25.  
  26. 4. CNet/3 configuration
  27. -----------------------
  28. View format   : mpeg_stat -quiet >%s "%s"
  29. Test format   : mpeg_stat -verify -quiet >%s "%s"
  30. Keyword       : Stream OK.
  31. Keyword line  : 0
  32. Keyword column: 0
  33.  
  34.  
  35. 5. Compiling & sources
  36. ----------------------
  37. For Amiga version the sources have been slightly
  38. modified to output the general OK text when errors 
  39. couldn't be found. Also added the $VER: string.
  40.  
  41. mpeg_stat has been compiled with ADE gcc v2.7.2.
  42.  
  43.  
  44. 6. Author 
  45. ---------
  46. Amiga version was spawned by J. Lindgren <jussuf@klinja.fipnet.fi>
  47.  
  48. See src/COPYRIGHT for copyright & true authors.
  49.  
  50.  
  51.