home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / install / stplus / mpegfix / readme. < prev   
Text File  |  1995-08-17  |  2KB  |  52 lines

  1. ┌────────────────────────────────────────────────────────────────────────────┐
  2. │    M P E G F I X          Vers.  1.01         (c) 1995  SPEA Software AG   │
  3. └────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. usage:   MPEGFIX   <input filename>  [ <output filename> ] [ -c<#cuts> ]
  6.  
  7. number of cuts <#cuts> may range from 0 to 5  (default: 1)
  8.  
  9. ------------------------------------------------------------------------------
  10.  
  11. MPEGFIX is a tool, which cuts audio frames causing corrupted pictures
  12. out of an MPEG file. 
  13.  
  14. This file removes problems with green rectangles at the beginning
  15. of optibase coded MPEG files with a datarate of more than 168kb/s.
  16. Due to a failure of the optibase coder, to much audio packages are
  17. generated at the beginning of this files.
  18.  
  19. The program removes only the second audio package. Normally it should be
  20. sufficiant to use this program once. Whilest using this program, no
  21. quality reduction occures do to the time stamp MPEG synchronisation.
  22.  
  23. You may start it without parameters to get some usage information (see above).
  24. The following parameters may be given:
  25.  
  26. 1)  <input filename>       the name of the MPEG file to be fixed
  27. 2)  <output filename>      the name of the fixed output file
  28.                            (optional; default: "input_filname.FIX")
  29. 3)  -c<#cuts>              the number of 'cuts' (audio frames to remove)
  30.                            (optional; default: 1; range: 0...5)
  31.                            
  32. Changes from Vers. 1.00:
  33. ------------------------
  34.  
  35. 1) Parameter '-c' added.
  36.    It should not be necessary at most corrupted MPEG files to change the default
  37.    value of 1. If you still have green spots, you can fix the output file again,
  38.    just like in Vers. 1.00. 
  39.    The real reason for adding this parameter is, to leave a MPEG file unchanged
  40.    except to cut all bytes following the 1st 'END_OF SYSTEM' code in the file.
  41.    e.g.  'MPEGFIX  IN_FILE.MPG  -C0'
  42.     
  43. 2) There are MPEG-Files with inconsistent packet lengths. Often ther are zero-
  44.    bytes from end of the packet to the next start code.
  45.    MPEGFIX Vers. 1.00 stops with an error message 'illegal packet start code' 
  46.    in this case.
  47.    MPEGFIX Vers. 1.01 ignores these bytes (up to 5000) and continues with the
  48.    next detected start code.
  49.    
  50.    
  51. -- 07/20/95 --
  52.